Problem: If $ax + by = c$ is tangent to the circle $x^2 + y^2 = 16$ then which of the following is correct option
(A) $16 ( a^2 + b^2) = c ^2 $
(B) $16 ( a^2 - b^2) = c ^2 $
(C) $16 ( a^2 +b^2) = - c^2 $
(D) $16 ( a^2 - b^2) = - c^2$
Solution:
As the line is a tangent there will be a single solution for the set of equation.
Substitute either x or y from the linear equation in the quadratic equation and use condition both the roots are equal i.e $D=0$
We will get answer as option (A)
Is above method is correct
$$x^2+y^2=16 \implies xdx+ydy=0 \implies \frac{dy}{dx}=-\frac{x}{y}$$ So the slope of the tangent to the circle at point $(x_0,y_0)$ is just $-\frac{x_0}{y_0}$.
A line tangent to the circle at point $(x_0,y_0)$ is given by:
$$y-y_0=-\frac{x_0}{y_0}(x-x_0) \implies x_0 x+y_0 y=x_0^2+y_0^2$$
Thus $a=x_0,b=x_0,c=x_0^2+y_0^2=16$
So option (A) is the only right answer.