Class 12 Maths NCERT Solutions Chapter 6 Miscellaneous Exercise | Boundless Maths
Class 12 Maths Chapter 6 Miscellaneous Exercise Solutions

Class 12 Maths NCERT Solutions Chapter 6 Miscellaneous Exercise

This page covers all 16 questions from the Class 12 Maths NCERT Solutions Chapter 6 Miscellaneous Exercise, solved step-by-step. Every exercise so far in this chapter (6.1–6.3) focused on one technique at a time — rate of change in 6.1, increasing and decreasing functions in 6.2, maxima and minima in 6.3. The Miscellaneous Exercise is different by design: it drops that scaffolding and asks you to recognise which technique a question needs, on your own — and quite often, more than one technique in the same question.

That's exactly why this exercise matters so much for board prep. Questions like Q12, Q14 and Q15 need you to first find the geometric relationship between two variables — using Pythagoras or similar triangles — before you can even start differentiating; Q5 and Q9 need a trigonometric substitution to reduce the problem to one variable, then the maxima-minima test on top of that; Q2 mixes implicit differentiation with a rate-of-change setup in the same question. Getting comfortable here means you're not just executing a memorised method — you're diagnosing the problem first, the way board papers actually test you.

16Questions
Medium–HardDifficulty Mix
2026-27CBSE Syllabus

Class 12 Maths NCERT Solutions Chapter 6 Miscellaneous Exercise — All 16 Questions

1

Show that the function given by f(x) = \dfrac{\log x}{x} has a maximum at x = e.

Medium +
Solution

f'(x) = \dfrac{1-\log x}{x^2}\quad\ldots\text{(1)} (quotient rule). Setting f'(x)=0 in (1): \log x = 1 \Rightarrow x=e.

From (1): for x<e, \log x<1 \Rightarrow f'(x)>0.

For x>e: \log x>1 \Rightarrow f'(x)<0. Sign change +\to-.

So f has a maximum at x=e, with maximum value \dfrac{1}{e} (proved).
2

The two equal sides of an isosceles triangle with fixed base b are decreasing at the rate of 3 cm per second. How fast is the area decreasing when the two equal sides equal the base?

Medium +
Solution

Let equal side =a. Height h=\sqrt{a^2-\tfrac{b^2}{4}}, so area A=\tfrac{b}{2}\sqrt{a^2-\tfrac{b^2}{4}}\quad\ldots\text{(1)}.

Differentiating (1) by the chain rule: \dfrac{dA}{dt} = \dfrac{ab}{2\sqrt{a^2-b^2/4}}\cdot\dfrac{da}{dt}\quad\ldots\text{(2)}.

Given \dfrac{da}{dt}=-3; at a=b: \sqrt{a^2-b^2/4} = \dfrac{b\sqrt3}{2}.

Substituting into (2): \dfrac{dA}{dt} = \dfrac{b\cdot b}{2\cdot(b\sqrt3/2)}\cdot(-3) = \dfrac{b}{\sqrt3}\cdot(-3) = -\sqrt3\,b.

The area is decreasing at the rate of \sqrt3\,b\ \text{cm}^2\text{/s}.
3

Find the intervals in which f(x) = \dfrac{4\sin x - 2x - x\cos x}{2+\cos x} is
(i) increasing
(ii) decreasing.

Hard +
Solution

Let N=4\sin x-2x-x\cos x and D=2+\cos x. By the product rule, N'=4\cos x-2-(\cos x-x\sin x)=3\cos x-2+x\sin x, and D'=-\sin x.

By the quotient rule, the numerator of f'(x) is N'D-ND'=N'D+N\sin x:

N'D=(3\cos x-2+x\sin x)(2+\cos x)=4\cos x+3\cos^2x-4+2x\sin x+x\sin x\cos x

N\sin x=(4\sin x-2x-x\cos x)\sin x=4\sin^2x-2x\sin x-x\sin x\cos x

Adding these, the x\sin x\cos x terms cancel directly, and the 2x\sin x and -2x\sin x terms also cancel, leaving:

N'D+N\sin x=4\cos x+3\cos^2x-4+4\sin^2x=4\cos x+3\cos^2x-4+4(1-\cos^2x)=4\cos x-\cos^2x=\cos x(4-\cos x)

So f'(x)=\dfrac{\cos x(4-\cos x)}{(2+\cos x)^2}\quad\ldots\text{(1)}.

In (1), 4-\cos x>0 always and the denominator is always positive, so the sign of f'(x) follows the sign of \cos x.

Increasing where \cos x>0; decreasing where \cos x<0.
4

