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

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:
Thread 'Need help understanding this figure on energy levels'
This figure is from "Introduction to Quantum Mechanics" by Griffiths (3rd edition). It is available to download. It is from page 142. I am hoping the usual people on this site will give me a hand understanding what is going on in the figure. After the equation (4.50) it says "It is customary to introduce the principal quantum number, ##n##, which simply orders the allowed energies, starting with 1 for the ground state. (see the figure)" I still don't understand the figure :( Here is...
Thread 'Understanding how to "tack on" the time wiggle factor'
The last problem I posted on QM made it into advanced homework help, that is why I am putting it here. I am sorry for any hassle imposed on the moderators by myself. Part (a) is quite easy. We get $$\sigma_1 = 2\lambda, \mathbf{v}_1 = \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix} \sigma_2 = \lambda, \mathbf{v}_2 = \begin{pmatrix} 1/\sqrt{2} \\ 1/\sqrt{2} \\ 0 \end{pmatrix} \sigma_3 = -\lambda, \mathbf{v}_3 = \begin{pmatrix} 1/\sqrt{2} \\ -1/\sqrt{2} \\ 0 \end{pmatrix} $$ There are two ways...
Back
Top