Solveeit Logo

Question

Question: The equation of the curve passing through (3, 4) and satisfying the differential equation $y\left(\f...

The equation of the curve passing through (3, 4) and satisfying the differential equation y(dydx)2+(xy)dydxx=0y\left(\frac{dy}{dx}\right)^2+(x-y)\frac{dy}{dx}-x=0 can be:

A

x-y+1=0

B

x^2+y^2 = 25

C

x^2+y^2-5x-10=0

D

x+y-7 = 0

Answer

x-y+1=0, x^2+y^2 = 25

Explanation

Solution

The given differential equation is y(dydx)2+(xy)dydxx=0y\left(\frac{dy}{dx}\right)^2+(x-y)\frac{dy}{dx}-x=0. Let p=dydxp = \frac{dy}{dx}. The equation becomes yp2+(xy)px=0yp^2 + (x-y)p - x = 0. Factoring this quadratic in pp, we get yp2+xpypx=0yp^2 + xp - yp - x = 0, which simplifies to p(yp+x)1(yp+x)=0p(yp+x) - 1(yp+x) = 0, or (p1)(yp+x)=0(p-1)(yp+x) = 0.

This yields two cases:

Case 1: p1=0    dydx=1p - 1 = 0 \implies \frac{dy}{dx} = 1. Integrating, we get y=x+C1y = x + C_1. Since the curve passes through (3, 4), we substitute these values: 4=3+C14 = 3 + C_1, which gives C1=1C_1 = 1. Thus, the equation of the curve is y=x+1y = x + 1, or xy+1=0x - y + 1 = 0.

Case 2: yp+x=0    yp=x    dydx=xyyp + x = 0 \implies yp = -x \implies \frac{dy}{dx} = -\frac{x}{y}. This is a separable differential equation: ydy=xdxy dy = -x dx. Integrating both sides, we get ydy=xdx\int y dy = \int -x dx, which results in y22=x22+C2\frac{y^2}{2} = -\frac{x^2}{2} + C_2. Multiplying by 2, we get y2=x2+2C2y^2 = -x^2 + 2C_2, or x2+y2=2C2x^2 + y^2 = 2C_2. Let K=2C2K = 2C_2. So, the equation is x2+y2=Kx^2 + y^2 = K. Since the curve passes through (3, 4), we substitute these values: 32+42=K3^2 + 4^2 = K, which gives 9+16=K9 + 16 = K, so K=25K = 25. Thus, the equation of the curve is x2+y2=25x^2 + y^2 = 25.

Both xy+1=0x-y+1=0 and x2+y2=25x^2+y^2=25 are valid equations for curves passing through (3, 4) and satisfying the given differential equation.