Solveeit Logo

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=xy = x touches a circle at a point PP in the first quadrant such that the distance of PP from the origin is 525\sqrt{2}. 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=0x^2 + y^2 + Ax + By + C = 0. Then find the value of A+B+C6\frac{|A+B+C|}{6}.

Answer

5

Explanation

Solution

Here's how to solve the problem:

  1. Find the coordinates of point P:

    Since PP lies on the line y=xy = x and is at a distance of 525\sqrt{2} from the origin, its coordinates are (5,5)(5, 5). This is because the distance from the origin to (p,p)(p, p) is p2+p2=p2\sqrt{p^2 + p^2} = p\sqrt{2}, so p2=52p\sqrt{2} = 5\sqrt{2} implies p=5p = 5.

  2. Use the circle equation and point P:

    Since P(5,5)P(5, 5) lies on the circle x2+y2+Ax+By+C=0x^2 + y^2 + Ax + By + C = 0, we have:

    52+52+5A+5B+C=05^2 + 5^2 + 5A + 5B + C = 0 5A+5B+C=505A + 5B + C = -50 (Equation 1)

  3. Use the tangent condition:

    The line y=xy = x is tangent to the circle at P(5,5)P(5, 5). The radius from the center Q(A2,B2)Q(-\frac{A}{2}, -\frac{B}{2}) to the point PP is perpendicular to the tangent line. The slope of the tangent line is 1. The slope of the radius QPQP is:

    mQP=5+B25+A2=10+B10+Am_{QP} = \frac{5 + \frac{B}{2}}{5 + \frac{A}{2}} = \frac{10 + B}{10 + A}

    Since QPQP is perpendicular to the tangent line, the product of their slopes is -1:

    10+B10+A1=1\frac{10 + B}{10 + A} \cdot 1 = -1 10+B=10A10 + B = -10 - A A+B=20A + B = -20 (Equation 2)

  4. Use the y-intercept condition:

    The length of the intercept on the y-axis is 5. Setting x=0x = 0 in the circle equation gives y2+By+C=0y^2 + By + C = 0. The difference between the roots y1y_1 and y2y_2 of this quadratic is the length of the intercept, so y1y2=5|y_1 - y_2| = 5. Using the formula for the difference of roots, we have:

    B24C=5\sqrt{B^2 - 4C} = 5 B24C=25B^2 - 4C = 25 (Equation 3)

  5. Solve the system of equations:

    We have the following system of equations:

    • 5A+5B+C=505A + 5B + C = -50
    • A+B=20A + B = -20
    • B24C=25B^2 - 4C = 25

    Substitute Equation 2 into Equation 1:

    5(20)+C=505(-20) + C = -50 C=50C = 50

    Substitute C=50C = 50 into Equation 3:

    B24(50)=25B^2 - 4(50) = 25 B2=225B^2 = 225 B=±15B = \pm 15

    If B=15B = 15, then A=35A = -35. If B=15B = -15, then A=5A = -5.

    So we have two possible sets of values: (A,B,C)=(35,15,50)(A, B, C) = (-35, 15, 50) and (5,15,50)(-5, -15, 50).

  6. Calculate the final value:

    In both cases, A+B+C=20+50=30A + B + C = -20 + 50 = 30. Therefore, A+B+C6=306=5\frac{|A + B + C|}{6} = \frac{30}{6} = 5.

Therefore, the final answer is 5.