Click here to Skip to main content
15,886,362 members
Home / Discussions / Algorithms
   

Algorithms

 
Questiondata mining algorithms Pin
kindd8-May-07 23:31
kindd8-May-07 23:31 
AnswerRe: data mining algorithms Pin
cjengler9-May-07 2:01
cjengler9-May-07 2:01 
GeneralRe: data mining algorithms Pin
kindd9-May-07 18:44
kindd9-May-07 18:44 
GeneralRe: data mining algorithms Pin
cjengler10-May-07 2:05
cjengler10-May-07 2:05 
GeneralRe: data mining algorithms Pin
kindd10-May-07 2:24
kindd10-May-07 2:24 
QuestionDuplicateHandle Pin
tom groezer8-May-07 5:56
tom groezer8-May-07 5:56 
AnswerRe: DuplicateHandle Pin
Stephen Hewitt8-May-07 14:16
Stephen Hewitt8-May-07 14:16 
QuestionPlease help Pin
A*****5-May-07 20:30
A*****5-May-07 20:30 
I have four equations:
s = e^0.245t (t = time(sec) over 10 seconds) s = distance(metres)
s = 4.2ln(t + 1.2)
s = 0.2t(t-5.1)
s = 0.2t(t-5.1)(t-9.1)
and for each equation I need to find the displacement,velocity, acceleration, start postition and how long each takes to reach 10 metres away from it's starting point.

I know that:
Velocity is: ds/dt
Acceleration is :dv/dt

I have no problem finding the Velocity and acceleration:
1.
s = e^0.245t (Is this the displacement?)
Velocity = .245 e^.245t
Acceleration = (.245)^2 e^.245t

2.
s = 4.2ln(t + 1.2) (Is this the displacement?)
Velocity = 4.2* (1/t +1.2)
Acceleration = -4.2 (t+1.2)^-2

3.
s = 0.2t(t-5.1) (Is this the displacement?)
Velocity= 0.2t^2 - 1.0t (is this right?)
Acceleration = 0.4t-1.02

4.
s = 0.2t(t-5.1)(t-9.1) (Is this the displacement?)
=-(0.2t^2 - 1.02t)(t-9.1)
=0.2t^3 - 1.82t^2 - 1.02t^2 + 9.282t
=0.2t^3 - 2.84t^2 +9.282t
Is this the velocity?
Velocity =.6t^2 - 5.68t + 9.282
Is this the acceleration?
Acceleration = 1.2t-5.68

Now here's the question, how do I find the starting position that each equation starts at, and how do i find how long it took the equation to finish.

Thanks for any help!Smile | :)
If you need me to explain something better please ask.
Ps: Sorry for the long question.




My blog:[^]

AnswerRe: Please help Pin
cp98765-May-07 20:47
cp98765-May-07 20:47 
AnswerRe: Please help Pin
Nathan Addy8-May-07 15:03
Nathan Addy8-May-07 15:03 
GeneralThanks Nathan Addy Pin
A*****9-May-07 15:49
A*****9-May-07 15:49 
QuestionMutliplying a very long number Pin
MoustafaS5-May-07 10:53
MoustafaS5-May-07 10:53 
AnswerRe: Mutliplying a very long number Pin
Luc Pattyn5-May-07 12:20
sitebuilderLuc Pattyn5-May-07 12:20 
GeneralRe: Mutliplying a very long number Pin
Arun.Immanuel5-May-07 20:51
Arun.Immanuel5-May-07 20:51 
GeneralRe: Mutliplying a very long number Pin
cp98765-May-07 22:30
cp98765-May-07 22:30 
GeneralRe: Mutliplying a very long number Pin
Arun.Immanuel5-May-07 22:36
Arun.Immanuel5-May-07 22:36 
GeneralRe: Mutliplying a very long number Pin
Luc Pattyn5-May-07 23:42
sitebuilderLuc Pattyn5-May-07 23:42 
GeneralRe: Mutliplying a very long number Pin
MoustafaS6-May-07 4:23
MoustafaS6-May-07 4:23 
AnswerRe: Mutliplying a very long number Pin
Bassam Abdul-Baki8-May-07 15:48
professionalBassam Abdul-Baki8-May-07 15:48 
QuestionRotation Matrix Pin
wajih.boukaram4-May-07 12:23
wajih.boukaram4-May-07 12:23 
AnswerRe: Rotation Matrix Pin
cp98765-May-07 2:56
cp98765-May-07 2:56 
AnswerRe: Rotation Matrix Pin
Paul Conrad5-May-07 5:22
professionalPaul Conrad5-May-07 5:22 
AnswerRe: Rotation Matrix Pin
spin vector16-May-07 2:36
spin vector16-May-07 2:36 
GeneralRe: Rotation Matrix Pin
cp987616-May-07 3:41
cp987616-May-07 3:41 
AnswerRe: Rotation Matrix Pin
Frank Kerrigan21-May-07 23:40
Frank Kerrigan21-May-07 23:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.