Solve for x(t) and v(t) given a Force equation using Mathematica

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
2 replies · 2K views
zeesyk
Messages
5
Reaction score
1
Capture d’écran 2019-01-24 à 23.09.08.png

Homework Statement

Homework Equations


F= ma or F= md^2x/dt^2

The Attempt at a Solution


I know that this second order differential is non linear. I attempted to solve the problem as -k/x^2 = md^2x/dt^2 but I'm getting trouble since it is a second order ODE and I haven't learned how to solve those yet. I was also looking at my class notes to a similar problem but my professor included potential energy? I'm a bit confused. Any help would be greatly appreciated. If you can also show me how to solve this on Mathematica, that would also be a plus. I don't have any experience with it.
 

Attachments

  • Capture d’écran 2019-01-24 à 23.09.08.png
    Capture d’écran 2019-01-24 à 23.09.08.png
    19.7 KB · Views: 797
Last edited by a moderator:
on Phys.org
update: i think i may have solved the first part? Now I need to figure out to put in on Mathematica.
IMG_3534.jpg
 

Attachments

  • IMG_3534.jpg
    IMG_3534.jpg
    17.6 KB · Views: 447
You need to use the chain rule from calculus.

You know that a = dv/dt.

However, this can also be written as a = (dv/dx) * (dx/dt) = v (dv/dx).

This means that your force equation a = F/m can now be written as

[tex]v \frac{dv}{dx} = \frac{F}{m}[/tex]

Consequently, what you need to solve (or integrate) is

[tex]v dv = \frac{F}{m} dx[/tex]

since F is given as a function of x.

Zz.