There are two straight lines passing through the point $A(2,0)$ intersecting the tangent from $A$ of the circle $x^2+y^2+4x-6y-12=0$ under $45^{\circ}$. Find the equation of the circles with radius $3$ units each, centred on these straight lines at a distance of $5\sqrt 2$ from $A$
The equation of the tangent at $A$ is $4x-3y-8=0$
Doing a fair bit of calculation, the equations of the two straight lines are $$x-7y-2=0$$ $$7x+y-14=0$$
How do I find the centre of the circles? Two ways came to my find
The Symmetric form
The formula $$\frac{x-x_1}{\cos \theta}=\frac{y-y_1}{\sin \theta}=r$$
Solving equations
Let the centre be $(h,k)$
Then $$(h-2)^2 + k^2=50$$
And solving this with the two obtained lines
Both methods are horribly tedious to solve. I am sure there is a more efficient way to solve.