A maths question
- From: "sam" <asimnaseer@xxxxxxxxx>
- Date: 5 Apr 2007 18:49:23 -0700
Not exactly related to graphics, but as graphics require good
mathematics understanding I thought I would see if someone here may be
able to help.
Here is description of my problem. An object is moving in a straight
line. The object can thrust to speed up and thrust in reverse to
slowdown.
The object is travelling between two known points, A & B, distance d
apart.
+----------------------+
A d B
The basic movement is as follows
Ft = thrust
A = acceleration
Vi = Initial velocity
Vf = final velocity
Cf = friction constant
Ff = friction force
F = force on object
so...
Ff = - Vi * Cf
F = Ft + Ff = Ft - Vi * Cf
A = F / Mass
Vf = Vi + A * timeStep
My question is :
If I know my initial velocity, distance left to go and final velocity,
how do I calculate the thrust ?
Thanks in advance,
Sam
.
- Follow-Ups:
- Re: A maths question
- From: Hans-Bernhard Bröker
- Re: A maths question
- Prev by Date: Re: My implementation of line segmentment intersection algorithm (FAQ 1.03)
- Next by Date: Re: My implementation of line segmentment intersection algorithm (FAQ 1.03)
- Previous by thread: Block processing
- Next by thread: Re: A maths question
- Index(es):
Relevant Pages
|