Going Further

This integal is evaluated using partial fractions. Maple can be used to determine the partial fraction decomposition of an expression as follows:

> F := (t+14)/(t^2+3*t-4);

[Maple Math]

> F_pf := convert( F, parfrac, t );

[Maple Math]

It now possible to see that the anti-derivative reported above is correct.

>