Deriving the speed of a falling ball

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

Homework Statement


You drop a baseball from the roof of a tall building. As the ball falls, the air exerts a drag force proportional to the square of the ball's speed (f=Dv2).
  1. (a) In a diagram, show the direction of motion and indicate, with the aid of vectors, all the forces acting on the ball.
  2. (b) Apply Newton's second laws second law and infer from the resulting equation the general properties of the motion.
  3. (c) Show that the ball acquires a terminal speed that is described by vt= [itex]\sqrt{\frac{mg}{D}}[/itex]
  4. (d) Derive the equation for the speed at any time.

Homework Equations


[itex]\int[/itex]((a2-x2)-1)dx = [itex]\frac{1}{a}[/itex]arctanh([itex]\frac{x}{a}[/itex]), where tanh(x)=(ex-e-x)/(ex+e-x)= (e2x-1)/(e2x+1)

The Attempt at a Solution


In the attachment.

I'm at a block with the last step of part d. How do I isolate v from that? Any help is appreciated.
 

Attachments

  • 5.124.jpg
    5.124.jpg
    43.5 KB · Views: 1,298
Physics news on Phys.org
[itex]tanh^{-1}(\frac{v\sqrt{D}}{\sqrt{mg}}) = \sqrt{\frac{mg}{D}}*t[/itex]
...
Finally
[itex]v = \sqrt{\frac{mg}{D}}*tanh(\sqrt{\frac{mg}{D}}*t)[/itex]
 
  • Like
Likes   Reactions: hhhh
Oh wow. That was pretty simple in retrospect... thanks.