Skip to main content

Lab 3- Non-Constant acceleration problem

Purpose
Solve non-constant acceleration problem by both numerical approach and analytical approach. Here is the question.
A 5000-kg elephant on frictionless roller skates is going 25 m/s when it gets to the bottom of a hill and arrives on level ground. At that point a rocket mounted on the elephant’s back generates a constant 8000 N thrust opposite the elephant’s direction of motion. The mass of the rocket changes with time (due to burning the fuel at a rate of 20 kg/s) so that the m(t) = 1500 – 20t. Find how far the elephant goes before coming to rest.


Numerical Approach
1.     Put appropriate values in for Vo and Xo.
2.     Set Δt to be 1 second. Put in the other appropriate values in cell B1 through B4. (Recall that the force is negative here, since it points in the negative x-direction.)
3.     Input a formula into cell A9 that will calculate the appropriate time, and that you can fill down. Use $B$5 in our formula, so the cell doesn't change as I fill down.
4.     Input a formula into cell B8 that will let me calculate the acceleration at any time. Fill down
5.     In cell C9 calculate the average acceleration for that first Δt interval.
6.     In cell D9 calculate the change in velocity for that first time interval.
7.     In cell E9 calculate the speed at the end of that time interval.
8.     In cell F9 calculate the average speed at the end of that time interval.
9.     In cell G9 calculate the change in position of the elephant during that time internal.
10.   In the H9 calculate the position of the elephant. 

11.   Change the time interval from 1 second to 0.1s and see if it makes a difference.
12.   Change the time interval to 0.05s instead of 0.1s and see if it makes a difference.

So we can derive the conclusion that if we change the interval from 1s to 0.1s, it makes a huge difference. But if we change the interval from 0.1s to 0.05s, it makes a quite small difference.

Questions
1.     When the interval equals to 0.05s, the result of numerical approach approximately equals to the result of analytical approach.
2.     Choose smaller time interval until the result stops changing. That time interval is small enough.
3.     Using the numerical approach with a 0.05s interval, the result is 164.0363m. 

Comments

Popular posts from this blog

Lab 19: PHYS 4A Lab--Conservation of Energy/Conservation of angular momentum

lab 6- Propagated Uncertainty in Measurements

Propagated Uncertainty in Measurements Purpose Learn how to calculate propagated uncertainty in density measurements with different metal material cylinders. Process First, we need to measure the density of two cylinders made of different materials . To measure the density we should measure its mass m, diameter d and height h. Mass(g) Diameter(cm) Height(cm) 69.4 1.55 5.01 27.6 1.59 4.98 So the density of the first material is about 7.31 g/cm^3, which may be zine. The density of the second material is about 2.80 g/cm^3, which may be aluminum. Then we should calculate the propagated uncertainty of the density. For a cylinder, its density can be calculate with the equation p=(4/∏)* [m/(d2*h)]. The differential form of this equation is dp= (∂p/∂m)*dm + (∂p/∂d)*dd + (∂p/∂h)dh, which equals to The calculation is attached below. Conclusion In this lab, we learnt ho...

lab 2 Free Fall Lab- determination of g and some statistics for analyzing data

Purpose Determine the gravity coefficient by determine the velocity of a falling object with spark generator and spark–sensitive tape. Compare the result  with the actual value to calculate the error from systematic nature. Procedure The spark generator is connected to a cylinder which would fall with a distant of 1.5 m and was linked with the spark-sensitive tape. When the cylinder released, the spark generator left sparks on the tape with a frequency of 60 per second. After measuring the distant between sparks and analyzing those data, we can finally get the local gravity coefficient. Method of Fitting From the sparks we can derive the time of each spark. To ensure the velocity’s accuracy, we should choose a mid-interval time and the corresponding mid-interval velocity. When we plot velocities in excel and plot the fitted curve, the slope of the fitted curve is the gravity coefficient. Conclusion and Analysis The gravity coefficient determined by...