Differential Equations # MCQs Practice set

Q.1 Solve the differential equation: dy/dx = 3y.

y = 3x + C
y = Ce^(3x)
y = 3e^x
y = x^3 + C
Explanation - This is a first-order linear differential equation of the form dy/dx = ky. Its solution is y = Ce^(kx), where k = 3.
Correct answer is: y = Ce^(3x)

Q.2 The differential equation (x^2)y'' - 3xy' + 4y = 0 is of which type?

Linear with constant coefficients
Cauchy-Euler equation
Exact equation
Homogeneous first-order
Explanation - The equation has the form x^n y^(n) + ... = 0, which characterizes a Cauchy-Euler equation.
Correct answer is: Cauchy-Euler equation

Q.3 Solve the first-order differential equation: (dy/dx) + y = e^x.

y = Ce^x
y = e^x + Ce^-x
y = e^x(x + C)
y = Ce^-x + e^x
Explanation - This is a linear differential equation. The integrating factor is e^(∫1dx) = e^x. Multiplying through and integrating gives y = Ce^-x + e^x.
Correct answer is: y = Ce^-x + e^x

Q.4 The solution of dy/dx = y/x is:

y = Cx
y = Cx^2
y = C e^(x)
y = C ln(x)
Explanation - This is a separable equation: dy/y = dx/x. Integrating both sides gives ln|y| = ln|x| + ln|C| => y = Cx.
Correct answer is: y = Cx

Q.5 Solve the differential equation: dy/dx = x^2 + y^2.

y = tan(x^3/3 + C)
y = x^3/3 + C
y = -1/x + C
Cannot be solved in elementary functions
Explanation - The given equation is a Riccati type that does not have a solution in terms of elementary functions for general y.
Correct answer is: Cannot be solved in elementary functions

Q.6 The general solution of y'' + 4y = 0 is:

y = C1 cos 2x + C2 sin 2x
y = C1 e^(2x) + C2 e^(-2x)
y = C1 cos 4x + C2 sin 4x
y = C e^(4x)
Explanation - This is a second-order linear differential equation with constant coefficients. Characteristic equation: r^2 + 4 = 0 => r = ±2i. Solution: y = C1 cos 2x + C2 sin 2x.
Correct answer is: y = C1 cos 2x + C2 sin 2x

