Integration by Undetermined Coefficients

In the last page we had to integrate $\displaystyle\int t {\rm e}^{3 t}\, dt$.

The usual Math 101 method for doing this is integration by parts. However, there is another method that's more in the spirit of this course, which you may find more convenient for integrals of this type: the Method of Undetermined Coefficients.

The idea behind the method is very simple: start by writing down a general form of the antiderivative, take the derivative of a function of this form, and see what the coefficients have to be to make it work. In this case the general form of the antiderivative is the following:

If p(t) is a polynomial of degree n (i.e. the highest power of t that occurs in it is tn) and c is a nonzero constant, then $\displaystyle\int p(t) {\rm e}^{ct} \, dt = q(t) {\rm e}^{ct} + C$ where q(t) is also a polynomial of degree n.

For $\displaystyle\int t {\rm e}^{3 t}\, dt$, p(t)=t is a polynomial of degree 1, and so q(t) = A1 t + A0, where A1 and A0 are the coefficients to be determined. Taking the derivative:

\begin{displaymath}
\frac{d}{dt} \left( (A_1 t + A_0) {\rm e}^{3 t} \right) = 
 ...
 ... A_0) {\rm e}^{3t} = (3 A_1 t + (A_1 + 3 A_0)) {\rm e}^{3t}
+ C\end{displaymath}

Now this is supposed to be the same as $\displaystyle t {\rm e}^{3t}$. The only way that can happen is for the coefficients of each power of t to match: 3 A1 must be the same as 1, and A1 + 3 A0 must be 0. From 3 A1 = 1 we get A1 = 1/3, and then from A1 + 3 A0 = 0 we get A0 = -1/9. So the conclusion is

\begin{displaymath}
\int t {\rm e}^{3t}\, dt = \left ( \frac{t}{3} - \frac{1}{9}\right) {\rm e}^{3t} + C\end{displaymath}

Let's try a more complicated one: $\displaystyle\int (t^3 - 2 t) {\rm e}^{-2 t}\, dt$. The antiderivative is of the form $\displaystyle(A_3 t^3 + A_2 t^2 + A_1 t + A_0) {\rm e}^{-2t} + C$. Differentiating it, we get

\begin{displaymath}
\displaylines{
 (3 A_3 t^2 + 2 A_2 t + A_1) {\rm e}^{-2t} - ...
 ...A_2) t^2 + (2 A_2 - 2 A_1) t + (A_1 - 2 A_0)) {\rm e}^{-2t}\cr}\end{displaymath}

so equating the coefficients of each power of t:

\begin{displaymath}
\begin{array}
{lll}
- 2 A_3 = 1 &\qquad& 3 A_3 - 2 A_2 = 0 \ 2 A_2 - 2 A_1 = -2 & \qquad & A_1 - 2 A_0 = 0 \end{array}\end{displaymath}

Thus (always starting with the coefficient of the highest power of t) A3 = -1/2, A2 = - 3/4, A1 = 1/4, A0 = 1/8, and the answer is

\begin{displaymath}
\left( -\frac{1}{2} t^3 - \frac{3}{4} t^2 + \frac{1}{4}
t + \frac{1}{8} \right) {\rm e}^{-2t} + C\end{displaymath}

Try this by integration by parts, if you want to see how much more efficient Undetermined Coefficients is for this problem!



 

Robert Israel
9/9/1999