- #1
Icebreaker
[tex]y''=-e^{-2y}[/tex]
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:[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.
An ODE (Ordinary Differential Equation) is a mathematical equation that relates a function to its derivatives. It differs from other equations because it involves derivatives, which represent the rate of change of the function. ODEs are commonly used in modeling physical and natural phenomena.
The steps to solve an ODE are as follows:
Initial conditions are values given for the function and its derivatives at a specific point, typically denoted by x = 0. They are important because they help us find the particular solution to the ODE, as the general solution may have multiple solutions depending on the initial conditions. Without initial conditions, the solution to the ODE would not be unique.
Yes, there are various software programs and tools that can help solve ODEs, such as MATLAB, Wolfram Mathematica, and Maple. These programs use numerical methods to solve ODEs and can handle more complex equations that may be difficult to solve by hand.
To verify the correctness of a solution to an ODE, you can plug the solution back into the original equation and see if it satisfies the equation. Additionally, you can also compare your solution to known solutions or use a software program to double-check your work. It is also important to check for any potential mistakes or errors made during the solving process.