Skip to main content

Integrate

Computes the integral of a function.

Syntax

integrate(Function)
integrate(Function, Identifier)
integrate(Function, Identifier, Integer | Expression, Integer | Expression)
 integrate(Function, Integer | Expression, Integer | Expression)Expression)

Description

Given an univariate function, computes its primitive.

calculus.integrate1.calc.png

Given a function f and an identifier x, computes the primitive of ff with respect to xx.

calculus.integrate2.calc.png

Given a function ff, an identifier xx and two integers or expressions a and b, computes the definite integral of ff with respect to xx between aa and bb.

calculus.integrate3.calc.png

Given an univariate function ff and two integers or expressions aa and bb, computes the definite integral of ff between aa and bb.

calculus.integrate4.calc.png