Skip to main content
Ch. 11 - Power Series
Briggs - Calculus: Early Transcendentals 3rd Edition
Briggs3rd EditionCalculus: Early TranscendentalsISBN: 9780136847243Not the one you use?Change textbook
Chapter 11, Problem 11.3.31a

Taylor series


a. Use the definition of a Taylor series to find the first four nonzero terms of the Taylor series for the given function centered at a.


f(x) = ln x, a = 3

Verified step by step guidance
1
Recall the definition of the Taylor series of a function \(f(x)\) centered at \(a\): \[f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!} (x - a)^n,\] where \(f^{(n)}(a)\) is the \(n\)-th derivative of \(f\) evaluated at \(x = a\).
Identify the function and center: here, \(f(x) = \ln x\) and \(a = 3\). We will need to find the derivatives of \(f(x)\) evaluated at \(x=3\).
Calculate the first four derivatives of \(f(x) = \ln x\): - \(f(x) = \ln x\) - \(f'(x) = \frac{1}{x}\) - \(f''(x) = -\frac{1}{x^2}\) - \(f^{(3)}(x) = \frac{2}{x^3}\) - \(f^{(4)}(x) = -\frac{6}{x^4}\)
Evaluate each derivative at \(x = 3\): - \(f(3) = \ln 3\) - \(f'(3) = \frac{1}{3}\) - \(f''(3) = -\frac{1}{9}\) - \(f^{(3)}(3) = \frac{2}{27}\) - \(f^{(4)}(3) = -\frac{6}{81} = -\frac{2}{27}\)
Write the first four nonzero terms of the Taylor series using the formula: \[f(x) \approx f(3) + f'(3)(x-3) + \frac{f''(3)}{2!}(x-3)^2 + \frac{f^{(3)}(3)}{3!}(x-3)^3 + \frac{f^{(4)}(3)}{4!}(x-3)^4,\] substituting the values found for each derivative.

Verified video answer for a similar problem:

This video solution was recommended by our tutors as helpful for the problem above.
Video duration:
3m
Was this helpful?

Key Concepts

Here are the essential concepts you must grasp in order to answer the question correctly.

Taylor Series Definition

A Taylor series represents a function as an infinite sum of terms calculated from the derivatives of the function at a single point a. Each term involves the nth derivative evaluated at a, multiplied by (x - a)^n and divided by n!. This series approximates the function near the point a.
Recommended video:
08:42
Taylor Series

Derivatives of the Natural Logarithm Function

To find the Taylor series of f(x) = ln(x), you need to compute its derivatives at x = a. The first derivative is 1/x, and higher derivatives follow a pattern involving factorials and powers of x. Understanding these derivatives is essential to form the series terms.
Recommended video:
05:18
Derivative of the Natural Logarithmic Function

Constructing the First Four Nonzero Terms

After finding the derivatives at a, substitute them into the Taylor series formula to write out the first four nonzero terms. This involves careful calculation of each term’s coefficient and power of (x - a), ensuring the series accurately approximates ln(x) near x = 3.
Recommended video:
11:22
The First Derivative Test: Finding Local Extrema Example 3