Function Desolve; The Variable Odetype - HP 50g User Manual

Graphing calculator
Hide thumbs Also See for HP 50g:
Table of Contents

Advertisement

Function DESOLVE

The calculator provides function DESOLVE (Differential Equation SOLVEr) to
solve certain types of differential equations. The function requires as input
the differential equation and the unknown function, and returns the solution
to the equation if available. You can also provide a vector containing the
differential equation and the initial conditions, instead of only a differential
equation, as input to DESOLVE. The function DESOLVE is available in the
CALC/DIFF menu. Examples of DESOLVE applications are shown below
using RPN mode.
Example 1 – Solve the first-order ODE:
In the calculator use:
'd1y(x)+x^2*y(x)=5' ` 'y(x)' ` DESOLVE
The solution provided is
{'y(x) = (5*INT(EXP(xt^3/3),xt,x)+cC0)*1/EXP(x^3/3)}' }
, which simplifies to
y
(
x

The variable ODETYPE

You will notice in the soft-menu key labels a new variable called @ODETY
(ODETYPE). This variable is produced with the call to the DESOL function
and holds a string showing the type of ODE used as input for DESOLVE.
Press @ODETY to obtain the string " 1st order linear ".
Example 2 – Solving an equation with initial conditions. Solve
with initial conditions
In the calculator, use:
['d1d1y(t)+5*y(t) = 2*COS(t/2)' 'y(0) = 6/5' 'd1y(0) = -1/2'] `
Notice that the initial conditions were changed to their
'y(0) = 6/5', rather than 'y(0)=1.2', and 'd1y(0) = -1/2', rather than,
Page 14-3
dy/dx + x
3
)
5
exp(
x
/
) 3
2
2
d
y/dt
+ 5y = 2 cos(t/2),
y(0) = 1.2, y'(0) = -0.5.
'y(t)' `
DESOLVE
2
y(x) = 5.
3
exp(
x
/
) 3
dx
C
.
0
Exact
expressions,

Advertisement

Table of Contents
loading

This manual is also suitable for:

F2229aa - 50g graphing calculator

Table of Contents