Problem-
$A=(5,5),B=(14,17).$ A circle passes through $A$ and $B$ and touches the line $u:4x+3y-11=0.$ Find the coordinates of the point of contact.
I tried this but could not think of an efficient method to solve this problem. While solving the equations I got this awful system of equations -
$(4x+3y-11)^2=25(x-14)^2+25(y-17)^2$
$(4x+3y-11)^2=25(x-14)^2+25(y-17)^2$
Can someone please give a hint atleast? I am not asking for a full solution. Thanks.
$AB$ is a chord of the circle so the center must lie on the perp bisector of $AB$. Midpoint of $AB$ is $\left(\frac{19}{2}, 11\right)$ and the slope of a line perp to $AB$ is $- \dfrac{3}{4}$.
Now find the equation of the perp bisector in the form $y = - \frac 34x + c$ and then coordinates of the center $O$ is $\left (h, - \frac {3h}4 + c \right)$.
If the foot of the perp from $O$ to the tangent line $4x + 3y - 11 = 0$ is $H$ then $|OH| = r$, where $r$ is the radius of the circle.
That gives you $r$ in terms of $h$. Now given $|OA| = r$
$(h - 5)^2 + (- \frac{3h}{4} + c - 5)^2 = r^2$
That should give you $h$ and from there on, you can easily find coordinates of $O$. Finally, coordinates of $H$ is the intersection of the given tangent line and the line perp to it through $O$.
Alternate approach:
Find intersection of the line through $AB$ and the given tangent line. Say it is $X$. Then using power of the point $X$, $XA \cdot XB = XH^2$ where $H$ is the point of contact you need to find coordinates of.
Given you now know $XH$, coordinates of $X$ and equation of the line through $XH$, you can easily find coordinates of $H$.