Analyzing the Setup
Welcome, fellow traveler on the path of JEE mastery! Today, we are going to peel back the layers of a beautiful coordinate geometry problem.
We start with the equation x2+9y2=9. At first glance, it looks like a simple curve, but it is actually an ellipse waiting to be understood.
To see its true nature, we must bring it into the standard form:
By dividing the entire equation by 9, we get:
This reveals that our semi-major axis a is 3 and our semi-minor axis b is 1. Imagine this ellipse stretched along the x-axis, reaching from −3 to 3, and hugging the y-axis from −1 to 1.
The Line and the Auxiliary Circle
We are interested in the line passing through the extremity of the major axis A(3,0) and the extremity of the minor axis B(0,1). Using the intercept form of a line, ax+by=1, we immediately find the equation of our line AB:
Rearranging this, we get y=1−3x.
Now, consider the auxiliary circle. This is the circle that encompasses the ellipse, defined by the major axis as its diameter. Since a=3, the equation of this circle is x2+y2=9.
The Intersection
Where Paths Cross
To find the point M where the line AB meets the auxiliary circle, we must solve the system of equations formed by the line and the circle. We substitute y=1−3x into x2+y2=9:
Expanding this carefully, we get:
Combining the terms, we have:
Multiplying by 9 to clear the fractions, we arrive at 10x2−6x−72=0, which simplifies to:
The Algebraic Triumph
Now, we factor this quadratic equation. We are looking for two numbers that multiply to 5×(−36)=−180 and add to −3. These numbers are −15 and 12.
So, we write:
This factors beautifully into 5x(x−3)+12(x−3)=0, or (x−3)(5x+12)=0. The roots are x=3 and x=−512.
We know x=3 corresponds to point A. Thus, the x-coordinate of M is −512. Plugging this back into our line equation:
So, the coordinates of M are (−512,59).
The Final Area
We have reached the final stage. We need the area of △AOM with vertices O(0,0), A(3,0), and M(−512,59).
Using the base-height method, the base OA lies on the x-axis with length 3. The height is the perpendicular distance from M to the x-axis, which is simply the y-coordinate of M, 59.
The area is:
And there it is! A perfect, elegant result. You have successfully navigated the geometry, the algebra, and the final calculation. The final area is 1027 square units.