Find the intervals in which f(x)=x^3+\dfrac{1}{x^3}, x\neq0 is
(i) increasing
(ii) decreasing.

Medium +
Solution

f'(x)=3x^2-\dfrac{3}{x^4} = \dfrac{3(x^6-1)}{x^4}\quad\ldots\text{(1)}. Since x^4>0 always, the sign of (1) follows x^6-1.

x^6-1>0 when |x|>1; x^6-1<0 when |x|<1 (excluding 0).

Increasing on (-\infty,-1)\cup(1,\infty); decreasing on (-1,0)\cup(0,1).
5

Find the maximum area of an isosceles triangle inscribed in the ellipse \dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}=1 with its vertex at one end of the major axis.

Hard +
Solution
(a,0) (x,y) (x,-y) 2y
Isosceles triangle inscribed in the ellipse, vertex at (a,0)

With vertex at (a,0) and the other two vertices at (x,\pm y) on the ellipse, the base of the triangle has length 2y and the height (horizontal distance from the base to the vertex) is a-x. So area A=\tfrac12(2y)(a-x)=y(a-x)\quad\ldots\text{(1)}, where y=\tfrac{b}{a}\sqrt{a^2-x^2}\quad\ldots\text{(2)} (from the ellipse equation).

It's easier to maximise A^2 (equivalent, since A>0). Using (1) and (2):

A^2=y^2(a-x)^2=\dfrac{b^2}{a^2}(a^2-x^2)(a-x)^2=\dfrac{b^2}{a^2}(a-x)^3(a+x)\quad\ldots\text{(3)}

Let f(x)=(a-x)^3(a+x) (dropping the constant b^2/a^2 factor in (3)). By the product rule:

f'(x)=-3(a-x)^2(a+x)+(a-x)^3=(a-x)^2\big[-3(a+x)+(a-x)\big]=(a-x)^2(-2a-4x)=-2(a-x)^2(a+2x)\quad\ldots\text{(4)}

Setting f'(x)=0 in (4): either a-x=0 (rejected — this puts all three vertices at the same point, a degenerate triangle), or a+2x=0 \Rightarrow x=-\dfrac{a}{2}.

From (4), just left of x=-\tfrac{a}{2}, (a+2x)<0 so f'(x)>0; just right of it, (a+2x)>0 so f'(x)<0. Sign change +\to- confirms a maximum.

Substituting x=-\tfrac{a}{2} into (2): y=\dfrac{b}{a}\sqrt{a^2-\tfrac{a^2}{4}}=\dfrac{b}{a}\cdot\dfrac{a\sqrt3}{2}=\dfrac{\sqrt3}{2}b.

Substituting into (1): A=y(a-x)=\dfrac{\sqrt3}{2}b\left(a+\dfrac{a}{2}\right)=\dfrac{\sqrt3}{2}b\cdot\dfrac{3a}{2}=\dfrac{3\sqrt3}{4}ab.

Maximum area = \dfrac{3\sqrt3}{4}ab.
6

A tank (rectangular base and sides, open top) has depth 2 m and volume 8 m³. Base costs ₹70/m², sides cost ₹45/m². Find the cost of the least expensive tank.

Hard +
Solution

Let base dimensions be x, y. Volume =2xy=8 \Rightarrow xy=4 — so the base area is fixed at 4\text{ m}^2, costing 70\times4=280 regardless of shape.

Total side area =2(2x)+2(2y)=4(x+y), costing 45\times4(x+y)=180(x+y).

Cost C(x) = 280+180\left(x+\dfrac{4}{x}\right)\quad\ldots\text{(1)}. Differentiating (1): C'(x)=180\left(1-\dfrac{4}{x^2}\right)=0 \Rightarrow x=2, giving y=2. C''(x)>0 — minimum.

Substituting x=2 into (1): C(2)=280+180(2+2)=280+720=1000.

Minimum cost = 1000 rupees (base 2 m × 2 m).
7

The sum of the perimeter of a circle and a square is k (constant). Prove that the sum of their areas is least when the side of the square is double the radius of the circle.

Hard +
Solution

Let circle radius r, square side s. Constraint: 2\pi r+4s=k \Rightarrow s=\dfrac{k-2\pi r}{4}\quad\ldots\text{(1)}, so \dfrac{ds}{dr}=-\dfrac{2\pi}{4}=-\dfrac{\pi}{2}.

Combined area A(r)=\pi r^2+s^2\quad\ldots\text{(2)}. By the chain rule, differentiating (2): \dfrac{dA}{dr}=2\pi r+2s\dfrac{ds}{dr}=2\pi r+2s\left(-\dfrac{\pi}{2}\right)=2\pi r-\pi s.

