How do I calculate the height of a tower using motion in one dimension?

  • Thread starter Thread starter agm2010
  • Start date Start date
  • Tags Tags
    Dimension Motion
AI Thread Summary
To calculate the height of a tower using motion in one dimension, a rock is thrown downward with an initial speed of 12 m/s and hits the ground after 2 seconds, while neglecting air resistance. The initial calculations led to an incorrect height of 163.6 m due to a formula error. After correcting the approach and calculating the final velocity, the height was determined to be approximately 44 m. An alternative method using calculus also confirmed the height as 43.6 m, demonstrating a more straightforward approach without memorizing formulas. Understanding these calculations enhances problem-solving skills in physics.
agm2010
Messages
14
Reaction score
0
I have a few problems I'm having trouble with. If I can get some help with this one I should be able to figure out the rest I have.

1. A rock is thrown downward from the top of a tower with an initial speed of 12 m/s. If the rock hits the ground after 2.0 s, what is the height of the tower? (neglect air resistance).

Known:
Vi=12m/s
\Delta t=2 s
a=9.8 m/s

Relevant equations:
Vf^2=Vi^2+2a(\Delta y)
My attempt:
\Delta y=Vf^2-Vi^2-(2a)
\Delta y=0-144-(2*9.8 m/s^2)
\Delta y=-163.6
Height=163.6 m

I'm not sure if this is right. I think I run into trouble when I rearrange the formula. Multiple choice answer D is 63 m, so it's either a typo or I'm doing something wrong. A little guidance please? Thank you!
 
Physics news on Phys.org
If a = b + gc, then
c = (a - b)/g
So your Δy formula is wrong.
 
Ah, ok. I see what I did.

Corrected formula:
\Delta y=Vf^2-Vi^2/2aI also need to first find the final velocity:

Vf=Vi+a(\Delta t)
Vf=12 m/s + 9.8 m/s^2 (2 s)
Vf=31.6 m/s

Now for \Delta y:

\Delta y = (31.6m/s^2) - (12 m/s^2) / 2(9.8m/s^2):
\Delta y = 43.6 m
Height: 44 m

So it turned out to be a silly mistake. At least I learned from it. Thanks rl.bhat!
 
You can also derive the formula that you need.

Here is an alternative way to solve this problem. This will help.

Given that the acceleration is 9.8 m/s^2 we know that

\ddot{x}=9.8 m/s^2

and given that the initial velocity is 12 m/s, we can get

\dot{x}=9.8t + 12

and finally, setting the initial point as 0 m

x=\frac{9.8}{2}t^2+12t

Now you can plug in t=2 sec, and you get

x=43.6 m

A simple calculus trick. This will help you solving more complicated problems later, without any formulae memorized. =)
 
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