subject: Differential Equation Calculus [print this page] An equation with differentials is called a differential equation. Each differential will have an order and degree. Both order and degree of a differential equation should be in natural numbers. Example of a differential equation is dy / dx + 2y = 5.
Here this differential equation of first order and first degree. The order of the differential equation is the highest order of the derivative in the given differential equation. The power of the highest order derivative is called its degree. Example, In the given differential equation, [d2y] / [d^2x]/[dy^2] + 3[dy/dx ]2 + 4y = 20. The highest order 2 and its degree is 1. Because the power of the highest order of the differential is 1.
We have many methods to find the solution of the differential equation. One among them is variable separable method. To apply this method, the variables should align in such a way that one of the variable is on the left and the other is one the right.
Example Problems on Differential Equation:
Ex 1: Solve the differential equation: y dy x dx = 0.
Sol: Given: ydy xdx = 0.
= y dx = x dx.
Here the variables are separated. So, we can obtain the solution by Integrating them.
therefore int y dy = int x dx = y^2/ 2 = x^2/ 2 + c.