Calculating Average Acceleration of Styrofoam Ball

AI Thread Summary
The discussion focuses on calculating the average acceleration of a styrofoam ball using its velocity formula. The first part of the question was solved, yielding a magnitude of acceleration at t=0.5 seconds as 4.15 m/s². For the average acceleration from t=0 to t=0.5 seconds, the correct method involves integrating the acceleration function and dividing by the time interval. A mistake was identified in the calculation, where the difference in velocities was not divided by the time difference, leading to an incorrect unit of m/s instead of m/s². The correct average acceleration was determined to be -4.82 m/s².
ffrpg
Messages
12
Reaction score
0
This question was part of a 2 part question. I figured out the first part of it. I can't get the 2nd half of it. The formula for a lightweight object, such as a styrofoam ball is v=v_t(1-e^kt) where V_t=5.70 m/s is the terminal speed, k=1.72s^-1 is the drag coefficient of the styrofoam ball, t is the clock reading, in seconds, and e is 2.7183.., the base of the natural logarithms. What is the magnitude of the acclelration of the ball at t=0.5s? What is the average acceleration of the ball during the time intercal from t=0 to t=0.5 s?

I figured out the magnitude of the acceleration of the ball at t=0.5 is 4.15 m/s^2. For the second part of the question I derived the formula up top making it k*e^(-k*t)*v_t. I plugged in the values and used 5.0 for t and did it again using 0 for t. I then subtracted the 2 values I got for t and ended up with 5.654. I can't figure out what I did wrong.
 
Last edited:
Physics news on Phys.org
You can do that only if you have an equation like that of the straight line: y=a*x+b. Otherwise you have to use:
yavg=[1/(x2-x1)] * ∫x1x2 dx y(x)
 
Okay, since you got the first part correct, you recognize that you need to differentiate the velocity function to get the acceleration function (and you did that correctly).

Sonty is correct that, in general, in order to find the average of a continuous function, you have to integrate between the two limits and then divide by the difference: the average acceleration between t= 0 and t= 0.5 is (int(t=0 to 0.5) a(t)dt)/(0.5- 0).

HOWEVER, since (by the fundamental theorem of calculus) the integral of the acceleration function is the velocity function, this is exactly the same as (v(0.5)- v(0))/0.5= -4.82 m/s^2.
Your mistake was that you forgot to divide by the difference in times. (Your "solution", subtracting the two velocities, gives m/s. You need to divide by time to get m/s^2.)
 
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