Is This How Projectile Motion Is Described Using Differential Equations?

  • Thread starter Thread starter cscott
  • Start date Start date
  • Tags Tags
    Projectiles
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
cscott
Messages
778
Reaction score
1
I this how you would describe projectile motion in terms of DE's?

[tex]\frac{dy}{dt} = 25.0 - gt[/tex]
[tex]\frac{dx}{dt} = 10.0[/tex]
 
Last edited:
Physics news on Phys.org
arildno said:
No. For one, "g" doesn't equal 9.8 in most common choices of units.

Ok, well I changed it to "g". What else is wrong?
 
Last edited:
Well if your initial velocities (25 and 10) are given in m/s then there's no problem of using 9.8 for g.
 
dav2008 said:
Well if your initial velocities (25 and 10) are given in m/s then there's no problem of using 9.8 for g.

That's what I intended.
 
cscott said:
I this how you would describe projectile motion in terms of DE's?

[tex]\frac{dy}{dt} = 25.0 - gt[/tex]
[tex]\frac{dx}{dt} = 10.0[/tex]
Consider your actual question. Nowhere did you state what 25.0 or 10.0 represent, and you wanted an answer for a GENERAL description of projectile motion in terms of D.E.
Thus, you ought to have written something like:

[tex]\frac{dy}{dt} = v_{0,y} - gt[/tex]
[tex]\frac{dx}{dt} = v_{0,x}[/tex]
where x(t), y(t) are horizontal and vertical positions as functions of time t, [itex]\vec{v}_{0}=(v_{0,x},v_{0,y})[/itex] is the initial velocity, and "g" is the acceleration due to gravity.

If you had written it as that, your equations would have been proper to your question.