1)Find equation of circle
2)Equation of another tangent from point $H$ to the circle
The circle in the first quadrant touches $x$-axis $y$-axis and straight line $3x-4y-20=0$. The point $H(12,4)$ lies on the straight line. How should I proceed to get the equation?
$y=(3/4)x-5$. I know $c=-5$. Correct me if I am wrong?
For question 1) we look for circles of the form $(x-a)^2+(y-a)^2=a^2$, since these are tangent to the axes, and the only ones because a tangency to the axis determines the radius line.
($(x-a)^2+(y+a)^2=a^2$ gives the circles in the 2. and 4. quadrants)
The problem is to get the third tangency with the given line. First the point needs to be on the circle: $(x-a)^2+((3/4)x-5-a)^2=a^2$ or $(\frac{25}{16}x^2+(-\frac{7}{2}a-\frac{15}{2})x+a^2+10a+25=0$, and it should touch doubly, i.e. the discriminant should be 0. This gives us a 2. order equation in a. In fact it is $(-\frac{7}{2}a-\frac{15}{2})^2-4(\frac{25}{16})(a^2+10a+25)=2 (a - 5) (3 a + 10)=0$, so that $a=5$ or $a=-10/3$ a solution in the third quadrant.
So the solution is $(x-5)^2+(y-5)^2=5^2$ which goes through $(8,1)$ on the line which is a $3,4,5$-triangle from the center $(5,5)$.
For question 2) look at lines $y-4=k(x-12)$ and substitute into $(x-5)^2+(y-5)^2=5^2$, i.e. $(x-5)^2+(4+k(x-12)-5)^2=5^2$ which simplifies to a quadratic in $x$ with discriminant $-12k^2-7k+12$ which has solutions $k=-\frac{4}{3}$ and $k=\frac{3}{4}$. Putting it all together we get $3y+4x-60=0$ and the original line.