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

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 solve the differential equation, we can use the method of separation of variables: (\frac{dy}{dx} = 2x + 1) becomes (dy = (2x + 1)dx). Integrating both sides, we get: (\int dy = \int (2x + 1)dx) which gives (y = x^2 + x + C), where (C) is the constant of integration.

Multiple choice

Find the general solution of the differential equation (y'' - 4y' + 4y = 0).

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

To solve the differential equation, we can use the method of characteristic equations: (r^2 - 4r + 4 = 0) which gives (r = 2) as the double root. Therefore, the general solution is: (y = c_1 e^{2x} + c_2 e^{-2x}), where (c_1) and (c_2) are constants.

Multiple choice

The equation (\frac{d}{dx} \ln x = \frac{1}{x}) is known as:

  1. Chain rule

  2. Product rule

  3. Quotient rule

  4. Power rule

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

The equation (\frac{d}{dx} \ln x = \frac{1}{x}) is known as the power rule, which is used to find the derivative of a power function.

Multiple choice

The equation (\frac{d}{dx} e^x = e^x) is known as:

  1. Chain rule

  2. Product rule

  3. Quotient rule

  4. Exponential rule

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

The equation (\frac{d}{dx} e^x = e^x) is known as the exponential rule, which is used to find the derivative of an exponential function.

Multiple choice

What is the most commonly used method for solving ODEs?

  1. Euler's Method

  2. Runge-Kutta Methods

  3. Finite Difference Methods

  4. Shooting Method

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

Runge-Kutta methods are a family of explicit iterative methods for solving ODEs, known for their accuracy and stability.

Multiple choice

Which Runge-Kutta method is commonly used for solving first-order ODEs?

  1. RK2

  2. RK4

  3. RK6

  4. RK8

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

RK4, also known as the classical Runge-Kutta method, is a fourth-order Runge-Kutta method commonly used for solving first-order ODEs due to its balance of accuracy and computational efficiency.

Multiple choice

Which of the following is a disadvantage of explicit Runge-Kutta methods?

  1. They can be computationally expensive.

  2. They can suffer from stability issues.

  3. They are not suitable for stiff ODEs.

  4. They are not applicable to higher-order ODEs.

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

Explicit Runge-Kutta methods can suffer from stability issues, especially for stiff ODEs, where the solution contains rapidly varying components.

Multiple choice

Which of the following is a commonly used implicit Runge-Kutta method?

  1. RK2

  2. RK4

  3. RK6

  4. RK8

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

RK6, also known as the Radau IIA method, is a sixth-order implicit Runge-Kutta method commonly used for solving stiff ODEs.

Multiple choice

Which of the following is a disadvantage of implicit Runge-Kutta methods?

  1. They are more accurate.

  2. They are more stable.

  3. They are more computationally expensive.

  4. They are applicable to higher-order ODEs.

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

Implicit Runge-Kutta methods are generally more computationally expensive than explicit methods due to the need to solve a system of nonlinear equations at each step.

Multiple choice

What is the Cauchy-Riemann equation for a complex function (f(z) = u(x, y) + iv(x, y))?

  1. \(\frac{\partial u}{\partial x} = \frac{\partial v}{\partial y}\)
  2. \(\frac{\partial u}{\partial x} = -\frac{\partial v}{\partial y}\)
  3. \(\frac{\partial u}{\partial y} = \frac{\partial v}{\partial x}\)
  4. \(\frac{\partial u}{\partial y} = -\frac{\partial v}{\partial x}\)
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Cauchy-Riemann equations are a system of two partial differential equations that a complex function (f(z) = u(x, y) + iv(x, y)) must satisfy in order to be differentiable. The equations are (\frac{\partial u}{\partial x} = \frac{\partial v}{\partial y}) and (\frac{\partial u}{\partial y} = -\frac{\partial v}{\partial x}).

Multiple choice

What is the general solution to the differential equation dy/dx = x^2 + 1?

  1. y = x^3/3 + x + C

  2. y = x^3/3 - x + C

  3. y = x^3/3 + C

  4. y = x^3/3 - C

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

To solve the differential equation dy/dx = x^2 + 1, we can use the method of separation of variables. We can rewrite the equation as dy = (x^2 + 1)dx and then integrate both sides. Integrating the left side gives y = ∫dy = y + C1, where C1 is a constant of integration. Integrating the right side gives x^3/3 + x + C2, where C2 is a constant of integration. Combining these two results, we get the general solution to the differential equation as y = x^3/3 + x + C, where C = C1 + C2 is a constant.

Multiple choice

Which of the following is a widely used numerical method for solving differential equations?

  1. Euler's Method

  2. Runge-Kutta Method

  3. Finite Difference Method

  4. Monte Carlo Method

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

The Runge-Kutta Method is a family of implicit and explicit iterative methods, which include the Euler method, used in temporal discretization for the approximate solutions of ordinary differential equations.

Multiple choice

In a predator-prey model, the population of predators is given by the differential equation (\frac{dP}{dt} = 0.5P - 0.2PQ), where (P) is the population of predators and (Q) is the population of prey. The population of prey is given by the differential equation (\frac{dQ}{dt} = -0.3Q + 0.1PQ). What is the equilibrium point of this system?

  1. (100, 200)

  2. (150, 300)

  3. (200, 400)

  4. (250, 500)

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

To find the equilibrium point, we need to solve the system of differential equations. The equilibrium point is the point where the population sizes of both predators and prey are constant. In this case, the equilibrium point is ((P, Q) = (200, 400)).

Multiple choice

In a predator-prey model, the population of predators is given by the differential equation (\frac{dP}{dt} = -0.3P + 0.1PQ), where (P) is the population of predators and (Q) is the population of prey. The population of prey is given by the differential equation (\frac{dQ}{dt} = 0.2Q - 0.05PQ). What is the equilibrium point of this system?

  1. (100, 200)

  2. (150, 300)

  3. (200, 400)

  4. (250, 500)

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

To find the equilibrium point, we need to solve the system of differential equations. The equilibrium point is the point where the population sizes of both predators and prey are constant. In this case, the equilibrium point is ((P, Q) = (200, 400)).

Multiple choice

In a predator-prey model, the population of predators is given by the differential equation (\frac{dP}{dt} = 0.2P - 0.1PQ), where (P) is the population of predators and (Q) is the population of prey. The population of prey is given by the differential equation (\frac{dQ}{dt} = -0.3Q + 0.2PQ). What is the equilibrium point of this system?

  1. (100, 200)

  2. (150, 300)

  3. (200, 400)

  4. (250, 500)

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

To find the equilibrium point, we need to solve the system of differential equations. The equilibrium point is the point where the population sizes of both predators and prey are constant. In this case, the equilibrium point is ((P, Q) = (200, 400)).