Animated Solution for Mathematics - Conic Sections: Find the equation of the common tangent in 1st quadrant to the circle x2+y2=16 and the ellipse 25x2+4y2=1. Also find the length of the intercept of the tangent between the coordinate axes.
Visualized Solution
Visualizing the Curves
Given Circle: x2+y2=16 with center (0,0) and radius r=4
Given Ellipse: 25x2+4y2=1 with a=5 and b=2
Goal: Find the common tangent in the 1st quadrant and its intercept length.
General Tangent to an Ellipse
The general equation of a tangent to the ellipse a2x2+b2y2=1 with slope m is:
y=mx±a2m2+b2
Substituting Ellipse Parameters
For our ellipse, a2=25 and b2=4.
Substituting these values gives:
y=mx+25m2+4
Note: We choose the positive sign for the y-intercept since the tangent lies in the first quadrant.
Condition for Circle Tangency
For this line to also be tangent to the circle x2+y2=16:
The perpendicular distance from the center (0,0) to the line must equal the radius r=4.
Formula: 1+m2∣c∣=r
Applying the Distance Formula
The line equation is mx−y+25m2+4=0.
Distance from (0,0) is:
m2+125m2+4=4
Squaring Both Sides
To solve for m, square both sides of the equation:
m2+125m2+4=16
Cross-Multiplying and Simplifying
Cross-multiply:
25m2+4=16(m2+1)
Expand the right side:
25m2+4=16m2+16
Solving for m2
Rearrange terms to group m2:
25m2−16m2=16−4
9m2=12
m2=912=34
Determining the Slope m
Taking the square root:
m=±32
Since the tangent is in the 1st quadrant, its slope must be negative:
m=−32
The Common Tangent Equation
Substitute m=−32 back into the tangent equation:
y=−32x+25(34)+4
y=−32x+437
Finding the Intercepts
For y-intercept (x=0): B(0,437)
For x-intercept (y=0): A(27,0)
These are the points where the tangent cuts the coordinate axes.
Calculating Intercept Length
Using the distance formula between A and B:
L=(27)2+(437)2
L=28+3112=3196=314
00:00 / 00:00
The Sigma Insight: Equation of Tangent and Normal
Solution Diagram
Analyzing the Setup
Imagine standing at the origin of a coordinate plane. To your right, an ellipse stretches out, its semi-major axis reaching a=5 units along the x-axis and its semi-minor axis b=2 units along the y-axis. Nestled within this, a circle of radius r=4 sits perfectly centered at the origin.
Our mission is to find the line that is tangent to both curves in the first quadrant. This is a dance of geometry where we must reconcile the properties of two distinct conic sections.
The Master Equation
We start with the general equation of a tangent to an ellipse:
y=mx+a2m2+b2
For our specific ellipse, a2=25 and b2=4. Substituting these values, our line equation becomes:
y=mx+25m2+4
Now, we pivot to the circle x2+y2=16. A line is tangent to a circle if and only if the perpendicular distance from the center (0,0) to the line is exactly equal to the radius, r=4.
Solving for the Slope
Using the perpendicular distance formula from the origin to the line mx−y+25m2+4=0, we have:
m2+1∣25m2+4∣=4
Squaring both sides leads to our moment of truth:
m2+125m2+4=16
Solving this algebraic expression:
25m2+4=16m2+16
9m2=12
m2=34
Since we are working in the first quadrant and the tangent must bridge the curves, the slope must be negative:
m=−32
Final Calculation
Substituting the slope back into our tangent equation, we find:
y=−32x+25(34)+4
y=−32x+3100+12=−32x+3112
y=−32x+437
To find the intercepts, we set x=0 to find the y-intercept (0,47/3) and y=0 to find the x-intercept (27,0). Calculating the distance between these points, we arrive at the final result:
Distance=314
The Philosophy of the Tangent
When you approach a problem involving multiple conic sections, the biggest mistake is to treat them as separate entities. They are linked by the shared line—the tangent.
By expressing the tangent in terms of the ellipse's parameters, you have already 'baked in' the condition that the line touches the ellipse. The circle then acts as a filter, forcing the slope m to take a specific value.
This is the essence of JEE Advanced problem solving: using one constraint to define the variable, and the second to solve for it. Trust the process, trust your derivation, and the numbers will always fall into place.