![]() |
VOOZH | about |
A mathematical equation that connects a function to its derivatives is called a differential equation. These formulas can explain a wide variety of phenomena, including object motion and electrical circuit behaviour. In many disciplines, including physics, engineering, biology, and economics, they are indispensable tools.
The Differential equations can be classified based on the type of derivatives involved:
To find the solution of differential equations, we can use the following methods:
Separation of Variables is a method used to solve differential equations. It involves rewriting the differential equation in a form where the variables can be separated, allowing integration to be performed on each side independently.
This method is applicable to the separable equations where the equation can be written in the form:
The variables can be separated and integrated to the find the solution.
Used for the first-order linear ODEs of the form:
The integrating factor is given by:
For homogeneous equations the equation can be rewritten by the substituting:
reducing it to the separable form.
An equation of the form:
is exact if:
The solution is obtained by the integrating the M with the respect to the x and N with the respect to y.
Numerical methods are essential for solving differential equations that cannot be solved analytically. These methods approximate the solutions using numerical techniques and are particularly useful for complex problems or those involving real-world data. Some of the common methods are:
The general solution of the differential equation encompasses all possible solutions and involves the arbitrary constants.
| Type of Differential Equation | Form of the Equation | General Solution |
|---|---|---|
| First-order linear | dy/dx + P(x)y = Q(x) | y = e^{-\int P(x) dx} \left( \int e^{\int P(x) dx} Q(x) dx + C \right) |
| Separable | dy/dx = g(x)h(y) | \int \frac{1}{h(y)} dy = \int g(x) dx + C |
| Homogeneous (First-order) | dy/dx = f(y/x) | Use substitution y = vx, convert to a separable equation |
| Exact equation | M(x, y)dx + N(x, y)dy = 0 | Verify exactness: \frac{\partial M}{\partial y} = \frac{\partial N}{\partial x}, solve ψ(x, y) = C |
| Second-order linear homogeneous with constant coefficients | ad2y/dx2 + bdy/dx + cy = 0 | Characteristic equation: ar2 + br + c = 0, solve for r, solution depends on roots (real/complex/repeated) |
| Second-order linear non-homogeneous | General solution = complementary function (solve homogeneous equation) + particular solution (method of undetermined coefficients/variation of parameters) | |
| Bernoulli equation | dy/dx + P(x)y = Q(x)yn | Use substitution z = y1−n, solve resulting linear equation |
| Cauchy-Euler equation | x2d2y/dx2 + axdy/dx + by = 0 | Characteristic equation: r(r − 1) + ar + b = 0, solve for r, solution depends on roots |
| Non-linear (Exact equation with integrating factor) | M(x, y)dx + N(x, y)dy = 0 | Multiply by integrating factor μ(x, y), convert to exact equation and solve |
| Systems of linear differential equations | X′ = AX | Solution involves diagonalization of matrix A, X(t) = eAtC, where eAte^{At}eAt is the matrix exponential and C is constant |
The Differential equations are widely used in the various fields such as the physics, engineering, biology and more.
Example 1: Solve the differential equation:
Solution:
Separate the variables:
Integrate both sides:
Exponentiate both sides:
So, the solution is:
Example 2: Solve the differential equation:
Solution:
This is a first-order linear equation. The integrating factor is:
The Multiply the entire equation by the :
This simplifies to:
The Integrate both sides:
So, the solution is:
Example 3: Solve the exact differential equation: (2xy + y2) dx + (x2 + 2xy) dy = 0
Solution:
Check for exactness:
Since the equation is exact.
Integrate M with the respect to x:
Differentiate with the respect to y and compare with the N:
So, g'(y) = 0 meaning g(y) is a constant. The solution is:
x 2y+xy 2=C
Example 4: Solve the second-order linear differential equation: y'' - 4y' + 4y = 0
Solution:
The characteristic equation is:
r2 - 4r + 4 = 0
This factors as:
(r - 2)2= 0
So, r = 2 is a repeated root. The general solution is:
Example 5: Solve the differential equation:
Solution:
Substitute so y = vx and :
Rearrange:
Separate variables:
Integrate both the sides:
Compute the integrals:
Substitute v = y/x:
Use In(1 + y2/x2) = In(x2 + y2) - 2 In|x| terms cancel ):
where C' is a constant.
Questions 1. Solve the differential equation using the separation of variables method.
Questions 2. Solve the first-order nonlinear differential equation .
Questions 3. Find the general solution of the first-order linear differential equation .
Questions 4. Use the integrating factor method to solve .
Questions 5. Solve the homogeneous differential equation .
Questions 6. Solve the exact differential equation .
Questions 7. Solve the exact differential equation (2xy - y2) dx + (x2 - 2xy)dy = 0.
Questions 8. Solve the second-order differential equation y'' + 3y' + 2y = 0.
Questions 9. Determine the solution to the differential equation .
Questions 10. Solve the linear differential equation .