U-substitution for finding v(t)

  • Thread starter Thread starter sadakaa
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
sadakaa
Messages
18
Reaction score
0

Homework Statement


A .25kg ball is dropped from rest. Air resistance is f= -.05v
a. find v(t)
b. What is the terminal velocity of the ball?
c. At what time does the ball reach 50% of its terminal velocity? 90%?

Homework Equations


F=ma
F= mg - .05v

The Attempt at a Solution


Began to solve the equation knowing that I have to separate the terms, moves all the velocity terms to one side, then integrate.

ma = mg - .05v
a = mg/m - .05v/m
a = g - .2v

dv/dt = g - .2v
dt = dv/(g-.2v)

now I am just wondering to integrate that terms on the right. U-substitution for the denominator?
 
Physics news on Phys.org
[tex]\int{\frac{du}{a+k u}}=\frac{ln(a+k u)}{k}[/tex]
Integral tables are your friend ^_^
 
so just to make sure I am correct, [tex]\int\frac{dv}{g-.2v}[/tex] is [tex]\frac{ln(g-.2v)}{.2} + constant[/tex]
 
Last edited:
alright so i assumed that was correct and went on with the problem, but ran into trouble at c.

ΣF = ma = mg - .05v
a = mg/m - .05v/.25
a = g - .2v
dv/dt = a

dv/dt = g - .2v
dv/(g - .2v) = dt
∫ dv/(g - .2v) = ∫dt
ln(g - .2v)/.2 = t - c
ln(g - .2v) = .2(t - c)
e[tex]^{.2(t - c)}[/tex] = g - .2v
e[tex]^{.2(t - c)}[/tex] - g = -.2v
-[e[tex]^{.2(t - c)}[/tex] - g]/.2 = v(t)

Ball starts at rest, v = 0 when t = 0
[e[tex]^{-.2c}[/tex] - g]/-.2 = 0
-5[e[tex]^{-.2c}[/tex] - g] = 0
-5e[tex]^{-.2c}[/tex] + 5g = 0
-5e[tex]^{-.2c}[/tex] = -5g
e[tex]^{-.2c}[/tex] = g
ln(g) = -.2c
-ln(g)/.2 = c
c = -11.42

v(t) = -5e.2(t + 11.42) + 49.05

What is the terminal velocity?
ΣF = ma = mg - .05v = 0
.05v = .25g
v = 5g = 49.05 m/s

At what time does the ball reach 50% of its terminal velocity?
v(t) = -5e.2(t + 11.42) + 49.05
v(t) = 24.525 m/s

24.525 - 49.05 = -5e[tex]^{.2(t + 11.42)}[/tex]
4.905 = e[tex]^{.2(t + 11.42)}[/tex]
ln(4.905) = .2(t + 11.42)
ln(4.905) - 2.284 = .2t
[ln(4.905) - 2.284]/.2 = t

t = -3.47 sec
t is negative. whattttt?