Skip to main content
Back to Conic Sections
JEE Main 2020
Conic Sections
Ellipse
Easy

Question

On the ellipse x28+y24=1{{{x^2}} \over 8} + {{{y^2}} \over 4} = 1 let P be a point in the second quadrant such that the tangent at P to the ellipse is perpendicular to the line x + 2y = 0. Let S and S' be the foci of the ellipse and e be its eccentricity. If A is the area of the triangle SPS' then, the value of (5 - e 2 ). A is :

Options

Solution

This solution will guide you through each step of solving the problem, focusing on clarity, the underlying mathematical concepts, and common pitfalls.


Understanding the Problem and Key Concepts

The problem asks us to find the value of an expression involving the eccentricity and area of a specific triangle on an ellipse. This requires us to:

  1. Identify the properties of the given ellipse (semi-axes, eccentricity, foci).
  2. Find a specific point P on the ellipse based on a tangent condition.
  3. Calculate the area of the triangle formed by P and the two foci.

We will use the following key concepts:

  • Standard equation of an ellipse: x2a2+y2b2=1{{{x^2}} \over {{a^2}}} + {{{y^2}} \over {{b^2}}} = 1
  • Eccentricity (ee): For an ellipse with major axis along the x-axis, b2=a2(1e2)b^2 = a^2(1 - e^2).
  • Foci of an ellipse: (±ae,0)(\pm ae, 0) for major axis along x-axis.
  • Equation of a tangent to an ellipse at (x1,y1)(x_1, y_1): xx1a2+yy1b2=1{{x{x_1}} \over {{a^2}}} + {{y{y_1}} \over {{b^2}}} = 1
  • Slope of a line: For Ax+By+C=0Ax + By + C = 0, the slope is A/B-A/B.
  • Perpendicular lines: If two lines have slopes m1m_1 and m2m_2, they are perpendicular if m1m2=1m_1 m_2 = -1.
  • Area of a triangle: For a triangle with vertices P(x1,y1)P(x_1, y_1), S(x2,y2)S(x_2, y_2), S(x3,y3)S'(x_3, y_3), the area can be calculated as A=12×base×heightA = {1 \over 2} \times \text{base} \times \text{height} if the base lies on an axis.

Step 1: Analyze the Ellipse and Determine its Fundamental Properties

The given equation of the ellipse is: x28+y24=1{{{x^2}} \over 8} + {{{y^2}} \over 4} = 1

