• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Offline Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • NEW
    • NEET
      • 2025
      • 2024
      • 2023
      • 2022
    • JEE 2025
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
    • TALLENTEX
    • AOSAT
    • ALLEN e-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
JEE PhysicsJEE Chemistry
Home
JEE Maths
Taylor Series

Taylor Series 

The Taylor series is a mathematical method used to represent a function as an infinite sum of terms based on its derivatives at a single point. It provides polynomial approximations of complex functions, making them easier to analyze and compute. Commonly used in calculus, physics, and engineering, Taylor series help estimate values of functions like sin x, cos x, and eˣ. When expanded around zero, it becomes a Maclaurin series, a special case of the Taylor series

1.0What is the Taylor Series?

In calculus, the Taylor series of a function is an infinite sum of terms calculated from the values of its derivatives at a single point. It's an essential method for function approximation, numerical analysis, and solving differential equations.

2.0Taylor Series Formula

The Taylor series formula for a function f(x)f(x) expanded about a point aa is:

f(x)=f(a)+f′(a)(x−a)+2!f′′(a)​(x−a)2+3!f′′′(a)​(x−a)3+…

Or in sigma notation:

f(x)=∑n=0∞​n!f(n)(a)​(x−a)n

When a = 0, it's called a Maclaurin series (a special case of the Taylor series).

3.0Taylor Series Expansion of Standard Functions

sin x Taylor Series

sinx=x−3!x3​+5!x5​−7!x7​+…=∑n=0∞​(−1)n(2n+1)!x2n+1​

cos x Taylor Series

cosx=1−2!x2​+4!x4​−6!x6​+…=∑n=0∞​(−1)n(2n)!x2n​

tan x Taylor Series (around 0)

The tan x Taylor series is more complex and only valid in the interval −2π​<x<2π​:

tanx=x+3x3​+152x5​+31517x7​+…

4.0Taylor Series for Two Variables

The Taylor series for two variables extends the single-variable Taylor expansion to functions of two variables f(x, y). It approximates the function around a point (a, b).

Taylor Series Formula for Two Variables:

​f(x,y)=f(a,b)+fx​(a,b)(x−a)+fy​(a,b)(y−b)+2!1​[fxx​(a,b)(x−a)2+2fxy​(a,b)(x−a)(y−b)+fyy​(a,b)(y−b)2]+…​

Where:

  • fx​,fy​ : first partial derivatives
  • fxx​,fxy​,fyy​ : second partial derivatives

5.0Applications of Taylor Series

  • Approximating non-polynomial functions like exponential, logarithmic, trigonometric functions
  • Solving differential equations
  • Physics and engineering problems involving small-angle approximations
  • Computer algorithms (e.g., calculating sine, cosine using series expansion)

Here are 5 solved examples and 5 practice questions on the Taylor Series, including single-variable and two-variable cases:

6.0Solved Examples on Taylor Series

Example 1: Taylor Series of ex at x = 0

Solution: 

We know:

f(x)=ex,f(n)(0)=1 for all n

So,

ex=∑n=0∞​n!xn​=1+x+2!x2​+3!x3​+…

Example 2: Taylor Series Expansion of \ln(1 + x) at x = 0

Solution: 

We know:

f(x)=ln(1+x) 

Derivatives:

​f′(x)=1+x1​f′′(x)=−(1+x)21​f(3)(x)=(1+x)32​, etc. ​

At x = 0:

ln(1+x)=x−2x2​+3x3​−4x4​+…=∑n=1∞​(−1)n+1nxn​

Example 3: Maclaurin Series of \sin x

Solution: 

We have:

So,

f(x)=sinx,f(n)(0)=0,1,0,−1,…

Example 4: Taylor Series Expansion of f(x,y)=ex+yat(0,0)

Solution: 

All derivatives of ex+yareex+y . At (0, 0), each derivative = 1.

f(x,y)=1+(x+y)+2!(x+y)2​+3!(x+y)3​+…=ex+y

Example 5: Taylor Series of f(x) = \cos x around x = 0

Solution: 

Derivatives:

​f(x)=cosxf′(x)=−sinxf′′(x)=−cosxf(3)(x)=sinx​

So,

cosx=1−2!x2​+4!x4​−6!x6​+…=∑n=0∞​(−1)n(2n)!x2n​

Example 6:  What is the Taylor series of ex?

ex=1+x+2!x2​+3!x3​+…

7.0Practice Questions on Taylor Series

Question 1: Find the Taylor series expansion of f(x)=tan−1 x around x = 0.

Question 2: Find the Taylor series expansion of f(x,y)=ln(1+x+y) at (0, 0) up to the second-degree term.

Question 3: Expand f(x)=1−x1​ using Taylor series around x = 0. Write the first 4 terms.

Question 4: Use Taylor series to approximate 1+x​ up to 3 terms.

Question 5: Find the Taylor series of f(x)=sin(x2) around x = 0.

Table of Contents


  • 1.0What is the Taylor Series?
  • 2.0Taylor Series Formula
  • 3.0Taylor Series Expansion of Standard Functions
  • 3.1sin x Taylor Series
  • 3.2cos x Taylor Series
  • 3.3tan x Taylor Series (around 0)
  • 4.0Taylor Series for Two Variables
  • 5.0Applications of Taylor Series
  • 6.0Solved Examples on Taylor Series
  • 7.0Practice Questions on Taylor Series

Frequently Asked Questions

The Taylor series is used to approximate complicated functions using polynomials, making them easier to analyze and compute.

The Maclaurin series is a Taylor series expanded around a = 0.

Yes, but often we use a finite number of terms for practical approximation.

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • Olympiad
    • NEET 2025 Results
    • NEET 2025 Answer Key
    • NEET College Predictor

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO