Free fall with air resistance, must find velocity

Click For Summary

Homework Help Overview

The problem involves finding the velocity of an object in free fall as a function of time, considering air resistance. The equation provided for air resistance is a = g - kv, where g represents gravitational acceleration, k is a constant, and v is the velocity of the object. The initial condition states that the object's initial velocity is zero.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the setup of the differential equation relating velocity and time, with some suggesting integration techniques. There are questions about the role of the exponential function in the solution and the validity of different approaches to integration.

Discussion Status

Multiple interpretations of the problem are being explored, with participants offering different methods for integration and questioning assumptions about the terms in the equations. Some guidance has been provided regarding the use of integrating factors and the treatment of variables during integration.

Contextual Notes

Participants express uncertainty regarding the correctness of the book's solution compared to their own results, indicating a potential misunderstanding of the integration process or the assumptions made in the problem setup.

Merbdon
Messages
4
Reaction score
0

Homework Statement



The problem is to find the velocity as a function of time, given the following;
the object is in free fall and its initial velocity is zero. The formula given for the air resistance is: a = g - kv, where g is acceleration d/t gravity, k is a constant, and v is velocity.

Homework Equations


The problem gives the hint to solve using integration by parts, with u = g - kv


The Attempt at a Solution


The solution given in the back of the book is v = \frac{g}{k}(1-e-kt)
I have no idea how to arrive at this solution.
 
Physics news on Phys.org
Merbdon said:

Homework Statement



The problem is to find the velocity as a function of time, given the following;
the object is in free fall and its initial velocity is zero. The formula given for the air resistance is: a = g - kv, where g is acceleration d/t gravity, k is a constant, and v is velocity.

Homework Equations


The problem gives the hint to solve using integration by parts, with u = g - kv


The Attempt at a Solution


The solution given in the back of the book is v = \frac{g}{k}(1-e-kt)
I have no idea how to arrive at this solution.

g - kv is the expression for the net downward acceleration of the object, not just the deceleration due to wind resistance.

Set up the differential equation relating velocity and time, to begin with.
 
Merbdon said:

Homework Statement



The problem is to find the velocity as a function of time, given the following;
the object is in free fall and its initial velocity is zero. The formula given for the air resistance is: a = g - kv, where g is acceleration d/t gravity, k is a constant, and v is velocity.

Homework Equations


The problem gives the hint to solve using integration by parts, with u = g - kv


The Attempt at a Solution


The solution given in the back of the book is v = \frac{g}{k}(1-e-kt)
I have no idea how to arrive at this solution.

You can use differential form of acceleration, ie \large{a = \frac{dv}{dt}}
 
You don't have to integrate by parts, BTW. This is an easily separable first order differential equation. Maybe a simple substitution to clarify the form, but that's it.
 
Thanks for the replies everyone, but I'm still not seeing it. I am not trying to copy and paste an answer here, I'm doing this on my own time, trying to study before I go back to school in the Fall.
Where does the e come from? Is there some basic calculus that I'm overlooking? It looks to me that solving the problem should go something like this:

\frac{dv}{dt}= g - kv

∫^{t}_{0}dvdt = ∫^{t}_{0}(g - kvt)dt

v = gt - kvt → v = \frac{gt}{1 + kt}

Which makes sense, but doesn't match the answer in the book. Is the book incorrect, or am I? What am I missing here?

Thanks again for the help everyone.
-Merb
 
When you neglect the gravity term, you should immediately see that the solution of
\frac{dv}{dt}=-v
is
v=e^{-t}
because of the property of exponential functions:
\frac{d(e^{-t})}{dt}=-e^{-t}

Look up how to solve first order ode's using integrating factors and solving homogeneous and non-homogeneous equations. Hope this helps.
 
Why would you neglect the gravity term?
 
Merbdon said:
Thanks for the replies everyone, but I'm still not seeing it. I am not trying to copy and paste an answer here, I'm doing this on my own time, trying to study before I go back to school in the Fall.
Where does the e come from? Is there some basic calculus that I'm overlooking? It looks to me that solving the problem should go something like this:

\frac{dv}{dt}= g - kv

∫^{t}_{0}dvdt = ∫^{t}_{0}(g - kvt)dt

v = gt - kvt → v = \frac{gt}{1 + kt}
This integration is wrong. v is a function of t and you cannot treat it as a constant as you did on the right.

Which makes sense, but doesn't match the answer in the book. Is the book incorrect, or am I? What am I missing here?

Thanks again for the help everyone.
-Merb
From
\frac{dv}{dt}= g- kv
you get
\int\frac{dv}{g- kv}= \int dt
to integrate on the left, let u= g- kv so that du= -k dv, dv= (-1/k)du
-\frac{1}{k}\int\frac{du}{u}= \int dt
so that
-\frac{1}{k}ln u= ln(u^{-1/k})= t+ c
where c is the constant of integration. Taking the exponential of both sides
u^{-1/k}= e^{t+ c}= Ce^t
Take the -k th power of both sides to get
u= g- kv= Ae^{-kt}
where A= C^{-k}

Finally, solve for v:
v(t)= \frac{Ae^{kt}- g}{k}
 
Thank you very much Halls, that was a huge help. (It is a definite integral, though, evaluated at an arbitrary time t and assuming v=0 at t=0. I did away with the constant of integration.) I still can't get the answer that is given in the back of the book, however. When I manipulate it to a form similar to the answer above, I get v=\frac{g}{k}(1-\frac{1}{g}e-kt) (the exp should not be divided by g). Another strange thing is that both the answer I got using your method and the answer in the book check out when you differentiate with respect to t and set the result equal to a=g-kv, so both appear to be valid, but that can't be right. Any ideas?
 
  • #10
From
\frac{dv}{dt}= g- kv
you get
\int\frac{dv}{g- kv}= \int dt
to integrate on the left, let u= g- kv so that du= -k dv, dv= (-1/k)du
-\frac{1}{k}\int\frac{du}{u}= \int dt


How would you solve differently if you had m(dv/dt)= mg- kv2
 
  • #11
\int \frac{1}{1-ax^2}dx=\frac{1}{\sqrt{a}}arctanh(\sqrt(a)x)

There is probably a nice variable transformation to get an easier intermediate integral in case you don't know the above integral.
 
  • #12
Thanks!
 

Similar threads

  • · Replies 13 ·
Replies
13
Views
3K
Replies
4
Views
2K
Replies
3
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 39 ·
2
Replies
39
Views
4K
Replies
7
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K