Find the differential equations of the following equations by integrating factors by inspection. Show complete solution.
ydx + (x + x^3 y^2)dy = 0
ydx + (x + x³ y²)dy = 0
Comparing with Mdx+Ndy=0 we get
M = y and N = x + x³y²
So "\\frac{\\delta{M}}{\\delta{y}}=1 , \\frac{\\delta{N}}{\\delta{x}} = 1+3x\u00b2y\u00b2"
"\\frac{\\delta{M}}{\\delta{y}}\u2260\\frac{\\delta{N}}{\\delta{x}}"
So this is not an exact differential equation.
Given equation can be written as
y.1.dx + x(1+ x² y²)dy = 0
i.e of the form yf(xy)dx+xg(xy)dy=0
So integrating factor is "\\frac{1}{Mx-Ny}=\\frac{1}{xy-xy-x\u00b3y\u00b3}=-\\frac{1}{x\u00b3y\u00b3}"
Multiplying both sides by integrating factor we get
"\\frac{y}{-x\u00b3y\u00b3}dx + \\frac{x+x\u00b3y\u00b2}{-x\u00b3y\u00b3}dy=0"
=> "-\\frac{1}{x\u00b3y\u00b2}dx + (-\\frac{1}{x\u00b2y\u00b3}-\\frac{1}{y})dy=0"
This is an exact differential equation.
So the general solution is
"-\\int{\\frac{1}{x\u00b3y\u00b2}dx} - \\int{\\frac{1}{y}}dy= C" ,where "C" is integration constant
=> "\\frac{1}{2x\u00b2y\u00b2}-ln|y| = C"
Comments
Leave a comment