Finding Taylor Polynomial Approximations of Functions

Hannah Hill
6 min read
Listen to this study note
Study Guide Overview
This study guide covers Taylor Polynomial Approximations for AP Calculus BC. It explains the Taylor Approximations Theorem, including the formula and its components. The guide focuses on applying the theorem to find Maclaurin series (Taylor series centered at x=0) and Taylor series centered at other values. It provides practice problems and solutions for finding Taylor and Maclaurin polynomials of various functions.
#10.11 Finding Taylor Polynomial Approximations of Functions
Welcome to AP Calc 10.11! In this lesson, you’ll learn how to approximate a function over at a point.
#📈 Taylor Approximations Theorem
This theorem states that for a function , it’s Taylor series approximation at is…
This can be rewritten as…
where is the deriviative of the function and . The -order Taylor polynomial is the partial sum of the infinite series.
Taylor series centered at are common and are called Maclaurin series.
#🧱 Breaking Down the Theorem
Taylor series look very daunting when you first approach them. Let’s define each portion and build a table that will help you tackle problems of this type!
Now, let’s try a practice problem using this table to walk through it step by step.
#✏️ Applying the Theorem
Find the third-degree Maclaurin polynomial for .
Solution: First, let’s build our table. Remember that a Maclaurin series is just a Taylor series where !
Now, we just put the terms in our final column together as a full formula. The third-degree Maclaurin polynomial for is:
#📝 Practice
Now it’s your turn to apply what you’ve learned!
#❓Problems
- Find the fifth-degree Maclaurin polynomial for .
- Find the third-degree Taylor polynomial for about .
- Find the fourth-degree Taylor polynomial about for .
#💡 Solution for Question 1
Start by building your table and filling in the values:
\begin{array}{ |c|c|c|c|c|c| } \hline n & n! & f^n(x) & f^n(a)&(x-a)^n & \frac{f^n(a)}{n!}\cdot(x-a)^n \\
0 & 1 & \text{cos}(x) & 1&1 & 1 \\
1 & 1 & -\text{sin}(x) & 0&x & 0 \\
2 & 2 & -\text{cos}(x) & -1&x^2 & -x^2/2 \\
3 & 6 & \text{sin}(x) & 0&x^3 & 0 \\
4 & 24 & \text{cos}(x) & 1&x^4 & x^4/24 \\
5 & 120 & -\text{sin}(x) & 0&x^5 & 0 \\
\hline \end{array}
Putting it all together, we get that the fifth-degree Maclaurin polynomial for is
#💡 Solution for Question 2
Keep on building your tables! This time, our column will be a bit more complicated.
\begin{array}{ |c|c|c|c|c|c| } \hline n & n! & f^n(x) & f^n(a)&(x-a)^n & \frac{f^n(a)}{n!}\cdot(x-a)^n \\
0 & 1 & \text{ln}(x) & 0&1 & 0 \\
1 & 1 & 1/x & 1&(x-1) & (x-1) \\
2 & 2 & -1/x^2 & -1&(x-1)^2 & -\frac{1}{2}(x-1)^2 \\
3 & 6 & 2/x^3 & 2/3&(x-1)^3 & \frac{1}{9}(x-1)^3 \\
\hline \end{array}
We then find the polynomial to be equal to:
#💡 Solution for Question 3
One more table!
\begin{array}{ |c|c|c|c|c|c| } \hline n & n! & f^n(x) & f^n(a)&(x-a)^n & \frac{f^n(a)}{n!}\cdot(x-a)^n \\
0 & 1 & \sqrt{x} & \sqrt{2}&1 & \sqrt{2} \\
1 & 1 & \frac{1}{2\sqrt{x}} & \frac{1}{2\sqrt{2}}&(x-2) & \frac{1}{2\sqrt{2}}\cdot(x-2)\\
2 & 2 & -\frac{1}{4\sqrt{x^3}} & -\frac{1}{4\sqrt{8}}&(x-2)^2 & -\frac{1}{8\sqrt{8}}\cdot(x-2)^2 \\
3 & 6 & \frac{3}{8\sqrt{x^5}} & \frac{3}{8\sqrt{32}}&(x-2)^3 & \frac{3}{48\sqrt{32}}\cdot (x-2)^3 \\
4 & 24 & -\frac{15}{16\sqrt{x^7}} & -\frac{15}{16\sqrt{128}}&(x-2)^4 & -\frac{15}{384\sqrt{128}}\cdot(x-2)^4 \\
\hline \end{array}
If we put this all together, we get:
We can simplify a few of these terms a bit more using exponent rules to get:
This is the fourth-degree Taylor polynomial centered at for .
#💫 Closing
Great work! Taylor polynomials may seem daunting at first, but when in doubt, break it down with a table and you’ll be sure to master them!
Explore more resources

How are we doing?
Give us your feedback and let us know how we can improve