Loading [MathJax]/jax/output/CommonHTML/fonts/TeX/fontdata.js
Paul's Online Notes
Paul's Online Notes
Home / Calculus I / Integrals / Computing Definite Integrals
Hide Mobile Notice  
Mobile Notice
You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the mathematics on this site it is best viewed in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (you should be able to scroll/swipe to see them) and some of the menu items will be cut off due to the narrow screen width.

Section 5.7 : Computing Definite Integrals

15. Evaluate the following integral, if possible. If it is not possible clearly explain why it is not possible to evaluate the integral.

40f(t)dt where f(t)={2tt>113t2t1

Show All Steps Hide All Steps

Hint : Recall that integrals we can always “break up” an integral as follows, baf(x)dx=caf(x)dx+bcf(x)dx

See if you can find a good choice for “c” that will make this integral doable.

Start Solution

This integral can’t be done as a single integral give the obvious change of the function at t=1 which is in the interval over which we are integrating. However, recall that we can always break up an integral at any point and t=1 seems to be a good point to do this.

Breaking up the integral at t=1 gives,

40f(t)dt=10f(t)dt+41f(t)dt

So, in the first integral we have 0t1 and so we can use f(t)=13t2 in the first integral. Likewise, in the second integral we have 1t4 and so we can use f(t)=2t in the second integral.

Making these function substitutions gives,

40f(t)dt=1013t2dt+412tdt Show Step 2

All we need to do at this point is evaluate each integral. Here is that work.

\int_{0}^{4}{{f\left( t \right)\,dt}} = \int_{0}^{1}{{1 - 3{t^2}\,dt}} + \int_{1}^{4}{{2t\,dt}} = \left. {\left( {t - {t^3}} \right)} \right|_0^1 + \left. {{t^2}} \right|_1^4 = \left[ {0 - 0} \right] + \left[ {16 - 1} \right] = \require{bbox} \bbox[2pt,border:1px solid black]{{15}}