Bunuel
A circle in the xy-plane is given by the equation \((x−a)^2+(y−b)^2=c^2\), where a, b, and c are nonzero constants. If the point \((b+a, b−a)\) lies on the circle, which of the following is an equation of the tangent line to the circle at this point?
A. \(y=ab(x−a−b)+(a−b)\)
B. \(y=ab(x−a+b)+(a+b)\)
C. \(y=ab(x−b+a)+(a+b)\)
D. \(y=ba(x−b+a)+(a+b)\)
E. \(y=ba(x−b−a)+(b−a)\)
The circle has its center, O, at (a,b) and the radius of the circle is C.
Let the point of tangency be T.
Coordinate of T = (b+a, b−a)
Slope of OT = \(\frac{y_2 - y_1 }{ x_2 - x_1}\)
\(\frac{b-a-b }{ b+a-a} = \frac{-a}{b}\)
Slope of a line perpendicular to OT = \(\frac{b}{a}\)
Slope of the line at point \((b+a, b−a)\) with slope \(\frac{b}{a}\)
\(y - y_1 = m (x - x_1)\)
\(y - (b - a) = \frac{b}{a} (x - (a + b))\)
\(y - (b - a) = \frac{b}{a} (x- b - a)\)
\(y = \frac{b}{a} (x - b - a) + (b - a)\)