Analyzing the Setup
Welcome, fellow traveler on the path to JEE mastery. Today, we are not just solving a problem; we are witnessing a beautiful dance between geometry and algebra.
We have a circle, defined by the equation x2+y2−2x+4y−20=0, and a line, defined by 4x−3y−10=0. Our mission is to find the exact points where this line slices through the circle.
The points where they meet are the only places in the entire plane where the line and the circle share the exact same (x,y) coordinates. This is the core of our problem: finding the common ground.
The Algebraic Bridge
To find these points, we need a strategy. We cannot simply look at the graph and guess; we need the precision of algebra.
The most robust tool in our arsenal is the method of substitution. We treat the linear equation as a bridge. By isolating one variable, we can express the entire line in terms of the other variable.
Let's take our line 4x−3y−10=0 and isolate x. Moving the terms, we get 4x=3y+10, which simplifies to:
This is our key. It allows us to translate any point on the line into a coordinate pair that depends only on y.
The Substitution
Now, we take this expression for x and substitute it into the circle's equation. We replace every x in x2+y2−2x+4y−20=0 with 43y+10.
The equation becomes:
(43y+10)2+y2−2(43y+10)+4y−20=0
It looks intimidating, but it is just a quadratic equation in disguise. By expanding the squared term, we get:
169y2+60y+100+y2−23y+10+4y−20=0
To make our lives easier, we multiply the entire equation by 16 to clear the denominators. This leaves us with:
9y2+60y+100+16y2−8(3y+10)+64y−320=0
The Final Simplification
Now, we combine like terms. Grouping the y2 terms, we get 25y2. The y terms combine to 60y−24y+64y=100y, and the constants combine to 100−80−320=−300.
Our equation is now:
Dividing by 25, we arrive at the elegant:
This is a simple quadratic that factors beautifully into (y+6)(y−2)=0. Thus, our intersection points occur at y=2 and y=−6.
Substituting these back into our bridge equation, x=43y+10, we find the corresponding x values:
For y=2, x=43(2)+10=4.
For y=−6, x=43(−6)+10=−2.
The intersection points are (4,2) and (−2,−6). Algebra has perfectly predicted the geometry. Keep practicing, and you will see this elegance everywhere.