Diffirential Equation PDF
Diffirential Equation PDF
• (dy/dx) = sin x
• (d2y/dx2) + k2y = 0
• (d2y/dt2) + (d2x/dt2) = x
In above differential equation examples, the highest derivative are of first, fourth
and third order respectively.
• 𝛿u/ dx + 𝛿/dy = 0,
• 𝛿2u/𝛿x2 + 𝛿2u/𝛿x2 = 0
• As time increases, the population increases. If r > 0 is the growth rate, then
the differential equation modeling the population is given as dN/dt = rN.
• The rate at which the disease spreads is proportional to the product of the
infected people with the non-infected people. This is modeled as dN/ DT = k
N(T-N), where T is the fixed population and N is the number of people
affected by the disease.
• For a certain substance, the rate of change of vapor pressure P with respect
to temperature T is proportional to the vapor pressure and inversely
proportional to the square of the temperature. dP/dt = k P/T^2
The solution which contains as many arbitrary constants is called the general
solution. If we give particular values to the arbitrary constants in the general
solution of the differential equation, the resulting solution is called a Particular
Solution. The result of eliminating one arbitrary constant yields a first-order
differential equation and that of eliminating two arbitrary constants leads to a
second-order differential equation and so on. Let us understand solving the
differential equation by an example.
(dy/dx) = x2y + y
Step 1: Divide the above differential equation by y. (We separate the variable)
(1/y)(dy/dx) = (x2 + 1)
We consider y and x both as variables and rewrite this as
log y = (x3/3) + x + c
Important Notes:
• We can use the following notations for derivatives. (dy/dx) = y', (d2y/dx2) =
y'', (d3y/dx3) = y'''