Setting \dfrac{dA}{dr}=0: 2\pi r-\pi s=0 \Rightarrow 2\pi r=\pi s \Rightarrow s=2r.

\dfrac{d^2A}{dr^2}=2\pi-\pi\dfrac{ds}{dr}=2\pi-\pi\left(-\dfrac{\pi}{2}\right)=2\pi+\dfrac{\pi^2}{2}>0 — minimum.

The combined area is least exactly when s=2r (proved).
8

A window is a rectangle surmounted by a semicircular opening. Total perimeter is 10 m. Find the dimensions that admit maximum light.

Hard +
Solution

Let rectangle width =2x (so semicircle radius =x), height =y. Perimeter: 2x+2y+\pi x=10 \Rightarrow y=5-x\left(1+\tfrac{\pi}{2}\right)\quad\ldots\text{(1)}.

Total area (light) A(x)=2xy+\tfrac12\pi x^2\quad\ldots\text{(2)}. Substituting (1) into (2): A(x) = 10x - x^2\left(2+\tfrac{\pi}{2}\right)\quad\ldots\text{(3)}.

Differentiating (3): A'(x)=10-x(4+\pi)=0 \Rightarrow x=\dfrac{10}{4+\pi}.

A''(x)<0 — maximum. Substituting x=\dfrac{10}{4+\pi} into (1) gives y=\dfrac{10}{4+\pi} too.

Rectangle width =\dfrac{20}{4+\pi}\text{ m}, height =\dfrac{10}{4+\pi}\text{ m}.
9

A point on the hypotenuse of a right triangle is at distances a and b from the two legs. Show the minimum length of the hypotenuse is (a^{2/3}+b^{2/3})^{3/2}.

Hard +
Solution
P b a θ
P is at perpendicular distance a and b from the two legs; hypotenuse XY makes angle θ with the horizontal leg

Let the right angle be at O, with legs along the horizontal and vertical directions, and let P be the given point, at perpendicular distance a from the vertical leg and b from the horizontal leg. Let the hypotenuse through P meet the horizontal leg at X and the vertical leg at Y, making angle \theta with the horizontal leg at X.

Drop perpendiculars from P to each leg. The small triangle formed with foot M on the horizontal leg (so PM=b) is similar to the full triangle OXY, sharing the angle \theta at X. In this small right triangle, PM is opposite \theta, so \sin\theta=\dfrac{PM}{XP}=\dfrac{b}{XP} \Rightarrow XP=b\csc\theta.

Similarly, the small triangle with foot N on the vertical leg (so PN=a) shares the angle (90^\circ-\theta) at Y, giving \cos\theta=\dfrac{PN}{PY}=\dfrac{a}{PY} \Rightarrow PY=a\sec\theta.

The hypotenuse length is therefore

L(\theta)=XY=XP+PY=a\sec\theta+b\csc\theta\quad\ldots\text{(1)}

Differentiating (1): \dfrac{dL}{d\theta}=a\sec\theta\tan\theta-b\csc\theta\cot\theta=0 \Rightarrow \tan^3\theta=\dfrac{b}{a}.

To confirm this critical point gives a minimum (not a maximum), examine the boundary behaviour of L(\theta) in (1) on the valid domain \left(0,\tfrac{\pi}{2}\right).

As \theta\to0^+, \csc\theta\to\infty, so L\to\infty; as \theta\to\tfrac{\pi}{2}^-, \sec\theta\to\infty, so L\to\infty as well.

Since L is large at both ends of the interval and there is only one critical point in between, that single critical point must give the minimum value of L.

Substituting t=\tan\theta=(b/a)^{1/3} into (1) and simplifying using 1+t^2=\dfrac{a^{2/3}+b^{2/3}}{a^{2/3}} gives L=a(1+t^2)^{3/2}.

Simplifying: L_{min}=(a^{2/3}+b^{2/3})^{3/2} (proved).
10

Find the points at which f(x)=(x-2)^4(x+1)^3 has
(i) local maxima
(ii) local minima
(iii) point of inflexion.

Hard +
Solution

Using the product rule: f'(x)=(x-2)^3(x+1)^2(7x-2). Critical points: x=-1,\ \tfrac27,\ 2.

Testing the sign of f'(x) in each interval: positive on (-\infty,-1) and (-1,\tfrac27) — no sign change at x=-1 since (x+1)^2\geq0.

Negative on (\tfrac27,2), positive on (2,\infty).

