Can Mathematica help with solving projectile motion equations?

  • Context: High School 
  • Thread starter Thread starter tempneff
  • Start date Start date
  • Tags Tags
    Mathematica Physics
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
tempneff
Messages
82
Reaction score
3
I am hoping to use Mathematica to solve simple projectile motion equations. Can anyone offer some tips in regard to the syntax, or maybe a reference guide/site?
 
Physics news on Phys.org
Why? If the projectile motion questions are actually simple it will probably take you more time to put it into Mathematica than to use a handheld calculator.

What exactly did you have in mind? It's hard to offer syntax advice when you don't fully explain what you want to do.
 
tempneff said:
I am hoping to use Mathematica to solve simple projectile motion equations. Can anyone offer some tips in regard to the syntax, or maybe a reference guide/site?
Try the online help, it is quite good and is what I use.

x[t_]:=a t^2 + v0 t + x0

or

x==a t^2 + v0 t + x0

depending on if you want an equation or a function.
 
There is a detailed example of projectile motion using Mathematica at
http://blog.wolfram.com/2010/09/27/do-computers-dumb-down-math-education/"
 
Last edited by a moderator: