Bullet pendulum problem w/ Calculus - AP Physics C

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
OtherWindow
Messages
9
Reaction score
0

Homework Statement



See problem here:
http://i184.photobucket.com/albums/x153/spl10246/problem.png

Solution:
http://i184.photobucket.com/albums/x153/spl10246/solution1.png
http://i184.photobucket.com/albums/x153/spl10246/solution2.png


Homework Equations



p = m * v
K = .5 * m * v^2
U = m * g * h
a = dv/dt
v = dx/dt

The Attempt at a Solution



I've gotten A and C fine, I'm still working to get B. D is the trouble part.

F_net = m * a
Only force acting is -bv

m * a = -bv
m * dv/dt = -bv

dv/dt = -bv / m

dv = -bv/m * dt

dv/v = -b/m * dt



At this point the published solution makes no sense to me at all. I am used to just putting an indefinite integral on both sides at this point. My confusion is about the bounds. Why is the left side v_0 to v?

I understand the steps after setting up the integrals (including evaluating the integrals and using log properties and so on).
 
Physics news on Phys.org
Okay: I finally arrived at the right answer by just using indefinite integrals and including a constant of integration that I solved for. That got me v(t) = v_0 * e ^ (-bt/m)

Then I did the same thing to get position from velocity, and used indefinite integrals again...
I got position = m*v_0 / b * (1 - e^(-bt/m))

Taking the limit as t-> infinity (b/c the block never fully stops, v(t) has no zeros but does a horizontal asymptote) yields m*v_0/b, which is the answer.