Local maximum at x=\tfrac27; local minimum at x=2; point of inflexion at x=-1 (derivative touches zero but doesn't change sign).
11

Find the absolute maximum and minimum values of f(x)=\cos^2x+\sin x, x\in[0,\pi].

Medium +
Solution

f'(x)=-2\sin x\cos x+\cos x=\cos x(1-2\sin x)=0 \Rightarrow x=\tfrac{\pi}{6},\tfrac{\pi}{2},\tfrac{5\pi}{6} (within [0,\pi]).

Evaluate: f(0)=1,\ f\left(\tfrac{\pi}{6}\right)=\tfrac54,\ f\left(\tfrac{\pi}{2}\right)=1,\ f\left(\tfrac{5\pi}{6}\right)=\tfrac54,\ f(\pi)=1.

Absolute maximum =\tfrac54 (at x=\tfrac{\pi}{6},\tfrac{5\pi}{6}); absolute minimum =1 (at x=0,\tfrac{\pi}{2},\pi).
12

Show that the altitude of the right circular cone of maximum volume that can be inscribed in a sphere of radius r is \dfrac{4r}{3}.

Hard +
Solution
A O M C h r ρ r−h
Cone of height h inscribed in a sphere of radius r, centre O

Let the cone have apex A on the sphere, height h, and base radius \rho, with its axis through the sphere's centre O. Let M be the centre of the base and C a point on the rim.

Since OA=r and AM=h, the distance from O to the base plane is OM=|r-h|. Also MC=\rho, and OC=r (a radius of the sphere). Triangle OMC is right-angled at M, so by Pythagoras:

OM^2+MC^2=OC^2 \Rightarrow (r-h)^2+\rho^2=r^2\quad\ldots\text{(1)}

Expanding (1): r^2-2rh+h^2+\rho^2=r^2 \Rightarrow \rho^2=2rh-h^2=h(2r-h)\quad\ldots\text{(2)}.

Substituting (2) into the volume formula: V(h)=\tfrac13\pi\rho^2h=\tfrac13\pi h^2(2r-h)\quad\ldots\text{(3)}.

Differentiating (3): V'(h)=\tfrac13\pi h(4r-3h)=0 \Rightarrow h=\tfrac{4r}{3} (rejecting h=0, a degenerate cone).

V''(h)=\tfrac13\pi(4r-6h), so V''\left(\tfrac{4r}{3}\right)=\tfrac13\pi(4r-8r)=-\tfrac{4\pi r}{3}<0 — maximum.

Altitude =\dfrac{4r}{3} (proved).
13

Let f be a function on [a,b] with f'(x)>0 for all x\in(a,b). Prove that f is increasing on (a,b).

Medium +
Solution
Note: This result is traditionally proved using the Mean Value Theorem. Since MVT has been removed from the CBSE syllabus from 2026-27 onwards, the solution below uses the Increasing/Decreasing Test instead.

This is the Increasing/Decreasing Test established earlier in this chapter (Exercise 6.2): if f is differentiable on an interval with f'(x)>0 at every point of it, f is increasing on that interval.

Here f'(x)>0 for every x\in(a,b) — exactly the hypothesis of that test — so applying it directly to (a,b) gives the result.

Hence f is increasing on (a,b), by the Increasing/Decreasing Test (proved).
14

Show that the height of the cylinder of maximum volume inscribed in a sphere of radius R is \dfrac{2R}{\sqrt3}. Also find the maximum volume.

Hard +
Solution
x y 2R
Cross-section: cylinder of radius x, height y, inscribed in sphere of radius R

Consider the rectangular cross-section of the cylinder through the sphere's centre: width 2x (the cylinder's diameter) and height y. Since all four corners of this rectangle lie on the sphere's great circle, its diagonal equals the sphere's diameter 2R:

(2x)^2+y^2=(2R)^2 \Rightarrow 4x^2+y^2=4R^2 \Rightarrow x^2+\dfrac{y^2}{4}=R^2\quad\ldots\text{(1)}

From (1), x^2=R^2-\tfrac{y^2}{4}. Substituting into V=\pi x^2y: V(y)=\pi\left(R^2-\tfrac{y^2}{4}\right)y\quad\ldots\text{(2)}.

Differentiating (2): V'(y)=\pi R^2-\tfrac{3\pi}{4}y^2=0 \Rightarrow y=\dfrac{2R}{\sqrt3}.

V''(y)=-\tfrac{3\pi}{2}y<0 for y>0 — maximum.

Substituting y=\tfrac{2R}{\sqrt3} into (1): x^2=R^2-\dfrac{1}{4}\cdot\dfrac{4R^2}{3}=R^2-\dfrac{R^2}{3}=\dfrac{2R^2}{3}, so V_{max}=\pi\cdot\dfrac{2R^2}{3}\cdot\dfrac{2R}{\sqrt3}=\dfrac{4\pi R^3}{3\sqrt3}.

