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).
with⁡IntegrationTools:
v≔Int⁡a⁢f⁡x+b⁢g⁡x+c⁢h⁡x,x=1..2
v≔∫12a⁢f⁡x+b⁢g⁡x+c⁢h⁡xⅆx
w≔Expand⁡v
w≔a⁢∫12f⁡xⅆx+b⁢∫12g⁡xⅆx+c⁢∫12h⁡xⅆx
Combine⁡w
∫12a⁢f⁡x+b⁢g⁡x+c⁢h⁡xⅆx
Definite integrals will be given a common variable of integration
Combine⁡Int⁡f⁡x,x=a..b+Int⁡f⁡y,y=b..c−Int⁡f⁡z,z=a..d
∫dcf⁡xⅆx
Combine⁡Int⁡f⁡x,x+Int⁡g⁡x,x
∫f⁡x+g⁡xⅆx
See Also
Download Help Document