Solve 1D Motion Questions: Determine Velocity, Max Height, Time Req.

AI Thread Summary
To solve the 1D motion problem of a rock thrown vertically from a building, the initial velocity, maximum height, and time to reach maximum height can be determined using kinematic equations. The initial height (H) and total time (T) provide the necessary parameters for calculations. The equations v = v_0 + at, x = x_0 + v_0*t + 1/2*a*t^2, and v^2 = v_0^2 + 2a(x - x_0) are essential for deriving relationships between the variables. By setting up equations for the upward and downward motion phases, one can solve for the unknowns. Proper manipulation of these equations is crucial for arriving at the correct answers.
oreosama
Messages
51
Reaction score
0

Homework Statement


a rock is thrown nearly vertical upward from the edge of a tall building of height H. it just misses the edge of the building on the way down and strikes the ground T seconds after being thrown. given H, T

determine the initial velocity of the rock
the max height it reaches above its starting point
the time to reach its max height

Homework Equations



v= v_0 + at

x = x_0 + v_0*t + 1/2*a*t^2

v^2 = v_0^2 + 2a(x - x_0)

The Attempt at a Solution



x_0 = H
x = 0
v_0 = ?
v = ?
a = g
t = T

with these as inputs I don't see how I can manipulate algebra to get the things I want. this is a recurring theme with the rest of my homework it seems:

a flowerpot falls off a windowsill and falls past a window below. a person inside the building notices that it takes T seconds to go from the top to the bottom of the window. the window is h meters high. given h, T

determine how far above the window is the windowsill.

v= v_0 + at

x = x_0 + v_0*t + 1/2*a*t^2

v^2 = v_0^2 + 2a(x - x_0)x_0 = 0
x = q + h (figuring out q is the goal)
v_0 = 0
v = v
a = g
t = Tone again i feel like when i mess with the algebra i end up going in circles where I can't get everything solved within means of the terms given... hurts my head. i think I am doing something fundamentally wrong, let me know.
 
Physics news on Phys.org
1. x_0 = H
x = 0
v_0 = ?
v = ?
a = g
t = T
...
x=H
x_0=0

2. x=u2/2a

h=ut+0.5at2
 
With v_0, the object can reach the maximum height h (relative to the top of the building). That gives you an equation relating v_0 and h. It takes T_u to lose the initial speed v_0 going upward to the maximum height. That gives you an equation relating v_0 and T_u. It takes T_d to fall from H + h to the ground. That gives you an equation relating H, T_d and h. And T_u + T_d = T. So you have four equations and four unknowns v_0, h, T_u and T_d, which you can solve.
 
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