Integral Command

From GeoGebraWiki

Jump to: navigation, search

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:
s = \int_{a}^{b} \sqrt { 1 + [f'(x)]^2 }\, dx.
The same answer can be found with s = Length[f, a, b].



Go to:

Mode Descriptions

Command Descriptions

GeoGebra User's Guide

Personal tools