Integral Command
From GeoGebraWiki
Syntax: Integral[function f, number a, number b]
Action: : Definite integral of function f(x) from number a to b. Note:
Side effect: This command also draws the area between the function graph of f and the x-axis.
Example:
- s = Integral[sqrt(1 + f'(x)^2), a, b]
- This will calculate the length of function f:
- The same answer can be found with s = Length[f, a, b].
Go to:
