Find the area of triangle formed by tangent to ellipse and coordinate axes

medium JEE-MAIN JEE Main 2023 3 min read

Question

Find the minimum area of the triangle formed by the tangent to the ellipse x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 and the coordinate axes.

(JEE Main 2023)


Solution — Step by Step

At the point (acosθ,bsinθ)(a\cos\theta, b\sin\theta) on the ellipse, the tangent equation is:

xcosθa+ysinθb=1\frac{x\cos\theta}{a} + \frac{y\sin\theta}{b} = 1

x-intercept (set y=0y = 0): x=acosθx = \frac{a}{\cos\theta}

y-intercept (set x=0x = 0): y=bsinθy = \frac{b}{\sin\theta}

The triangle is formed by the tangent line, the x-axis, and the y-axis. Its area is:

Area=12x-intercept×y-intercept=12acosθbsinθ\text{Area} = \frac{1}{2} |x\text{-intercept}| \times |y\text{-intercept}| = \frac{1}{2} \cdot \frac{a}{|\cos\theta|} \cdot \frac{b}{|\sin\theta|} =ab2sinθcosθ=absin2θ= \frac{ab}{2|\sin\theta\cos\theta|} = \frac{ab}{|\sin 2\theta|}

The area is minimised when sin2θ|\sin 2\theta| is maximised, i.e., sin2θ=1|\sin 2\theta| = 1, which gives θ=π/4\theta = \pi/4.

Minimum area=ab1=ab\text{Minimum area} = \frac{ab}{1} = \boxed{ab}

This occurs when the tangent touches the ellipse at (a2,b2)\left(\frac{a}{\sqrt{2}}, \frac{b}{\sqrt{2}}\right).


Why This Works

The tangent at any point on the ellipse cuts both axes, forming a right triangle with the origin. As we move the point of tangency around the ellipse, the intercepts change — when the tangent is nearly horizontal, the y-intercept is huge but the x-intercept is small, and vice versa. The product is minimised at θ=45°\theta = 45° where the tangent makes equal “use” of both axes.

The sin2θ\sin 2\theta in the denominator captures this trade-off perfectly. Since sin2θ\sin 2\theta oscillates between 1-1 and 11, the minimum area is simply abab.


Alternative Method — Using AM-GM inequality

From Step 3: Area =ab2sinθcosθ= \frac{ab}{2\sin\theta\cos\theta} (in the first quadrant).

By AM-GM: sinθcosθsin2θ+cos2θ2=12\sin\theta\cos\theta \leq \frac{\sin^2\theta + \cos^2\theta}{2} = \frac{1}{2}

So Area ab2(1/2)=ab\geq \frac{ab}{2 \cdot (1/2)} = ab.

The answer abab is elegant and worth memorising. For a circle (a=b=ra = b = r), the minimum triangle area is r2r^2. In JEE, this result is often combined with other conditions — e.g., “if the minimum area is 6 and a=3a = 3, find bb.” Knowing the result abab directly saves computation.


Common Mistake

Students sometimes forget to consider only the first quadrant tangent (where both intercepts are positive) and get confused with signs. For the minimum area calculation, take the absolute values of intercepts and work in the first quadrant. The symmetry of the ellipse ensures the minimum area is the same in all four quadrants.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next