By definition definite integral is determined only up to integration constant. When integral depends on parameters constant of integration also depends on parameters. Some choices of integration constant may lead to undesirable results. For example: fricas (1) -> integrate(x^n,
Type: Union(Expression(Integer),
fricas integrate(sinh(a*x),
Type: Union(Expression(Integer),
In both cases integration constant have singularity, first for , second for , while there is choice of integration constant which avoids such singularity. Namely, in the first case have removable singularity at , in the second case have removable singularity at . However even with such choice of integration constant simply plugging in parameter to indefinite integral does not work, we get division by zero during evaluation (see Division by zero during evaluation). |