IntegrationTools
Combine
combine integrals using linearity
Calling Sequence
Parameters
Description
Examples
Combine(v)
v
-
expression
The Combine command combines integrals using linearity.
The parameter v is any expression involving definite or indefinite integrals. Definite integrals will have their variable of integration renamed to facilitate combination.
For indefinite integrals, this command is equivalent to calling combine(v, int).
withIntegrationTools:
v≔Intafx+bgx+chx,x=1..2
v≔∫12afx+bgx+chxⅆx
w≔Expandv
w≔a∫12fxⅆx+b∫12gxⅆx+c∫12hxⅆx
Combinew
∫12afx+bgx+chxⅆx
Definite integrals will be given a common variable of integration
CombineIntfx,x=a..b+Intfy,y=b..c−Intfz,z=a..d
∫dcfxⅆx
CombineIntfx,x+Intgx,x
∫fx+gxⅆx
See Also
Download Help Document