How Do I Calculate Acceleration with Air Resistance in Projectile Motion?

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
1 reply · 2K views
hallowon
Messages
35
Reaction score
0

Homework Statement


I'm trying to find the acceleration due to air resistance in x direction and acceleration due to air resistance +gravity in y component.

given variables
m-0.14273(baseball)
Cd=0.4
Vi=20m/s
angle= 45 degrees

Basically, I have to program a projectile motion program accounting air resistance, but my biggest problem physics wise is my huge ax, and y acceleration, which prevent my program to loop even more:/

Homework Equations


ax= fairx/mass = -cdVix^2/mass
ay= fairy+fg


The Attempt at a Solution



fairx= (0.4)(20cos45)^2=80N
ax= 80n/0.14263kg = 560.498844m/s^2
ay = well...its in the thousands >.>


does this mean i have to assume f=Cd*V instead of being proportional to V^2?
 
Last edited:
Physics news on Phys.org
Hi hallowon! :smile:
hallowon said:
ax= fairx/mass = -cdVix^2/mass

No, that can't be right …

a is L/T2, and the RHS is L2/T2 :confused: …

you need an extra factor with dimensions 1/length (or area/volume).

Maybe this will help … http://en.wikipedia.org/wiki/Drag_coefficient"
 
Last edited by a moderator: