1

Prove that $ {e^x}^2 $ is an integrating factor of the equation

$$ (x^2+xy^4)dx+ 2y^3dy=0 $$

and hence solve it.

I have tried to solve the equation, however, I am getting the $ e^{2x^2} $ as the integrating factor. What have I done wrong?

enter image description here

Soumee
  • 1,087

2 Answers2

1

Since $N=2y^3$, we have

$$\frac{\large{\frac{\partial M}{\partial y}}-\frac{\partial N}{\partial x}}{N}=\frac{4xy^3-0}{2y^3}=2x$$

therefore the integrating factor is

$$\text{IF}=\large{e^{\int f(x)\,dx}}=\large{e^{\int 2x\,dx}}=\large{e^{x^2}}$$

Axion004
  • 10,056
1

$$(x^2+xy^4)dx+ 2y^3dy=0$$ $$x^2dx+(xy^4dx+ 2y^3dy)=0$$ $$x^2dx+\frac 12(2xy^4dx+ 4y^3dy)=0$$ $$x^2dx+\frac 12(y^4dx^2+ dy^4)=0$$ Integrating factor $\mu =e^{x^2}$ $$x^2e^{x^2}dx+\frac 12(e^{x^2}y^4dx^2+ e^{x^2}dy^4)=0$$ $$x^2e^{x^2}dx+\frac 12(de^{x^2}y^4)=0$$ Integrate: $$\int x^2e^{x^2}dx+\frac 12e^{x^2}y^4=C$$ You have an error function for the integral.

user577215664
  • 40,625
  • 1
    Can you please tell why is my solution incorrect for this question https://math.stackexchange.com/q/3489080/394202 – Soumee Dec 27 '19 at 15:38
  • Yes will check your attempt @Soumee But I tried to solve it with exactness and whatever you try I think it can't be solved that way easily – user577215664 Dec 27 '19 at 15:40