Explanation: Our first step is to compare this equation with the standard form of an ellipse centered at the origin, x2a2+y2b2=1{{{x^2}} \over {{a^2}}} + {{{y^2}} \over {{b^2}}} = 1. This allows us to identify the squares of the semi-major and semi-minor axes.

  1. Identify a2a^2 and b2b^2: From the given equation, we have a2=8a^2 = 8 and b2=4b^2 = 4.

  2. Determine the orientation of the major axis: Since a2=8>b2=4a^2 = 8 > b^2 = 4, this means the semi-major axis is along the x-axis. This is crucial for correctly applying formulas for eccentricity and foci.

    • Tip: If b2>a2b^2 > a^2, the major axis would be along the y-axis, and the formulas for eccentricity and foci would change accordingly (a2=b2(1e2)a^2 = b^2(1-e^2) and foci (0,±be)(0, \pm be)).
  3. Calculate semi-major and semi-minor axes:

    • Semi-major axis, a=8=22a = \sqrt{8} = 2\sqrt{2}.
    • Semi-minor axis, b=4=2b = \sqrt{4} = 2.
  4. Calculate the eccentricity (ee): Concept: For an ellipse with its major axis along the x-axis, the eccentricity ee is related to aa and bb by the formula b2=a2(1e2)b^2 = a^2(1 - e^2). Why: Eccentricity is a measure of how "stretched" the ellipse is. It's essential for locating the foci. Substitute the values of a2a^2 and b2b^2: 4=8(1e2)4 = 8(1 - e^2) Divide by 8: 12=1e2{1 \over 2} = 1 - e^2 Rearrange to find e2e^2: e2=112=12e^2 = 1 - {1 \over 2} = {1 \over 2} So, e=12e = {1 \over {\sqrt 2 }}.

  5. Determine the coordinates of the foci (S and S'): Concept: For an ellipse with the major axis along the x-axis, the foci are located at (±ae,0)(\pm ae, 0). Why: The foci are two fixed points used in the definition of an ellipse. We need their coordinates to calculate the area of triangle SPS'. Calculate the product aeae: ae=(22)(12)=2ae = (2\sqrt{2}) \cdot \left( {1 \over {\sqrt 2 }} \right) = 2 Therefore, the foci are S(2,0)S(2, 0) and S(2,0)S'(-2, 0).


Step 2: Find the Coordinates of Point P

We are given that point P is in the second quadrant and the tangent at P to the ellipse is perpendicular to the line x+2y=0x + 2y = 0.

  1. Find the slope of the given line: The equation of the line is x+2y=0x + 2y = 0. Concept: To find the slope, we rewrite the equation in the slope-intercept form y=mx+cy = mx + c, where mm is the slope. 2y=x2y = -x y=12xy = -{1 \over 2}x The slope of this line is m1=12m_1 = -{1 \over 2}.

  2. Find the slope of the tangent at P: Concept: If two lines are perpendicular, the product of their slopes is 1-1. Why: We are given a perpendicularity condition, so we use this to find the slope of the tangent. Let the slope of the tangent at P be mtm_t. mtm1=1m_t \cdot m_1 = -1 mt(12)=1m_t \cdot \left( -{1 \over 2} \right) = -1 mt=2m_t = 2

  3. Find the coordinates of P using the tangent's slope: Let P(x1,y1)P(x_1, y_1) be the point on the ellipse. Concept: The slope of the tangent to the ellipse x2a2+y2b2=1{{{x^2}} \over {{a^2}}} + {{{y^2}} \over {{b^2}}} = 1 at a point (x1,y1)(x_1, y_1) is given by mt=b2x1a2y1m_t = -{{{b^2}x_1} \over {{a^2}y_1}}. Why: This formula directly relates the slope of the tangent to the coordinates of the point of tangency, which will help us find x1x_1 and y1y_1. Substitute a2=8a^2 = 8 and b2=4b^2 = 4: mt=4x18y1=x12y1m_t = -{{4x_1} \over {8y_1}} = -{{x_1} \over {2y_1}} We know mt=2m_t = 2, so: 2=x12y12 = -{{x_1} \over {2y_1}} Cross-multiply: 4y1=x1    x1=4y1()4y_1 = -x_1 \implies x_1 = -4y_1 \quad (*)

  4. Use the fact that P lies on the ellipse: Concept: Any point (x1,y1)(x_1, y_1) on the ellipse must satisfy its equation. Why: This gives us a second equation relating x1x_1 and y1y_1, allowing us to solve for their unique values. Substitute P(x1,y1)P(x_1, y_1) into the ellipse equation: x128+y124=1{{x_1^2} \over 8} + {{y_1^2} \over 4} = 1 Now, substitute x1=4y1x_1 = -4y_1 from equation ()(*) into the ellipse equation: (4y1)28+y124=1{{(-4y_1)^2} \over 8} + {{y_1^2} \over 4} = 1 16y128+y124=1{{16y_1^2} \over 8} + {{y_1^2} \over 4} = 1 2y12+y124=12y_1^2 + {{y_1^2} \over 4} = 1 To combine terms, find a common denominator: 8y12+y124=1{{8y_1^2 + y_1^2} \over 4} = 1 9y124=1{{9y_1^2} \over 4} = 1 9y12=49y_1^2 = 4 y12=49    y1=±23y_1^2 = {4 \over 9} \implies y_1 = \pm {2 \over 3}

  5. Determine the correct coordinates for P: Using x1=4y1x_1 = -4y_1:

    • If y1=23y_1 = {2 \over 3}, then x1=4(23)=83x_1 = -4 \left( {2 \over 3} \right) = -{8 \over 3}. So, P1(83,23)P_1 \left( -{8 \over 3}, {2 \over 3} \right).
    • If y1=23y_1 = -{2 \over 3}, then x1=4(23)=83x_1 = -4 \left( -{2 \over 3} \right) = {8 \over 3}. So, P2(83,23)P_2 \left( {8 \over 3}, -{2 \over 3} \right).

    Constraint: The problem states that P is in the second quadrant. Why: The second quadrant is where x<0x < 0 and y>0y > 0. Comparing P1P_1 and P2P_2 with this condition:

    • P1(83,23)P_1 \left( -{8 \over 3}, {2 \over 3} \right) has x<0x < 0 and y>0y > 0. This matches the second quadrant.
    • P2(83,23)P_2 \left( {8 \over 3}, -{2 \over 3} \right) has x>0x > 0 and y<0y < 0. This is in the fourth quadrant.

    Therefore, the coordinates of point P are (83,23)\left( -{8 \over 3}, {2 \over 3} \right).


Step 3: Calculate the Area of Triangle SPS'

We have the coordinates of the vertices:

  • P(83,23)P\left( -{8 \over 3}, {2 \over 3} \right)
  • S(2,0)S(2, 0)
  • S(2,0)S'(-2, 0)

Concept: The foci SS and SS' lie on the x-axis, making the segment SSS'S the base of the triangle. The length of this base is the distance between the foci, 2ae2ae. The height of the triangle with respect to this base is the perpendicular distance from P to the x-axis, which is simply y1|y_1|. Why: This method (base ×\times height) is much simpler than the determinant formula when the base lies on an axis.

  1. Calculate the base length: Base SS=2ae=2×2=4S'S = 2ae = 2 \times 2 = 4. Alternatively, distance between (2,0)(-2, 0) and (2,0)(2, 0) is 2(2)=4=4|2 - (-2)| = |4| = 4.

  2. Calculate the height: The height hh is the absolute value of the y-coordinate of P. h=yP=23=23h = |y_P| = \left| {2 \over 3} \right| = {2 \over 3}.

  3. Calculate the area A: Concept: Area A=12×base×heightA = {1 \over 2} \times \text{base} \times \text{height}. A=12×4×23A = {1 \over 2} \times 4 \times {2 \over 3} A=2×23A = 2 \times {2 \over 3} A=43A = {4 \over 3}


Step 4: Calculate the Final Expression

We need to find the value of (5e2)A(5 - e^2) \cdot A.

  1. Recall the values: We found e2=12e^2 = {1 \over 2} and A=43A = {4 \over 3}.

  2. Substitute and calculate: (5e2)A=(512)43(5 - e^2) \cdot A = \left( 5 - {1 \over 2} \right) \cdot {4 \over 3} =(1012)43 = \left( {{10 - 1} \over 2} \right) \cdot {4 \over 3} =(92)43 = \left( {9 \over 2} \right) \cdot {4 \over 3} =9×42×3 = {9 \times 4 \over 2 \times 3} =366 = {{36} \over 6} =6 = 6


Summary and Key Takeaway

The value of (5e2)A(5 - e^2) \cdot A is 6\boxed{6}.

This problem effectively tests your understanding of various aspects of ellipses:

  • Identifying properties from the standard equation.
  • Calculating eccentricity and foci.
  • Applying tangent conditions (slope, perpendicularity).
  • Using coordinate

Practice More Conic Sections Questions

View All Questions