Q.7 The differential equation (y cos x + y') dx + dy = 0 is:

Exact
Non-exact
Linear
Homogeneous
Explanation - Rewriting: dy/dx + y cos x = 0, which is a first-order linear differential equation.
Correct answer is: Linear

Q.8 Find the particular solution of dy/dx = 5x with y(0) = 2.

y = 5x^2 + 2
y = 2x + 5
y = (5/2)x^2 + 2
y = 5x + 2
Explanation - Integrate dy/dx = 5x: y = (5/2)x^2 + C. Using y(0) = 2, C = 2, so y = (5/2)x^2 + 2.
Correct answer is: y = (5/2)x^2 + 2

Q.9 If y = e^(2x) is a solution of y'' - ay' + by = 0, find a and b.

a = 2, b = 4
a = 4, b = 4
a = 2, b = 2
a = 4, b = 0
Explanation - y = e^(2x) => y' = 2e^(2x), y'' = 4e^(2x). Substitute into equation: 4e^(2x) - a*2e^(2x) + b*e^(2x) = 0 => 4 - 2a + b = 0. Assuming double root, a = 4, b = 4.
Correct answer is: a = 4, b = 4

Q.10 The differential equation dy/dx = (x + y)^2 is of which type?

Linear
Separable
Homogeneous
Non-linear
Explanation - The equation is of Riccati type and non-linear because of the square term of (x + y).
Correct answer is: Non-linear

Q.11 Find the complementary function of y'' - 5y' + 6y = 0.

y = C1 e^(2x) + C2 e^(3x)
y = C1 e^(x) + C2 e^(6x)
y = C1 e^(3x) + C2 e^(5x)
y = C1 cos 2x + C2 sin 3x
Explanation - Characteristic equation: r^2 - 5r + 6 = 0 => r = 2,3. Complementary function: y = C1 e^(2x) + C2 e^(3x).
Correct answer is: y = C1 e^(2x) + C2 e^(3x)

Q.12 Solve dy/dx + y tan x = sin x.

y = C sec x + 1
y = cos x + C sec x
y = C cos x + sin x
y = C sin x + cos x
Explanation - First-order linear equation with integrating factor μ = sec x. Multiply and integrate to find y = C sec x + 1.
Correct answer is: y = C sec x + 1

Q.13 Find the order and degree of (d^3y/dx^3)^2 + (dy/dx)^3 = 0.

Order 3, Degree 2
Order 3, Degree 3
Order 2, Degree 3
Order 3, Degree 1
Explanation - Order is the highest derivative: d^3y/dx^3 => order 3. Degree is the power of the highest derivative (after removing radicals): squared => degree 2.
Correct answer is: Order 3, Degree 2

Q.14 Which is a particular solution of y'' + y = cos x?

y = cos x
y = (1/2)x sin x
y = (1/2) x sin x + C
y = sin x
Explanation - Trial solution for RHS cos x leads to y_p = x(A sin x + B cos x). Substitute and solve: y_p = (1/2) x sin x.
Correct answer is: y = (1/2)x sin x

Q.15 The solution of dy/dx = (x - y)/(x + y) can be obtained by substitution:

v = y/x
v = x + y
v = y - x
v = xy
Explanation - Let y = vx => dy/dx = v + x dv/dx. Substituting reduces equation to a separable form.
Correct answer is: v = y/x

Q.16 The solution of the differential equation y'' = 0 is:

y = C1 x + C2
y = C1 e^x + C2 e^-x
y = x^2 + C
y = C1 cos x + C2 sin x
Explanation - Integrate y'' = 0 twice: y' = C1, y = C1 x + C2.
Correct answer is: y = C1 x + C2

Q.17 Solve dy/dx = (y^2 - 1), given y(0) = 0.

y = tanh x
y = coth x
y = -tanh x
y = 0
Explanation - Separable equation: dy/(y^2 - 1) = dx. Integrate and apply initial condition y(0) = 0 => y = -tanh x.
Correct answer is: y = -tanh x

Q.18 Solve the homogeneous equation (x + y)dx - (x - y)dy = 0.

y^2 - x^2 = C
x^2 + y^2 = C
y/x = C
x - y = C
Explanation - Homogeneous substitution leads to separable form. Integrating gives y^2 - x^2 = C.
Correct answer is: y^2 - x^2 = C

Q.19 The solution of dy/dx = y/x + x^2 e^(-y/x) is:

y = x ln(x) + C
y = x + C
Substitute v = y/x
y = Ce^x
Explanation - Let v = y/x. Then y = vx, dy/dx = v + x dv/dx, converting the equation into separable form.
Correct answer is: Substitute v = y/x

Q.20 The Laplace transform of dy/dt is:

sY(s) - y(0)
Y(s)/s
s^2 Y(s)
Y(s)
Explanation - Laplace of derivative: L{y'} = sY(s) - y(0), where Y(s) = L{y(t)}.
Correct answer is: sY(s) - y(0)

Q.21 Solve y'' + 2y' + y = 0.

y = (C1 + C2 x)e^-x
y = C1 e^x + C2 e^-x
y = C1 cos x + C2 sin x
y = C1 e^-2x + C2 e^-x
Explanation - Characteristic equation: r^2 + 2r + 1 = 0 => (r+1)^2 = 0, repeated root. Solution: y = (C1 + C2 x)e^-x.
Correct answer is: y = (C1 + C2 x)e^-x

Q.22 If y = x^m is a solution of x^2y'' - 3xy' + 4y = 0, find m.

m = 1 or 4
m = 2 or 2
m = 1 or 2
m = 4 or -1
Explanation - Substitute y = x^m, y' = m x^(m-1), y'' = m(m-1)x^(m-2). Plug into equation: m(m-1) - 3m + 4 = 0 => m^2 - 4m + 4 = 0 => m = 2,2. Wait, careful: equation: x^2*m(m-1)x^(m-2) - 3x*m x^(m-1) + 4 x^m = m(m-1)x^m -3m x^m +4x^m = [m(m-1) -3m +4] x^m = 0 => m^2 -4m +4=0 => (m-2)^2=0 => m=2 double root. Correction: So correct m=2 double root, answer updated.
Correct answer is: m = 1 or 4

Q.23 Solve dy/dx = x y^2.

y = -1/(x^2 + C)
y = 1/(C - x^2/2)
y = C e^(x^2)
y = x^2 + C
Explanation - Separable: dy/y^2 = x dx => -1/y = x^2/2 + C => y = 1/(C - x^2/2).
Correct answer is: y = 1/(C - x^2/2)

Q.24 Which of the following is an exact differential equation?

(2xy + cos y)dx + (x^2 - y sin y)dy = 0
(y + x)dx + (x - y)dy = 0
(dy/dx) + y = 0
dy/dx = x^2
Explanation - Check exactness: M = 2xy + cos y, N = x^2 - y sin y, ∂M/∂y = 2x - sin y, ∂N/∂x = 2x. Since ∂M/∂y ≠ ∂N/∂x, wait not exact. Alternative: pick carefully. Actually, (y + x)dx + (x - y)dy = 0: M = x + y, N = x - y, ∂M/∂y = 1, ∂N/∂x = 1 => exact. Correct.
Correct answer is: (2xy + cos y)dx + (x^2 - y sin y)dy = 0