Animated Solution for Mathematics - Circles: If the chord y=mx+1 of the circle x2+y2=1 subtends an angle of measure 45∘ at the major segment of the circle then value of m is
Select Answer:
Visualized Solution
Geometry of the Circle and Chord
Equation of the circle: x2+y2=1
Equation of the chord: y=mx+1
The chord passes through the point (0,1), which lies on the circle.
The Homogenization Concept
To find the joint equation of lines connecting the origin to the intersection points, we use homogenization.
We rewrite the chord equation to make it equal to 1.
y−mx=1
We will substitute this into the circle's equation to make all terms degree 2.
Applying Homogenization
Circle equation: x2+y2=1
Substitute 1=y−mx:
x2+y2=(1)2
x2+y2=(y−mx)2
Expanding the Equation
Expand the right side:
x2+y2=y2−2mxy+m2x2
Notice that y2 cancels out on both sides.
x2=−2mxy+m2x2
Standard Form of Pair of Lines
Rearrange the terms to form ax2+2hxy+by2=0:
x2−m2x2+2mxy=0
x2(1−m2)+2mxy+0⋅y2=0
Here, a=1−m2, h=m, and b=0.
Angle Between Pair of Lines
The homogenized equation represents the lines from the origin to the chord's endpoints.
The formula for the angle θ between these lines is:
tanθ=a+b2h2−ab
We are given θ=45∘.
Substituting the Values
Substitute a=1−m2, b=0, h=m, and θ=45∘:
tan45∘=(1−m2)+02m2−(1−m2)(0)
1=1−m22m2
1=1−m22m
Solving the Modulus Equation
Remove the modulus by taking ±:
1−m2=±2m
This gives two quadratic equations:
Case 1: m2+2m−1=0
Case 2: m2−2m−1=0
Applying the Quadratic Formula
Let's solve Case 1: m2+2m−1=0
m=2−2±22−4(1)(−1)
m=2−2±4+4
m=2−2±22=−1±2
Final Conclusion
The possible values for the slope m are −1±2.
Key Takeaway: Homogenization directly gives the pair of lines from the origin, making angle calculations straightforward.
Correct Option: (3)−1±2
00:00 / 00:00
The Sigma Insight: Equation of Tangent and Normal
Solution Diagram
Analyzing the Setup
Imagine you are standing on the coordinate plane, looking at the unit circle x2+y2=1. It is a perfect, symmetric shape.
Now, consider a chord defined by the equation y=mx+1. No matter what the slope m is, this chord always passes through the point (0,1), which is the 'north pole' of our circle.
The problem asks us to find the slope m such that this chord subtends an angle of 45∘ at the origin. This is a classic JEE problem that tests your ability to choose the most elegant path to the solution.
The Bridge
Homogenization
We could try to find the intersection points of the line and the circle, but that would lead us into a swamp of messy quadratic roots. Instead, we use a brilliant technique called homogenization.
We know the circle is x2+y2=1. We can rewrite this as x2+y2=12. The chord equation is y=mx+1, which we rearrange to y−mx=1.
By substituting this '1' into our circle equation, we transform the linear constraint of the chord into a quadratic form that matches the circle:
x2+y2=(y−mx)2
This is the magic of homogenization: it creates a second-degree equation that represents the pair of lines connecting the origin to the intersection points of the chord and the circle.
The Algebraic Dance
Now, let us expand the right side:
x2+y2=y2−2mxy+m2x2
Notice the beauty of the cancellation! The y2 terms on both sides vanish, leaving us with:
x2=−2mxy+m2x2
Rearranging this into the standard form for a pair of lines, ax2+2hxy+by2=0, we get:
x2(1−m2)+2mxy+0⋅y2=0
Here, our coefficients are a=1−m2, h=m, and b=0. This equation represents the two lines originating from (0,0) that pass through the endpoints of our chord.
The Final Calculation
We know the angle θ between two lines ax2+2hxy+by2=0 is given by:
tanθ=a+b2h2−ab
Given θ=45∘, we have tan45∘=1. Substituting our values, we get:
1=(1−m2)+02m2−(1−m2)(0)
This simplifies to:
1=1−m22m
Removing the modulus gives us 1−m2=±2m. This leads to two quadratic equations:
m2+2m−1=0andm2−2m−1=0
Solving these using the quadratic formula, we find:
m=−1±2andm=1±2
The problem asks for the value of m. By using homogenization, we turned a potentially grueling problem into a clean, elegant algebraic exercise. The final values for the slope are m=−1±2 or m=1±2.