image
Physics Forums Logo
image
image
* Register * Upgrade Blogs Library Staff Rules Mark Forums Read
image
image   image
image

Go Back   Physics Forums > Mathematics > General Math


Reply

image Kinematics question Share It Thread Tools Search this Thread image
Old Jul3-09, 03:08 PM                  #1
fereak

fereak is Offline:
Posts: 7
Kinematics question

Hey,
Not sure if this is in the right place, move if necessary.

So, I know about SUVATs, and non-constant acceleration, using Calculus.
I also (basically) understand how to calculate the force of drag on an object.
How could I combine the 2, calculate the final velocity/acceleration of a falling object, taking into account air resistance?

Thanks, my knowledge is limited to AS Level Pure Maths and GCSE Physics, for now. :)
  Reply With Quote
Old Jul3-09, 07:05 PM                  #2
tiny-tim
 
tiny-tim's Avatar

Homework Helper 2008

tiny-tim is Offline:
Posts: 9,252
Blog Entries: 27
Recognitions:
PF Contributor PF Contributor
Homework Helper Homework Helper
Science Advisor Science Advisor
Smile Welcome to PF!

Hey fereak ! Welcome to PF!
Originally Posted by fereak View Post
How could I combine the 2, calculate the final velocity/acceleration of a falling object, taking into account air resistance?
You'd get an equation something like dv/dt = -kv + c, and just integrate it.

Or do you have something more complicated in mind?
  Reply With Quote
Old Jul3-09, 07:13 PM                  #3
fereak

fereak is Offline:
Posts: 7
Re: Welcome to PF!

Originally Posted by tiny-tim View Post
Hey fereak ! Welcome to PF!


You'd get an equation something like dv/dt = -kv + c, and just integrate it.

Or do you have something more complicated in mind?
Where did you get that from? What is k? and c?
  Reply With Quote
Old Jul3-09, 07:21 PM                  #4
tiny-tim
 
tiny-tim's Avatar

Homework Helper 2008

tiny-tim is Offline:
Posts: 9,252
Blog Entries: 27
Recognitions:
PF Contributor PF Contributor
Homework Helper Homework Helper
Science Advisor Science Advisor
Originally Posted by fereak View Post
Where did you get that from? What is k? and c?
(k and c are constants)

No … you first … what did you get?
  Reply With Quote
Old Jul4-09, 05:36 AM                  #5
fereak

fereak is Offline:
Posts: 7
Re: Kinematics question

Well I know the SUVATs:

and the drag equation:

But, for the drag equation, the velocity must be given. We can calculate that using SUVATs/Calculus but it would surely be affected by the drag, but to work that out I need velocity! And once I know the drag force, how can I apply it to the velocity to see how its affected?
Or am I overcomplicating? Could I just substitute them together?
  Reply With Quote
Old Jul4-09, 01:29 PM                  #6
tiny-tim
 
tiny-tim's Avatar

Homework Helper 2008

tiny-tim is Offline:
Posts: 9,252
Blog Entries: 27
Recognitions:
PF Contributor PF Contributor
Homework Helper Homework Helper
Science Advisor Science Advisor
ah … that drag equation has force proportional to v2, so the differential equation would be of the form dv/dt = -kv2 + c …

again, just integrate
  Reply With Quote
Old Jul4-09, 01:59 PM                  #7
fereak

fereak is Offline:
Posts: 7
Re: Kinematics question

Sorry, but integrate what?
  Reply With Quote
Old Jul4-09, 02:09 PM                  #8
tiny-tim
 
tiny-tim's Avatar

Homework Helper 2008

tiny-tim is Offline:
Posts: 9,252
Blog Entries: 27
Recognitions:
PF Contributor PF Contributor
Homework Helper Homework Helper
Science Advisor Science Advisor
Originally Posted by fereak View Post
Sorry, but integrate what?
Integrate dv/(-kv2 + c) = dt
  Reply With Quote
Old Jul4-09, 02:33 PM                  #9
fereak

fereak is Offline:
Posts: 7
Re: Kinematics question

Originally Posted by tiny-tim View Post
Integrate dv/(-kv2 + c) = dt
Wha? Why??
I'm deeply confused.
  Reply With Quote
Old Jul4-09, 05:09 PM                  #10
HallsofIvy

PF Mentor

HallsofIvy is Offline:
Posts: 24,772
Re: Kinematics question

What is confusing? Do you not know how to integrate? If you know how to integrate, then integrate:
LaTeX Code: \\int \\frac{dv}{-kv^2+ c}= \\int dt
  Reply With Quote
Old Jul4-09, 07:42 PM                  #11
fereak

fereak is Offline:
Posts: 7
Re: Kinematics question

Yeah, of course I can integrate, by why dv/(-kv2 + c)? Where is that from?
  Reply With Quote
Old Jul4-09, 11:16 PM                  #12
Mentallic

Mentallic is Offline:
Posts: 784
Re: Kinematics question

