Q. Find the general solution of the differential equation dy/dx = 2y.
A.
y = Ce^(2x)
B.
y = 2Ce^x
C.
y = Ce^(x/2)
D.
y = 2x + C
Show solution
Solution
This is a separable equation. Integrating gives ln|y| = 2x + C, hence y = Ce^(2x).
Correct Answer:
A
— y = Ce^(2x)
Learn More →
Q. Find the general solution of the differential equation dy/dx = y.
A.
y = Ce^x
B.
y = Ce^(-x)
C.
y = Cx
D.
y = C/x
Show solution
Solution
This is a separable equation. Integrating gives ln|y| = x + C, hence y = Ce^x.
Correct Answer:
A
— y = Ce^x
Learn More →
Q. Find the general solution of the differential equation y'' - 5y' + 6y = 0.
A.
y = C1 e^(2x) + C2 e^(3x)
B.
y = C1 e^(3x) + C2 e^(2x)
C.
y = C1 e^(x) + C2 e^(2x)
D.
y = C1 e^(4x) + C2 e^(5x)
Show solution
Solution
The characteristic equation is r^2 - 5r + 6 = 0, giving roots 2 and 3. Thus, y = C1 e^(2x) + C2 e^(3x).
Correct Answer:
B
— y = C1 e^(3x) + C2 e^(2x)
Learn More →
Q. Find the general solution of the equation y' = 3y + 2.
A.
y = (C - 2/3)e^(3x)
B.
y = Ce^(3x) - 2/3
C.
y = 2/3 + Ce^(3x)
D.
y = 3x + C
Show solution
Solution
This is a first-order linear differential equation. The integrating factor is e^(-3x).
Correct Answer:
B
— y = Ce^(3x) - 2/3
Learn More →
Q. Find the general solution of the equation y'' - 5y' + 6y = 0.
A.
y = C1 e^(2x) + C2 e^(3x)
B.
y = C1 e^(3x) + C2 e^(2x)
C.
y = C1 e^(x) + C2 e^(2x)
D.
y = C1 e^(4x) + C2 e^(5x)
Show solution
Solution
The characteristic equation is r^2 - 5r + 6 = 0, giving roots 2 and 3. Thus, y = C1 e^(2x) + C2 e^(3x).
Correct Answer:
B
— y = C1 e^(3x) + C2 e^(2x)
Learn More →
Q. Find the particular solution of dy/dx = 2x with the initial condition y(0) = 1.
A.
y = x^2 + 1
B.
y = x^2 - 1
C.
y = 2x + 1
D.
y = 2x - 1
Show solution
Solution
Integrating gives y = x^2 + C. Using the initial condition y(0) = 1, we find C = 1.
Correct Answer:
A
— y = x^2 + 1
Learn More →
Q. Find the particular solution of dy/dx = x + y, given y(0) = 1.
A.
y = e^x + 1
B.
y = e^x - 1
C.
y = x + 1
D.
y = x + e^x
Show solution
Solution
The general solution is y = e^x + C. Using the initial condition y(0) = 1, we find C = 1.
Correct Answer:
A
— y = e^x + 1
Learn More →
Q. Find the solution of the differential equation y' = 2y + 3.
A.
y = Ce^(2x) - 3/2
B.
y = Ce^(-2x) + 3/2
C.
y = 3/2 - Ce^(2x)
D.
y = 3/2 + Ce^(-2x)
Show solution
Solution
This is a linear first-order equation. The general solution is y = 3/2 + Ce^(-2x).
Correct Answer:
D
— y = 3/2 + Ce^(-2x)
Learn More →
Q. Find the solution of the differential equation y'' + 4y = 0.
A.
y = C1 cos(2x) + C2 sin(2x)
B.
y = C1 e^(2x) + C2 e^(-2x)
C.
y = C1 e^(x) + C2 e^(-x)
D.
y = C1 sin(2x) + C2 cos(2x)
Show solution
Solution
This is a second-order linear homogeneous differential equation. The characteristic equation has roots ±2i.
Correct Answer:
A
— y = C1 cos(2x) + C2 sin(2x)
Learn More →
Q. Find the solution of the first-order linear differential equation dy/dx + y = e^x.
A.
y = e^x + Ce^(-x)
B.
y = e^x - Ce^(-x)
C.
y = e^(-x) + Ce^x
D.
y = e^(-x) - Ce^x
Show solution
Solution
Using an integrating factor e^x, we solve to get y = e^x + Ce^(-x).
Correct Answer:
A
— y = e^x + Ce^(-x)
Learn More →
Q. Solve the differential equation dy/dx + 2y = 4.
A.
y = 2 - Ce^(-2x)
B.
y = 2 + Ce^(-2x)
C.
y = 4 - Ce^(-2x)
D.
y = 4 + Ce^(2x)
Show solution
Solution
This is a linear first-order differential equation. The integrating factor is e^(2x). Solving gives y = 2 - Ce^(-2x).
Correct Answer:
A
— y = 2 - Ce^(-2x)
Learn More →
Q. Solve the differential equation dy/dx = 3x^2.
A.
y = x^3 + C
B.
y = 3x^3 + C
C.
y = x^2 + C
D.
y = 3x + C
Show solution
Solution
Integrating both sides gives y = x^3 + C.
Correct Answer:
A
— y = x^3 + C
Learn More →
Q. Solve the differential equation dy/dx = x^2 + y^2.
A.
y = x^3/3 + C
B.
y = x^2 + C
C.
y = x^2 + x + C
D.
y = Cx^2 + C
Show solution
Solution
This is a non-linear differential equation. The solution can be found using substitution methods.
Correct Answer:
A
— y = x^3/3 + C
Learn More →
Q. Solve the differential equation y' = 3y + 6.
A.
y = Ce^(3x) - 2
B.
y = Ce^(3x) + 2
C.
y = 2e^(3x)
D.
y = 3e^(3x) + 2
Show solution
Solution
Using the integrating factor method, we find y = Ce^(3x) + 2.
Correct Answer:
B
— y = Ce^(3x) + 2
Learn More →
Q. Solve the differential equation y'' + 4y = 0.
A.
y = C1 cos(2x) + C2 sin(2x)
B.
y = C1 e^(2x) + C2 e^(-2x)
C.
y = C1 cos(x) + C2 sin(x)
D.
y = C1 e^(x) + C2 e^(-x)
Show solution
Solution
The characteristic equation is r^2 + 4 = 0, giving complex roots. The solution is y = C1 cos(2x) + C2 sin(2x).
Correct Answer:
A
— y = C1 cos(2x) + C2 sin(2x)
Learn More →
Q. Solve the differential equation y'' - 5y' + 6y = 0.
A.
y = C1 e^(2x) + C2 e^(3x)
B.
y = C1 e^(3x) + C2 e^(2x)
C.
y = C1 e^(x) + C2 e^(2x)
D.
y = C1 e^(2x) + C2 e^(x)
Show solution
Solution
The characteristic equation is r^2 - 5r + 6 = 0, which factors to (r - 2)(r - 3) = 0, giving the solution y = C1 e^(2x) + C2 e^(3x).
Correct Answer:
B
— y = C1 e^(3x) + C2 e^(2x)
Learn More →
Q. Solve the equation dy/dx = y^2 - x.
A.
y = sqrt(x + C)
B.
y = x + C
C.
y = 1/(C - x)
D.
y = x - C
Show solution
Solution
This is a separable equation. Separating variables and integrating gives y = 1/(C - x).
Correct Answer:
C
— y = 1/(C - x)
Learn More →
Q. Solve the equation y' = y(1 - y).
A.
y = 1/(C - x)
B.
y = 1/(C + x)
C.
y = C/(1 + x)
D.
y = C/(1 - x)
Show solution
Solution
Separating variables and integrating gives y = 1/(C - x).
Correct Answer:
A
— y = 1/(C - x)
Learn More →
Q. Solve the first-order linear differential equation dy/dx + y/x = x.
A.
y = x^2 + C/x
B.
y = Cx^2 + x
C.
y = C/x + x^2
D.
y = x^2 + C
Show solution
Solution
Using the integrating factor e^(∫(1/x)dx) = x, we can solve the equation.
Correct Answer:
A
— y = x^2 + C/x
Learn More →
Q. What is the general solution of the differential equation dy/dx = 3y?
A.
y = Ce^(3x)
B.
y = Ce^(-3x)
C.
y = 3x + C
D.
y = Cx^3
Show solution
Solution
The differential equation is separable. Integrating both sides gives ln|y| = 3x + C, hence y = Ce^(3x).
Correct Answer:
A
— y = Ce^(3x)
Learn More →
Q. What is the integrating factor for the equation dy/dx + 2y = 3x?
A.
e^(2x)
B.
e^(-2x)
C.
e^(3x)
D.
e^(-3x)
Show solution
Solution
The integrating factor is e^(∫2dx) = e^(2x).
Correct Answer:
A
— e^(2x)
Learn More →
Q. What is the integrating factor for the equation dy/dx + 3y = 6x?
A.
e^(3x)
B.
e^(-3x)
C.
e^(6x)
D.
e^(-6x)
Show solution
Solution
The integrating factor is e^(∫3dx) = e^(3x).
Correct Answer:
A
— e^(3x)
Learn More →
Q. What is the particular solution of dy/dx = 4x with the initial condition y(0) = 1?
A.
y = 2x^2 + 1
B.
y = 4x^2 + 1
C.
y = 2x^2
D.
y = 4x^2 + C
Show solution
Solution
Integrating gives y = 2x^2 + C. Using the initial condition, C = 1.
Correct Answer:
A
— y = 2x^2 + 1
Learn More →
Q. What is the particular solution of the equation dy/dx = 2y with the initial condition y(0) = 1?
A.
y = e^(2x)
B.
y = e^(2x) + 1
C.
y = 1 + e^(2x)
D.
y = 1 + 2x
Show solution
Solution
The general solution is y = Ce^(2x). Using the initial condition y(0) = 1, we find C = 1.
Correct Answer:
A
— y = e^(2x)
Learn More →
Q. What is the particular solution of the equation dy/dx = 2y with y(0) = 5?
A.
y = 5e^(2x)
B.
y = 2e^(2x)
C.
y = 5e^(-2x)
D.
y = 5 + 2x
Show solution
Solution
The general solution is y = Ce^(2x). Using y(0) = 5 gives C = 5.
Correct Answer:
A
— y = 5e^(2x)
Learn More →
Q. What is the solution of the differential equation dy/dx = (x^2 + 1)y?
A.
y = Ce^(x^3/3 + x)
B.
y = Ce^(x^2 + 1)
C.
y = Ce^(x^2/2)
D.
y = Ce^(x^3)
Show solution
Solution
This is a separable equation. Integrating gives y = Ce^(x^3/3 + x).
Correct Answer:
A
— y = Ce^(x^3/3 + x)
Learn More →
Q. What is the solution of the equation y'' - 4y' + 4y = 0?
A.
y = (C1 + C2x)e^(2x)
B.
y = C1 e^(2x) + C2 e^(-2x)
C.
y = C1 e^(4x) + C2 e^(-4x)
D.
y = C1 cos(2x) + C2 sin(2x)
Show solution
Solution
The characteristic equation has a repeated root, leading to the solution form (C1 + C2x)e^(2x).
Correct Answer:
A
— y = (C1 + C2x)e^(2x)
Learn More →
Q. What is the solution to the differential equation dy/dx = (x^2 + 1)y?
A.
y = Ce^(x^3/3 + x)
B.
y = Ce^(x^2 + 1)
C.
y = Ce^(x^2/2)
D.
y = Ce^(x^3)
Show solution
Solution
This is a separable equation. Integrating gives y = Ce^(x^3/3 + x).
Correct Answer:
A
— y = Ce^(x^3/3 + x)
Learn More →
Q. What is the solution to the differential equation dy/dx = 2y + 3?
A.
y = Ce^(2x) - 3/2
B.
y = Ce^(2x) + 3/2
C.
y = 3e^(2x)
D.
y = 3/2e^(2x)
Show solution
Solution
Using the integrating factor method, we find y = Ce^(2x) + 3/2.
Correct Answer:
B
— y = Ce^(2x) + 3/2
Learn More →
Q. What is the solution to the differential equation dy/dx = y^2?
A.
y = 1/(C - x)
B.
y = C/(x - 1)
C.
y = Cx
D.
y = e^(x + C)
Show solution
Solution
Separating variables and integrating gives y = 1/(C - x).
Correct Answer:
A
— y = 1/(C - x)
Learn More →
Showing 1 to 30 of 34 (2 Pages)
Differential Equations MCQ & Objective Questions
Differential Equations play a crucial role in various fields of science and engineering, making them an essential topic for students preparing for exams. Mastering this subject not only enhances your understanding but also boosts your confidence in tackling objective questions. Practicing MCQs related to Differential Equations helps in identifying important questions and improves your exam preparation significantly.
What You Will Practise Here
Basic concepts of Differential Equations and their classifications
First-order Differential Equations and their solutions
Higher-order Differential Equations and characteristic equations
Applications of Differential Equations in real-world scenarios
Initial value and boundary value problems
Methods of solving Differential Equations, including separation of variables
Graphical representation and interpretation of solutions
Exam Relevance
Differential Equations are frequently included in the syllabus of CBSE, State Boards, NEET, and JEE. Students can expect questions that test their understanding of basic concepts, problem-solving skills, and application of various methods. Common question patterns include direct problem-solving, conceptual MCQs, and application-based scenarios that require a thorough grasp of the subject.
Common Mistakes Students Make
Confusing different types of Differential Equations and their respective solving techniques
Neglecting initial conditions or boundary conditions in problems
Misinterpreting the graphical solutions and their significance
Overlooking the importance of checking the solutions for accuracy
FAQs
Question: What are the types of Differential Equations I need to know for exams?Answer: You should focus on first-order and higher-order Differential Equations, including linear and non-linear types.
Question: How can I effectively prepare for Differential Equations MCQs?Answer: Regular practice of objective questions, understanding key concepts, and solving past exam papers will enhance your preparation.
Start solving Differential Equations MCQ questions today to test your understanding and improve your exam readiness. Remember, practice is the key to success!