 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
| Arc
length (CAS mode) |
 |
| Returns
the arc length. |
 |
| [F2](CALC)[7](arcLen) |
 |
| arcLen(
expression , var , start , end [ ) ] |
 |
| 1. |
To
determine the arc length for X^2 from X=0 to X=1. |
|
|
|
[F2](CALC)[7](arcLen)[X][X^2]
[,][X][,][0][,][1][EXE] |
| 2. |
arcLen(
2X, X, 1, Y ) |
(5)
Y- (5) |
| 3. |
arcLen(
2X, X, 2, 100 ) |
98 5 |
| 4. |
arcLen(
X+1, X, 2, 100 ) |
98 2 |
| 5. |
arcLen(
X2, X, 0, 1 ) |
ln(4 (5)
+ 8)/4 - ln(2)/2 + (5)/2
|
|