Find the equation of the tangents and normal to the circle $x^2 +y^2-2x-4y+3=0$ at $(2,3)$

1k Views Asked by At

Find the equation of the tangents and normal to the circle $$x^2 +y^2-2x-4y+3=0$$ at $(2,3)$

I don't know the solution for this question

3

There are 3 best solutions below

0
On

The slope of your tangent is given by $$2x+2y\cdot y'-2-4y'=0$$ so $$y'(2y-4)=2-2x$$ Can you proceed?

0
On

Equation of the tangent is $2x + 3y -(x+2)-2(y+3)+3=0$ i.e $x+y-5=0$

Therefore the slope of the tangent is $-1$ and hence the slope of the normal of the circle at $(2,3)$ is $1$.

Therefore the equation of the normal at $(2,3)$ is.

$\frac{y-3}{x-2} =1$

i.e $x-y+1=0$

2
On

Hint:

The normal to a circle with centre $(\omega_0, \omega_1)$ at a point $(x_0, x_1)$ is just the line through this point and the centre, so its equation is given by $$\frac{y-\omega_1}{x-\omega_0}=\frac{x_1-\omega_1}{x_0-\omega_0}.$$ Can you find the coordinates of the centre? As to the tangent, it is the perpendicular to the normal passing through $(x_0, x_1)$. Note its slope is $\;-\frac{x_0-\omega_0}{x_1-\omega_1}$, so that an equation is $$y=-\frac{x_0-\omega_0}{x_1-\omega_1}(x-x_0)+x_1.$$