Question
Question: The line $y = x$ touches a circle at a point $P$ in the first quadrant such that the distance of $P$...
The line y=x touches a circle at a point P in the first quadrant such that the distance of P from the origin is 52. If the length of the portion intercepted by this circle on the y-axis is 5 and the equation of the circle, is x2+y2+Ax+By+C=0. Then find the value of 6∣A+B+C∣.

5
Solution
Here's how to solve the problem:
-
Find the coordinates of point P:
Since P lies on the line y=x and is at a distance of 52 from the origin, its coordinates are (5,5). This is because the distance from the origin to (p,p) is p2+p2=p2, so p2=52 implies p=5.
-
Use the circle equation and point P:
Since P(5,5) lies on the circle x2+y2+Ax+By+C=0, we have:
52+52+5A+5B+C=0 5A+5B+C=−50 (Equation 1)
-
Use the tangent condition:
The line y=x is tangent to the circle at P(5,5). The radius from the center Q(−2A,−2B) to the point P is perpendicular to the tangent line. The slope of the tangent line is 1. The slope of the radius QP is:
mQP=5+2A5+2B=10+A10+B
Since QP is perpendicular to the tangent line, the product of their slopes is -1:
10+A10+B⋅1=−1 10+B=−10−A A+B=−20 (Equation 2)
-
Use the y-intercept condition:
The length of the intercept on the y-axis is 5. Setting x=0 in the circle equation gives y2+By+C=0. The difference between the roots y1 and y2 of this quadratic is the length of the intercept, so ∣y1−y2∣=5. Using the formula for the difference of roots, we have:
B2−4C=5 B2−4C=25 (Equation 3)
-
Solve the system of equations:
We have the following system of equations:
- 5A+5B+C=−50
- A+B=−20
- B2−4C=25
Substitute Equation 2 into Equation 1:
5(−20)+C=−50 C=50
Substitute C=50 into Equation 3:
B2−4(50)=25 B2=225 B=±15
If B=15, then A=−35. If B=−15, then A=−5.
So we have two possible sets of values: (A,B,C)=(−35,15,50) and (−5,−15,50).
-
Calculate the final value:
In both cases, A+B+C=−20+50=30. Therefore, 6∣A+B+C∣=630=5.
Therefore, the final answer is 5.