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 of the following is a Bernoulli differential equation?

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

A Bernoulli differential equation is one in which the dependent variable and its derivatives appear in a product with the independent variable.

Multiple choice

Solve the following Bernoulli differential equation: $\frac{dy}{dx} = x^2y - y^2$.

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

This equation is a Bernoulli differential equation. Solve it by substituting $y = \frac{1}{v}$.

Multiple choice

Consider the differential equation $\frac{dy}{dx} = \frac{y^2 + x^2}{xy}$. Which of the following is a suitable substitution to solve this equation?

  1. $y = vx$
  2. $y = x^v$
  3. $y = \ln(x)$
  4. $y = e^x$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Substituting $y = vx$ transforms the equation into a separable equation.

Multiple choice

Find the general solution of the differential equation $\frac{dy}{dx} = \frac{x + y}{x - y}$.

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

This equation is a linear first order differential equation. Solve it using the integrating factor method.

Multiple choice

Which of the following is a Riccati differential equation?

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

A Riccati differential equation is one in which the dependent variable and its derivatives appear in a quadratic term.

Multiple choice

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

  1. $u_x + u_y = 0$
  2. $u_{xx} + u_{yy} = 0$
  3. $u_{xxx} + u_{yyy} = 0$
  4. $u_{xxxx} + u_{yyyy} = 0$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

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

Multiple choice

What is the general solution of the partial differential equation $u_x + u_y = 0$?

  1. $u(x, y) = f(x) + g(y)$
  2. $u(x, y) = f(x - y)$
  3. $u(x, y) = f(x + y)$
  4. $u(x, y) = f(x^2 + y^2)$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The general solution of the partial differential equation $u_x + u_y = 0$ is given by $u(x, y) = f(x) + g(y)$, where $f$ and $g$ are arbitrary functions.

Multiple choice

Which mathematical technique is used to solve complex differential equations in physics?

  1. Perturbation theory

  2. Variational calculus

  3. Fourier analysis

  4. Numerical simulation

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

Perturbation theory is a mathematical technique used to solve complex differential equations in physics by introducing a small parameter and expanding the solution in terms of powers of this parameter.

Multiple choice

Which numerical method is commonly used to solve ordinary differential equations?

  1. Euler's Method

  2. Runge-Kutta Methods

  3. Finite Difference Methods

  4. Shooting Method

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

Euler's Method is a basic numerical method for solving ordinary differential equations.

Multiple choice

Which differential equation is commonly used to model a simple harmonic oscillator?

  1. y'' + μk^2y = 0

  2. y'' - μk^2y = 0

  3. y'' + μk^2y' = 0

  4. y'' - μk^2y' = 0

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

The differential equation y'' + μk^2y = 0 models a simple harmonic oscillator, where k is the spring constant.

Multiple choice

What is the general solution to the differential equation y'' + μk^2y = 0?

  1. y(t) = Acos(μk^2t) + Bsin(μk^2t)

  2. y(t) = Ae^(-μk^2t) + Be^(+μk^2t)

  3. y(t) = Acosh(μk^2t) + Bsinh(μk^2t)

  4. y(t) = Ae^(-μk^2t) + Be^(-μk^2t)

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

The general solution to y'' + μk^2y = 0 is y(t) = Acos(μk^2t) + Bsin(μk^2t), where A and B are constants determined by initial conditions.

Multiple choice

How is the solution to a differential equation related to the impulse response of a system?

  1. The solution is the convolution of the input signal with the impulse response

  2. The solution is the product of the input signal and the impulse response

  3. The solution is the derivative of the input signal with respect to the impulse response

  4. The solution is the integral of the input signal with respect to the impulse response

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

The solution to a differential equation that models a linear time-invariant system is the convolution of the input signal with the impulse response of the system.

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.