Question Statement
Find the equation of the normal to the circle x2+y2−2x+2y−11=0 at the point on the circle with ordinate −4.
Background and Explanation
To find the equation of a normal line to a circle, we first need to identify the specific points on the circle's circumference using the given coordinate (the ordinate, or y-value). A normal line is perpendicular to the tangent line at the point of contact; its slope is the negative reciprocal of the tangent's slope.
Solution
The given equation of the circle is:
x2+y2−2x+2y−11=0…(i)
We are given that the ordinate is −4, which means y=−4. To find the corresponding x-coordinates, we substitute y=−4 into equation (i):
x2+(−4)2−2x+2(−4)−11=0
x2+16−2x−8−11=0
x2−2x−3=0
Now, we solve this quadratic equation by factoring:
x2−3x+x−3=0
x(x−3)+1(x−3)=0
(x+1)(x−3)=0
This gives us two possible values for x:
x+1=0⇒x=−1
x−3=0⇒x=3
Thus, there are two points on the circle where the ordinate is −4:
A(−1,−4)andB(3,−4)
To find the slope of the tangent, we differentiate equation (i) implicitly with respect to x:
dxd(x2)+dxd(y2)−dxd(2x)+dxd(2y)−dxd(11)=0
2x+2ydxdy−2+2dxdy=0
Divide the entire equation by 2:
x+ydxdy−1+dxdy=0
Rearrange to solve for the slope of the tangent (dxdy):
(y+1)dxdy=1−x
dxdy=y+11−x
The slope of the normal line (mn) is the negative reciprocal of the tangent slope:
mn=−dxdy1=−1−xy+1=x−1y+1
First, calculate the slope of the normal at A:
mn=−1−1−4+1=−2−3=23
Using the point-slope form y−y1=m(x−x1):
y−(−4)=23(x−(−1))
y+4=23(x+1)
2(y+4)=3(x+1)
2y+8=3x+3
3x−2y−5=0
First, calculate the slope of the normal at B:
mn=3−1−4+1=2−3
Using the point-slope form y−y1=m(x−x1):
y−(−4)=−23(x−3)
y+4=−23(x−3)
2(y+4)=−3(x−3)
2y+8=−3x+9
3x+2y−1=0
- Ordinate: Refers to the y-coordinate of a point.
- Implicit Differentiation: Used to find the derivative dxdy of the circle.
- Normal Slope: mnormal=−mtangent1.
- Point-Slope Form: y−y1=m(x−x1).
- Quadratic Factoring: Used to find the x-intercepts/points.
Summary of Steps
- Substitute y=−4 into the circle equation to find the x-coordinates of the points of contact.
- Differentiate the circle equation implicitly to find the expression for the slope of the tangent.
- Determine the general expression for the slope of the normal line by taking the negative reciprocal of the tangent slope.
- For each point found in Step 1, calculate the specific slope and use the point-slope formula to find the final linear equations.