How to solve a velocity problem as an initial condition problem

AI Thread Summary
A rock is thrown upward from a 30.0m tall building with an initial speed of 17.0m/s, and air resistance is negligible. The equations of motion are applied, with the acceleration due to gravity set at -9.81m/s². The initial position must be correctly defined as either 30m or 0m to avoid inconsistencies in calculations. The correct time for the rock to hit the ground is determined to be approximately 4.76 seconds, leading to a final velocity of -29.6m/s. Properly setting initial conditions is crucial for solving the problem accurately.
Wolvenmoon
Messages
11
Reaction score
0

Homework Statement



A small rock is thrown vertically upward with a speed of 17.0m/s from the edge of the roof of a 30.0m tall building. The rock doesn't hit the building on its way back down and lands in the street below. Air resistance can be neglected.

Homework Equations



Acceleration of gravity = 9.81m/s^2

The normal way:
v^2 = u^2 + 2as
v=u+a*t
http://answers.yahoo.com/question/index?qid=20120204155622AAIs1sA

How I want to do it:
dv/dt = a(t)
ds/dt = v(t)

The Attempt at a Solution


a(t) = -9.8 m/s^2
v(t) = -9.8t m/s + C(m/s)
17 = -9.8*0 + C, C=17
v(t) = -9.8t(m/s) + 17(m/s)
s(t) = -4.9t^2 + 17t + C
30 = -4.9*0 + 17*0 + C
C = 30
s(t) = -4.9t^2+17t+30
-30 = -4.9t^2+17t+30

t=5.64s for part B.
For part A, this would make it -9.8*5.64 + 17 = -38.272.


My answers are wrong. Using the equations listed at Yahoo answers:
v=(17^2+2*9.81*30)^(1/2)=29.6m/s and 29.62=-17+9.81*t, t=4.76s

I'm certain there's a way to solve this as initial value problems. I'd rather get my calculus on than try to memorize these equations!
 
Physics news on Phys.org
Wolvenmoon said:
s(t) = -4.9t^2+17t+30
-30 = -4.9t^2+17t+30

Why -30 on the left hand side?
 
I believe a bad guess. The initial position is y=0m (the level of the roof), the ball ends up at y=-30.

That probably should be a zero.
 
You need to decide. Either s(0) = 30, which fixes one value for the integration constant. Or s(0) = 0, which fixes some other value. Then you should have s(T) = 0 or S(T) = -30, respectively. But s(0) = 30, which you chose originally, is not compatible with with s(T) = -30 (because that would mean the street is 60 meters below the 30 meter tall building, which is impossible).
 
  • Like
Likes 1 person
Thank you! That does provide the correct answer in either case (t=4.76, then that can be substituted into v(t) = -29.6m/s!)

I'm glad to know it was something simple.
 
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...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top