Solveeit Logo

Question

Question: Find the differential equation which has $y = Ax^2 + Bx$....

Find the differential equation which has y=Ax2+Bxy = Ax^2 + Bx.

A

y=xdydxx2d2ydx2y = x \frac{dy}{dx} - x^2 \frac{d^2y}{dx^2}

B

y=xdydx12x2d2ydx2y = x \frac{dy}{dx} - \frac{1}{2} x^2 \frac{d^2y}{dx^2}

C

y=xdydx+x2d2ydx2y = x \frac{dy}{dx} + x^2 \frac{d^2y}{dx^2}

D

y=xdydx+12x2d2ydx2y = x \frac{dy}{dx} + \frac{1}{2} x^2 \frac{d^2y}{dx^2}

Answer

y=xdydx12x2d2ydx2y = x \frac{dy}{dx} - \frac{1}{2} x^2 \frac{d^2y}{dx^2}

Explanation

Solution

To find the differential equation from the given general solution y=Ax2+Bxy = Ax^2 + Bx, we need to eliminate the arbitrary constants A and B. Since there are two arbitrary constants, the resulting differential equation will be of the second order.

Given equation: y=Ax2+Bx(1)y = Ax^2 + Bx \quad \cdots (1)

Differentiate equation (1) with respect to x to find the first derivative: dydx=2Ax+B(2)\frac{dy}{dx} = 2Ax + B \quad \cdots (2)

Differentiate equation (2) with respect to x to find the second derivative: d2ydx2=2A(3)\frac{d^2y}{dx^2} = 2A \quad \cdots (3)

Now, we need to eliminate A and B using equations (1), (2), and (3).

From equation (3), we can express A in terms of d2ydx2\frac{d^2y}{dx^2}: A=12d2ydx2A = \frac{1}{2} \frac{d^2y}{dx^2}

Substitute this expression for A into equation (2): dydx=2(12d2ydx2)x+B\frac{dy}{dx} = 2 \left(\frac{1}{2} \frac{d^2y}{dx^2}\right) x + B dydx=xd2ydx2+B\frac{dy}{dx} = x \frac{d^2y}{dx^2} + B

Now, express B in terms of dydx\frac{dy}{dx} and d2ydx2\frac{d^2y}{dx^2}: B=dydxxd2ydx2B = \frac{dy}{dx} - x \frac{d^2y}{dx^2}

Finally, substitute the expressions for A and B back into the original equation (1): y=(12d2ydx2)x2+(dydxxd2ydx2)xy = \left(\frac{1}{2} \frac{d^2y}{dx^2}\right) x^2 + \left(\frac{dy}{dx} - x \frac{d^2y}{dx^2}\right) x y=12x2d2ydx2+xdydxx2d2ydx2y = \frac{1}{2} x^2 \frac{d^2y}{dx^2} + x \frac{dy}{dx} - x^2 \frac{d^2y}{dx^2}

Combine the terms containing d2ydx2\frac{d^2y}{dx^2}: y=xdydx+(121)x2d2ydx2y = x \frac{dy}{dx} + \left(\frac{1}{2} - 1\right) x^2 \frac{d^2y}{dx^2} y=xdydx12x2d2ydx2y = x \frac{dy}{dx} - \frac{1}{2} x^2 \frac{d^2y}{dx^2}

This is the required differential equation.