-
Differential Equation:
- An equation involving derivatives of an unknown function is called a differential equation.
- It represents the relationship between a function and its derivatives.
-
Homogenous Differential Equation:
- A homogeneous differential equation is a differential equation in which all the terms containing the dependent variable and its derivatives are of the same degree.
- It can be expressed as:
- $ F(x, y, y’, y’’, …, y^n) = 0 $
-
Order of a Differential Equation:
- The power of the highest derivative in a differential equation is called its order.
- Example:
- $ y’’ - 5x^2 y’ + 2xy = 0 $ is a second-order differential equation.
-
Degree of a Differential Equation:
- The power of the highest power of the highest derivative in a differential equation is called its degree.
- Example:
- $ x^2y’’ + 3xy’ + y = 0 $ is a second-degree differential equation.
-
Homogeneous First-Order Differential Equation:
- A homogeneous first-order differential equation can be written as:
- $ \frac{dy}{dx} = f\left(\frac{y}{x}\right) $
- Example:
- $ x\frac{dy}{dx} - y = 2x $ is a homogeneous first-order differential equation.
-
Method to solve Homogeneous First-order Differential Equation:
- Substitute $ y = vx $ and differentiate.
- Express $ \frac{dy}{dx} $ in terms of $ v $ and $ x $ .
- Replace $ \frac{dy}{dx} $ and $ y $ in the given differential equation.
- Solve the resulting equation for $ v $ .
- Replace $ v $ with $ \frac{y}{x} $ and solve for $ y $ .
-
Homogeneous Second-Order Differential Equation:
- A homogeneous second-order differential equation can be written as:
- $ a \frac{d^2y}{dx^2} + b \frac{dy}{dx} + cy = 0 $
- Example:
- $ x^2\frac{d^2y}{dx^2} + 3x\frac{dy}{dx} - y = 0 $ is a homogeneous second-order differential equation.
-
Method to solve Homogeneous Second-order Differential Equation:
- To solve homogeneous second-order differential equations, we use the auxiliary equation.
- Steps:
- Assume $ y = e^{mx} $ where $ m $ is a constant.
- Differentiate $ y $ with respect to $ x $ and substitute in the differential equation.
- Solve the resulting auxiliary equation to find the values of $ m $ .
- The general solution is of the form $ y = C_1 e^{mx_1} + C_2 e^{mx_2} $ where $ C_1 $ and $ C_2 $ are constants and $ m_1 $ and $ m_2 $ are the solutions of the auxiliary equation.
-
Homogeneous Higher-Order Differential Equation:
- A homogeneous higher-order differential equation can be written as:
- $ a_n \frac{d^ny}{dx^n} + a_{n-1} \frac{d^{n-1}y}{dx^{n-1}} + … + a_1 \frac{dy}{dx} + a_0y = 0 $
- Example:
- $ x^3\frac{d^3y}{dx^3} - 2x^2\frac{d^2y}{dx^2} + 4x\frac{dy}{dx} - 6y = 0 $ is a homogeneous third-order differential equation.
-
Method to solve Homogeneous Higher-order Differential Equation:
- The method to solve homogeneous higher-order differential equations is similar to that of second-order differential equations.
- Use the auxiliary equation method to find the general solution.
-
Homogeneous Differential Equation with Variable Coefficients:
- A homogeneous differential equation with variable coefficients can be written as:
- $ a(x) \frac{d^2y}{dx^2} + b(x) \frac{dy}{dx} + c(x)y = 0 $
- Example:
- $ x^2\frac{d^2y}{dx^2} - x(1+\ln{x})\frac{dy}{dx} + (1+\ln{x})y = 0 $ is a homogeneous differential equation with variable coefficients.
-
Method to solve Homogeneous Differential Equation with Variable Coefficients:
- We can solve this type of differential equation using power series method or by finding an integrating factor.