Initial acceleration of a projectile incl air resistance

AI Thread Summary
The discussion revolves around calculating the initial acceleration of a projectile fired upwards with air resistance. The user initially struggled to apply the equations correctly for the initial conditions, noting that the projectile reached a terminal velocity instead of following expected motion. The key issue was the choice of delta t; using 0.2 seconds resulted in too large a step for the calculations. By adjusting delta t to 0.01 seconds, the user was able to resolve the problem and accurately compute the projectile's motion. This highlights the importance of selecting an appropriate time increment in numerical simulations.
mitch_1211
Messages
95
Reaction score
1

Homework Statement



Conditions: (ii)x0 =0 and v0 =20ms−1
with a mass of 1 kg with c1 = 0.2kgs−1 and c2 = 0.02kgm−1

projectile is fired directly up (only considering motion in the EDIT y direction (previously x by mistake)) at 20m/s
given eqn can calculate acceleration at the n+1 term (i.e 1 second or 0.2 seconds etc, whatever is chosen for delta t) but I can't get it to work for the initial acceleration. In part 1, the projectile was freefalling (beginning at v=0 )so acceleration was just that of gravity (9.81m/s/s). I know that this time it will be gravity as well as some air resistance (drag) terms. The eqn attached gives those terms, but only for the n+1 term, i.e the next acceleration term. I can't get this to work for the initial conditions.

have defined gravity to be working in the neg direction, all things going up are positive and down are negative

Homework Equations



see attached image for eqns for position, velocity and acceleration

The Attempt at a Solution



i'm using a spreadsheet so as to organise my data quickly. I can get some values for acceleration, will also attach screen shot of the columns i used. My velocity reaches a terminal velocity instead of getting lower and lower. consequently the projectile never stops and never reaches the max height of its trajectory.

for used in spreadsheet for each n+1 term in acceleration;
=(($B$9)-(($B$10*S3)+($B$11*S3*(ABS(S3)))))

b9 is accl due to gravity = 9.81 (no neg sign is in the cell)
b10 is c1=0.2
b11 is c2=0.02
s3 can be seen from attached image (ignore what is on the left of the image, it is part 1, I'm working on case 2)

thanks!
Mitch

Homework Statement


Homework Equations


The Attempt at a Solution

 

Attachments

  • eqns.jpg
    eqns.jpg
    5.3 KB · Views: 342
  • spreadsheet.jpg
    spreadsheet.jpg
    61.3 KB · Views: 439
Last edited:
Physics news on Phys.org
have since solved this problem. turns out using 0.2seconds for delta t makes the formula calculate too large a step (the motion only lasts 3 seconds) choosing delta t to be 0.01 seconds solved my problem
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top