Difference between revisions of "Integral Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=4.2}}</noinclude>
 
{{command|cas=true|function}}
 
{{command|cas=true|function}}
 
;Integral[ <Function> ]
 
;Integral[ <Function> ]

Revision as of 22:14, 9 March 2013



Integral[ <Function> ]
Gives the indefinite integral with respect to the main variable.
Example:
Integral[x^3] yields \frac{x^4}{4}.
Integral[ <Function>, <Variable> ]
Gives the partial integral with respect to the given variable.
Example:
Integral[x^3 + 3 x y, x] yields \frac{x^4 + 6 x^2 y}{4}.
Integral[ <Function>, <Number a>, <Number b> ]
Gives the definite integral over the interval [a , b] with respect to the main variable.
Note: This command also shadows the area between the function graph of f and the x-axis.
Integral[ <Function>, <Number a>, <Number b>, <Boolean Evaluate> ]
Gives the definite integral of the function over the interval [a , b] with respect to the main variable and shadows the related area if Evaluate is true. In case Evaluate is false the related area is shaded but the integral value is not calculated.

CAS Syntax

Integral[ <Function f> ]
Gives the indefinite integral with respect to the main variable.
Example:
Integral[cos(x)] yields sin(x) + c_1.
Integral[ <Function f>, <Variable t> ]
Gives the indefinite integral with respect to the given variable.
Example:
Integral[cos(a t), t] yields \frac{sin(a t)}{a} + c_1.
Integral[ <Function>, <Number a>, <Number b> ]
Gives the definite integral over the interval [a , b] with respect to the main variable.
Example:
Integral[cos(x), a, b] yields sin(b) - sin(a).
Integral[ <Function f>, <Variable t>, <Number a>, <Number b> ]
Gives the definite integral over the interval [a , b] with respect to the given variable.
Example:
Integral[cos(t), t, a, b] yields sin(b) - sin(a).
© 2024 International GeoGebra Institute