Solve the follow diferential equation

  • Context: Graduate 
  • Thread starter Thread starter alejandrito29
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
alejandrito29
Messages
148
Reaction score
0
i need to solve the follow diferential equation:

[tex](\frac{du}{dy})^2=A+Be^{2u}+C \sqrt{D+Ee^{4u}}[/tex]

where A,B,C,D,E are nonzero.
 
Physics news on Phys.org


alejandrito29 said:
i need to solve the follow diferential equation:

[tex](\frac{du}{dy})^2=A+Be^{2u}+C \sqrt{D+Ee^{4u}}[/tex]

where A,B,C,D,E are nonzero.

What is the context of the question? Is it for schoolwork?
 


berkeman said:
What is the context of the question? Is it for schoolwork?

not, is for my thesis. I have tried make him.
 


Maple gives the following solution to your ODE (in implicit form)

[tex]\int_k^{u(y)}\frac{d\xi}{\sqrt{A+Be^{2\xi}+C\sqrt{D+Ee^{4\xi}}}}=\pm y,[/tex]

where k is an arbitrary constant.
 


kosovtsov said:
Maple gives the following solution to your ODE (in implicit form)

[tex]\int_k^{u(y)}\frac{d\xi}{\sqrt{A+Be^{2\xi}+C\sqrt{D+Ee^{4\xi}}}}=\pm y,[/tex]

where k is an arbitrary constant.

obvious, separation variables, but

there is a way to find a explicit solution?
 


Try [tex]z=e^{2\zeta}[/tex], then [tex]z=\sqrt(D/E)Sinh(\theta)[/tex]. Maple manages to integrate that, but the resulting expression is nasty
 


gato_ said:
Try [tex]z=e^{2\zeta}[/tex], then [tex]z=\sqrt(D/E)Sinh(\theta)[/tex]. Maple manages to integrate that, but the resulting expression is nasty

[tex]2\zeta=ln(\sqrt(D/E)sinh(\theta))?[/tex]