Mathematics ยท Physics

Differential Equations

247 Questions

Differential equations involve finding functions that relate variables to their rates of change. These questions cover first and second order equations and separation of variables. They are a core part of the mathematics syllabus for high level competitive exams.

First order separationSecond order linear equationsInitial value problemsPredator prey modelsCauchy Riemann equations

Differential Equations Questions

Multiple choice

What is the order of a differential equation?

  1. The number of independent variables

  2. The number of dependent variables

  3. The highest derivative present in the equation

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The order of a differential equation is determined by the highest order derivative that appears in the equation.

Multiple choice

Which of the following is an example of a first-order differential equation?

  1. $y' + y = x$
  2. $y'' + y = 0$
  3. $y''' + y = 1$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A first-order differential equation involves the first derivative of the dependent variable with respect to the independent variable.

Multiple choice

What is an initial value problem?

  1. A differential equation with specified boundary conditions

  2. A differential equation with specified initial conditions

  3. A differential equation with specified periodic conditions

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

An initial value problem consists of a differential equation along with a set of initial conditions that specify the values of the dependent variable and its derivatives at a particular point.

Multiple choice

Which method is commonly used to solve separable differential equations?

  1. Integrating factors

  2. Variation of parameters

  3. Laplace transforms

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Separable differential equations can be solved using the method of integrating factors, which involves multiplying both sides of the equation by a suitable integrating factor to make it exact.

Multiple choice

What is the general solution of the differential equation $y' = y^2 + 1$?

  1. $y = \frac{1}{2} \tan^{-1}(x + C)$
  2. $y = \frac{1}{2} \tan(x + C)$
  3. $y = \frac{1}{2} \sin^{-1}(x + C)$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The general solution of the given differential equation can be obtained by separating the variables and integrating both sides.

Multiple choice

Which of the following is an example of an exact differential equation?

  1. $y' + y = x$
  2. $y' + y^2 = x$
  3. $y' + \frac{1}{y} = x$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

An exact differential equation is one that can be expressed as the total derivative of a function. In this case, the equation $y' + \frac{1}{y} = x$ can be written as $d(y + \ln|y|) = x dx$.

Multiple choice

What is the integrating factor for the differential equation $y' + y \tan x = \cos x$?

  1. $\cos x$
  2. $\sin x$
  3. $\sec x$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The integrating factor for the given differential equation can be found by multiplying both sides of the equation by a suitable function that makes the left-hand side exact.

Multiple choice

Which method is commonly used to solve linear differential equations with constant coefficients?

  1. Integrating factors

  2. Variation of parameters

  3. Laplace transforms

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Laplace transforms are often used to solve linear differential equations with constant coefficients because they convert the differential equation into an algebraic equation that is easier to solve.

Multiple choice

What is the general solution of the differential equation $y'' + 4y = 0$?

  1. $y = C_1 \cos 2x + C_2 \sin 2x$
  2. $y = C_1 e^{2x} + C_2 e^{-2x}$
  3. $y = C_1 \cos x + C_2 \sin x$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The general solution of the given differential equation can be obtained by finding the roots of the characteristic equation $r^2 + 4 = 0$ and using them to construct the general solution.

Multiple choice

Which method is commonly used to solve non-homogeneous linear differential equations?

  1. Integrating factors

  2. Variation of parameters

  3. Laplace transforms

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Variation of parameters is a method used to solve non-homogeneous linear differential equations by introducing a set of new functions that depend on the independent variable.

Multiple choice

Which of the following is an example of a system of differential equations?

  1. $y' + y = x$
  2. $y'' + y = 0$
  3. $y' = y^2 + 1$, $z' = z^2 - 1$
Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A system of differential equations consists of two or more differential equations that are solved simultaneously.

Multiple choice

What is the general solution of the system of differential equations $\frac{dx}{dt} = x + y$, $\frac{dy}{dt} = -x + y$?

  1. $x = C_1 e^t + C_2 e^{-t}$, $y = C_1 e^t - C_2 e^{-t}$
  2. $x = C_1 e^{2t} + C_2 e^{-2t}$, $y = C_1 e^{2t} - C_2 e^{-2t}$
  3. $x = C_1 \cos t + C_2 \sin t$, $y = C_1 \sin t - C_2 \cos t$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The general solution of the given system of differential equations can be obtained by finding the eigenvalues and eigenvectors of the coefficient matrix.

Multiple choice

Which of the following is an example of a boundary value problem?

  1. $y'' + y = 0$, $y(0) = 1$, $y(1) = 0$
  2. $y' + y = x$, $y(0) = 1$
  3. $y'' + y = 0$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A boundary value problem consists of a differential equation along with a set of boundary conditions that specify the values of the dependent variable at specific points.

Multiple choice

What is the method of characteristics for solving partial differential equations?

  1. A method for finding the general solution of a partial differential equation

  2. A method for finding the particular solution of a partial differential equation

  3. A method for finding the characteristics of a partial differential equation

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The method of characteristics is a technique used to find the characteristics of a partial differential equation, which are curves in the independent variable space along which the solution of the equation is constant.

Multiple choice

Which of the following is a common approach for solving partial differential equations numerically?

  1. Finite Difference Methods

  2. Finite Element Methods

  3. Spectral Methods

  4. Monte Carlo Simulation

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Finite Difference Methods are a widely used approach for solving partial differential equations numerically.