Question Statement
A(−5,−1) and B(1,5) are two points on the circle x2+y2=26.
- Find the point of intersection of the tangents to the circle at A and B.
- Show that the point of intersection of the tangent lines, the midpoint of chord AB, and the centre of the circle are collinear.
Background and Explanation
To solve this problem, we use implicit differentiation to find the slope of the tangent line at any point on a circle. We then use the point-slope form to find the equations of the tangents and solve them as a system of linear equations to find their intersection. Finally, we use the slope formula to verify collinearity.
Solution
The equation of the circle is:
x2+y2=26
To find the slope of the tangent line at any point (x,y), we differentiate the equation with respect to x:
2x+2ydxdy=0
⇒dxdy=−2y2x=−yx
Tangent at point A(−5,−1):
The slope m1 at A is:
dxdy=−−1−5=−5
Using the point-slope form y−y1=m(x−x1):
y−(−1)=−5(x−(−5))
y+1=−5(x+5)
y+1=−5x−25
5x+y=−26…(i)
Tangent at point B(1,5):
The slope m2 at B is:
dxdy=−51
Using the point-slope form:
y−5=−51(x−1)
5(y−5)=−1(x−1)
5y−25=−x+1
x+5y=26…(ii)
Finding the Intersection Point I:
We solve equations (i) and (ii) simultaneously. Multiply equation (ii) by 5:
5(x+5y)=5(26)⇒5x+25y=130…(iii)
Subtract equation (i) from equation (iii):
(5x+25y)−(5x+y)=130−(−26)
24y=156
y=24156=213
Substitute y=213 into equation (i):
5x+213=−26
5x=−26−213
5x=2−52−13=−265
x=−1065=−213
Thus, the point of intersection is I(−213,213).
1. Find the Midpoint M of chord AB:
Using the midpoint formula M=(2x1+x2,2y1+y2) for A(−5,−1) and B(1,5):
M=(2−5+1,2−1+5)=(2−4,24)=(−2,2)
2. Identify the Centre of the Circle O:
For the circle x2+y2=26, the centre is O(0,0).
3. Check Slopes for Collinearity:
We check the slopes of the segments formed by O(0,0), M(−2,2), and I(−213,213).
Slope of OM=−2−02−0=−22=−1
Slope of OI=−213−0213−0=−213213=−1
Since the slope of OM is equal to the slope of OI and they share a common point O, the points O, M, and I are collinear.
- Implicit Differentiation: Used to find the slope of the tangent to the circle.
- Point-Slope Form: y−y1=m(x−x1)
- System of Linear Equations: Solved via the elimination method to find the intersection point.
- Midpoint Formula: M=(2x1+x2,2y1+y2)
- Slope Formula: m=x2−x1y2−y1
- Collinearity Condition: Three points are collinear if the slopes between any two pairs are equal.
Summary of Steps
- Differentiate the circle equation x2+y2=26 to get the slope formula dxdy=−yx.
- Calculate the specific slopes and equations for the tangents at points A and B.
- Solve the resulting linear equations to find the intersection point I(−213,213).
- Calculate the midpoint M of the segment AB.
- Determine the slopes of OM and OI relative to the origin (0,0).
- Conclude collinearity because the slopes are identical.