|
|
|
y |
|
|
|
dy/dx |
|
|
|
x
|
|
|
|
1
|
|
|
|
x2
|
|
|
|
2*x
+ dx |
|
|
|
x3
|
|
|
|
3*x2
+ 3*x*dx + (dx)2 |
|
|
|
x4
|
|
|
|
4*x3
+ 6*x2*dx2 + (dx)3 |
|
|
|
dy/dx
|
|
|
|
2*X
+ L1 |
|
|
|
3*X2
+ 3*X*L1 + L12 |
|
|
|
4*X3
+ 6*X2*L12 + L13 |
|
|
|
2*X
|
|
|
|
3*X2
|
|
|
|
4*X3
|
|
|
|
y
= a*xn + b*x(n-1) + ..., is |
|
|
|
dy/dx
= a*n*x(n-1) + b*(n-1)*x(n-2) + ... |
|
|
|
dy
= a*dy1 + b*dy2 + ..., then |
|
|
|
dy/dx
= a*(dy1/dx) + b*(dy2/dx) + ... |
(a) When computing derivatives of
polynomials it is as easy to use the "algebraic" formula as to use
nDeriv.
(b) Using antiderivatives for computing
integrals (the Fundamental Theorem) is both more efficient and more accurate
than using fnInt. (Also using antiderivatives avoids the "nesting" of
fnInt, which is not allowed on the TI-83/84.)