

Key Techniques to Solve Second Order Differential Equations
A differential equation is an equation of a function and one or more derivatives which may be of first degree or more.
Differential Equations are of the form: d2y/dx2 + p dy/dx + qy = 0.
Differential Equations might be of different orders i.e. the highest degree of the derivative. They may be of the first order, second order, third order or more.
For example: dy/dx + y2 = 5x First Order Differential Equation.
d2y/dx2 + xy = sin(x) Second Order Differential Equation.
d3y/dx3 + x dy/dx + y = ex Third Order Differential Equation.
Second-Order Differential Equation Examples
In several real-world situations, First Order Differential Equation does not suffice properly and there is a need to implement Second Order Differential Equation. For a degree greater than one, there’s always a specific trick that is particular to the type of situation you are handling. For you to know how to handle the 2nd order Differential Equation, make sure you go through the concept completely as it will show you some examples and the technique involved in solving 2nd Order Differential Equation.
Difference Between 1st and 2nd Order Differential Equations
In the unknown y(x) Equation (1) is 1st order seeing that the highest derivative that seems in it is a 1st order derivative. Similarly, equation (2) is a 2nd order because also y appears. They are both linear, since y, y and y are not squared or cubed etc and their product is not appearing.
How to Solve Second Order Differential Equations?
In order to obtain the solution of the 2nd order differential equation, we will take into account the following two types of second-order differential equation.
For Homogeneous Second Order Differential Equation
The first type of equation you are going to handle are the ones like:
A d2y/dt2 + B dy/dt + C y = 0
Which can be written for both variables y and t. Here, A, B and C are constants which are generally coefficients that you don’t need to worry about.
Now the solution of Second Order Differential Equation starts by taking a guess which is a calculated guess. So we guess a solution to the equation of the form.
y = eλt, where λ is a constant.
Now we have to find λ for which a solution satisfies the second order Differential equation.
So, this implies dy/dt = λeλt, d2y/dt2 = λ2 eλt,
Thus, we can substitute this into our differential equation as:
a λ2eλt + b λeλt + c eλt = 0.
Now, we know that eλtis not equal to zero, then it effectively becomes a λ2 + b λ + c = 0.
This equation is generally called the Auxiliary Equation which you jump straight away. This is a quadratic equation and they are easily solvable. This means that we have to find λ for A, B and C that allow eλt that will satisfy the 2nd order differential equation. We will get two values of λwhich we assume as λ1 and λ2.
y = A eλ1t + B eλ2t.
what if λ1 = λ2, then the equation would be:
y = (A + Bt)eλ1t.
we should know that λmay be complex. If they are complex, then the solutions of λ1 and λ2 would be λ1 = r + is and λ2 = r – is.
Then our solution for y, using the relations between eλt and the trigonometric functions, can be written as:
y = ert (A cost+ B sint).
These are the steps you need to know. For homogeneous second order differential equation, simply move to the auxiliary equation, find the value of lambda λ, write the solution of y and then find the constants using initial conditions if required.
For Inhomogeneous Second Order Differential Equation
The extension to our problem could be when the Right Hand Side of our 2nd Order Differential Equation may be non-zero i.e.
A d2y/dt2 + B dy/dt + C y = f(t).
The solution here is quite simple where we can write the general solutions for y as y = yc + yp, where yc is known as the complementary function, and yp the particular integral.
This means that yc is the solution to the problem:
A d2yc/dt2 + B dyc/dt + C yc = 0,
And yp to the problem,
A d2yp/dt2 + B dyp/dt + C yp = f(t).
We should know that yc is found from the above case, so we just need to find the auxiliary equation. For yp, we again make a guess which depends on f. There are only a few guesses you need to know:
f(t) yp
eαt P eαt
αxn+ lower-order powers P xn + Q xn − 1 +... + Z
cosαt or sinαt P cosαt + Q sinαt
FAQs on Second Order Differential Equation: Complete Guide for Students
1. What is a second-order differential equation?
A second-order differential equation is an equation that involves an unknown function, its independent variable, and its second derivative. The highest derivative present in the equation is of the second order. The standard form for a linear second-order differential equation with constant coefficients, as per the CBSE syllabus, is a(d²y/dx²) + b(dy/dx) + cy = F(x), where 'a', 'b', and 'c' are constants and 'a' is non-zero.
2. What is the difference between a homogeneous and a non-homogeneous second-order differential equation?
The primary difference is the function on the right-hand side of the equation.
- A homogeneous equation has zero on the right side: a(d²y/dx²) + b(dy/dx) + cy = 0. Its solution is known as the Complementary Function (yc).
- A non-homogeneous equation has a non-zero function of x on the right side: a(d²y/dx²) + b(dy/dx) + cy = F(x). Its complete solution is the sum of the Complementary Function and a Particular Integral (y = yc + yp).
3. How do you find the general solution for a second-order linear differential equation with constant coefficients?
To find the general solution, you must find two components: the Complementary Function (yc) and the Particular Integral (yp). The process is:
1. First, find the Complementary Function (yc) by solving the associated homogeneous equation (i.e., setting the right side to 0). This involves using the auxiliary equation.
2. Next, find the Particular Integral (yp), which is a specific solution that satisfies the full non-homogeneous equation.
3. The final general solution is the sum of these two parts: y = yc + yp.
4. What is the importance of the auxiliary (or characteristic) equation in solving these equations?
The auxiliary equation is a critical first step for finding the Complementary Function (yc). It is a simple quadratic equation (am² + bm + c = 0) derived from the differential equation. The nature of the roots of this auxiliary equation—whether they are real and distinct, real and equal, or complex—directly dictates the form of the solution for the homogeneous part of the differential equation.
5. How do different types of roots from the auxiliary equation change the final solution?
The form of the Complementary Function (yc) is determined by the roots (m₁ and m₂) of the auxiliary equation:
- Real and Distinct Roots (m₁ ≠ m₂): The solution is of the form y = C₁e^(m₁x) + C₂e^(m₂x).
- Real and Equal Roots (m₁ = m₂ = m): The solution is of the form y = (C₁ + C₂x)e^(mx).
- Complex Roots (α ± iβ): The solution is of the form y = e^(αx)(C₁cos(βx) + C₂sin(βx)).
6. Why does the general solution of a second-order differential equation contain two arbitrary constants?
A second-order differential equation involves a second derivative (d²y/dx²). To find the original function 'y', the equation must be integrated twice. Each step of integration introduces one arbitrary constant. Therefore, two successive integrations result in two arbitrary constants (often written as C₁ and C₂) in the final general solution. These constants can only be determined if two initial conditions or boundary values are known.
7. Can you provide a real-world application of a second-order differential equation?
A classic real-world application is in physics, specifically for modelling oscillations. The motion of a mass attached to a spring or the swing of a simple pendulum can be described by a second-order linear homogeneous differential equation. These equations help predict the position, velocity, and acceleration of the object over time, forming the basis of understanding vibrations and wave phenomena.



















