Applications of Differential Equations

Ordinary differential equations applications in real life are used to calculate the movement or flow of electricity, motion of an object to and fro like a pendulum, to explain thermodynamics concepts. Also, in medical terms, they are used to check the growth of diseases in graphical representation. Differential equations are useful in describing mathematical models… Continue reading Applications of Differential Equations

Solution of Differential Equations

The differential equation has infinitely many solutions. Solving a differential equation is referred to as integrating a differential equation since the process of finding the solution to a differential equation involves integration. A solution of a differential equation is an expression for the dependent variable in terms of the independent variable which satisfies the differential… Continue reading Solution of Differential Equations

Partial Differential Equation

An equation involving only partial derivatives of one or more functions of two or more independent variables is called a partial differential equation also known as PDE. A few examples are: ?u/ dx + ?/dy = 0, ?2u/?x2 + ?2u/?x2 = 0

Types of Differential Equations

The differential equations are classified as: Ordinary Differential Equations Partial Differential Equations Ordinary Differential Equation The “Ordinary Differential Equation” also known as ODE is an equation that contains only one independent variable and one or more of its derivatives with respect to the variable. Thus, the ordinary differential equation is represented as the relation having… Continue reading Types of Differential Equations

Order of Differential Equations

The order of a differential equation is the highest order of the derivative appearing in the equation. Consider the following differential equations, dy/dx = ex, (d4y/dx4) + y = 0, (d3y/dx3) + x2(d2y/dx2) = 0 In above differential equation examples, the highest derivative are of first, fourth and third order respectively.