problem in exam: solve differential equations with nspire

3,785 views
Skip to first unread message

HenniP

unread,
Jun 7, 2010, 5:14:41 PM6/7/10
to tinspire
Hello ...

Here is the german student again ... :-P

my problem:


find the overall solution of y'' - 2y' + 5y = 17cos(2t) + 5


who has an idea? :-)

Thank you very much...Greetings from Leipzig

Nelson Sousa

unread,
Jun 7, 2010, 7:28:15 PM6/7/10
to tins...@googlegroups.com

This is what you're looking for:

deSolve(y''-2y'+5y=17cos(2t)+5,t,y)

deSolve solves ODEs up to order two, with or without initial values / boundary conditions. The argument list is equation,indep-var,dep-var and derivatives are specified using the apostrophe (under the ?! menu, next to the G key).

The solution will have two constants from c1 to c99 (the numbering is continuous, so the first time you solve the equation you get constants c1 and c2, the second time you get c2 and c4, etc.).

If you know initial values or boundary conditions you may solve the equation directly:

deSolve(y''-2*y'+5*y=17*cos(2*t)+5 and y(0)=1 and y'(0)=0,t,y)

or 

deSolve(y''-2*y'+5*y=17*cos(2*t)+5 and y(0)=1 and y(2)=1,t,y)


Cheers,
Nelson


--
To post to this group, send email to tins...@googlegroups.com
To unsubscribe send email to tinspire+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com.au/group/tinspire?hl=en-GB?hl=en-GB
The tns documents shared by group members are archived at
http://lafacroft.com/archive/nspire.php

Reply all
Reply to author
Forward
0 new messages