Question
Question: The normal to a given curve at each point (x, y) on the curve passes through the point (3,0). If the...
The normal to a given curve at each point (x, y) on the curve passes through the point (3,0). If the curve contains the point (3, 4), then its equation is:

x2+y2+6x−7=0
x2+y2−6x+7=0
x2+y2−6x−7=0
None of these
x^2 + y^2 - 6x - 7 = 0
Solution
The slope of the normal to a curve at a point (x, y) is given by the slope of the line connecting (x, y) and (3, 0).
Slope of normal (mN) = x−3y−0=x−3y.
The slope of the tangent to the curve at (x, y) is dxdy.
Since the tangent and normal are perpendicular, the product of their slopes is -1.
mT⋅mN=−1
dxdy⋅(x−3y)=−1
This gives the differential equation:
dxdy=−yx−3
Separate the variables:
ydy=−(x−3)dx
ydy=(3−x)dx
Integrate both sides:
∫ydy=∫(3−x)dx
2y2=3x−2x2+C
Multiply by 2 to clear the denominators:
y2=6x−x2+2C
Let K=2C (a new constant):
y2=6x−x2+K
Rearrange the terms to form the equation of the curve:
x2+y2−6x=K
The curve passes through the point (3, 4). Substitute these coordinates into the equation to find the value of K:
(3)2+(4)2−6(3)=K
9+16−18=K
25−18=K
K=7
Substitute the value of K back into the equation:
x2+y2−6x=7
x2+y2−6x−7=0
This equation represents a circle with center (3, 0) and radius 4.
The final answer is x2+y2−6x−7=0.