If I understand your question you are asking for the distance from the point of intersection of the x-axis and the tangent to the circle at (3, 4) to the centre of the circle.
To solve this you need to:
Have a go before reading the solution below
Hint: You need to complete the squares in x and y to rearrange the equation for the circle into the form in step 1.
---------------------------------------------------------------------
1. Find the centre of the circle x² + y² - 2x - 6y + 5 = 0
x² + y² - 2x - 6y + 5 = 0
→ x² - 2x + y² - 6y + 5 = 0
→ (x - 2/2)² - (2/2)² + (y - 6/2)² - (6/2)² + 5 = 0
→ (x - 1)² - 1 + (y - 3)² - 9 + 5 = 0
→ (x - 1)² + (y - 3)² = 5
→ centre of circle is at (1, 3)
2. Find the slope of the radius to (3, 4)
slope = change_in_y/change_in_x
→ m = (4 - 3)/ (3 - 1)
= 1/2
3. Calculate the slope of the tangent
mm' = -1
→ m' = -1/m
= -1(1/2)
= -2
→ slope of tangent is -2
4. Find the equation of the tangent
y - 4 = -2(x - 3)
→ y - 4 = -2x + 6
→ y + 2x = 10
5. Find the point where the tangent crosses the x-axis
x-axis is the line y = 0
→ y + 2x = 10
→ 0 + 2x = 10
→ 2x = 10
→ x = 5
→ tangent crosses x-axis at (5, 0)
6. Find the distance using Pythagoras
distance = √(difference_in_x² + difference_in_y²)
= √((5 - 1)² + (3 - 0)²)
= √(4² + 3²)
= √(16 + 9)
= √25
= 5
→ The distance from the intersection of the x-axis and the tangent to the circle x² + y² - 2x - 6y + 5 = 0 at (3, 4) to the centre of that circle is 5 units.
Copyright © 2026 eLLeNow.com All Rights Reserved.