Differential Equations (WORD)
Differential Equations (WORD)
In Mathematics, a differential equation is an equation that contains one or more functions with its derivatives. The derivatives of the function
define the rate of change of a function at a point. It is mainly used in fields such as physics, engineering, biology and so on. The primary purpose
of the differential equation is the study of solutions that satisfy the equations and the properties of the solutions. Learn how to solve differential
equations here.
A differential equation is an equation involving an unknown function y=f(x) and one or more of its derivatives. A solution
to a differential equation is a function y=f(x) that satisfies the differential equation when ff and its derivatives are
substituted into the equation.
One of the easiest ways to solve the differential equation is by using explicit formulas. In this article, let us discuss the definition, types, methods to
solve the differential equation, order and degree of the differential equation, ordinary differential equations with real-word examples and a solved
problem.
dy/dx + 1 = 0, degree is 1
(y”’) + 3y” + 6y’ – 12 = 0, degree is 3
3
(dy/dx) + cos(dy/dx) = 0; it is not a polynomial equation in y′ and the degree of such a differential equation can not be defined.
Note:
Order and degree (if defined) of a differential equation are always positive integers.
1. Separation of variables
2. Integrating factor
Differential Equation
Separation of the variable is done when the differential equation can be written in the form of dy/dx = f(y)g(x) where f is the function of y only and g
is the function of x only. Taking an initial condition, rewrite this problem as 1/f(y)dy= g(x)dx and then integrate on both sides.
Also, check: Solve Separable Differential Equations
Integrating factor technique is used when the differential equation is of the form dy/dx + p(x)y = q(x) where p and q are both the functions of x only.
First-order differential equation is of the form y’+ P(x)y = Q(x). where P and Q are both functions of x and the first derivative of y. The higher-order
differential equation is an equation that contains derivatives of an unknown function which can be either a partial or ordinary derivative. It can be
represented in any order.
We also provide a differential equation solver to find the solutions for related problems.
Applications
Differential equations have several applications in different fields such as applied mathematics, science, and engineering. Apart from the technical
applications, they are also used in solving many real life problems. Let us see some differential equation applications in real-time.
1) Differential equations describe various exponential growths and decays.
2) They are also used to describe the change in return on investment over time.
3) They are used in the field of medical science for modelling cancer growth or the spread of disease in the body.
4) Movement of electricity can also be described with the help of it.
5) They help economists in finding optimum investment strategies.
6) The motion of waves or a pendulum can also be described using these equations.
The various other applications in engineering are: heat conduction analysis, in physics it can be used to understand the motion of waves. The ordinary
differential equation can be utilized as an application in the engineering field for finding the relationship between various parts of the bridge.
Now, go through the differential equations examples in real-life applications .
Eg: dy/dx = 3x
Here, the differential equation contains a derivative that involves a variable (dependent variable, y) w.r.t another variable (independent variable, x). The
types of differential equations are :
1. An ordinary differential equation contains one independent variable and its derivatives. It is frequently called ODE. The general definition of the
ordinary differential equation is of the form: Given an F, a function os x and y and derivative of y, we have
F(x, y, y’ …..y^(n1)) = y (n) is an explicit ordinary differential equation of order n.
2. Partial differential equation that contains one or more independent variables.
Solved problem
Question:
Verify that the function y = e is a solution to the differential equation
-3x
Solution:
The function given is y = e . We differentiate both sides of the equation with respect to x,
-3x
dy/dx=–3e−3x
Now we again differentiate the above equation with respect to x,
d2y/dx2=9e−3x
We substitute the values of dy/dx, d y/dx and y in the differential equation given in the question,
2 2
3. Verify that the function y = Ax, where, a, b ∈ R is a solution of the differential equation xy’ = y (x ≠ 0)