LaTeX Code: a=\\frac{dv}{dt}=-kv^2+c

but you can't differentiate -kv2+c with respect to time because there is no time in the equation.

So what you can instead do is use the rule LaTeX Code: \\frac{1}{\\frac{dv}{dt}}=\\frac{dt}{dv} and now we have LaTeX Code: \\frac{dt}{dv}=\\frac{1}{-kv^2+c}

and now we can integrate with respect to velocity.
  Reply With Quote
Old Jul5-09, 08:07 AM                  #13
fereak

fereak is Offline:
Posts: 7
Re: Kinematics question


OK! But where has -kv2+c come from? Seriously, wtf? How was that expression calculated? How is it relevant?
  Reply With Quote
Old Jul5-09, 09:46 AM                  #14
Mentallic

Mentallic is Offline:
Posts: 784
Re: Kinematics question

Ahh so thats what you didn't understand. Well, at least you made it more clear this time

the a=-kv2+c is basically saying that as your velocity increases in any direction, the drag force of the air will increase at a quadratic rate (as expressed by the v2). Think of it logically for a second. Air resistance is fairly negligible at low speeds, i.e. you barely feel still air when you're walking through it, but as your speed increases to a run, it quickly becomes noticeable. When you pop your head out of the car it's very distinct, and even painful. When a space shuttle enters the atmosphere, the friction is profound enough to cause massive heating and creates very large G-forces on the shuttle and astronauts.
Ok, so as you can see, doubling your velocity doesn't necessarily mean twice as much drag force, it seems to be more than that. Now, for some reason (if anyone has deeper knowledge on the subject, please let us know) some had come to the conclusion - probably through experimental data - that the relationship between velocity and drag is a quadratic one.

a=-kv2+c
k>0, some number with a value probably depending on the atmospheric pressure (correct me if I'm wrong, this is a wild guess)
c=gravity, the only force acting when v=0 is gravity, i.e. the drag is negligible.

I hope this makes more sense.
  Reply With Quote
Old Jul5-09, 11:59 AM                  #15
JanClaesen

JanClaesen is Offline:
Posts: 48
Re: Kinematics question

Originally Posted by Mentallic View Post
Ahh so thats what you didn't understand. Well, at least you made it more clear this time

the a=-kv2+c is basically saying that as your velocity increases in any direction, the drag force of the air will increase at a quadratic rate (as expressed by the v2). Think of it logically for a second. Air resistance is fairly negligible at low speeds, i.e. you barely feel still air when you're walking through it, but as your speed increases to a run, it quickly becomes noticeable. When you pop your head out of the car it's very distinct, and even painful. When a space shuttle enters the atmosphere, the friction is profound enough to cause massive heating and creates very large G-forces on the shuttle and astronauts.
Ok, so as you can see, doubling your velocity doesn't necessarily mean twice as much drag force, it seems to be more than that. Now, for some reason (if anyone has deeper knowledge on the subject, please let us know) some had come to the conclusion - probably through experimental data - that the relationship between velocity and drag is a quadratic one.

a=-kv2+c
k>0, some number with a value probably depending on the atmospheric pressure (correct me if I'm wrong, this is a wild guess)
c=gravity, the only force acting when v=0 is gravity, i.e. the drag is negligible.

I hope this makes more sense.
If c = g, does this mean that this formula is used for calculating the drag on for example rockets?
Since drag force and gravity have the same direction (in this case), is c < 0?
By the way, when do you use this formula, since I always learned that the drag force is -λ*v(t)
  Reply With Quote
Old Jul5-09, 03:33 PM                  #16
tiny-tim
 
tiny-tim's Avatar

Homework Helper 2008

tiny-tim is Offline:
Posts: 9,252
Blog Entries: 27
Recognitions:
PF Contributor PF Contributor
Homework Helper Homework Helper
Science Advisor Science Advisor
Red face reality? don't talk to me about reality …

Originally Posted by JanClaesen View Post
By the way, when do you use this formula, since I always learned that the drag force is -λ*v(t)
Hi JanClaesen!

In my experience, exam questions are nearly always about drag proportional to v, not v2

whether that represents reality, I've no idea!
  Reply With Quote
image image
Reply

Tags
calculus, drag, kinematics, question, suvat
Thread Tools


Similar Threads for: Kinematics question
Thread Thread Starter Forum Replies Last Post
HELP!!! A question on Kinematics in 2D & 3D? Kudo Shinichi Introductory Physics 3 Sep22-08 02:16 PM
Kinematics question asi123 Introductory Physics 1 May31-08 12:09 PM
kinematics question imy786 Introductory Physics 61 Mar20-07 09:09 AM
a question on kinematics amitchhajer Introductory Physics 7 Aug21-05 02:06 PM
kinematics question bADc Introductory Physics 1 Apr19-05 11:30 AM

Powered by vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd. © 2009 Physics Forums
Sciam | physorgPhysorg.com Science News Partner
image
image   image