Below are 68 practice questions on Differential Equations, sorted Easy → Hard. Tap “Show answer & explanation” under any question to check yourself. Want the full theory first? Read the Differential Equations notes.
The general solution y=Ax² represents an entire FAMILY of curves, one for each value of the arbitrary constant A; a particular solution (fixed by an initial condition) selects exactly one curve from this family.
Easy - 20 questions
Q1.
A differential equation involves:
A Algebraic variables without any calculus operations
B Derivatives of a function
C Integral expressions rather than derivative ones
D Constant terms with no variable component
Show answer & explanation
Answer: B. Derivatives of a function
Why: A differential equation contains derivatives (dy/dx, d²y/dx², etc.) of one or more functions.
Q2.
The order of a differential equation is the order of its:
A Highest power
B Highest derivative
C Number of variables
D Number of constants
Show answer & explanation
Answer: B. Highest derivative
Why: Order = order of the highest derivative present. For d²y/dx² + dy/dx = 0, the order is 2.
Q3.
The degree of a differential equation is:
A The order of the highest derivative appearing in the equation
B Power of highest-order derivative (when rationalized)
C The total number of independent solutions the equation admits
D The total number of additive terms in the equation
Show answer & explanation
Answer: B. Power of highest-order derivative (when rationalized)
Why: Degree = power of the highest-order derivative after clearing radicals and fractions.
Q4.
Order of: d²y/dx² + 3(dy/dx) + 2y = 0
A 1
B 2
C 3
D 0
Show answer & explanation
Answer: B. 2
Why: Highest derivative is d²y/dx² (second derivative). Order = 2.
Q5.
The degree of (dy/dx)³ + y = 0 is:
A 1
B 2
C 3
D 0
Show answer & explanation
Answer: C. 3
Why: Highest derivative is dy/dx with power 3. Degree = 3.
Q6.
Solve dy/dx = x. The general solution is:
A y = x
B y = x²/2 + C
C y = 2x
D y = x + C
Show answer & explanation
Answer: B. y = x²/2 + C
Why: Integrate both sides: y = x²/2 + C.
Q7.
Solve dy/dx = y. The solution is:
A y = Cx
B y = Ce<sup>x</sup>
C y = e<sup>x</sup>
D y = C + e<sup>x</sup>
Show answer & explanation
Answer: B. y = Ce<sup>x</sup>
Why: Separate: dy/y = dx. ln|y| = x + const. y = Ce<sup>x.</sup>
Q8.
A general solution of a first-order DE contains:
A No constants
B 1 arbitrary constant
C 2 arbitrary constants
D Only x terms
Show answer & explanation
Answer: B. 1 arbitrary constant
Why: First-order DE general solution has 1 arbitrary constant (from one integration).
Q9.
A particular solution is obtained by:
A Differentiating the general solution with respect to x
B Applying initial/boundary conditions to determine the constant
C Multiplying the general solution by an integrating factor
D Determining the order of the highest derivative present
Show answer & explanation
Answer: B. Applying initial/boundary conditions to determine the constant
Why: Particular solution: substitute given initial conditions into general solution to find the specific constant value.
Q10.
A differential equation of order 2 has how many arbitrary constants in general solution?
A 0
B 1
C 2
D 3
Show answer & explanation
Answer: C. 2
Why: An nth order DE has n arbitrary constants in the general solution.
Q11.
Separation of variables method works when:
A The equation is linear in y with constant coefficients throughout
B All terms with y (and dy) can be separated from terms with x (and dx)
C The equation is generally nonlinear in both the x and y terms together
D The order of the differential equation exceeds two in this case
Show answer & explanation
Answer: B. All terms with y (and dy) can be separated from terms with x (and dx)
Why: Separation of variables: rewrite as f(y)dy = g(x)dx and integrate both sides separately.
Q12.
The integrating factor for dy/dx + Py = Q (P, Q functions of x) is:
A e<sup>integral of Q dx</sup>
B e<sup>integral of P dx</sup>
C P × Q
D 1/P
Show answer & explanation
Answer: B. e<sup>integral of P dx</sup>
Why: Linear first-order DE: integrating factor = e<sup>integral P dx</sup>. Multiply both sides to make LHS exact.
Q13.
Solve dy/dx = k (constant). Solution:
A y = kx
B y = kx + C
C y = k
D y = x + k
Show answer & explanation
Answer: B. y = kx + C
Why: Integrate: y = kx + C. Straight line with slope k.
Q14.
Which of these is a first-order linear DE?
A dy/dx = y², which is nonlinear due to the squared y term
B dy/dx + y = x (linear in y)
C (dy/dx)² = x, nonlinear because the derivative is squared
D d²y/dx² = y, which is second order, not first order
Show answer & explanation
Answer: B. dy/dx + y = x (linear in y)
Why: dy/dx + P(x)y = Q(x) is linear first-order. y² or (dy/dx)² makes it nonlinear.
Q15.
A homogeneous DE of the form dy/dx = f(y/x) is solved by substituting:
A y = vx
B y = x + v
C v = x/y
D y = x²
Show answer & explanation
Answer: A. y = vx
Why: Substitute y = vx (so dy/dx = v + x dv/dx). Transforms homogeneous DE to separable form.
Q16.
The differential equation of all circles with centre at origin:
A x + y dy/dx = 0
B x dy/dx - y = 0
C x dy/dx + y = 0
D x² + y² = r²
Show answer & explanation
Answer: A. x + y dy/dx = 0
Why: x² + y² = r². Differentiate: 2x + 2y(dy/dx) = 0, so x + y(dy/dx) = 0.
Q17.
Exact DE: M dx + N dy = 0 is exact when:
A M = N
B dM/dx = dN/dy
C dM/dy = dN/dx
D M + N = 0
Show answer & explanation
Answer: C. dM/dy = dN/dx
Why: Exactness condition: partial derivative of M with respect to y = partial derivative of N with respect to x.
Q18.
The complementary function (CF) of a linear DE with constant coefficients is the:
A Solution obtained directly from the right-hand side forcing term
B Solution when right-hand side = 0 (homogeneous part)
C The antiderivative of the entire differential equation
D The multiplying factor that converts the equation into exact form
Show answer & explanation
Answer: B. Solution when right-hand side = 0 (homogeneous part)
Why: CF: general solution of the homogeneous equation (RHS = 0). The complete solution = CF + PI (particular integral).
Q19.
For exponential growth model: dP/dt = kP (k > 0), the solution is:
A P = P₀ + kt
B P = P₀ e<sup>kt</sup>
C P = kt
D P = P₀/k
Show answer & explanation
Answer: B. P = P₀ e<sup>kt</sup>
Why: Separate: dP/P = k dt. Integrate: ln P = kt + C. P = P₀ e<sup>kt</sup>. Classic exponential growth.
Q20.
A differential equation is linear if:
A The dependent variable and all its derivatives appear with power 1
B First-order derivatives specifically are present, regardless of their powers
C The independent variable x appears, with y largely absent from the expression
D All the coefficients multiplying the derivatives are constants
Show answer & explanation
Answer: A. The dependent variable and all its derivatives appear with power 1
Why: Linear DE: dependent variable (y) and all its derivatives appear with power 1. No products like y × y', etc.
Medium - 20 questions
Q21.
Solve dy/dx = x/y. The general solution:
A y = x + C
B y² - x² = C
C x² + y² = C
D y = x² + C
Show answer & explanation
Answer: C. x² + y² = C
Why: y dy = x dx. Integrate: y²/2 = x²/2 + C/2. So x² - y² = constant, or x² + y² = C if we separate differently. Actually: y dy = x dx gives y²/2 = x²/2 + k, so y² - x² = C.
Q22.
Solve the linear DE: dy/dx + y = eˣ.
A y = (x+C)e<sup>-x</sup>
B y = eˣ/2 + Ce<sup>-x</sup>
C y = eˣ + C
D y = Ce<sup>x</sup>
Show answer & explanation
Answer: B. y = eˣ/2 + Ce<sup>-x</sup>
Why: IF = e<sup>integral 1 dx</sup> = eˣ. Multiply: (yeˣ)' = e²ˣ. yeˣ = e²ˣ/2 + C. y = eˣ/2 + Ce<sup>-x</sup>.
Why: Exactness: partial M/partial y = partial N/partial x (equality of mixed partials).
Q37.
Logistic growth model: dP/dt = rP(1 - P/K). The carrying capacity is:
A r
B K
C P₀
D rK
Show answer & explanation
Answer: B. K
Why: Logistic equation: K is the carrying capacity (maximum sustainable population). r is growth rate.
Q38.
d²y/dx² = 0 has solution:
A y = constant
B y = ax + b (linear)
C y = x²
D y = e<sup>x</sup>
Show answer & explanation
Answer: B. y = ax + b (linear)
Why: Integrate twice: dy/dx = A (constant). y = Ax + B. Linear function.
Q39.
Method of variation of parameters applies to:
A First-order equations specifically, regardless of homogeneity status
B Non-homogeneous linear DE when particular integral cannot be guessed
C Exact equations specifically, where an integrating factor already exists
D Separable equations where the variables split cleanly apart
Show answer & explanation
Answer: B. Non-homogeneous linear DE when particular integral cannot be guessed
Why: Variation of parameters: powerful method for finding particular integral of non-homogeneous linear DE, especially when RHS has non-standard forms.
Q40.
The complementary function of (D² - 3D + 2)y = e<sup>3x</sup> (D = d/dx) involves:
Why: Auxiliary: m² = 4, m = ±2. y = Ae<sup>2x</sup> + Be<sup>-2x</sup>. y(0)=A+B=1, y'(0)=2A-2B=0 so A=B=1/2. y = (e<sup>2x</sup>+e<sup>-2x</sup>)/2 = cosh(2x).
Q42.
The Fourier series of a periodic function uses:
A Taylor polynomials expanded about a single fixed point
B Sinusoids and cosinusoids (trigonometric basis)
C Polynomial terms mainly, with few trigonometric components
D Real exponential terms mainly, with little oscillatory behavior
Show answer & explanation
Answer: B. Sinusoids and cosinusoids (trigonometric basis)
Why: A periodic function f(x) with period 2L is expressed as f(x)=a₀/2+Σ[aₙcos(nπx/L)+bₙsin(nπx/L)]. Coefficients found by orthogonality of sin/cos. This is an infinite sum of harmonically related sinusoids and cosinusoids.
Q43.
The method of undetermined coefficients for PI: if f(x) = xe<sup>2x</sup>, the trial PI is:
A Axe<sup>2x</sup>
B (Ax + B)e<sup>2x</sup>
C Ae<sup>2x</sup>
D (Ax² + Bx)e<sup>2x</sup>
Show answer & explanation
Answer: B. (Ax + B)e<sup>2x</sup>
Why: Rule: for f(x)=pₙ(x)eᵃˣ where pₙ is degree-n polynomial, trial PI=(Ax+B)e<sup>2x</sup> (same degree polynomial times e<sup>2x</sup>), provided 2 is not a root of the characteristic equation. Substitute into DE to find A and B.
Q44.
The DE x dy/dx - y = x² is solvable by dividing through by x to give:
A dy/dx - y/x = x (linear in y)
B y dy/dx = x, an unrelated separable rearrangement
C dy/dx = x², ignoring the y term on the left side
D dy/dx + y/x = x, with the sign on y/x flipped
Show answer & explanation
Answer: A. dy/dx - y/x = x (linear in y)
Why: Divide by x: dy/dx − y/x = x. Linear first-order with P(x)=−1/x, Q(x)=x. Integrating factor: e<sup>∫−1/x dx</sup>=e<sup>−lnx</sup>=1/x. Multiply: d(y/x)/dx=1. Integrate: y/x=x+C, so y=x²+Cx.
Q45.
The general solution of a non-homogeneous linear DE is:
A Just the particular integral, with little homogeneous contribution
B Just the complementary function, mostly ignoring the forcing term
C CF + PI (complementary function + particular integral)
D The product of the complementary function and particular integral
Show answer & explanation
Answer: C. CF + PI (complementary function + particular integral)
Why: Complete solution = CF (solution of homogeneous part, with n constants) + PI (one particular solution of non-homogeneous part).
Q46.
The Bessel equation is:
A d<sup>2</sup>y/dx<sup>2</sup> + y = 0, the standard simple harmonic oscillator equation
B x²d<sup>2</sup>y/dx<sup>2</sup> + xy_prime + (x²-n²)y = 0
C d<sup>2</sup>y/dx<sup>2</sup> - y = 0, whose solutions are hyperbolic functions
D d<sup>2</sup>y/dx<sup>2</sup> + xy = 0, a form resembling the Airy equation
Show answer & explanation
Answer: B. x²d<sup>2</sup>y/dx<sup>2</sup> + xy_prime + (x²-n²)y = 0
Why: Bessel's equation: x²y''+xy'+(x²−n²)y=0, where n is the order. Solutions are Bessel functions of first kind Jₙ(x) and second kind Yₙ(x), expressed as power series. It arises in problems with cylindrical symmetry (wave equation in cylinders).
Q47.
Euler-Cauchy equation x<sup>n</sup> y<sup>n</sup> + ... has solutions of the form:
A e<sup>mx</sup>, the solution form for constant-coefficient equations
B x<sup>m</sup> (power function)
C sinx, a trigonometric solution form
D xe<sup>x</sup>, a solution form for repeated roots
Show answer & explanation
Answer: B. x<sup>m</sup> (power function)
Why: For Euler-Cauchy equation x²y''+bxy'+cy=0, substitute y=xᵐ. Then y'=mxᵐ⁻¹, y''=m(m−1)xᵐ⁻². Equation reduces to m(m−1)+bm+c=0 (indicial equation). Roots m determine the power-function solutions xᵐ.
Q48.
d²y/dx² + 4y = cos 2x. The particular integral contains resonance because:
A The frequency on the right side happens to match some particular value
B cos 2x frequency matches the homogeneous solution frequency (2)
C The coefficient of y in the equation happens to equal 4
D The equation is second order, which often happens to involve resonance
Show answer & explanation
Answer: B. cos 2x frequency matches the homogeneous solution frequency (2)
Why: Resonance: forcing frequency equals natural frequency. Homogeneous solution has cos 2x, same as forcing. PI requires extra factor x: y<sub>P</sub> = x(A cos 2x + B sin 2x).
Q49.
The existence and uniqueness theorem for y' = f(x,y) with y(x₀) = y₀ requires f to be:
A Constant in both x and y near the initial point
B Continuous and Lipschitz in y (near the initial point)
C Periodic in x with some fixed, known period
D Polynomial in both x and y throughout the domain
Show answer & explanation
Answer: B. Continuous and Lipschitz in y (near the initial point)
Why: Picard-Lindelof theorem: unique solution exists if f is continuous and satisfies Lipschitz condition in y in a rectangle around (x₀,y₀).
Q50.
Solve: dy/dx = -y/x with y(1) = 2.
A y = 2/x
B y = 2x
C y = 2e<sup>-x</sup>
D xy = 2
Show answer & explanation
Answer: A. y = 2/x
Why: Separating variables: dy/y=−dx/x. Integrating both sides: ln|y|=−ln|x|+C₁, so y=A/x. Applying IC y(1)=2: A=2. Solution: y=2/x (equivalently xy=2).
Q51.
The Green function approach solves:
A Non-linear DEs by linearizing the forcing term beforehand
B Linear non-homogeneous DEs with arbitrary forcing using superposition
C Homogeneous DEs mainly, where the forcing term is already zero
D The Laplace equation specifically, rarely extended to other DE types
Show answer & explanation
Answer: B. Linear non-homogeneous DEs with arbitrary forcing using superposition
Why: Green function: constructs solution to linear DE with arbitrary forcing. G(x,s) is response to unit impulse at s; full solution = integral of G × f.
Q52.
The order of the differential equation d²y/dx² + 3(dy/dx) + 2y = 0 is:
A 2
B 1
C 3
D 0
Show answer & explanation
Answer: A. 2
Why: Order is the highest derivative present, here d²y/dx², so the order is 2.
Q53.
The degree of the differential equation (dy/dx)² + y = 0 is:
A 2
B 1
C 0
D 3
Show answer & explanation
Answer: A. 2
Why: Degree is the power of the highest-order derivative once it is a polynomial; here (dy/dx)² gives degree 2.
Q54.
The order of the differential equation dy/dx = x + y is:
A 1
B 2
C 0
D 3
Show answer & explanation
Answer: A. 1
Why: The highest derivative is the first derivative dy/dx, so the order is 1.
Q55.
The general solution of the differential equation dy/dx = 0 is:
A y = C
B y = x
C y = x + C
D y = 0
Show answer & explanation
Answer: A. y = C
Why: If the derivative is zero everywhere, y is a constant, so y = C.
Q56.
The solution of the differential equation dy/dx = ky is:
A y = C·e<sup>kx</sup>
B y = kx + C
C y = C/x + k
D y = k/x + C
Show answer & explanation
Answer: A. y = C·e<sup>kx</sup>
Why: Separating variables gives dy/y = k dx, so ln y = kx + c and y = C e<sup>kx</sup>.
Q57.
The number of arbitrary constants in the general solution of a second-order differential equation is:
A 2
B 1
C 3
D 0
Show answer & explanation
Answer: A. 2
Why: The general solution of an nth-order equation contains n arbitrary constants, so a second-order one has 2.
Q58.
An equation of the form dy/dx + Py = Q (P, Q functions of x) is called a ___ differential equation:
A linear
B quadratic
C homogeneous
D exact
Show answer & explanation
Answer: A. linear
Why: This standard form is a first-order linear differential equation.
Q59.
The integrating factor of the differential equation dy/dx + y = x is:
A e<sup>x</sup>
B e<sup>−x</sup>
C x
D 1
Show answer & explanation
Answer: A. e<sup>x</sup>
Why: IF = e<sup>∫P dx</sup> = e<sup>∫1 dx</sup> = e<sup>x.</sup>
Q60.
The differential equation of the family of lines y = mx (m arbitrary) is:
A dy/dx = y/x
B dy/dx = x/y
C dy/dx = x
D dy/dx = 1
Show answer & explanation
Answer: A. dy/dx = y/x
Why: From y = mx, m = y/x, and dy/dx = m, so dy/dx = y/x.
Q61.
The general solution of dy/dx = y/x is:
A y = x + C
B y = Cx
C y = Ce<sup>x</sup>
D xy = C
Show answer & explanation
Answer: B. y = Cx
Why: Separating variables gives ln y = ln x + c, so y = Cx.
Q62.
The order and degree of (d²y/dx²)³ + (dy/dx)² + y = 0 are:
A order 2, degree 2
B order 2, degree 3
C order 3, degree 2
D order 2, degree 1
Show answer & explanation
Answer: B. order 2, degree 3
Why: The highest derivative is second order, raised to the power 3, so order 2 and degree 3.
Q63.
The integrating factor of dy/dx + 2y = e<sup>x</sup> is:
A e<sup>x</sup>
B e<sup>2x</sup>
C e<sup>−2x</sup>
D 2x
Show answer & explanation
Answer: B. e<sup>2x</sup>
Why: IF = e<sup>∫2 dx</sup> = e<sup>2x</sup>.
Q64.
The general solution of dy/dx = e<sup>x − y</sup> is:
A e<sup>y</sup> = e<sup>x</sup> + C
B e<sup>−y</sup> = e<sup>x</sup> + C
C y = e<sup>x</sup> + C
D e<sup>y</sup> = e<sup>−x</sup> + C
Show answer & explanation
Answer: A. e<sup>y</sup> = e<sup>x</sup> + C
Why: Separating: e<sup>y</sup> dy = e<sup>x</sup> dx, integrating gives e<sup>y</sup> = e<sup>x</sup> + C.
Q65.
The general solution of dy/dx + y·tanx = secx is:
A y = cosx + C sinx
B y = sinx + C cosx
C y = tanx + C
D y = secx + C
Show answer & explanation
Answer: B. y = sinx + C cosx
Why: IF = secx; (y secx)' = sec²x, so y secx = tanx + C, giving y = sinx + C cosx.
Q66.
The differential equation whose general solution is y = A cosx + B sinx is:
A y'' − y = 0
B y'' + y = 0
C y' + y = 0
D y'' + y' = 0
Show answer & explanation
Answer: B. y'' + y = 0
Why: Differentiating twice gives y'' = −y, i.e. y'' + y = 0.
Q67.
The general solution of x(dy/dx) + y = x² is:
A y = x²/3 + C/x
B y = x² + C
C y = x³/3 + C
D y = x/3 + Cx
Show answer & explanation
Answer: A. y = x²/3 + C/x
Why: IF = x, so (xy)' = x²; integrating xy = x³/3 + C, hence y = x²/3 + C/x.
Q68.
The degree of the differential equation (1 + (dy/dx)²)<sup>3/2</sup> = k·(d²y/dx²) is:
A 1
B 2
C 3
D not defined
Show answer & explanation
Answer: B. 2
Why: Squaring to clear the fractional power gives (1 + (y')²)³ = k²(y'')², so the degree in the highest derivative is 2.