Solveeit Logo

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:

A

x2+y2+6x7=0x^2 + y^2 + 6x - 7 = 0

B

x2+y26x+7=0x^2 + y^2 - 6x + 7 = 0

C

x2+y26x7=0x^2 + y^2 - 6x - 7 = 0

D

None of these

Answer

x^2 + y^2 - 6x - 7 = 0

Explanation

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 (mNm_N) = y0x3=yx3\frac{y - 0}{x - 3} = \frac{y}{x - 3}.

The slope of the tangent to the curve at (x, y) is dydx\frac{dy}{dx}.
Since the tangent and normal are perpendicular, the product of their slopes is -1.
mTmN=1m_T \cdot m_N = -1
dydx(yx3)=1\frac{dy}{dx} \cdot \left(\frac{y}{x - 3}\right) = -1

This gives the differential equation:
dydx=x3y\frac{dy}{dx} = -\frac{x - 3}{y}
Separate the variables:
ydy=(x3)dxy \, dy = -(x - 3) \, dx
ydy=(3x)dxy \, dy = (3 - x) \, dx

Integrate both sides:
ydy=(3x)dx\int y \, dy = \int (3 - x) \, dx
y22=3xx22+C\frac{y^2}{2} = 3x - \frac{x^2}{2} + C

Multiply by 2 to clear the denominators:
y2=6xx2+2Cy^2 = 6x - x^2 + 2C
Let K=2CK = 2C (a new constant):
y2=6xx2+Ky^2 = 6x - x^2 + K

Rearrange the terms to form the equation of the curve:
x2+y26x=Kx^2 + y^2 - 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)26(3)=K(3)^2 + (4)^2 - 6(3) = K
9+1618=K9 + 16 - 18 = K
2518=K25 - 18 = K
K=7K = 7

Substitute the value of K back into the equation:
x2+y26x=7x^2 + y^2 - 6x = 7
x2+y26x7=0x^2 + y^2 - 6x - 7 = 0

This equation represents a circle with center (3, 0) and radius 4.

The final answer is x2+y26x7=0x^2 + y^2 - 6x - 7 = 0.