Texas Instruments TINSPIRE Reference Guide - Page 129

derivative, integral, q

Page 129 highlights

d() (derivative) d(Expr1, Var [,Order]) | Var=Value ⇒ value d(Expr1, Var [,Order]) ⇒ value d(List1,Var [,Order]) ⇒ list d(Matrix1,Var [,Order]) ⇒ matrix Except when using the first syntax, you must store a numeric value in variable Var before evaluating d(). Refer to the examples. d() can be used for calculating first and second order derivative at a point numerically, using auto differentiation methods. Order, if included, must be=1 or 2. The default is 1. Note: You can insert this function from the keyboard by typing derivative(...). Note: See also First derivative, page 5 or Second derivative, page 5. Note: The d() algorithm has a limitiation: it works recursively through the unsimplified expression, computing the numeric value of the first derivative (and second, if applicable) and the evaluation of each subexpression, which may lead to an unexpected result. Consider the example on the right. The first derivative of x·(x^2+x)^(1/3) at x=0 is equal to 0. However, because the first derivative of the subexpression (x^2+x)^(1/3) is undefined at x=0, and this value is used to calculate the derivative of the total expression, d() reports the result as undefined and displays a warning message. If you encounter this limitation, verify the solution graphically. You can also try using centralDiff(). ‰() (integral) ‰(Expr1, Var, Lower, Upper) ⇒ value Returns the integral of Expr1 with respect to the variable Var from Lower to Upper. Can be used to calculate the definite integral numerically, using the same method as nInt(). Note: You can insert this function from the keyboard by typing integral(...). Note: See also nInt(), page 68, and Definite integral template, page 5. ‡() (square root) ‡ (Value1) ⇒ value ‡ (List1) ⇒ list Returns the square root of the argument. For a list, returns the square roots of all the elements in List1. Note: You can insert this function from the keyboard by typing sqrt(...) Note: See also Square root template, page 1. Catalog > Catalog > /q keys TI-Nspire™ Reference Guide 123

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164

TI-Nspire™ Reference Guide
123
d
() (derivative)
Catalog >
d
(
Expr1
,
Var
[
,
Order
]
) |
Var=Value
value
d
(
Expr1
,
Var
[
,
Order
]
)
value
d
(
List1
,
Var
[
,
Order
]
)
list
d
(
Matrix1
,
Var
[
,
Order
]
)
matrix
Except when using the first syntax, you must store a numeric value in
variable
Var
before evaluating
d
()
. Refer to the examples.
d
()
can be used for calculating first and second order derivative at a
point numerically, using auto differentiation methods.
Order
, if included, must be=
1
or
2
. The default is
1
.
Note:
You can insert this function from the keyboard by typing
derivative(
...
)
.
Note:
See also
First derivative
, page
5
or
Second derivative
, page
5
.
Note:
The
d()
algorithm has a limitiation: it works recursively
through the unsimplified expression, computing the numeric value of
the first derivative (and second, if applicable) and the evaluation of
each subexpression, which may lead to an unexpected result.
Consider the example on the right. The first derivative of
x·(x^2+x)^(1/3) at x=0 is equal to 0. However, because the first
derivative of the subexpression (x^2+x)^(1/3) is undefined at x=0,
and this value is used to calculate the derivative of the total
expression,
d()
reports the result as undefined and displays a warning
message.
If you encounter this limitation, verify the solution graphically. You
can also try using
centralDiff()
.
()
(integral)
Catalog >
(
Expr1
,
Var
,
Lower
,
Upper
)
value
Returns the integral of
Expr1
with respect to the variable
Var
from
Lower
to
Upper
. Can be used to calculate the definite integral
numerically, using the same method as nInt().
Note:
You can insert this function from the keyboard by typing
integral(
...
)
.
Note:
See also
nInt()
, page 68, and
Definite
integral template
,
page 5.
() (square root)
/q
keys
(
Value1
)
value
(
List1
)
list
Returns the square root of the argument.
For a list, returns the square roots of all the elements in
List1
.
Note:
You can insert this function from the keyboard by typing
sqrt(
...
)
Note:
See also
Square root template
, page
1
.