Icebreaker
[tex]y''=-e^{-2y}[/tex]
Second order, homogenous, nonlinear. I think.
Second order, homogenous, nonlinear. I think.
Last edited by a moderator:
The discussion revolves around a second-order, homogeneous, nonlinear ordinary differential equation (ODE) given by y'' = -e^{-2y}. Participants explore various methods of approach and integration techniques related to this ODE.
The conversation is ongoing, with participants providing guidance on integration techniques and questioning the validity of their approaches. Some participants are exploring different interpretations of the ODE and its solutions, while others are attempting to clarify their understanding of the integration steps involved.
There are mentions of initial conditions for specific IVPs, and participants are trying to determine if explicit solutions can be derived from the given conditions. The discussion also highlights the challenges of integrating certain expressions and the potential for mistakes in the process.
Icebreaker said:I got nothing that I've seen before.
Icebreaker said:[tex]\int y'' \frac{dy}{dx}dx = \int -e^{-2y}\frac{dy}{dx}dx[/tex]
Tide said:Follow PM's advice:
[tex]y' \frac {dy'}{dx} = -e^{-2y} \frac {dy}{dx}[/tex]
Now multiply both sides by dx and integrate. Then see what you can do after that.
Icebreaker said:For my equation,
[tex]y'=\sqrt{e^{-2y}+c}[/tex]
Since y' and y are both 0 at x=3, then
[tex]0=\sqrt{e^0+c}[/tex]
So c=-1. This means,
[tex]y'=\sqrt{e^{-2y}-1}[/tex]
Icebreaker said:Actually I don't. Do you mean,
[tex]\int_0^y \int_3^x \sqrt{e^{-2y}-1} dxdy?[/tex]
Or perhaps,
[tex]\int_0^y dy = \int_3^x \sqrt{e^{-2y}-1} dx?[/tex]
Icebreaker said:ODE is confusing. Very confusing.
Now, Mathematica gives this thing for the integral. I'm assuming I did something wrong there as well?
saltydog said:Mathematica returns:
[tex]\int \frac{dy}{\sqrt{e^{-2y}-1}}=-ArcTan[-1+e^{-2y}][/tex]
however, you can just solve it from scratch using the substitution:
[tex]u=e^{-y}[/tex]
and get the answer expressed in terms of ArcSec.