Finding time of travel by falling object in drag coeeficient

vorse
Messages
13
Reaction score
0

Homework Statement



An object with mass 10kg is dropped from a height of 200m. Given that the constant k in
the equation is 2.5Nsm^-1
mv'(t) = −mg − kv(t)

approximately how many seconds does the object hit the ground?



Homework Equations



v' + (k/m)v = -g



The Attempt at a Solution



p(t) = k/m h(t) = (k/m)t e^h(t) = e^(k/m)t

e^(k/m)t v = -gm/k e^(k/m)t +C

v(t) = -gm/k + Ce^-(k/m)t

v(0) = 0 ; C = gm/k

v(t) = -gm/k + gm/k e^-(k/m)t

S(t) - S(0) = integration of v(t) = -gmt/k - gm^2/k^2 e^-kt/m ; evaluate from 0 to t

0 = -39t - 156.8e^(-1/4) + 156.8 ; after substituting m = 10kg ; g = -9.8; and k = 2.5


Now I must solve for t, but how can I do this? I can't apply the quadratic formula can I?
 
Physics news on Phys.org
Solve 0= -39t - 156.8e^(-1/4) + 156.8 for t? That's a simple linear equation.

39t= -156.8e^(-1/4) + 156.8 so t= (-156.8e^(-1/4) + 156.8)/39.
 
0 = -39t - 156.8e^(-1/4)t + 156.8 ; after substituting m = 10kg ; g = -9.8; and k = 2.5

sorry, forgot the t from this equation; if you follow the work I did, you'll see. Still, not sure how to solve for t
 
Bump*
Don't know the rule for bumping threads, but if this is illegal, I'll never do this again.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top