SOLUTION: With what velocity will a stone strike the ground if dropped from the top of the building 400 ft high?Solve by integration.

Algebra ->  Customizable Word Problem Solvers  -> Misc -> SOLUTION: With what velocity will a stone strike the ground if dropped from the top of the building 400 ft high?Solve by integration.      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1007759: With what velocity will a stone strike the ground if dropped from the top of the building 400 ft high?Solve by integration.
Found 3 solutions by Fombitz, Alan3354, rothauserc:
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
Assuming there is no air resistance and gravity g is equal to 32.2%28ft%29%2Fs%5E2
v=int%28a%2Cdt%29=-gt%2Bc%5B1%5D
When t=0, v=0.
c%5B1%5D=0
v=-gt
So then,
d=int%28v%2Cdt%29=-%28g%2F2%29t%5E2%2Bc%5B2%5D
When t=0, d=400
c%5B2%5D=400
d=-16.1t%5E2%2B400
Find t when the stone hits the ground d=0,
16.1t%5E2=400
t%5E2=400%2F16.1
t=4.98
So then the velocity is,
v=-32.2%284.98%29
v=-160.5fps

Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
With what velocity will a stone strike the ground if dropped from the top of the building 400 ft high?Solve by integration.
----------
h(t) = -16t^2 + vo*t + ho is commonly used with feet units (vo = initial speed, ho = initial height)
---
h(t) = -16t^2 + 400
h(t) = 0 at impact
-16t^2 + 400 = 0
t = 5 seconds (Ignore the -5)
-----
v = a*t = 32*5
v at impact = 160 ft/sec
=============================
There's nothing to integrate.

Answer by rothauserc(4718) About Me  (Show Source):
You can put this solution on YOUR website!
dv / dt = a and integrating this we get
v = c + at where c is initial velocity, a is acceleration of gravity and t is time
in our problem c is 0 since the stone is dropped and a = 32 feet/sec^2
now distance covered is the integration of v with respect to time, so
we integrate v = at and get
distance = (1/2)at^2, therefore
400 = (1/2)* 32 * t^2
t^2 = 800 / 32
t = 5 seconds, now
v = 32 * 5 = 160 feet per second when the stone hits the ground