MHB Getting term repeated extra time

  • Thread starter Thread starter find_the_fun
  • Start date Start date
  • Tags Tags
    Term Time
find_the_fun
Messages
147
Reaction score
0
Solve the differential equation [math](5x+4y)dx+(4x-8y^3)dy=0[/math]

So [math]M(x, y) = 5x+4y[/math] and [math]N(x, y) = 4x-8y^3[/math]

Check [math]\frac{\partial M}{\partial y} = 4[/math] and [math]\frac{ \partial N}{\partial x} = 4 [/math] check passed.

[math]f(x, y) = \int M \partial x + g(y) = \int 5x+4y \partial x + g(y) = \frac{5x^2}{2} + 4yx + g(y) [/math]

[math]\frac{\partial f(x, y)}{\partial y} = g'(y) = 4x-8y^3[/math]

Therefore [math]g(y) = 4xy-2y^4[/math]

So [math]f(x, y)=\frac{5x^2}{2}+4yx+4yx-2y^4[/math]

The back of book has only one 4yx so what did I do wrong? Also the back of the book has the equation [math]=C[/math] and I don't understand why?
 
Physics news on Phys.org
find_the_fun said:
Solve the differential equation [math](5x+4y)dx+(4x-8y^3)dy=0[/math]

So [math]M(x, y) = 5x+4y[/math] and [math]N(x, y) = 4x-8y^3[/math]

Check [math]\frac{\partial M}{\partial y} = 4[/math] and [math]\frac{ \partial N}{\partial x} = 4 [/math] check passed.

[math]f(x, y) = \int M \partial x + g(y) = \int 5x+4y \partial x + g(y) = \frac{5x^2}{2} + 4yx + g(y) [/math]

[math]\frac{\partial f(x, y)}{\partial y} = g'(y) = 4x-8y^3[/math]

Therefore [math]g(y) = 4xy-2y^4[/math]

So [math]f(x, y)=\frac{5x^2}{2}+4yx+4yx-2y^4[/math]

The back of book has only one 4yx so what did I do wrong? Also the back of the book has the equation [math]=C[/math] and I don't understand why?

The solution is of the form...

$\displaystyle \int M\ dx + \int (N - \frac{d}{dy} \int M\ dx)\ dy = c\ (1)$

... and with little effort You find...

$\displaystyle \frac{5}{2}\ x^{2} + 4\ x\ y - 2\ y^{4} = c\ (2)$

Kind regards

$\chi$ $\sigma$
 
find_the_fun said:
Solve the differential equation [math](5x+4y)dx+(4x-8y^3)dy=0[/math]

So [math]M(x, y) = 5x+4y[/math] and [math]N(x, y) = 4x-8y^3[/math]

Check [math]\frac{\partial M}{\partial y} = 4[/math] and [math]\frac{ \partial N}{\partial x} = 4 [/math] check passed.

[math]f(x, y) = \int M \partial x + g(y) = \int 5x+4y \partial x + g(y) = \frac{5x^2}{2} + 4yx + g(y) [/math]

At this point, when you take the partials with respect to $y$, you should get:

$$4x-8y^3=4x+g'(y)$$

$$g'(y)=-8y^3$$

$$g(y)=-2y^4$$

And now, you take the solution as given implicitly by:

$$F(x,y)=C$$
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top