How Can I Solve an ODE in Mathematica for Acceleration, Position, and Velocity?

  • Thread starter Thread starter Winzer
  • Start date Start date
  • Tags Tags
    Mathematica Ode
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
1 reply · 2K views
Winzer
Messages
597
Reaction score
0

Homework Statement


I need to solve:
[itex]a=-\frac{1}{y[t]^2}+Exp[-y[t]]y'[t]<br /> [itex] Using Mathematica. I have tried NDsolve and nothing.<br /> By the way a is acceleration,y is position,and y' is velocity.<br /> y[0]=1000000, y'[0]=0,y''[0]=0<br /> <br /> <h2>Homework Equations</h2><br /> <h2>The Attempt at a Solution</h2><br /> I have tried NDsolve and nothing.<br /> Totally at a loss. This is this right equation this problem of mine by the way[checked with the prof]. I just need to graph a[t],y[t], and v[t].[/itex][/itex]
 
Physics news on Phys.org
Hi Winzer! :smile:

Do you mean [tex]a=-\frac{1}{y[t]^2}+e^{-y[t]}y'[t][/tex] ?

That's y2e-y dy / (ay2 + 1) = dt

(you need to type [noparse][tex]before and[/tex] after for LaTeX on this forum[/noparse] :wink:)