Differential Equations Overview
Classification By Degree
- Degree of a Differential Equation (D.E) is determined by the highest derivative's power in the equation.
- Examples:
- For the equation 3y2(dxdy)3−dxdy=sin(x2):
- Highest order derivative = 2 (order)
- Degree = 1 (power of the highest derivative)
- For dx2d2y+sin(2y)+3x=0:
- Degree is NOT DEFINED (due to sin function)
Classification By Linearity
- An nth order ODE is linear if it can be expressed as:
F(x,y,y′,y′′,…,y(n))=0 - Normal form: dxdy=f(x,y,y′,y′′,…,y(n−1))
- Linear ODE forms:
- 1st order: a1(x)dxdy+q(x)y=g(x)
- 2nd order: a(x)dx2d2y+b(x)dxdy+c(x)y=g(x)
- Non-linear ODE involves nonlinear functions of y or its derivatives (e.g., sin(y),ey).
Summary of Linear and Non-Linear D.E.
- A D.E is linear if:
- Dependent variable and its derivatives are in the first power only.
- No products of dependent variables with their derivatives.
- No non-linear functions (e.g., sin(y),ey).
- To form a D.E from an ordinary equation, differentiate and eliminate arbitrary constants.
- Example with y = Ax + x² leads to a D.E of order 1 after eliminating A.
- Continuing differentiation helps eliminate more constants.
- The general solution contains as many arbitrary constants as the order of the D.E.
Solution of Differential Equations
- A solution is an expression for the dependent variable satisfying the D.E.
- General solution encompasses all possible solutions with arbitrary constants.
- Particular solutions arise when specific values are assigned to the constants.
Verification of Solutions
- To verify, substitute the proposed solution back into the original D.E. to check if LHS = RHS.
Autonomous Differential Equations
- An ordinary D.E is autonomous if the independent variable does not explicitly appear, i.e., can be expressed as: dtdy=f(y).
- Critical points are the zeros of f(y).
Separable Equations
- An equation can be written as h(y)dxdy=g(x).
- This form allows integration of both sides separately for solving.
Example Problem
- Solve the initial value problem: dxdy=−1;y(4)=−3:
- Leads to a circular equation upon integration and substitution of initial conditions.