There is a circle ($x ^ {2} + y ^ {2} = r ^ { 2 }$), there is a point P ($x_{0}$, $y_{0}$) outside the circle, there are two lines tangent to the circle through the point P, and the tangent points are A($x_{1}$,$y_{1}$) and B($x_{2},y_{2}$) respectively. How do I prove that AB's linear equation is
$xx_{0} + yy_{0} = r ^ { 2 }$
(This question has been translated by machine)
My teacher gave me the solution is:
Because the point P is on two tangents
–>
So we have:
$x_{1}x_{0} + y_{1}y_{0} = r ^ { 2 }$
$x_{2}x_{0} + y_{2}y_{0} = r ^ { 2 }$
Then
$xx_{0} + yy_{0} = r ^ { 2 }$
I can't understand it.