Icebreaker
y''=-e^{-2y}
Second order, homogenous, nonlinear. I think.
Second order, homogenous, nonlinear. I think.
Last edited by a moderator:
Icebreaker said:I got nothing that I've seen before.
Icebreaker said:\int y'' \frac{dy}{dx}dx = \int -e^{-2y}\frac{dy}{dx}dx
Tide said:Follow PM's advice:
y' \frac {dy'}{dx} = -e^{-2y} \frac {dy}{dx}
Now multiply both sides by dx and integrate. Then see what you can do after that.
Icebreaker said:For my equation,
y'=\sqrt{e^{-2y}+c}
Since y' and y are both 0 at x=3, then
0=\sqrt{e^0+c}
So c=-1. This means,
y'=\sqrt{e^{-2y}-1}
Icebreaker said:Actually I don't. Do you mean,
\int_0^y \int_3^x \sqrt{e^{-2y}-1} dxdy?
Or perhaps,
\int_0^y dy = \int_3^x \sqrt{e^{-2y}-1} dx?
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:
\int \frac{dy}{\sqrt{e^{-2y}-1}}=-ArcTan[-1+e^{-2y}]
however, you can just solve it from scratch using the substitution:
u=e^{-y}
and get the answer expressed in terms of ArcSec.