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
What is the solution of the differential equation $y'' + y = \sin x$?
-
$y = C_1 \cos x + C_2 \sin x + \frac{1}{2} \sin x$
-
$y = C_1 \cos x + C_2 \sin x + \frac{1}{2} \cos x$
-
$y = C_1 \cos x + C_2 \sin x + \frac{1}{2} x \sin x$
-
$y = C_1 \cos x + C_2 \sin x + \frac{1}{2} x \cos x$
A
Correct answer
Explanation
To solve this differential equation, we can use the method of undetermined coefficients. Since the right-hand side is $\sin x$, we guess that the particular solution has the form $y_p = A \sin x + B \cos x$. Substituting this into the differential equation, we get $A \sin x + B \cos x - A \sin x - B \cos x = \sin x$, which implies that $A = \frac{1}{2}$ and $B = 0$. Therefore, the particular solution is $y_p = \frac{1}{2} \sin x$. The general solution is then $y = C_1 \cos x + C_2 \sin x + y_p = C_1 \cos x + C_2 \sin x + \frac{1}{2} \sin x$.
What is the solution of the differential equation $y' = y(y-1)(y-2)$?
-
$y = \frac{1}{C_1 e^x - 1}$
-
$y = \frac{1}{C_1 e^x + 1}$
-
$y = \frac{1}{C_1 e^x - 2}$
-
$y = \frac{1}{C_1 e^x + 2}$
A
Correct answer
Explanation
To solve this differential equation, we can use the method of partial fractions. Rewriting the equation as $\frac{dy}{y(y-1)(y-2)} = dx$, we can decompose the fraction into partial fractions as $\frac{1}{y(y-1)(y-2)} = \frac{A}{y} + \frac{B}{y-1} + \frac{C}{y-2}$. Solving for $A$, $B$, and $C$, we get $A = 1$, $B = -1$, and $C = 1$. Therefore, the differential equation becomes $\frac{dy}{y} - \frac{dy}{y-1} + \frac{dy}{y-2} = dx$. Integrating both sides, we get $\ln y - \ln (y-1) + \ln (y-2) = x + C$, where $C$ is the constant of integration. Simplifying this expression, we get $\ln \frac{y(y-2)}{y-1} = x + C$, which implies that $y = \frac{1}{C_1 e^x - 1}$, where $C_1 = e^C$.
What is the solution of the differential equation $y'' + 4y = \delta(t)$?
-
$y = \frac{1}{2} \sin 2t + C_1 \cos 2t + C_2$
-
$y = \frac{1}{2} \sin 2t + C_1 \cos 2t + \frac{1}{2}$
-
$y = \frac{1}{2} \sin 2t + C_1 \cos 2t + t$
-
$y = \frac{1}{2} \sin 2t + C_1 \cos 2t + t^2$
B
Correct answer
Explanation
To solve this differential equation, we can use the method of Laplace transforms. Taking the Laplace transform of both sides of the differential equation, we get $s^2 Y(s) - s y(0) - y'(0) + 4Y(s) = 1$, where $Y(s)$ is the Laplace transform of $y(t)$. Solving for $Y(s)$, we get $Y(s) = \frac{1}{s^2 + 4} + \frac{s y(0) + y'(0)}{s^2 + 4}$. Taking the inverse Laplace transform of $Y(s)$, we get $y(t) = \frac{1}{2} \sin 2t + C_1 \cos 2t + \frac{1}{2}$, where $C_1$ is an arbitrary constant.
What is the solution of the differential equation $y' = y^2$?
-
$y = \frac{1}{C_1 - x}$
-
$y = \frac{1}{C_1 + x}$
-
$y = \frac{1}{C_1 e^x}$
-
$y = \frac{1}{C_1 e^{-x}}$
A
Correct answer
Explanation
To solve this differential equation, we can use the method of separation of variables. Rewriting the equation as $\frac{dy}{y^2} = dx$, we can integrate both sides to get $\frac{-1}{y} = x + C$, where $C$ is the constant of integration. Solving for $y$, we get $y = \frac{1}{C_1 - x}$, where $C_1 = -C$.
What is the solution of the differential equation $y' = \frac{y}{x}$?
-
$y = Cx$
-
$y = C\ln x$
-
$y = Ce^x$
-
$y = C\sin x$
A
Correct answer
Explanation
To solve this differential equation, we can use the method of separation of variables. Rewriting the equation as $\frac{dy}{y} = \frac{dx}{x}$, we can integrate both sides to get $\ln y = \ln x + C$, where $C$ is the constant of integration. Exponentiating both sides, we get $y = Ce^x$, which is the general solution. Since $C = e^C$, we can write the general solution as $y = Cx$, where $C$ is an arbitrary constant.
What is the 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} + 1$
-
$y = C_1 e^{2x} + C_2 e^{-2x} + x$
-
$y = C_1 e^{2x} + C_2 e^{-2x} + x^2$
A
Correct answer
Explanation
To solve this differential equation, we can use the method of characteristic equations. The characteristic equation is $r^2 - 4r + 4 = 0$, which has two roots $r_1 = r_2 = 2$. Therefore, the general solution is $y = C_1 e^{2x} + C_2 e^{-2x}$, where $C_1$ and $C_2$ are arbitrary constants.
What is the solution of the differential equation $y'' + y = \sin x$?
-
$y = C_1 \cos x + C_2 \sin x + \frac{1}{2} \sin x$
-
$y = C_1 \cos x + C_2 \sin x + \frac{1}{2} \cos x$
-
$y = C_1 \cos x + C_2 \sin x + \frac{1}{2} x \sin x$
-
$y = C_1 \cos x + C_2 \sin x + \frac{1}{2} x \cos x$
A
Correct answer
Explanation
To solve this differential equation, we can use the method of undetermined coefficients. Since the right-hand side is $\sin x$, we guess that the particular solution has the form $y_p = A \sin x + B \cos x$. Substituting this into the differential equation, we get $A \sin x + B \cos x - A \sin x - B \cos x = \sin x$, which implies that $A = \frac{1}{2}$ and $B = 0$. Therefore, the particular solution is $y_p = \frac{1}{2} \sin x$. The general solution is then $y = C_1 \cos x + C_2 \sin x + y_p = C_1 \cos x + C_2 \sin x + \frac{1}{2} \sin x$.
What is the solution of the differential equation $y' = y(y-1)(y-2)$?
-
$y = \frac{1}{C_1 e^x - 1}$
-
$y = \frac{1}{C_1 e^x + 1}$
-
$y = \frac{1}{C_1 e^x - 2}$
-
$y = \frac{1}{C_1 e^x + 2}$
A
Correct answer
Explanation
To solve this differential equation, we can use the method of partial fractions. Rewriting the equation as $\frac{dy}{y(y-1)(y-2)} = dx$, we can decompose the fraction into partial fractions as $\frac{1}{y(y-1)(y-2)} = \frac{A}{y} + \frac{B}{y-1} + \frac{C}{y-2}$. Solving for $A$, $B$, and $C$, we get $A = 1$, $B = -1$, and $C = 1$. Therefore, the differential equation becomes $\frac{dy}{y} - \frac{dy}{y-1} + \frac{dy}{y-2} = dx$. Integrating both sides, we get $\ln y - \ln (y-1) + \ln (y-2) = x + C$, where $C$ is the constant of integration. Simplifying this expression, we get $\ln \frac{y(y-2)}{y-1} = x + C$, which implies that $y = \frac{1}{C_1 e^x - 1}$, where $C_1 = e^C$.
What is the order of a differential equation?
-
The highest derivative present in the equation
-
The number of variables in the equation
-
The number of terms in the equation
-
The degree of the highest power of the derivative
A
Correct answer
Explanation
The order of a differential equation is determined by the highest order of the derivative that appears in the equation.
What is the general solution of a differential equation?
-
A solution that contains arbitrary constants
-
A solution that satisfies the initial conditions
-
A solution that is valid for all values of the independent variable
-
A solution that is unique
A
Correct answer
Explanation
The general solution of a differential equation is a solution that contains arbitrary constants, which can be determined by applying initial or boundary conditions.
What is the method of separation of variables?
-
A method for solving linear differential equations
-
A method for solving nonlinear differential equations
-
A method for solving partial differential equations
-
A method for solving systems of differential equations
A
Correct answer
Explanation
The method of separation of variables is a technique used to solve linear differential equations by expressing the solution as a product of functions, each of which depends on a single independent variable.
What is the integrating factor of a differential equation?
-
A function that makes the equation exact
-
A function that makes the equation linear
-
A function that makes the equation separable
-
A function that makes the equation homogeneous
A
Correct answer
Explanation
An integrating factor is a function that, when multiplied by a differential equation, makes the equation exact, meaning that it can be integrated directly.
What is the fundamental theorem of differential equations?
-
A theorem that states that every differential equation has a unique solution
-
A theorem that states that every differential equation has a general solution
-
A theorem that states that every differential equation has an integrating factor
-
A theorem that states that every differential equation can be solved by the method of separation of variables
A
Correct answer
Explanation
The fundamental theorem of differential equations states that every differential equation has a unique solution under certain conditions, such as the existence and continuity of the coefficients.
What is the method of characteristics for solving partial differential equations?
-
A method for solving linear partial differential equations
-
A method for solving nonlinear partial differential equations
-
A method for solving systems of partial differential equations
-
A method for solving initial-boundary value problems
B
Correct answer
Explanation
The method of characteristics is a technique used to solve nonlinear partial differential equations by transforming them into a system of ordinary differential equations along characteristic curves.
What is the Frobenius method for solving linear differential equations?
-
A method for solving linear differential equations with constant coefficients
-
A method for solving linear differential equations with variable coefficients
-
A method for solving linear differential equations with regular singular points
-
A method for solving linear differential equations with irregular singular points
C
Correct answer
Explanation
The Frobenius method is a technique used to solve linear differential equations with regular singular points, where the coefficients of the equation have a singularity at a specific point.