Click here to Skip to main content
15,891,704 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Can someone who is good at math please check my working!? - Differential equation Pin
CPallini22-Apr-08 4:26
mveCPallini22-Apr-08 4:26 
AnswerRe: Can someone who is good at math please check my working!? - Differential equation Pin
CPallini22-Apr-08 4:55
mveCPallini22-Apr-08 4:55 
GeneralRe: Can someone who is good at math please check my working!? - Differential equation Pin
73Zeppelin22-Apr-08 4:57
73Zeppelin22-Apr-08 4:57 
GeneralRe: Can someone who is good at math please check my working!? - Differential equation Pin
CPallini22-Apr-08 5:09
mveCPallini22-Apr-08 5:09 
GeneralRe: Can someone who is good at math please check my working!? - Differential equation Pin
MarkB77722-Apr-08 12:54
MarkB77722-Apr-08 12:54 
GeneralRe: Can someone who is good at math please check my working!? - Differential equation Pin
CPallini22-Apr-08 22:54
mveCPallini22-Apr-08 22:54 
AnswerRe: Can someone who is good at math please check my working!? - Differential equation Pin
73Zeppelin22-Apr-08 7:41
73Zeppelin22-Apr-08 7:41 
GeneralRe: Can someone who is good at math please check my working!? - Differential equation Pin
MarkB77722-Apr-08 12:52
MarkB77722-Apr-08 12:52 
Yup that was it!!!

t=1 and t=0.1 both worked so im satisfied with that.

<br />
<br />
-7.5*e^-2000t + 10.61*sin(w*t + 0.785) mA<br />
<br />
<br />
-> L*(di/dt) + R*i = V*cos(w*t)<br />
<br />
L = 0.2<br />
R = 400<br />
i(t) = -7.5*e^-2000t + 10.61*sin(2000*t + 0.785) mA<br />
i'(t) = 15*e^-2000t + 21.22*cos(2000*t + 0.785)<br />
V = 6<br />
<br />
-> 0.2*(15*e^-2000t + 21.22*cos(2000*t + 0.785)) <br />
+ 400((-7.5*10^-3)*e^-2000t + (10.61*10^-3)*sin(2000*t + 0.785))<br />
 = 6*cos(2000*t)<br />
<br />
Let t = 1<br />
<br />
-> 0.2(0 -19.46) + 400(0 + (9.8677*10^-3)) = 6cos(2000)<br />
<br />
-> -3.893 + 1.6898 = -2.2<br />
-> -2.2 = -2.2<br />
<br />
 Horray! <br />
<br />



Thankyou so much for your help!

Cheers,


GeneralRe: Can someone who is good at math please check my working!? - Differential equation Pin
73Zeppelin22-Apr-08 22:51
73Zeppelin22-Apr-08 22:51 
Answer[OT] Re: Can someone who is good at math please check my working!? - Differential equation Pin
David Crow28-Apr-08 6:45
David Crow28-Apr-08 6:45 
GeneralRe: [OT] Re: Can someone who is good at math please check my working!? - Differential equation Pin
Roger Wright28-Apr-08 6:55
professionalRoger Wright28-Apr-08 6:55 
GeneralRe: [OT] Re: Can someone who is good at math please check my working!? - Differential equation Pin
David Crow28-Apr-08 6:59
David Crow28-Apr-08 6:59 
GeneralMapping a bit of strings into a Group Element Pin
bigdenny20021-Apr-08 10:07
bigdenny20021-Apr-08 10:07 
GeneralAgorithm question Pin
Richard Blythe21-Apr-08 6:23
Richard Blythe21-Apr-08 6:23 
AnswerRe: Agorithm question [modified] Pin
73Zeppelin30-Apr-08 11:11
73Zeppelin30-Apr-08 11:11 
GeneralNewton's first order numerical method. Pin
MarkB77720-Apr-08 22:40
MarkB77720-Apr-08 22:40 
GeneralRe: Newton's first order numerical method. Pin
DQNOK21-Apr-08 4:14
professionalDQNOK21-Apr-08 4:14 
GeneralRe: Newton's first order numerical method. Pin
MarkB77721-Apr-08 13:55
MarkB77721-Apr-08 13:55 
GeneralRe: Newton's first order numerical method. Pin
Tim Craig21-Apr-08 14:01
Tim Craig21-Apr-08 14:01 
JokeRe: Newton's first order numerical method. Pin
MarkB77721-Apr-08 14:16
MarkB77721-Apr-08 14:16 
GeneralRe: Newton's first order numerical method. Pin
Tim Craig21-Apr-08 14:40
Tim Craig21-Apr-08 14:40 
AnswerRe: Newton's first order numerical method. Pin
MarkB77722-Apr-08 2:12
MarkB77722-Apr-08 2:12 
QuestionHow do I create type in HTML VBScript or/and javascript which was same as System.Decimal (in .NET Framework)? Pin
Basil200420-Apr-08 21:32
Basil200420-Apr-08 21:32 
Generalask for a algorithm about visit array Pin
richardye20-Apr-08 20:45
richardye20-Apr-08 20:45 
GeneralRe: ask for a algorithm about visit array Pin
CPallini20-Apr-08 23:05
mveCPallini20-Apr-08 23:05 

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.