A question an normal to the circle

128 Views Asked by At

The equation of the normal to the circle $(x-1)^2+(y-2)^2=4$ which is at a maximum distance from the point $(-1,-1)$ is

(A) $x+2y=5$
(B) $2x+y=4$
(C) $3x+2y=7$
(D) $2x+3y=8$

Since its a normal to the circle at max distance from the point, I took any general point on the given circle and by using the distance formula I tried to use maxima minima concept....but I am not getting the answer...... Moreover every normal must pass through the centre of the circle also..... Please help me out........

2

There are 2 best solutions below

6
On BEST ANSWER

The centre of the circle is $(1,2)$. The normal by its nature must go through $(1,2)$.

Since it must be as far from $(-1,-1)$ as possible, the slope of the normal will be perpendicular to the line joining $(-1,-1)$ and $(1,2)$.

The slope of the line joining $(-1,-1)$ and $(1,2)$ is $3/2$, so the slope of the normal is $-2/3$. We now know the slope of the normal, and a point it goes through (i.e. $(1,2)$), so we can find the equation using $y - y_1 = m(x - x_1)$.

It turns out to be $2x + 3y = 8$, so (D)

0
On

The circle $(x- 1)^2+ (y- 2)^2= 4$ has center (1, 2). The points on that circle closest to and farthest from (-1, -1) lie on the line from (-1, -1) to (1, 2). That is the line $y= (-3/2)(x+ 1)- 1= (-3/2)x- 5/2$. The two points on the circle are the two (x, y) values you get by solving $(x- 1)^2+ (y- 2)^2= 4$ and $y= (-3/2)x- 5/2$ simultaneously. The simplest way to do that is to replace y in the quadratic equation by $(-3/2)x- 5/2$ to get a single quadratic equation in x.