Skip to main content
Back to Application of Derivatives
JEE Main 2023
Application of Derivatives
Application of Derivatives
Medium

Question

If the point P on the curve, 4x 2 + 5y 2 = 20 is farthest from the point Q(0, -4), then PQ 2 is equal to:

Options

Solution

Key Concepts and Formulas

  • Equation of an Ellipse: x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1, where aa and bb are the semi-major and semi-minor axes, respectively.
  • Parametric Coordinates of an Ellipse: A point on the ellipse x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 can be represented as (acosθ,bsinθ)(a \cos \theta, b \sin \theta).
  • Distance Formula: The distance between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}.

Step-by-Step Solution

Step 1: Convert the Ellipse Equation to Standard Form and Parametrize Point P

We are given the equation of the ellipse as 4x2+5y2=204x^2 + 5y^2 = 20. To apply parametric coordinates, we need the standard form of the equation.

Divide the equation by 20: 4x220+5y220=1\frac{4x^2}{20} + \frac{5y^2}{20} = 1 x25+y24=1\frac{x^2}{5} + \frac{y^2}{4} = 1

This is now in the standard form x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1, where a2=5a^2 = 5 and b2=4b^2 = 4. Therefore, a=5a = \sqrt{5} and b=2b = 2.

Now, we represent a general point P on the ellipse using parametric coordinates (acosθ,bsinθ)(a \cos \theta, b \sin \theta). Substituting the values of aa and bb, the coordinates of point P are: P(5cosθ,2sinθ)P(\sqrt{5} \cos \theta, 2 \sin \theta) This parametrization simplifies the problem by reducing the number of variables from two (x,yx, y) to one (θ\theta).

Step 2: Express the Square of the Distance PQ2PQ^2

We want to find the distance between point P(5cosθ,2sinθ)(\sqrt{5} \cos \theta, 2 \sin \theta) and the fixed point Q(0,4)(0, -4). We will work with the square of the distance, PQ2PQ^2, to avoid square roots.

The square of the distance between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is (x2x1)2+(y2y1)2(x_2 - x_1)^2 + (y_2 - y_1)^2. Therefore, PQ2=(5cosθ0)2+(2sinθ(4))2PQ^2 = (\sqrt{5} \cos \theta - 0)^2 + (2 \sin \theta - (-4))^2 PQ2=(5cosθ)2+(2sinθ+4)2PQ^2 = (\sqrt{5} \cos \theta)^2 + (2 \sin \theta + 4)^2 Working with the squared distance simplifies calculations.

Step 3: Simplify the Expression for PQ2PQ^2

Expand and simplify the expression for PQ2PQ^2: PQ2=5cos2θ+(4sin2θ+16sinθ+16)PQ^2 = 5 \cos^2 \theta + (4 \sin^2 \theta + 16 \sin \theta + 16) PQ2=5cos2θ+4sin2θ+16sinθ+16PQ^2 = 5 \cos^2 \theta + 4 \sin^2 \theta + 16 \sin \theta + 16

To further simplify, we express everything in terms of sinθ\sin \theta using the identity cos2θ=1sin2θ\cos^2 \theta = 1 - \sin^2 \theta: PQ2=5(1sin2θ)+4sin2θ+16sinθ+16PQ^2 = 5(1 - \sin^2 \theta) + 4 \sin^2 \theta + 16 \sin \theta + 16 PQ2=55sin2θ+4sin2θ+16sinθ+16PQ^2 = 5 - 5 \sin^2 \theta + 4 \sin^2 \theta + 16 \sin \theta + 16 PQ2=sin2θ+16sinθ+21PQ^2 = -\sin^2 \theta + 16 \sin \theta + 21 This simplification makes it easier to find the maximum value.

Step 4: Maximize PQ2PQ^2 using Completing the Square

Let f(θ)=PQ2=sin2θ+16sinθ+21f(\theta) = PQ^2 = -\sin^2 \theta + 16 \sin \theta + 21. To find the maximum value, we complete the square. PQ2=(sin2θ16sinθ)+21PQ^2 = -(\sin^2 \theta - 16 \sin \theta) + 21 PQ2=(sin2θ16sinθ+6464)+21PQ^2 = -(\sin^2 \theta - 16 \sin \theta + 64 - 64) + 21 PQ2=[(sinθ8)264]+21PQ^2 = -[(\sin \theta - 8)^2 - 64] + 21 PQ2=(sinθ8)2+64+21PQ^2 = -(\sin \theta - 8)^2 + 64 + 21 PQ2=(sinθ8)2+85PQ^2 = -(\sin \theta - 8)^2 + 85

Now, PQ2PQ^2 is maximized when (sinθ8)2(\sin \theta - 8)^2 is minimized. Since 1sinθ1-1 \le \sin \theta \le 1, the minimum value of (sinθ8)2(\sin \theta - 8)^2 occurs when sinθ\sin \theta is as close to 8 as possible, which is when sinθ=1\sin \theta = 1. Therefore, the minimum value of (sinθ8)2(\sin \theta - 8)^2 is (18)2=(7)2=49(1 - 8)^2 = (-7)^2 = 49.

Substituting sinθ=1\sin \theta = 1 into the expression for PQ2PQ^2, we get: PQ2=(18)2+85PQ^2 = -(1 - 8)^2 + 85 PQ2=49+85PQ^2 = -49 + 85 PQ2=36PQ^2 = 36 Thus, the maximum value of PQ2PQ^2 is 36.

Common Mistakes & Tips

  • Forgetting the Range of Sine: Remember that 1sinθ1-1 \le \sin \theta \le 1. Failing to consider this range can lead to incorrect maximization/minimization.
  • Working with Distance Instead of Squared Distance: Working with PQ2PQ^2 simplifies the algebra significantly.
  • Correctly Completing the Square: Pay close attention to signs when completing the square.

Summary

We found the maximum value of PQ2PQ^2 by first expressing the coordinates of point P on the ellipse in parametric form. Then, we wrote PQ2PQ^2 as a function of sinθ\sin \theta, simplified the expression, and completed the square to find the maximum value. Considering the range of sinθ\sin \theta, we found that the maximum value of PQ2PQ^2 is 36.

Final Answer

The final answer is \boxed{36}, which corresponds to option (A).

Practice More Application of Derivatives Questions

View All Questions