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
Which of the following is a Bernoulli differential equation?
-
$y' + y = x$
-
$y' = xy$
-
$y'' + 2y' + y = 0$
-
$y' = \frac{y}{x} + \frac{x}{y}$
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.
Solve the following Bernoulli differential equation: $\frac{dy}{dx} = x^2y - y^2$.
-
$y = \frac{1}{x} + C$
-
$y = \frac{1}{x^2} + C$
-
$y = \ln(x) + C$
-
$y = \frac{1}{x^3} + C$
A
Correct answer
Explanation
This equation is a Bernoulli differential equation. Solve it by substituting $y = \frac{1}{v}$.
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?
-
$y = vx$
-
$y = x^v$
-
$y = \ln(x)$
-
$y = e^x$
A
Correct answer
Explanation
Substituting $y = vx$ transforms the equation into a separable equation.
Find the general solution of the differential equation $\frac{dy}{dx} = \frac{x + y}{x - y}$.
-
$y = x + C$
-
$y = x^2 + C$
-
$y = \ln(x) + C$
-
$y = \frac{1}{x} + C$
A
Correct answer
Explanation
This equation is a linear first order differential equation. Solve it using the integrating factor method.
Which of the following is a Riccati differential equation?
-
$y' + y = x$
-
$y' = xy$
-
$y'' + 2y' + y = 0$
-
$y' = \frac{y}{x} + \frac{x}{y}$
Correct answer
Explanation
A Riccati differential equation is one in which the dependent variable and its derivatives appear in a quadratic term.
Which of the following is a first-order partial differential equation?
-
$u_x + u_y = 0$
-
$u_{xx} + u_{yy} = 0$
-
$u_{xxx} + u_{yyy} = 0$
-
$u_{xxxx} + u_{yyyy} = 0$
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.
What is the general solution of the partial differential equation $u_x + u_y = 0$?
-
$u(x, y) = f(x) + g(y)$
-
$u(x, y) = f(x - y)$
-
$u(x, y) = f(x + y)$
-
$u(x, y) = f(x^2 + y^2)$
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.
Which mathematical technique is used to solve complex differential equations in physics?
-
Perturbation theory
-
Variational calculus
-
Fourier analysis
-
Numerical simulation
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.
Which numerical method is commonly used to solve ordinary differential equations?
-
Euler's Method
-
Runge-Kutta Methods
-
Finite Difference Methods
-
Shooting Method
A
Correct answer
Explanation
Euler's Method is a basic numerical method for solving ordinary differential equations.
Which differential equation is commonly used to model a simple harmonic oscillator?
-
y'' + μk^2y = 0
-
y'' - μk^2y = 0
-
y'' + μk^2y' = 0
-
y'' - μk^2y' = 0
A
Correct answer
Explanation
The differential equation y'' + μk^2y = 0 models a simple harmonic oscillator, where k is the spring constant.
What is the general solution to the differential equation y'' + μk^2y = 0?
-
y(t) = Acos(μk^2t) + Bsin(μk^2t)
-
y(t) = Ae^(-μk^2t) + Be^(+μk^2t)
-
y(t) = Acosh(μk^2t) + Bsinh(μk^2t)
-
y(t) = Ae^(-μk^2t) + Be^(-μk^2t)
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.
How is the solution to a differential equation related to the impulse response of a system?
-
The solution is the convolution of the input signal with the impulse response
-
The solution is the product of the input signal and the impulse response
-
The solution is the derivative of the input signal with respect to the impulse response
-
The solution is the integral of the input signal with respect to the impulse response
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.
Find the general solution of the differential equation (\frac{dy}{dx} = 2x + 1).
-
\(y = x^2 + x + C\)
-
\(y = x^2 - x + C\)
-
\(y = 2x^2 + x + C\)
-
\(y = 2x^2 - x + C\)
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.
Find the general solution of the differential equation (y'' - 4y' + 4y = 0).
-
\(y = c_1 e^{2x} + c_2 e^{-2x}\)
-
\(y = c_1 e^{2x} - c_2 e^{-2x}\)
-
\(y = c_1 e^{2x} + c_2 x e^{-2x}\)
-
\(y = c_1 e^{2x} - c_2 x e^{-2x}\)
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.
The equation (\frac{d}{dx} \ln x = \frac{1}{x}) is known as:
-
Chain rule
-
Product rule
-
Quotient rule
-
Power rule
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.