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: 344
  • spreadsheet.jpg
    spreadsheet.jpg
    61.3 KB · Views: 441
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
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Back
Top