Prove that if tangent of $x^2+y^2=a^2$ is $px+qy=1$, then $(p, q)$ is on a circle

86 Views Asked by At

It's actually my textbook problem so I have seen a proof in my class but that doesn't satisfy me. The proof was given by the condition that if $px+qy=1$ is a tangent then the distance from the center $(0,0)$ is equal to radius $a$. From there we find an equation like $p^2 + q^2 = 1/a^2$. As it is an equation of a circle, $(p, q)$ is situated on a circle. Yes I get the theoretical proof but I don't understand how it happens in real, in a cartesian plane. Please explain me how it would look like in a graph paper. What does the question even mean?

1

There are 1 best solutions below

2
On BEST ANSWER

Let $(x',y')$ be the point of contact, then the equation of the tangent $L$ is $x'x+y'y=a^{2}$.

$L$ : $\displaystyle \frac{x'x}{a^{2}}+\frac{y'y}{a^{2}}=1$

$\displaystyle \therefore (p,q)= \left( \frac{x'}{a^{2}},\frac{y'}{a^{2}} \right)$

Since $(x',y')$ lies on the circle, $x'^{2}+y'^{2}=a^{2}$

$\displaystyle \implies p^{2}+q^{2}=\frac{x'^{2}}{a^{4}}+\frac{y'^{2}}{a^{4}}=\frac{a^{2}}{a^{4}}$

i.e. $(p,q)$ lies on the circle $\displaystyle x^{2}+y^{2}=\frac{1}{a^{2}}$