Height =\dfrac{2R}{\sqrt3}; maximum volume =\dfrac{4\pi R^3}{3\sqrt3} (proved).
15

Show that the height of the cylinder of greatest volume inscribed in a cone of height h and semi-vertical angle \alpha is one-third that of the cone, and the greatest volume is \dfrac{4}{27}\pi h^3\tan^2\alpha.

Hard +
Solution
x y h α
Cylinder of radius x, height y, inscribed in a cone of height h and semi-vertical angle α

Let the cylinder have radius x and height y, inscribed in the cone with its top rim touching the slant surface. The cone has total height h and semi-vertical angle \alpha, so its base radius is h\tan\alpha.

The top rim of the cylinder sits at height y above the base, i.e. at distance (h-y) below the apex. By similar triangles, the cone's radius at that level is proportional to its distance from the apex: \dfrac{\text{radius at distance }(h-y)}{h-y}=\dfrac{\text{base radius}}{h}=\dfrac{h\tan\alpha}{h}=\tan\alpha.

Since this radius equals the cylinder's radius x: x=(h-y)\tan\alpha, equivalently y=h-x\cot\alpha\quad\ldots\text{(1)}.

Substituting (1) into V=\pi x^2y: V(x)=\pi x^2(h-x\cot\alpha)\quad\ldots\text{(2)}.

Differentiating (2): V'(x)=\pi x(2h-3x\cot\alpha)=0 \Rightarrow x=\dfrac{2h}{3}\tan\alpha (rejecting x=0, a degenerate cylinder).

Substituting into (1): y=h-x\cot\alpha=h-\dfrac{2h}{3}=\dfrac{h}{3}.

V''(x)=\pi(2h-6x\cot\alpha), so at x=\tfrac{2h}{3}\tan\alpha: V''=\pi\left(2h-6\cdot\tfrac{2h}{3}\right)=\pi(2h-4h)=-2\pi h<0 — maximum.

Substituting into (2): V_{max}=\pi\left(\dfrac{2h}{3}\tan\alpha\right)^2\cdot\dfrac{h}{3} = \dfrac{4}{27}\pi h^3\tan^2\alpha.

Height =\dfrac{h}{3}; maximum volume =\dfrac{4}{27}\pi h^3\tan^2\alpha (proved).
16

MCQ. A cylindrical tank of radius 10 m is filled with wheat at 314 m³/hour. The depth of wheat is increasing at the rate of:   (A) 1 m/h   (B) 0.1 m/h   (C) 1.1 m/h   (D) 0.5 m/h

Easy +
Solution

V=\pi r^2 h, with r=10 fixed: \dfrac{dV}{dt}=100\pi\dfrac{dh}{dt}.

314 = 100\pi\dfrac{dh}{dt}. Using \pi\approx3.14: 314=314\dfrac{dh}{dt} \Rightarrow \dfrac{dh}{dt}=1.

Answer: (A) 1 m/h

Know exactly which chapters are costing you marks

1000+ solved CBSE PYQs, unlimited AI-generated practice for your weak areas, and a chapter-wise Performance Report — not just for this chapter, but your entire syllabus.

Explore it free →
🎉

Chapter 6 Complete!

You've worked through all 82 questions across Exercise 6.1, 6.2, 6.3 and this Miscellaneous set. Continue straight on to Chapter 7, or head back to the chapter overview for the formula cheat-sheet and common-mistakes list.

Common Questions

FAQs — Class 12 Maths NCERT Solutions Chapter 6 Miscellaneous Exercise

How many questions are there in the Miscellaneous Exercise?

The Miscellaneous Exercise has 16 questions (15 proof/solve questions plus 1 MCQ), combining rate of change, increasing/decreasing functions, and maxima-minima from across the whole chapter.

Is the Miscellaneous Exercise important for the board exam?

Yes — CBSE often draws case-study and long-answer questions from exactly this style of mixed, multi-concept problem, since it mirrors how the actual board paper combines ideas rather than testing them in isolation.

Where can I find the official NCERT textbook for this exercise?

The Miscellaneous Exercise is from Chapter 6, Application of Derivatives, in the NCERT Class 12 Mathematics textbook (Part I), published by the National Council of Educational Research and Training (NCERT) and prescribed by CBSE. You can download the official textbook PDF directly from ncert.nic.in, NCERT's official website — the solutions on this page follow the questions exactly as they appear there.

Carry the formulas with you

One-page printable formula cards for every Calculus chapter, including Application of Derivatives.

Get the Formula Cards →
Expert CBSE Coaching · Class 9–12