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

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.

Multiple choice

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

  1. Saddle point

  2. Center

  3. Stable node

  4. Unstable node

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

To determine the type of equilibrium point, we find the eigenvalues of the coefficient matrix. The eigenvalues are (\lambda_1 = 2) and (\lambda_2 = -1). Since the eigenvalues have opposite signs, the equilibrium point at the origin is a saddle point.

Multiple choice

Given the system of differential equations (\frac{dx}{dt} = -2x + y, \ \frac{dy}{dt} = -x - 2y), find the solution that satisfies the initial conditions (x(0) = 1, y(0) = 2).

  1. \(x(t) = e^{-3t} (\cos t + \sin t), \\ y(t) = e^{-3t} (\cos t - \sin t)\)
  2. \(x(t) = e^{-t} (\cos 2t + \sin 2t), \\ y(t) = e^{-t} (\cos 2t - \sin 2t)\)
  3. \(x(t) = e^{-5t} (\cos t + \sin t), \\ y(t) = e^{-5t} (\cos t - \sin t)\)
  4. \(x(t) = e^{-t} (\cos t - \sin t), \\ y(t) = e^{-t} (\cos t + \sin t)\)
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

To find the solution, we first find the eigenvalues and eigenvectors of the coefficient matrix. Then, we construct the fundamental matrix and use it to solve the system of differential equations with the given initial conditions.

Multiple choice

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

  1. \(\lambda_1 = 1, \lambda_2 = 2\)
  2. \(\lambda_1 = -1, \lambda_2 = -2\)
  3. \(\lambda_1 = 3, \lambda_2 = 4\)
  4. \(\lambda_1 = -3, \lambda_2 = -4\)
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 - 2) = 0), which has eigenvalues (\lambda_1 = 1) and (\lambda_2 = 2).

Multiple choice

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

  1. \(x(t) = e^{-t} (\cos t + \sin t), \\ y(t) = e^{-t} (\cos t - \sin t)\)
  2. \(x(t) = e^{-2t} (\cos 2t + \sin 2t), \\ y(t) = e^{-2t} (\cos 2t - \sin 2t)\)
  3. \(x(t) = e^{-3t} (\cos t + \sin t), \\ y(t) = e^{-3t} (\cos t - \sin t)\)
  4. \(x(t) = e^{-t} (\cos t - \sin t), \\ y(t) = e^{-t} (\cos t + \sin t)\)
Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Using the Laplace transform method, we first transform the system of differential equations into a system of algebraic equations. Then, we solve the algebraic equations and apply the inverse Laplace transform to obtain the general solution.