Skip to main content
Back to Conic Sections
JEE Main 2023
Conic Sections
Ellipse
Hard

Question

Let the ellipse E:x2+9y2=9E:{x^2} + 9{y^2} = 9 intersect the positive x and y-axes at the points A and B respectively. Let the major axis of E be a diameter of the circle C. Let the line passing through A and B meet the circle C at the point P. If the area of the triangle with vertices A, P and the origin O is mn{m \over n}, where m and n are coprime, then mnm - n is equal to :

Options

Solution

Mathematical Toolkit: Essential Concepts and Formulas

Before embarking on the solution, let's establish the fundamental mathematical tools we'll be employing. A strong grasp of these concepts is crucial for navigating problems involving conic sections, lines, and areas in coordinate geometry.

  1. Standard Form of an Ellipse: An ellipse centered at the origin (0,0)(0,0) is typically represented by the equation: x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1

    • If a>ba > b, the major axis lies along the x-axis, with length 2a2a. The vertices are at (±a,0)(\pm a, 0).
    • If b>ab > a, the major axis lies along the y-axis, with length 2b2b. The vertices are at (0,±b)(0, \pm b).
    • To find x-intercepts, set y=0y=0. To find y-intercepts, set x=0x=0.
  2. Equation of a Line (Intercept Form): When a line intersects the x-axis at (x0,0)(x_0, 0) and the y-axis at (0,y0)(0, y_0), its equation can be efficiently written as: xx0+yy0=1\frac{x}{x_0} + \frac{y}{y_0} = 1 This form is particularly useful when the intercepts are known or easily determined.

  3. Equation of a Circle: A circle with its center at the origin (0,0)(0,0) and a radius rr has the equation: x2+y2=r2x^2 + y^2 = r^2

  4. Intersection of Geometric Shapes: To find the points where a line and a circle intersect, we solve their equations simultaneously. This usually involves substituting an expression for one variable from the linear equation into the quadratic equation of the circle, leading to a quadratic equation in a single variable.

  5. Area of a Triangle: For a triangle with vertices (x1,y1)(x_1, y_1), (x2,y2)(x_2, y_2), and the origin (0,0)(0,0), the area can be calculated using the formula: Area=12x1y2x2y1\text{Area} = \frac{1}{2} |x_1 y_2 - x_2 y_1| Alternatively, if one side of the triangle lies along a coordinate axis, we can use the familiar formula: Area=12×Base×Height\text{Area} = \frac{1}{2} \times \text{Base} \times \text{Height} where the height is the perpendicular distance from the third vertex to the base.


Step-by-Step Elaborated Solution:

1. Analyze the Ellipse EE and Determine Intercepts A and B

The given equation of the ellipse is E:x2+9y2=9E: x^2 + 9y^2 = 9. Our first objective is to understand the ellipse's dimensions and orientation, and specifically locate the points where it crosses the positive x and y-axes.

  • Transforming to Standard Form: To clearly identify the semi-axes, we convert the given equation into the standard form x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1. We achieve this by dividing the entire equation by 9: x29+9y29=99\frac{x^2}{9} + \frac{9y^2}{9} = \frac{9}{9} This simplifies to: x232+y212=1\frac{x^2}{3^2} + \frac{y^2}{1^2} = 1 By comparing this with the standard form, we deduce:

    • a2=9a=3a^2 = 9 \Rightarrow a = 3 (The semi-major axis length, as aa must be positive).
    • b2=1b=1b^2 = 1 \Rightarrow b = 1 (The semi-minor axis length, as bb must be positive).
  • Identifying the Major Axis and Intercepts: Since a=3a=3 and b=1b=1, we have a>ba > b. This indicates that the major axis of the ellipse lies along the x-axis. Its total length is 2a=2(3)=62a = 2(3) = 6. The vertices along the major axis are (±3,0)(\pm 3, 0).

    Now, we find the specific points A and B as described in the problem:

    • Point A (Positive x-intercept): We set y=0y=0 in the ellipse equation: x2+9(0)2=9x2=9x=±3x^2 + 9(0)^2 = 9 \Rightarrow x^2 = 9 \Rightarrow x = \pm 3. The problem specifies A as the intercept on the positive x-axis, so we choose x=3x=3. Thus, A=(3,0)A = (3, 0).
    • Point B (Positive y-intercept): We set x=0x=0 in the ellipse equation: (0)2+9y2=99y2=9y2=1y=±1(0)^2 + 9y^2 = 9 \Rightarrow 9y^2 = 9 \Rightarrow y^2 = 1 \Rightarrow y = \pm 1. Similarly, B is on the positive y-axis, so we choose y=1y=1. Thus, B=(0,1)B = (0, 1).

    Tip for JEE: Always read keywords carefully. "Positive x and y-axes" is crucial for selecting the correct intercepts from the ±\pm possibilities.

2. Determine the Equation of Line AB

