Practice Question on Differentiation Solved and Unsolved (Medium)
Last Updated :
27 Feb, 2025
Differentiation is a fundamental concept in calculus that measures how a function changes as its input changes. It is used in various fields, such as physics, engineering, and economics, to find rates of change, Slope of curves, and optimization solutions.
Read more- Differentiation
Important Formulas of Differentiation
Below are some basic differentiation formulas to help you solve the questions:
Function(f(x)) | C | xn | ex | eax | ln x | ax | sin x | cos x | uv | u / v |
---|
Derivative f'(x) | 0 | nxn-1 | ex | aeax | 1/x | ax ln a | cos x | -sin x | u'v + uv' | u'v - uv'/v2 |
---|
Check- Differentiation Formula
Solved Practice Problems on Differentiation (Medium)
The following question focuses on differentiation at a Medium level.
Question 1: Differentiate t(x) = (ln x)5 with respect to x.
Solution:
Given, f (x) = (ln x)5
We have to use Chain rule to find derivative
Chain Rule = f'(g(x)).g'(x)
t'(x) = 5.(lnx)5-1.1/x
t'(x) = 5 (ln x)4 .1/ x
t'(x) = 5 (ln x)4 / x
Question 2: Differentiate f(x) = x4ex with respect to x.
Solution:
Given, f (x) = x4 ex
We have to use product rule to find derivative
u = x4, u' = 4x3
v = ex, v'= ex
Product Rule = uv' + vu'
f'(x) = (x4) (ex) + (ex)(4x3)
f'(x) = x4ex + 4x3ex
f'(x) = ex x3( x + 4)
Question 3: Differentiate f(x) = x5 ln (x) with respect to x.
Solution:
Given, f (x) = x5 ln x
We have to use product rule to find derivative
u = x5
u' = 5x4
v = ln x
v' = 1 / x
Product Rule = uv'+vu'
f'(x) = (x5)(1/x) + (ln x)(5x4)
f'(x) = x5/x + 5x4 ln x
f'(x) = x4 (1 +5 ln x)
Question 4: Differentiate f(x) = (x2+ 3x) sinx with respect to x.
Solution:
Given, f (x) = (x2 + 3x).sinx
We have to use product rule to find derivative
u = x2 + 3x, u' = 2x + 3
v = sinx, v'= cosx
Product Rule = uv'+vu'
f'(x) = (x2+3)(cosx) + (sinx)(2x + 3)
f'(x) = cosx(x 2+ 3) + sinx(2x + 3)
Question 5: Differentiate f(x) = x3+ 2x /ex with respect to x.
Solution:
Given, f (x) = (x3 + 2x) / ex
We have to use quotient rule to find derivative
u = x3+ 2x, u' = 3x2 + 2
v = e x, v'= e x
Quotient Rule = u'v-uv'/v2
f'(x) = ( 3x2 + 2 ) ex - ( x3 + 2x ) ex / (ex)2
f'(x) = ex ( 3x2 + 2 - x3 + 2x) / ( ex) 2
f'(x) = ( - x3 + 3x2 - 2x + 2) / exthe
Question 6: The radius of a circular oil spill is increasing at a rate of 0.5 meters per second. How fast is the area of the spill increasing when the radius is 10 meters?
Solution:
Given,
Radius = 10 meter
Rate of change= 0.5 meter
area of circle = πr2
On differentiating w.r.t time,we get
dA/dt= 2 π (10) (0.5)
dA/dt= 10π
Therefore the area is increasing at rate of 10π meter per second.
Question 7: A balloon is inflating at 100 cm³/s. Find the rate of change of the radius when r = 5 cm.
Solution:
Given,
r = 5cm
dV/dt = 100 cm3/s
Volume of sphere = 4π r3/ 3
On differentiating w.r.t time,we get
dV / dt= 4 π r2dr/dt
100 = 4 π (5) 2dr/dt
100 = 100 π dr/dt
dr / dt = 100 / 100π
dr/dt = 1 / Therefore,rate of change in radius is 1 / π cm/s
Question 8: The temperature of a metal rod placed in the oven changes over time according to function: T(t) = (5t + 3)4 where t time is in minutes. Find the rate at which temperature is changing at any time t. Determine the rate of change when t = 2 minutes.
Solution:
Given,
The temprature of iron rod is given by a function = ( 5t + 3 ) 4
f(x) = ( 5t + 3 ) 4
f'(x) = 4 ( 5t + 3 ) 3
g(x) = 5t + 3
g'(x) = 5
Solving using Chain rule
T'(t) = f'(g(x)).g'(x)
T'(t) = 4(5t + 3) 3.5
T'(t) = 20 (5t + 3) 3
The general rate of temprature change at 20(5t + 3) 3
At t = 2 minutes
Substituting t = 2,
T'(2) = 20 (5(2) + 3) 3
T'(2) = 20(10 + 3) 3
T'(2) = 20( 13 )3
T'(2) = 43940
At t = 2 minutes, the temperature is increasing at a rate of 43,940°C per minute.
Unsolved Question on Differentiation
Question 1: Differentiate f(x) = x3 + 2 / x2 + 1 with respect to x.
Question 2: Differentiate f(x) = x4 - 3x + 2/ tanx with respect to x.
Question 3: Differentiate f(x) = x2e3x with respect to x.
Question 4: Differentiate f(x) = (x2 + 5) ln x with respect to x.
Question 5: Differentiate f(x) = x3 sin( 2x + 1 ) with respect to x.
Question 6: A company sells the product at a price p(x) = 50 - 2x per unit, where x is the number of units sold. The total revenue is given by: R(x) = x p(x). Find the rate of change of revenue when 10 units are sold.
Question 7: A spherical balloon is being inflated so that the radius increases at a rate of 3 cm/sec. Find the rate at which volume is increasing when the radius is 10 cm.
Question 8: A square side is increasing at a rate of 2 cm/sec. Find the rate at which the area is increasing when the side length is 5cm.
Answer sheet
1) x4+ 3x2 - 4x / (x2 + 1)2
2) ((4x 3- 3) tanx - (x4 -3x + 2) sec2x )/ tan2x
3) e3x x(2 + 3x)
4) 2x ln x + x + 5/x
5) 3x2sin(2x + 1) + 2x3cos(2x + 1)
6) 10
7) 1200 π cm3/sec
8) 20cm2/sec
Check- Differentiation Quiz
Similar Reads
Differentiation Practice Questions with Solutions (Easy) Differentiation is a fundamental concept in calculus that measures how a function changes as its input changes. It is used in various fields like physics, engineering, and economics to find rates of change, slopes of curves, and optimization solutions.Read More- DifferentiationImportant Formula of D
4 min read
Practice Questions on Applications of Derivatives In mathematics, Applications of derivatives are a fundamental concept in calculus that measure how a function changes as its input changes. Specifically, the derivative of a function at a certain point gives the rate of change of the function's value with respect to its input at that point. Applicat
12 min read
Differentiation and Integration Formula Differentiation and Integration are two mathematical operations used to find change in a function or a quantity with respect to another quantity instantaneously and over a period, respectively. Differentiation is an instantaneous rate of change, and it breaks down the function for that instant with
11 min read
Differentiation and Integration Formula Differentiation and Integration are two mathematical operations used to find change in a function or a quantity with respect to another quantity instantaneously and over a period, respectively. Differentiation is an instantaneous rate of change, and it breaks down the function for that instant with
11 min read
Partial Differential Equations Practice Problems Partial Differential Equations (PDEs) are equations that contain functions and terms that involve partial derivatives of the function. It finds application in almost every branch of science and engineering like physics, and applied mathematicians. Some of the originally interesting aspects of PDEs i
5 min read
How to solve Differential Equations? Equations that have an independent variable, as well as the dependent variable and the derivative of the dependent variable with respect to the independent variable, are known as differential equations. Those differential equations which contain a single independent variable are called ordinary diff
5 min read