An object with mass m = 1 kg is launched straight upwards from ground level with initial velocity v 0 = 1 0 0 m/s . While it is moving upward, the net force on the object from gravity and from air resistance is F = − m g − 1 0 0 v 2 . In the equation above, the negative signs indicate that the forces oppose the motion. The gravitational acceleration g is 1 0 m/s 2 , and v is the instantaneous velocity in the vertical direction.
To the nearest meter, what height (relative to ground) does the object reach before it begins to fall back down?
Note: Assume that the scaling factor on the v 2 term has the units required for that term to represent force.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We can define force as, F = m a F = − m g − 1 0 0 v 2 a = − g − m 1 0 0 v 2 a = v d x d v At highest point v = 0 , d x v d v = − 1 0 0 ( 1 0 0 g + v 2 ) ( 1 0 0 g + v 2 ) v d v = − 1 0 0 d x By integrating both sides we get, ∫ 1 0 0 0 ( 1 0 0 0 + v 2 ) v d v = − 1 0 0 1 ∫ 0 x d x 2 ln ( 1 0 0 0 ) − 2 ln ( 1 1 0 0 0 ) = − 1 0 0 x − 1 0 0 x = − 1 . 1 9 8 9 x = 1 1 9 . 8 9 So, the answer is approximately x = 1 2 0 m .
Its too easy for level 5!
Log in to reply
Yeah but it depends on the person who is attempting maybe there are many others who can't attempt and do it right. You can't compare levels as it may be easy for you but it maybe difficult for others. :)
I originally did the problem analytically, but since there are a lot of analytic solutions already, here's a solution that's done by computer simulation. I used Runge-Kutta 4th order to solve the second order ODE with time-step 1 0 − 6 :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
|
For variety, the differential equation v ˙ = − 1 0 − 1 0 0 v 2 v ( 0 ) = 1 0 0 can be solved to obtain v = 1 0 1 0 tan ( α − 1 0 t ) 0 ≤ t ≤ α 1 0 where tan α = 1 0 . The the height of the particle at time t is ∫ 0 t 1 0 1 0 tan ( α − 1 0 u ) d u = 1 0 0 ln ( sec ( α − 1 0 t ) sec α ) 0 ≤ t ≤ α 1 0 The particle reaches maximum height 1 0 0 sec α = 5 0 ln 1 1 ≈ 1 2 0 when t = α 1 0 .
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Introduction to Kinematics
For situations with velocity-dependent forces, it is useful to employ the following strategy:
1) Start with Newton's Second law
2) Apply the differentiation - Chain rule
3) Separate variables and integrate
F = m d t d v = m d y d v d t d y = m v d y d v . m v d y d v Here , α d y y m a x = − m g − 1 0 0 v 2 = − m g − α v 2 . = 1 0 0 1 . = − m g − α v 2 m v d v . = ∫ v 0 0 − m g − α v 2 m v d v . = ∫ 0 v 0 m g + α v 2 m v d v . = 2 α m ∫ m g m g + α v 0 2 u d u . = 2 α m ln ( m g m g + α v 0 2 ) .
Plugging in numbers gives y m a x = 1 2 0 m , to the nearest meter.