With the coordinates of A(3,0)A(3, 0) and B(0,1)B(0, 1) established, our next step is to find the equation of the line passing through these two points.

  • Using the Intercept Form: Since A is the x-intercept (x0=3x_0 = 3) and B is the y-intercept (y0=1y_0 = 1), the intercept form of a linear equation is the most direct and efficient method: xx0+yy0=1\frac{x}{x_0} + \frac{y}{y_0} = 1 Substituting the values: x3+y1=1\frac{x}{3} + \frac{y}{1} = 1
  • Converting to General Form: To simplify further calculations, especially for substitution later, it's often helpful to clear the denominators and express the equation in the general form Ax+By=CAx+By=C. Multiply the entire equation by the least common multiple of the denominators (which is 3): 3(x3)+3(y1)=3(1)3 \left(\frac{x}{3}\right) + 3 \left(\frac{y}{1}\right) = 3(1) x+3y=3.........(Equation of line AB)\Rightarrow x + 3y = 3 \quad \text{.........(Equation of line AB)}

3. Determine the Equation of Circle C

The problem states that the major axis of ellipse E is a diameter of circle C. We've already determined the properties of the major axis.

  • Finding the Diameter and Radius: From Step 1, the major axis of ellipse E lies along the x-axis and has a length of 2a=62a = 6. Therefore, the diameter of circle C is 6 units. The radius of circle C is r=diameter2=62=3r = \frac{\text{diameter}}{2} = \frac{6}{2} = 3 units.

  • Determining the Center of the Circle: Since the major axis of the ellipse (which is centered at the origin) is given as a diameter of the circle, it logically follows that the center of circle C must also be the origin (0,0)(0,0). This is the most natural interpretation of the statement; otherwise, the major axis would only be a chord, not a diameter, unless the circle was specifically constructed to have its center on the major axis.

  • Formulating the Equation of Circle C: Using the standard equation for a circle centered at the origin (0,0)(0,0) with radius rr: x2+y2=r2x^2 + y^2 = r^2. Substituting r=3r=3: x2+y2=32x^2 + y^2 = 3^2 x2+y2=9.........(Equation of circle C)\Rightarrow x^2 + y^2 = 9 \quad \text{.........(Equation of circle C)}

4. Find the Point of Intersection P

The line AB intersects the circle C at point P. We need to find the coordinates of P by solving the equations of line AB and circle C simultaneously.

We have:

  1. Line AB: x+3y=3x + 3y = 3
  2. Circle C: x2+y2=9x^2 + y^2 = 9
  • Strategy: Substitution Method: We will express one variable from the linear equation (line AB) in terms of the other and substitute it into the quadratic equation (circle C). This allows us to solve for one variable first. From the equation of line AB, it's easiest to express xx in terms of yy: x=33yx = 3 - 3y

  • Substituting into the Circle Equation: Now, substitute this expression for xx into the equation of circle C: (33y)2+y2=9(3 - 3y)^2 + y^2 = 9

  • Solving the Quadratic Equation: Expand the squared term using the algebraic identity (ab)2=a22ab+b2(a-b)^2 = a^2 - 2ab + b^2: (32233y+(3y)2)+y2=9(3^2 - 2 \cdot 3 \cdot 3y + (3y)^2) + y^2 = 9 (918y+9y2)+y2=9(9 - 18y + 9y^2) + y^2 = 9 Combine the y2y^2 terms: 10y218y+9=910y^2 - 18y + 9 = 9 Subtract 9 from both sides to simplify: 10y218y=010y^2 - 18y = 0 Factor out the common term 2y2y: 2y(5y9)=02y(5y - 9) = 0 This yields two possible values for yy:

    • 2y=0y=02y = 0 \Rightarrow y = 0
    • 5y9=05y=9y=955y - 9 = 0 \Rightarrow 5y = 9 \Rightarrow y = \frac{9}{5}
  • Finding Corresponding x-coordinates: We use the relation x=33yx = 3 - 3y to find the xx-coordinates for each yy-value:

    • For y=0y = 0: x=33(0)=3x = 3 - 3(0) = 3. This gives the point (3,0)(3, 0). This is precisely point A, which we already know is an intersection point. This serves as a useful check of our calculations.
    • For y=95y = \frac{9}{5}: x=33(95)=3275x = 3 - 3\left(\frac{9}{5}\right) = 3 - \frac{27}{5}. To combine these terms, find a common denominator: x=155275=15275=125x = \frac{15}{5} - \frac{27}{5} = \frac{15 - 27}{5} = -\frac{12}{5}. This gives the point (125,95)\left(-\frac{12}{5}, \frac{9}{5}\right).

    Since A is one intersection point, the other point must be P. Therefore, the coordinates of point PP are (125,95)\left(-\frac{12}{5}, \frac{9}{5}\right).

    Common Mistake: When solving the quadratic, remember that you are looking for two intersection points. One will correspond to point A, and the other to point P. Don't stop after finding the first one if the problem asks for the "other" point.

5. Calculate the Area of Triangle APO

We need to find the area of the triangle with vertices A(3,0)A(3, 0), P(125,95)P\left(-\frac{12}{5}, \frac{9}{5}\right), and the origin O(0,0)O(0, 0).

  • Method 1: Using Base and Height (Most Efficient Here) Notice that vertex A (3,0)(3,0) and the origin O (0,0)(0,0) both

Practice More Conic Sections Questions

View All Questions