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) Description integrate(Function) Given an univariate function, computes its primitive. integrate(Function, Identifier) Given a function and an identifier , computes the primitive of with respect to . integrate(Function, Identifier, Integer | Expression, Integer | Expression) Given a function , an identifier and two integers or expressions and , computes the definite integral of with respect to between and . integrate(Function, Integer | Expression, Integer | Expression) Given an univariate function and two integers or expressions and , computes the definite integral of between and . Related functions Differentiate, Numerical integration, Numerical differentiation Table of Contents Syntax Description Related functions