Mathematics ยท Physics

Differential Equations

190 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

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

Which of the following is a property of the modified Bessel function (I_\nu(x))?

  1. It is related to the Bessel function \(J_\nu(x)\) by \(I_\nu(x) = i^{-\nu} J_\nu(ix)\)
  2. It satisfies the differential equation \(x^2y'' + xy' - (x^2 + \nu^2)y = 0\)
  3. It has the asymptotic expansion \(I_\nu(x) \sim \frac{1}{\sqrt{2\pi x}} e^x\) as \(x \to \infty\)
  4. All of the above

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

The modified Bessel function (I_\nu(x)) possesses all of the mentioned properties.

Multiple choice

Which of the following is a property of the modified Bessel function (K_\nu(x))?

  1. It is related to the Bessel function \(J_\nu(x)\) by \(K_\nu(x) = \frac{\pi}{2} i^{\nu+1} H_\nu^{(1)}(ix)\)
  2. It satisfies the differential equation \(x^2y'' + xy' - (x^2 + \nu^2)y = 0\)
  3. It has the asymptotic expansion \(K_\nu(x) \sim \sqrt{\frac{\pi}{2x}} e^{-x}\) as \(x \to \infty\)
  4. All of the above

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

The modified Bessel function (K_\nu(x)) possesses all of the mentioned properties.

Multiple choice

Which of the following is a one-step method for solving first-order differential equations?

  1. Euler's Method

  2. Runge-Kutta Method

  3. Finite Difference Method

  4. Shooting Method

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

Euler's Method is a simple and widely used one-step method for approximating the solution of first-order differential equations.

Multiple choice

Which of the following is a multi-step method for solving first-order differential equations?

  1. Euler's Method

  2. Runge-Kutta Method

  3. Finite Difference Method

  4. Shooting Method

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

Runge-Kutta methods are a family of multi-step methods for solving first-order differential equations. They are generally more accurate than Euler's Method.

Multiple choice

What is the basic idea behind the finite difference method for solving differential equations?

  1. Approximating derivatives using finite differences

  2. Using Taylor series expansion

  3. Using interpolation techniques

  4. Using variational methods

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

The finite difference method approximates the derivatives in a differential equation using finite differences, which are algebraic expressions that involve the values of the function at a set of discrete points.

Multiple choice

Find the general solution of the differential equation (\frac{dy}{dx} = 2x + 1).

  1. \(y = x^2 + x + C\)
  2. \(y = x^2 - x + C\)
  3. \(y = 2x^2 + x + C\)
  4. \(y = 2x^2 - x + C\)
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

To find the general solution, we need to integrate both sides of the differential equation with respect to (x). Integrating (\frac{dy}{dx} = 2x + 1) gives (y = \int (2x + 1) dx = \int 2x dx + \int 1 dx = x^2 + x + C), where (C) is the constant of integration.

Multiple choice

What is the general solution of the differential equation (\frac{d^2y}{dx^2} + 4y = 0)?

  1. \(y = A\cos(2x) + B\sin(2x)\)
  2. \(y = A\cos(2x) - B\sin(2x)\)
  3. \(y = A\sin(2x) + B\cos(2x)\)
  4. \(y = A\sin(2x) - B\cos(2x)\)
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The characteristic equation of the differential equation is (r^2 + 4 = 0), which has roots (r = \pm 2i). Therefore, the general solution is (y = A\cos(2x) + B\sin(2x)), where (A) and (B) are constants.

Multiple choice

Consider the system of differential equations (\frac{dx}{dt} = 2x - y, \ \frac{dy}{dt} = x + 2y). Find the eigenvalues of the coefficient matrix.

  1. \(\lambda_1 = 1, \lambda_2 = 3\)
  2. \(\lambda_1 = 2, \lambda_2 = 4\)
  3. \(\lambda_1 = -1, \lambda_2 = -3\)
  4. \(\lambda_1 = 0, \lambda_2 = 2\)
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The eigenvalues are found by solving the characteristic equation (\det(A - \lambda I) = 0), where (A) is the coefficient matrix. Solving this equation gives ((\lambda - 1)(\lambda - 3) = 0), which has eigenvalues (\lambda_1 = 1) and (\lambda_2 = 3).

Multiple choice

Given the system of differential equations (\frac{dx}{dt} = 3x - 2y, \ \frac{dy}{dt} = 2x + 3y), find the eigenvectors corresponding to the eigenvalues (\lambda_1 = 1) and (\lambda_2 = 4).

  1. For \(\lambda_1 = 1\): \((1, 1)\), For \(\lambda_2 = 4\): \((2, -1)\)
  2. For \(\lambda_1 = 1\): \((1, -1)\), For \(\lambda_2 = 4\): \((2, 1)\)
  3. For \(\lambda_1 = 1\): \((2, 1)\), For \(\lambda_2 = 4\): \((1, 1)\)
  4. For \(\lambda_1 = 1\): \((2, -1)\), For \(\lambda_2 = 4\): \((1, -1)\)
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

To find the eigenvectors, we solve the system of equations ((A - \lambda I) \vec{v} = \vec{0}) for each eigenvalue. For (\lambda_1 = 1), we have ((2, -2) \vec{v} = \vec{0}), which gives the eigenvector ((1, 1)). For (\lambda_2 = 4), we have ((1, -2) \vec{v} = \vec{0}), which gives the eigenvector ((2, -1)).

Multiple choice

Consider the system of differential equations (\frac{dx}{dt} = -x + 2y, \ \frac{dy}{dt} = -2x - y). Determine the stability of the equilibrium point at the origin.

  1. Stable

  2. Unstable

  3. Center

  4. Semi-stable

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

To determine the stability, we find the eigenvalues of the coefficient matrix. The eigenvalues are (\lambda_1 = -1 + i\sqrt{3}) and (\lambda_2 = -1 - i\sqrt{3}). Since both eigenvalues have negative real parts, the equilibrium point at the origin is stable.

Multiple choice

Given the system of differential equations (\frac{dx}{dt} = x - y, \ \frac{dy}{dt} = 2x + y), find the general solution using the matrix exponential method.

  1. \(\vec{x}(t) = e^{\begin{bmatrix} 1 & -1 \\ 2 & 1 \end{bmatrix} t} \vec{x}(0)\)
  2. \(\vec{x}(t) = e^{\begin{bmatrix} -1 & 1 \\ -2 & -1 \end{bmatrix} t} \vec{x}(0)\)
  3. \(\vec{x}(t) = e^{\begin{bmatrix} 2 & 1 \\ -1 & 1 \end{bmatrix} t} \vec{x}(0)\)
  4. \(\vec{x}(t) = e^{\begin{bmatrix} 1 & 1 \\ 2 & -1 \end{bmatrix} t} \vec{x}(0)\)
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Using the matrix exponential method, the general solution is given by (\vec{x}(t) = e^{At} \vec{x}(0)), where (A) is the coefficient matrix. In this case, (A = \begin{bmatrix} 1 & -1 \ 2 & 1 \end{bmatrix}). Finding the matrix exponential (e^{At}) gives the general solution.