
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Assignment; Class: Elem Differential Equations; Subject: Mathematics; University: Arizona State University - Tempe; Term: Unknown 1989;
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

MAT 274 Os illations Worksheet
Consider the damp ed mass-spring system: x^00 + 2 x^0 + 9 x = 0 (1) with initial onditions x(0) = 1, x^0 (0) = 2. The b est Maple syntax to solve su h a di erential equation is de := diff(x(t); t; t) + 2 diff(x(t); t) + 9 x(t) = 0 ; dsolve(fde; x( 0 ) = 1 ; D(x)( 0 ) = 2 g; x(t))
1