Pendulum projectile momentum question

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
17 replies · 3K views
jackneedshelp
Messages
10
Reaction score
0

Homework Statement


A 0.010 kg pendulum bob is dropped from a height (h) above its equilibrium position. When the bob reaches its equilibrium position, the string breaks and the bob now acts as a projectile. After the string breaks the bob falls 1.5 m while moving 2.0 m horizontally. Calculate the height (h) from which the bob was released.


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
I don't even know where to start! It should have something to do with momentum and impulse, but I can't even get started on it! Please help!
 
I set potential energy equal to kinetic energy, and solved for v.
v = sqrt(19.62h)
 
so I did the horizontal part, and got the horizontal acceleration to be 4.905h.
how do I do the vertical part?
 
so I'm solving for time?
 
or final velocity?
 
d = 2.0m
vi = sqrt(19.62h)
vf = 0
t = ?

2 = (0+sqrt(19.62h))/2 *t
t = 4 / (sqrt(19.62h))

is that what I'm supposed to do?
 
jackneedshelp said:
d = 2.0m
vi = sqrt(19.62h)
vf = 0
t = ?

2 = (0+sqrt(19.62h))/2 *t
t = 4 / (sqrt(19.62h))

is that what I'm supposed to do?

something like that

but vf isn't 0 (and you aren't told what it is)

and that's the wrong equation anyway

this time, first write out the equation you're using, in letters,

then write it out with the numbers in​
 
vf srd = vi srd + 2ad
vf srd = (sqrt(19.62h))srd + 2(0)(2)
vf = sqrt(19.62h)

so vf = vi
 
jackneedshelp said:
vf srd = vi srd + 2ad
vf srd = (sqrt(19.62h))srd + 2(0)(2)
vf = sqrt(19.62h)

so vf = vi

well, yes, but that's a bit obvious

horizontally, a = 0, so v is constant

you need an equation with t in it​
 
d = vi t + (0.5)(a)(t)sqrd
2 = sqrt(19.62h) t + 0
t = 2 / sqrt(19.62h)
 
Ohhh kaaaaay! I get it! Thanks!