Photo AI

Last Updated Sep 27, 2025

Maclaurin Series Simplified Revision Notes

Revision notes with simplified explanations to understand Maclaurin Series quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

349+ students studying

3.3.1 Maclaurin Series

Maclaurin Series

Maclaurin hypothesized that every function could be written as an infinite-order polynomial.

He assumed for any f(x)f(x):

f(x)=c0+c1x+c2x2+c3x3++cnxn+f(x) = c_0 + c_1 x + c_2 x^2 + c_3 x^3 + \cdots + c_n x^n + \cdots

Assuming this is true, to find the values of the constants cnc_n, we do the following:

  1. f(0)=c0f(0) = c_0
  2. f(x)=c1+2c2x+3c3x2+4c4x3+5c5x4+f(0)=c1f'(x) = c_1 + 2c_2 x + 3c_3 x^2 + 4c_4 x^3 + 5c_5 x^4 + \cdots \Rightarrow f'(0) = c_1
  3. f(x)=2c2+6c3x+12c4x2+20c5x3+f(0)=2c2c2=f(0)2f''(x) = 2c_2 + 6c_3 x + 12c_4 x^2 + 20c_5 x^3 + \cdots \Rightarrow f''(0) = 2c_2 \Rightarrow c_2 = \frac{f''(0)}{2}
  4. f(x)=6c3+24c4x+60c5x2+f(0)=6c3c3=f(0)6f'''(x) = 6c_3 + 24c_4 x + 60c_5 x^2 + \cdots \Rightarrow f'''(0) = 6c_3 \Rightarrow c_3 = \frac{f'''(0)}{6}
  5. f(x)=24c4+120c5x+f(0)=24c4c4=f(0)24f''''(x) = 24c_4 + 120c_5 x + \cdots \Rightarrow f''''(0) = 24c_4 \Rightarrow c_4 = \frac{f''''(0)}{24}
in general  cn=f(n)(0)n!\therefore \text {in general }\ c_n = \frac{f^{(n)}(0)}{n!}

Therefore.

f(x)=1+f(0)x+f(0)x22+f(0)x36++f(n)(0)xnn!+f(x) = 1 + f'(0)x + \frac{f''(0)x^2}{2} + \frac{f'''(0)x^3}{6} + \cdots + \frac{f^{(n)}(0)x^n}{n!} + \cdots

Or equivalently:

f(x)=n=0f(n)(0)n!xnf(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(0)}{n!} x^n

Examples

lightbulbExample

Example: Find the first three terms of the Maclaurin expansion of f(x)=exf(x) = e^x:

f(0)=e0=1f(0) = e^0 = 1f(x)=exf(0)=1f'(x) = e^x \Rightarrow f'(0) = 1f(x)=exf(0)=1f''(x) = e^x \Rightarrow f''(0) = 1

Thus:

f(x)1+1×x1!+1×x22!=1+x+x22f(x) \approx 1 + \frac{1 \times x}{1!} + \frac{1 \times x^2}{2!} = 1 + x + \frac{x^2}{2}
lightbulbExample

Example: Use the above example to find the expansion up to and including x2x^2 of e1x2e^{1 - x^2}:

Let x=1x2x = 1 - x^2

f(1x2)1+(1x2)+(1x2)22f(1 - x^2) \approx 1 + (1 - x^2) + \frac{(1 - x^2)^2}{2}=1+1x2+12x2+x42= 1 + 1 - x^2 + \frac{1 - 2x^2 + \cancel{x^4}}{2}=1+1x2+12x22= 1 + 1 - x^2 + \frac{1 - 2x^2}{2}=522x2= \frac{5}{2} - 2x^2

Variations on Expanding ln(1+x)\ln(1+x):

In the formula booklet, we are given that:

ln(1+x)=xx22+x33++(1)r+1xrr+\ln(1+x) = x - \frac{x^2}{2} + \frac{x^3}{3} + \cdots + \frac{(-1)^{r+1} x^r}{r} + \cdots
lightbulbExample

Example: Use this expansion to expand ln(2+x)ln(\color {red}2\color {black}+x) up to and including the x3x^3 term.

2\color {red}2 is not of the form ln(1+)\ln(1 + \square), so we need to rearrange to get it in this form.


ln(2+x)=ln[2(1+x2)]\ln(2 + x) = \ln\left[2\left(1 + \frac{x}{2}\right)\right]=ln2+ln(1+12x)(using log(ab)=loga+logb)= \ln 2 + \ln\left(1 + \frac{1}{2}x\right) \quad (\text{using } \log(ab) = \log a + \log b)=ln2+(12x)+(12x)22+(12x)33+= \ln 2 + \left(\frac{1}{2}x\right) + \frac{\left(\frac{1}{2}x\right)^2}{2} + \frac{\left(\frac{1}{2}x\right)^3}{3} + \cdots =ln2+12x18x2+124x3+= \ln 2 + \frac{1}{2}x - \frac{1}{8}x^2 + \frac{1}{24}x^3 + \cdots
infoNote

Example for Compound Expressions

Use the given expansion of exe^x to find the expansion of eexe^{e^x} up to and including the x2x^2 term.

ex=1+x+x22+x36+e^x = 1 + x + \frac{x^2}{2} + \frac{x^3}{6} + \dots

Write as a product of known expansions:

eex=e1+x+x22+eexex22e^{e^x} = e^{1 + x + \frac{x^2}{2} + \dots} \approx e e^x e^{\frac{x^2}{2}}=e(1+x+x22)(1+x22+(x22)22!+)= e \left(1 + x + \frac{x^2}{2}\right) \left(1 + \frac{x^2}{2} + \cancel{\frac{\left(\frac{x^2}{2}\right)^2}{2!}} + \dots \right)

ignoring powers greater than 2

=(e+ex+ex22)(1+x22)= \left(e + ex + \frac{ex^2}{2}\right)\left(1 + \frac{x^2}{2}\right)=e+ex+ex22+ex22+ex32+ex44!= e + ex + \frac{ex^2}{2} + \frac{ex^2}{2} +\cancel {\frac{ex^3}{2}} +\cancel {\frac{ex^4}{4!}}

(ignoring x4x^4 and higher terms)

=e+ex+ex2= e + ex + ex^2
Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Maclaurin Series

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

10 flashcards

Flashcards on Maclaurin Series

Revise key concepts with interactive flashcards.

Try Further Maths Core Pure Flashcards

1 quizzes

Quizzes on Maclaurin Series

Test your knowledge with fun and engaging quizzes.

Try Further Maths Core Pure Quizzes

29 questions

Exam questions on Maclaurin Series

Boost your confidence with real exam questions.

Try Further Maths Core Pure Questions

27 exams created

Exam Builder on Maclaurin Series

Create custom exams across topics for better practice!

Try Further Maths Core Pure exam builder

50 papers

Past Papers on Maclaurin Series

Practice past papers to reinforce exam experience.

Try Further Maths Core Pure Past Papers

Other Revision Notes related to Maclaurin Series you should explore

Discover More Revision Notes Related to Maclaurin Series to Deepen Your Understanding and Improve Your Mastery

Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered