This section contains 30 highly important board-style questions based on the Applications of Derivatives chapter. The main focus areas are:
Rate of Change of Quantities
Increasing and Decreasing Functions
Local/Absolute Maxima and Minima
Optimization Problems
In board exams, marks are awarded not only for the final answer but also for the method, so always:
Define the variables clearly.
Write the governing formula or relation.
Differentiate carefully with respect to the required variable (usually time or x).
Substitute the given values only after differentiation.
State whether the quantity is increasing or decreasing wherever required.
Question 1 [CBSE 2026]
A spherical balloon is being inflated so that its volume is increasing at the rate of 8 cm3/s. Find the rate at which its surface area is increasing when the radius of the balloon is 12 cm.
Solution:
Step 1: Let V be the volume, S the surface area, and r the radius of the balloon at time t.
Given:
dtdV=8 cm3/s
and we need to find dtdS when r=12 cm.
Step 2: Use the volume formula of a sphere:
V=34πr3.
Differentiating with respect to t,
dtdV=4πr2dtdr.
Substituting dtdV=8,
8=4πr2dtdrdtdr=4πr28=πr22.
Step 3: Use the surface area formula of a sphere:
S=4πr2.
Differentiating with respect to t,
dtdS=8πrdtdr.
Now substitute dtdr=πr22:
dtdS=8πr(πr22)=r16.
Step 4: Put r=12 cm.
dtdS=1216=34 cm2/s.
Answer: The surface area is increasing at the rate of 34 cm2/s.
Question 2 [CBSE 2025]
A ladder 5 m long is leaning against a wall. The bottom of the ladder is pulled along the ground, away from the wall, at the rate of 2 m/s. How fast is its height on the wall decreasing when the foot of the ladder is 4 m away from the wall?
Solution:
Step 1: Let x be the distance of the foot of the ladder from the wall and y be the height of the top of the ladder on the wall at time t.
Given:
dtdx=2 m/s
and the ladder length is constant, 5 m.
Step 2: By the Pythagorean theorem,
x2+y2=25.
When x=4 m,
42+y2=2516+y2=25y2=9⇒y=3 m.
Step 3: Differentiate the relation x2+y2=25 with respect to t.
2xdtdx+2ydtdy=0xdtdx+ydtdy=0.
Step 4: Substitute x=4, y=3, and dtdx=2.
4(2)+3dtdy=08+3dtdy=0dtdy=−38 m/s.
The negative sign shows that the height is decreasing.
Answer: The height is decreasing at the rate of 38 m/s.
Question 3 [CBSE 2026]
A particle moves along the curve 6y=x3+2. Find the points on the curve at which the y-coordinate is changing 8 times as fast as the x-coordinate.
Solution:
Step 1: It is given that the y-coordinate is changing 8 times as fast as the x-coordinate. So,
dtdy=8dtdx.
Step 2: The equation of the curve is
6y=x3+2.
Differentiate both sides with respect to t:
6dtdy=3x2dtdx.
Step 3: Substitute dtdy=8dtdx.
6(8dtdx)=3x2dtdx.
Assuming the particle is actually moving, dtdx=0, so we divide both sides by dtdx:
48=3x2x2=16x=±4.
Step 4: Find the corresponding y-coordinates.
If x=4:
6y=43+2=64+2=66y=11.
So one point is (4,11).
If x=−4:
6y=(−4)3+2=−64+2=−62y=−331.
So the other point is (−4,−331).
Answer: The required points are (4,11) and (−4,−331).
Question 4 [CBSE 2024]
The length x of a rectangle is decreasing at the rate of 5 cm/minute and the width y is increasing at the rate of 4 cm/minute. When x=8 cm and y=6 cm, find the rates of change of (a) the perimeter, and (b) the area of the rectangle.
Solution:
Step 1: Since the length is decreasing,
dtdx=−5 cm/min.
Since the width is increasing,
dtdy=4 cm/min.
Step 2: For perimeter,
P=2(x+y).
Differentiate with respect to t:
dtdP=2(dtdx+dtdy).
Substitute the given values:
dtdP=2(−5+4)=2(−1)=−2 cm/min.
Thus, the perimeter is decreasing at the rate of 2 cm/min.
Step 3: For area,
A=xy.
Differentiate using the product rule:
dtdA=xdtdy+ydtdx.
Substitute x=8, y=6:
dtdA=8(4)+6(−5)=32−30=2 cm2/min.
Thus, the area is increasing at the rate of 2 cm2/min.
Answer: (a) Perimeter is decreasing at 2 cm/min. (b) Area is increasing at 2 cm2/min.
Question 5 [CBSE 2026]
Water is dripping out from a conical funnel of semi-vertical angle π/4 at the uniform rate of 2 cm2/s in its curved surface area through a tiny hole at the vertex. When the slant height of the water cone is 4 cm, find the rate of decrease of the slant height of the water.
Solution:
Step 1: Let r be the radius, l the slant height, and α the semi-vertical angle of the cone. Given:
α=4π.
From the geometry of the cone,
r=lsinα=lsin4π=2l.
Step 2: The curved surface area of the water cone is
S=πrl.
Substitute r=2l:
S=π(2l)l=2πl2.
Step 3: Differentiate with respect to time.
dtdS=2π⋅2ldtdl=2πldtdl.
Step 4: Since the curved surface area is decreasing at the rate of 2 cm2/s,
dtdS=−2.
When l=4 cm,
−2=2π(4)dtdl=42πdtdl.
So,
dtdl=42π−2=−22π1 cm/s.
The negative sign shows the slant height is decreasing.
Answer: The slant height is decreasing at the rate of 22π1 cm/s.
Question 6 [CBSE 2023]
Find the intervals in which the function f given by f(x)=2x3−3x2−36x+7 is (a) strictly increasing, (b) strictly decreasing.
Solution:
Step 1: Differentiate the function:
f′(x)=6x2−6x−36=6(x2−x−6).
Factorize:
f′(x)=6(x−3)(x+2).
Step 2: Find critical points by setting f′(x)=0.
6(x−3)(x+2)=0x=3,−2.
These divide the number line into three intervals:
(−∞,−2),(−2,3),(3,∞).
Step 3: Check the sign of f′(x).
For x∈(−∞,−2), take x=−3:
f′(−3)=6(−6)(−1)>0.
So f(x) is strictly increasing there.
For x∈(−2,3), take x=0:
f′(0)=6(−3)(2)<0.
So f(x) is strictly decreasing there.
For x∈(3,∞), take x=4:
f′(4)=6(1)(6)>0.
So f(x) is strictly increasing there.
Answer: (a) Strictly increasing on (−∞,−2)∪(3,∞). (b) Strictly decreasing on (−2,3).
Question 7 [CBSE 2025]
Find the intervals in which the function f(x)=sinx+cosx, 0≤x≤2π is strictly increasing or strictly decreasing.
Solution:
Step 1: Differentiate:
f′(x)=cosx−sinx.
Step 2: Set f′(x)=0.
cosx−sinx=0tanx=1.
In [0,2π], this happens at
x=4π,45π.
Step 3: These points divide the interval into:
(0,π/4),(π/4,5π/4),(5π/4,2π).
Step 4: Test the sign of f′(x).
In (0,π/4), take x=0:
f′(0)=1>0.
So f is strictly increasing.
In (π/4,5π/4), take x=π:
f′(π)=cosπ−sinπ=−1<0.
So f is strictly decreasing.
In (5π/4,2π), take x=3π/2:
f′(23π)=0−(−1)=1>0.
So f is strictly increasing.
Answer: Strictly increasing on (0,π/4)∪(5π/4,2π) and strictly decreasing on (π/4,5π/4).
Question 8 [CBSE 2026]
Show that the function f(θ)=2+cosθ4sinθ−θ is an increasing function of θ in [0,π/2].
Solution:
Step 1: Differentiate using the quotient rule.
f′(θ)=(2+cosθ)2(2+cosθ)(4cosθ)−4sinθ(−sinθ)−1.
Step 2: Simplify the numerator of the fraction:
(2+cosθ)(4cosθ)+4sin2θ=8cosθ+4cos2θ+4sin2θ.
Using sin2θ+cos2θ=1,
8cosθ+4cos2θ+4sin2θ=8cosθ+4.
So,
f′(θ)=(2+cosθ)28cosθ+4−1.
Step 3: Write as a single fraction:
f′(θ)=(2+cosθ)28cosθ+4−(2+cosθ)2.
Now,
(2+cosθ)2=4+4cosθ+cos2θ.
Hence,
f′(θ)=(2+cosθ)28cosθ+4−(4+4cosθ+cos2θ)=(2+cosθ)24cosθ−cos2θ=(2+cosθ)2cosθ(4−cosθ).
Step 4: Analyze the sign in [0,π/2].
In this interval,
cosθ≥0,
4−cosθ>0,
(2+cosθ)2>0.
Therefore,
f′(θ)≥0
for all θ∈[0,π/2].
So the function is increasing on [0,π/2].
Answer: Proved analytically.
Question 9 [CBSE 2024]
Find the values of x for which y=[x(x−2)]2 is an increasing function.
Solution:
Step 1: Here the square brackets are used only as grouping symbols, so
y=(x(x−2))2=(x2−2x)2.
Step 2: Differentiate using the chain rule:
dxdy=2(x2−2x)⋅(2x−2).
Factorize:
dxdy=2x(x−2)⋅2(x−1)=4x(x−1)(x−2).
Step 3: Critical points are obtained from
4x(x−1)(x−2)=0⇒x=0,1,2.
These divide the number line into:
(−∞,0),(0,1),(1,2),(2,∞).
Step 4: Check the sign of dxdy.
For x<0, take x=−1:
dxdy<0.
For 0<x<1, take x=21:
dxdy>0.
For 1<x<2, take x=23:
dxdy<0.
For x>2, take x=3:
dxdy>0.
Thus, the function is increasing where the derivative is positive.
Answer: The function is increasing on (0,1)∪(2,∞).
Question 10 [CBSE 2026]
Find the intervals in which f(x)=−2x3−9x2−12x+1 is strictly increasing or strictly decreasing.
Step 3: Analyze the sign of f′(x).
In the domain, 1+x>0 always.
So the sign of f′(x) depends only on −x.
If −1<x<0, then x<0, so −x>0. Hence,
f′(x)>0.
Therefore, f(x) is increasing on (−1,0).
If x>0, then −x<0. Hence,
f′(x)<0.
Therefore, f(x) is decreasing on (0,∞).
At x=0,
f′(0)=0.
So x=0 is the turning point.
Step 4: Find the maximum value at x=0.
f(0)=log(1+0)−0=0.
Answer: The function is increasing on (−1,0) and decreasing on (0,∞). It has a maximum value 0 at x=0.
Question 12 [CBSE 2023]
Find the local maxima and local minima, if any, of the function f(x)=2x+x2,x>0. Also find the local maximum and local minimum values.
Solution:
Step 1: Differentiate:
f′(x)=21−x22.
Step 2: Find critical points by setting f′(x)=0.
21−x22=021=x22x2=4.
Since x>0, we get
x=2.
Step 3: Use the second derivative test.
f′′(x)=dxd(21−2x−2)=4x−3=x34.
Now,
f′′(2)=84=21>0.
So x=2 is a point of local minimum.
Step 4: Find the corresponding function value.
f(2)=22+22=1+1=2.
Since there is only one critical point in the domain and it is a minimum, there is no local maximum.
Answer: Local minimum at x=2 with minimum value 2. There is no local maximum.
Question 13 [CBSE 2026]
Find the absolute maximum and absolute minimum values of the function f(x)=12x4/3−6x1/3 on the interval [−1,1].
Solution:
Step 1: Differentiate:
f′(x)=12⋅34x1/3−6⋅31x−2/3=16x1/3−2x−2/3.
Write it as a single fraction:
f′(x)=x2/316x−2.
Step 2: Critical points occur where f′(x)=0 or f′(x) is undefined.
f′(x)=0 when
16x−2=0⇒x=81.
f′(x) is undefined at
x=0.
Both lie in [−1,1].
Step 3: Evaluate f(x) at the critical points and endpoints.
f(−1)=12(−1)4/3−6(−1)1/3=12(1)−6(−1)=18,f(0)=0,f(81)=12(81)4/3−6(81)1/3=12(161)−6(21)=43−3=−49,f(1)=12−6=6.
Step 4: Compare these values.
The largest value is 18 and the smallest value is −49.
Answer: Absolute maximum is 18 at x=−1; absolute minimum is −49 at x=81.
Question 14 [CBSE 2024]
Find the maximum value of the function p(x)=41−72x−18x2.
Solution:
Step 1: Differentiate:
p′(x)=−72−36x.
Step 2: Find the critical point by setting p′(x)=0.
−72−36x=036x=−72x=−2.
Step 3: Apply the second derivative test.
p′′(x)=−36.
Since
p′′(−2)=−36<0,x=−2 gives a maximum value.
Step 4: Find the maximum value.
p(−2)=41−72(−2)−18(−2)2=41+144−72=113.
Answer: The maximum value is 113.
Note: If x represents a number of units produced, then the physical domain should be specified separately. As a pure function of a real variable, the maximum value is 113 at x=−2.
Question 15 [CBSE 2025]
Show that of all the rectangles inscribed in a given fixed circle, the square has the maximum area.
Solution:
Step 1: Let the radius of the circle be a. Suppose the inscribed rectangle has length x and breadth y.
Its diagonal equals the diameter of the circle, so
x2+y2=2a.
Hence,
x2+y2=4a2.
Step 2: The area of the rectangle is
A=xy.
To maximize A, it is convenient to maximize A2:
A2=x2y2.
From the relation above,
y2=4a2−x2.
So,
A2=x2(4a2−x2)=4a2x2−x4.
Step 3: Differentiate with respect to x.
dxd(A2)=8a2x−4x3=4x(2a2−x2).
Set equal to zero:
4x(2a2−x2)=0.
Ignoring x=0 (degenerate rectangle),
x2=2a2.
Step 4: Then
y2=4a2−2a2=2a2.
So,
x2=y2⇒x=y.
Thus, the rectangle is a square.
Step 5: Verify maximum.
dx2d2(A2)=8a2−12x2.
At x2=2a2,
8a2−24a2=−16a2<0,
so the area is maximum.
Answer: Proved analytically: among all rectangles inscribed in a fixed circle, the square has the maximum area.
Question 16 [CBSE 2026]
Show that a closed right circular cylinder of given surface area and maximum volume is such that its height is equal to the diameter of its base.
Solution:
Step 1: Let r be the radius and h the height of the cylinder. Let the given total surface area be S.
For a closed cylinder,
S=2πr2+2πrh.
So,
h=2πrS−2πr2.
Step 2: Volume of cylinder is
V=πr2h.
Substitute h:
V=πr2(2πrS−2πr2)=2r(S−2πr2)=2Sr−πr3.
Step 3: Differentiate with respect to r.
drdV=2S−3πr2.
Set this equal to zero:
2S−3πr2=0S=6πr2.
Step 4: Apply the second derivative test.
dr2d2V=−6πr<0
for r>0, hence the volume is maximum.
Step 5: Substitute S=6πr2 back into the expression for h.
h=2πr6πr2−2πr2=2πr4πr2=2r.
So the height is equal to the diameter of the base.
Answer: Proved analytically.
Question 17 [CBSE 2023]
A wire of length 28 m is to be cut into two pieces. One of the pieces is to be made into a square and the other into a circle. What should be the lengths of the two pieces so that the combined area of the square and the circle is minimum?
Solution:
Step 1: Let the length of wire used for the square be x m. Then the length used for the circle is (28−x) m.
Step 2: For the square, perimeter = x, so side = x/4.
Hence area of square:
A1=(4x)2=16x2.
Step 3: For the circle, circumference = 28−x.
So,
2πr=28−x⇒r=2π28−x.
Thus area of circle:
A2=πr2=π(2π28−x)2=4π(28−x)2.
Step 4: Total area:
A=16x2+4π(28−x)2.
Differentiate with respect to x:
dxdA=162x+4π2(28−x)(−1)=8x−2π28−x.
Step 5: Set derivative equal to zero:
8x=2π28−x.
Cross-multiplying,
2πx=8(28−x)2πx=224−8xx(2π+8)=224x=π+4112.
So the other piece has length
28−π+4112=π+428π.
Step 6: Check that this gives a minimum.
dx2d2A=81+2π1>0.
Hence the combined area is minimum.
Answer: Square piece =π+4112 m; circle piece =π+428π m.
Question 18 [CBSE 2026]
Show that the semi-vertical angle of the cone of maximum volume and of given slant height is tan−12.
Solution:
Step 1: Let l be the fixed slant height, r the radius, h the height, and θ the semi-vertical angle.
From the right triangle in the cone,
r=lsinθ,h=lcosθ.
Step 2: Volume of the cone is
V=31πr2h.
Substitute for r and h:
V=31π(lsinθ)2(lcosθ)=3πl3sin2θcosθ.
Step 3: Differentiate with respect to θ.
dθdV=3πl3[2sinθcosθ⋅cosθ+sin2θ(−sinθ)].
So,
dθdV=3πl3(2sinθcos2θ−sin3θ)=3πl3sinθ(2cos2θ−sin2θ).
Step 4: Set dθdV=0.
Since 0<θ<π/2, sinθ=0. Hence,
2cos2θ−sin2θ=0sin2θ=2cos2θtan2θ=2.
Since θ is acute,
tanθ=2θ=tan−12.
Answer: Proved analytically.
Question 19 [CBSE 2025]
Prove that the volume of the largest cone that can be inscribed in a sphere of radius R is 278 of the volume of the sphere.
Solution:
Step 1: Let the cone have height h and base radius r. Let the sphere have radius R.
If the vertex of the cone is at the top of the sphere and the base plane is at distance (h−R) below the center, then from geometry,
r2=R2−(h−R)2.
Expanding:
r2=R2−(h2−2Rh+R2)=2Rh−h2.
Step 2: Volume of the cone is
V=31πr2h=31π(2Rh−h2)h=3π(2Rh2−h3).
Step 3: Differentiate with respect to h.
dhdV=3π(4Rh−3h2).
Set equal to zero:
4Rh−3h2=0h(4R−3h)=0.
Ignoring h=0, we get
h=34R.
Step 4: Verify maximum.
dh2d2V=3π(4R−6h).
At h=34R,
dh2d2V=3π(4R−8R)<0,
so the volume is maximum.
Step 5: Find the maximum volume.
Substitute h=34R into
V=3π(2Rh2−h3).
We get
Vmax=8132πR3.
Now the volume of the sphere is
Vs=34πR3.
Therefore,
VsVmax=34πR38132πR3=8132⋅43=278.
Answer: Proved analytically: the largest cone has volume 278 of the volume of the sphere.
Question 20 [CBSE 2024]
Show that the height of the cylinder of maximum volume that can be inscribed in a sphere of radius R is 32R.
Solution:
Step 1: Let the cylinder have radius r and height h. In the cross-section through the axis,
r2+(2h)2=R2.
Thus,
r2=R2−4h2.
Step 2: Volume of the cylinder:
V=πr2h=π(R2−4h2)h=πR2h−4πh3.
Step 3: Differentiate with respect to h.
dhdV=πR2−43πh2.
Set equal to zero:
πR2=43πh2h2=34R2h=32R.
Step 4: Verify maximum.
dh2d2V=−23πh<0
for h>0, so the volume is maximum.
Answer: Proved analytically.
Question 21 [CBSE 2026]
A box with a square base and an open top is to be made from a given quantity of cardboard of area c2. Show that the maximum volume of the box is 63c3.
Solution:
Step 1: Let the side of the square base be x and the height be y.
Since the box has no top, its surface area is
x2+4xy=c2.
So,
y=4xc2−x2.
Step 2: Volume of the box is
V=x2y=x2(4xc2−x2)=41(c2x−x3).
Step 3: Differentiate with respect to x.
dxdV=41(c2−3x2).
Set equal to zero:
c2−3x2=0x2=3c2x=3c.
Step 4: Verify maximum.
dx2d2V=−46x=−23x<0
for positive x. So volume is maximum.
Step 5: Substitute x=3c into V:
Vmax=41(c2⋅3c−(3c)3)=41(3c3−33c3)=41⋅332c3=63c3.
Answer: Proved analytically.
Question 22 [CBSE 2025]
Show that the right circular cone of least curved surface area and given volume has altitude equal to 2 times the radius of the base.
Solution:
Step 1: Let r be the base radius, h the height, and l the slant height. The volume is fixed:
V=31πr2h.
Hence,
h=πr23V.
Step 2: Curved surface area is
S=πrl=πrr2+h2.
To minimize S, it is enough to minimize S2:
S2=π2r2(r2+h2)=π2r4+π2r2h2.
Substitute h=πr23V:
S2=π2r4+π2r2(π2r49V2)=π2r4+r29V2.
Let
Z=π2r4+r29V2.
Step 3: Differentiate with respect to r.
drdZ=4π2r3−r318V2.
Set equal to zero:
4π2r3=r318V24π2r6=18V2.
Now use
V=31πr2h⇒V2=9π2r4h2.
Substitute this into the equation:
4π2r6=18⋅9π2r4h2=2π2r4h2.
Cancel 2π2r4:
2r2=h2.
Hence,
h=2r.
Step 4: Verify minimum.
dr2d2Z=12π2r2+r454V2>0,
so the curved surface area is minimum.
Answer: Proved analytically.
Question 23 [CBSE 2023]
A window is in the form of a rectangle surmounted by a semicircular opening. The total perimeter of the window is 10 m. Find the dimensions of the window to admit maximum light through the whole opening.
Solution:
Step 1: Let the width of the rectangle be 2x and its height be y. Then the semicircle has radius x.
Step 2: Write the perimeter relation:
2x+2y+πx=10.
So,
y=5−x−2πx.
Step 3: Total area:
A=Area of rectangle+Area of semicircle=2xy+21πx2.
Substitute for y:
A=2x(5−x−2πx)+21πx2=10x−2x2−πx2+21πx2=10x−2x2−21πx2.
Step 4: Differentiate with respect to x.
dxdA=10−4x−πx.
Set equal to zero:
10=x(4+π)x=4+π10.
Step 5: Verify maximum.
dx2d2A=−4−π<0,
so the area is maximum.
Step 6: Find the dimensions.
Width of rectangle:
2x=4+π20 m.
Height of rectangle:
y=5−4+π10−4+π5π=4+π10 m.
Answer: Width =4+π20 m, height of rectangular part =4+π10 m.
Question 24 [CBSE 2026]
Find the shortest distance from the point (0,c) to the parabola y=x2, where 21≤c≤5.
Solution:
Step 1: Let P(x,x2) be any point on the parabola. The square of the distance from (0,c) to P is
S=x2+(x2−c)2.
We minimize S because minimizing distance is equivalent to minimizing distance squared.
Step 2: Differentiate with respect to x:
dxdS=2x+2(x2−c)(2x)=2x+4x(x2−c)=2x(1+2x2−2c)=2x(2x2+1−2c).
Step 3: Set derivative equal to zero:
2x(2x2+1−2c)=0.
So either
x=0
or
2x2+1−2c=0⇒x2=c−21.
Since c≥21, this gives real points
x=±c−21.
Step 4: Use second derivative test.
dx2d2S=12x2+2(1−2c).
At x=0,
S′′(0)=2(1−2c)≤0,
so x=0 is not the minimum for c≥21.
At x2=c−21,
S′′=12(c−21)+2−4c=8c−4≥0,
so these values give the minimum.
Step 5: Compute the minimum value of S.
Substitute x2=c−21:
S=x2+(x2−c)2=(c−21)+(c−21−c)2=c−21+(−21)2=c−21+41=c−41.
Therefore, the shortest distance is
c−41.
Answer: The shortest distance is c−41.
Question 25 [CBSE 2024]
If the lengths of the three sides of a trapezium other than one base are each 10 cm, find the maximum possible area of the trapezium.
Solution:
Step 1: Consider an isosceles trapezium whose top base and both non-parallel sides are each 10 cm. Let each horizontal projection of the equal sides on the longer base be x cm.
Then:
shorter base =10
longer base =10+2x
Step 2: Height of the trapezium is obtained from the right triangle formed by a slant side:
h=102−x2=100−x2.
Step 3: Area of trapezium:
A=21(sum of parallel sides)×h=21[(10)+(10+2x)]100−x2=(10+x)100−x2.
Step 4: To maximize A, maximize A2.
A2=(10+x)2(100−x2).
Factorize:
A2=(10+x)3(10−x).
Now differentiate:
dxd(A2)=3(10+x)2(10−x)+(10+x)3(−1).
Factor out (10+x)2:
dxd(A2)=(10+x)2[3(10−x)−(10+x)]=(10+x)2(20−4x).
Set this equal to zero:
(10+x)2(20−4x)=0.
Ignoring x=−10, we get
20−4x=0⇒x=5.
Step 5: Find the maximum area.
A=(10+5)100−25=1575=15⋅53=753 cm2.
Answer: The maximum possible area is 753 cm2.
Question 26 [CBSE 2025]
Find the absolute maximum and absolute minimum values of f(x)=3x4−8x3+12x2−48x+25 on the interval [0,3].
Solution:
Step 1: Differentiate:
f′(x)=12x3−24x2+24x−48.
Factorize:
f′(x)=12(x3−2x2+2x−4)=12[(x2)(x−2)+2(x−2)]=12(x−2)(x2+2).
So the only real critical point is
x=2.
Step 2: Evaluate f(x) at the endpoints and critical point.
At x=0:
f(0)=25.
At x=2:
f(2)=3(16)−8(8)+12(4)−48(2)+25=48−64+48−96+25=−39.
At x=3:
f(3)=3(81)−8(27)+12(9)−48(3)+25=243−216+108−144+25=16.
Step 3: Compare the values 25,−39,16.
The greatest is 25 and the least is −39.
Answer: Absolute maximum is 25 at x=0. Absolute minimum is −39 at x=2.
Question 27 [CBSE 2026]
Find the rate of change of the volume of a sphere with respect to its surface area when the radius is 2 cm.
Solution:
Step 1: We are asked to find
dSdV.
Using the chain rule,
dSdV=dS/drdV/dr.
Step 2: For a sphere,
V=34πr3⇒drdV=4πr2.
Also,
S=4πr2⇒drdS=8πr.
Step 3: Therefore,
dSdV=8πr4πr2=2r.
When r=2 cm,
dSdV=22=1.
The unit is
cm2cm3=cm.
Answer:1 cm.
Question 28 [CBSE 2022]
An open box with a square base is to be made out of a given quantity of cardboard of area c2 square units. Show that the maximum volume of the box is 63c3 cubic units.
Solution:
Step 1: Let the side of the square base be x and the height be h.
Since the box has no top,
x2+4xh=c2.
Hence,
h=4xc2−x2.
Step 2: Volume of the box:
V=x2h=x2(4xc2−x2)=41(c2x−x3).
Step 3: Differentiate:
dxdV=41(c2−3x2).
Set equal to zero:
c2−3x2=0⇒x=3c.
Step 4: Verify maximum:
dx2d2V=−46x<0
for positive x, so volume is maximum.
Step 5: Substitute into V:
Vmax=41(c2⋅3c−(3c)3)=41(3c3−33c3)=41⋅332c3=63c3.
Answer: Proved analytically.
Question 29 [CBSE 2023]
A point on the hypotenuse of a right triangle is at distances a and b from the other two sides of the triangle. Show that the minimum length of the hypotenuse is (a2/3+b2/3)3/2.
Solution:
Step 1: Let the right triangle have its legs along the coordinate axes and let the point be P(a,b), since its perpendicular distances from the two axes are a and b.
Let the hypotenuse make an angle θ with the x-axis.
Step 2: The intercept cut off by the hypotenuse on the x-axis equals acscθ, and the intercept on the y-axis equals bsecθ.
Therefore, the length of the hypotenuse is
L=acscθ+bsecθ.
Step 3: Differentiate with respect to θ.
dθdL=−acscθcotθ+bsecθtanθ.
Set this equal to zero:
acscθcotθ=bsecθtanθ.
Writing in terms of sine and cosine,
asin2θcosθ=bcos2θsinθ.
Cross-multiplying,
acos3θ=bsin3θ.
Hence,
tan3θ=ba.
So,
tanθ=(ba)1/3=b1/3a1/3.
Step 4: Therefore,
sinθ=a2/3+b2/3a1/3,cosθ=a2/3+b2/3b1/3.
So,
cscθ=a1/3a2/3+b2/3,secθ=b1/3a2/3+b2/3.
Step 5: Substitute into L.
L=a⋅a1/3a2/3+b2/3+b⋅b1/3a2/3+b2/3=a2/3a2/3+b2/3+b2/3a2/3+b2/3=(a2/3+b2/3)a2/3+b2/3=(a2/3+b2/3)3/2.
Thus this is the minimum value of the hypotenuse.
Answer: Proved analytically.
Question 30 [CBSE 2026]
The radius of a cylinder is increasing at the rate of 3 cm/s and its altitude is decreasing at the rate of 4 cm/s. Find the rate of change of its volume when the radius is 4 cm and altitude is 6 cm.
Solution:
Step 1: Given:
dtdr=3 cm/s,dtdh=−4 cm/s.
At the instant considered,
r=4 cm,h=6 cm.
Step 2: Volume of cylinder is
V=πr2h.
Differentiate with respect to t using product rule:
dtdV=π[r2dtdh+h⋅2rdtdr].
Step 3: Substitute the given values:
dtdV=π[(4)2(−4)+6⋅2⋅4⋅3]=π[−64+144]=80π cm3/s.
Answer: The volume is increasing at the rate of 80π cm3/s.