![]() |
Sample ProblemsBrown University, Applied Mathematics |
Example.Consider a pendulum equation
Example.Consider the nonhomogeneous equation for the second order linear differential equation:
\[ u''(t)+u'(t)+1.25*u(t)=3*\cos(t), \qquad u(0) = 2, \quad u'(0) = 3. \]
We solve and plot its solutions with the following steps:
Example.Consider an RLC circuit. We solve the corresponding problem using the following MuPad code:
Create your own problems to solve by picking one homogeneous equation and adding on a forcing term
Homogeneous Equations$y''(t)+9y(t) = 0 $
$8y''(t)-4y'(t) = 0 $
$y''(t)-5y'(t)+2y(t) = 0 $
$y''(t)-6y'(t)+9y(t) = 0 $
$y''(t)-4y(t) = 0 $
$12y''(t)-3y(t) = 0 $
$-14y''(t)+7y'(t) = 0 $
$17y''(t)-9y'(t)+16y(t) = 0 $
$y''(t)-y'(t)-3y(t) = 0 $
$t^2e^{3t}+6$
$17$
$3e^{4t}$
$19t^3+13t$
$-t^2$
$t^2cos(12t)$
$sin(-3x)$
$te^{4t}+6cos(-4t)$
$t+t^2+t^3+t^4$
$cos(19t)+tsin(-4t)+t^7e^{13t}$
Home |
< Previous |
Next > |