Diff eq, need a simple step explained

  • Thread starter Thread starter frozenguy
  • Start date Start date
  • Tags Tags
    Diff eq
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
frozenguy
Messages
186
Reaction score
0
So its not a problem, but a step in an example that I need explained. The section is solutions by substitutions and its an example of solving a homogeneous DE.

Step goes from:
[tex]\left(x^{2}+u^{2}x^{2}\right)dx+\left(x^{2} - ux^{2}\right)\left[udx + xdu\right]=0[/tex]

to:
[tex]x^{2}\left(1 + u\right)dx + x^{3}\left(1-u\right)du=0[/tex]

It had previously set y=ux, a few steps back.
 
Physics news on Phys.org
frozenguy said:
So its not a problem, but a step in an example that I need explained. The section is solutions by substitutions and its an example of solving a homogeneous DE.

Step goes from:
[tex]\left(x^{2}+u^{2}x^{2}\right)dx+\left(x^{2} - ux^{2}\right)\left[udx + xdu\right]=0[/tex]
Just expand the expressions above, and simplify.
[tex](x^2 + u^2x^2 + x^2u - u^2x^2)dx + (x^3 - ux^3)du = 0[/tex]
frozenguy said:
to:
[tex]x^{2}\left(1 + u\right)dx + x^{3}\left(1-u\right)du=0[/tex]

It had previously set y=ux, a few steps back.
 
Thank you... I don't know why I didn't see this before.. Ok I feel stupid. :/