Paul's Online Notes
Paul's Online Notes
Home / Calculus II / Series & Sequences / Taylor Series
Show Mobile Notice Show All Notes Hide All Notes
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 views in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (should be able to scroll to see them) and some of the menu items will be cut off due to the narrow screen width.

Section 10.16 : Taylor Series

4. Find the Taylor Series for \(f\left( x \right) = \ln \left( {3 + 4x} \right)\) about \(x = 0\).

Show All Steps Hide All Steps

Start Solution

Okay, we’ll need to start off this problem by taking a few derivatives of the function.

\[\begin{align*}{n = 0:} & & f\left( x \right) & = \ln \left( {3 + 4x} \right)\\{n = 1:} & &f'\left( x \right) & = \frac{4}{{3 + 4x}} = 4{{\left( {3 + 4x} \right)}^{ - 1}}\\{n = 2:} & & f''\left( x \right) & = - {4^2}{{\left( {3 + 4x} \right)}^{ - 2}}\\{n = 3:} & & {f^{\left( 3 \right)}}\left( x \right) & = {4^3}\left( 2 \right){{\left( {3 + 4x} \right)}^{ - 3}}\\{n = 4:} & & {f^{\left( 4 \right)}}\left( x \right) & = - {4^4}\left( 2 \right)\left( 3 \right){{\left( {3 + 4x} \right)}^{ - 4}}\\{n = 5:} & & {f^{\left( 5 \right)}}\left( x \right) & = {4^5}\left( 2 \right)\left( 3 \right)\left( 4 \right){{\left( {3 + 4x} \right)}^{ - 5}}\end{align*}\]

Remember that, in general, we’re going to need to go out to at least \(n = 4\) for most of these problems to make sure that we can get the formula for the general term in the Taylor Series.

Also, remember to NOT multiply things out when taking derivatives! Doing that will make your life much harder when it comes time to find the general formula. In this case we “merged” all the 4’s that came from the chain rule into a single term but left it as an exponent rather than get an actual value. This is not uncommon with these kinds of problems. The exponents we dropped down for the derivatives we left alone with the exception of dealing with the signs.

Show Step 2

It is now time to see if we can get a formula for the general term in the Taylor Series.

Hopefully you can see the pattern in the derivatives above. The general term is given by,

\[\begin{align*}{f^{\left( 0 \right)}}\left( x \right) & = \ln \left( {3 + 4x} \right) & \hspace{0.25in} & n = 0\\ {f^{\left( n \right)}}\left( x \right) & = {\left( { - 1} \right)^{n + 1}}{4^n}\left( {n - 1} \right)!{\left( {3 + 4x} \right)^{ - n}} & \hspace{0.25in} & n = 1,2,3, \ldots \end{align*}\]

As noted this formula works all the way back to \(n = 1\) but clearly does not work for \(n = 0\). It is problems like this one that make it clear why we always need to check our proposed formula for the general solution to see just how far back it works.

Show Step 3

Now, recall that we don’t really want the general term at any \(x\). We want the general term at \(x = 0\). This is,

\[\begin{align*}{f^{\left( 0 \right)}}\left( 0 \right) & = \ln \left( 3 \right) & \hspace{0.25in} & n = 0\\ {f^{\left( n \right)}}\left( 0 \right) & = {\left( { - 1} \right)^{n + 1}}{4^n}\left( {n - 1} \right)!{\left( 3 \right)^{ - n}} & &\\ & = {\left( { - 1} \right)^{n + 1}}{4^n}\left( {n - 1} \right)!\frac{1}{{{3^n}}} & & \\ & = {\left( { - 1} \right)^{n + 1}}{\left( {\frac{4}{3}} \right)^n}\left( {n - 1} \right)! & \hspace{0.25in} & n = 1,2,3, \ldots \end{align*}\]

We did a little simplification for the second one just to make it a little simpler.

Show Step 4

Okay, at this point we can formally write down the Taylor Series for this problem. However, before we actually do that recall that our general term formula did not work for \(n = 0\) and so we’ll need to first strip that out of the series before we put the general formula in.

\[\begin{align*}\ln \left( {3 + 4x} \right) & = \sum\limits_{n = 0}^\infty {\frac{{{f^{\left( n \right)}}\left( 0 \right)}}{{n!}}{x^n}} \\ & = f\left( 0 \right) + \sum\limits_{n = 1}^\infty {\frac{{{f^{\left( n \right)}}\left( 0 \right)}}{{n!}}{x^n}} \\ & = \ln \left( 3 \right) + \sum\limits_{n = 1}^\infty {\frac{{{{\left( { - 1} \right)}^{n + 1}}{{\left( {\frac{4}{3}} \right)}^n}\left( {n - 1} \right)!}}{{n!}}{x^n}} \\ & = \require{bbox} \bbox[2pt,border:1px solid black]{{\ln \left( 3 \right) + \sum\limits_{n = 1}^\infty {\frac{{{{\left( { - 1} \right)}^{n + 1}}{{\left( {\frac{4}{3}} \right)}^n}}}{n}{x^n}} }}\end{align*}\]

Don’t forget to simplify/cancel where we can in the final answer. In this case we could do some simplifying with the factorials.