July 07, 2026 - Calculus 2 - Power Series Multiplication, Calculus, and Taylor Series
Multiplication of Power Series
General Principle: Multiplying power series is conceptually identical to multiplying polynomials, with the distinction that the operation continues infinitely. You must look at each individual degree term by multiplying every term in the first series by every term in the second series.
Example Case: Find the power series representation for .
This can be viewed as the product of two separate power series: and .
Manual Multiplication Process:
Take the second polynomial and multiply it by each term of the first polynomial.
Term by Term Analysis:
Degree 0 (Constant): Obtained only by $1 \times 1$. Result: .
Degree 1 (): Obtained by . There are no $x$ terms in the second series. Result: .
Degree 2 (): Obtained by and . Result: .
Degree 3 (): Obtained by and . Result: .
Degree 4 (): Obtained by , , and . Result: .
Degree 5 (): Obtained by , , and . Result: .
Observed Pattern: The coefficients follow a repeating step pattern: $1, 1, 2, 2, 3, 3, 4, 4, \dots$.
Mathematical Representation: Because there isn't a single simple formula for this repeating pattern, the series is best represented by breaking it into even and odd components:
Even terms:
Odd terms:
Calculus on Power Series
Term-by-Term Differentiation: If a function behaves as a power series, you can find the derivative by applying the power rule to every individual term.
If
Then .
Derivative of the Geometric Series:
Let
Integration of Power Series: Similarly, the anti-derivative is found by integrating each term individually and adding a constant of integration .
.
Example: Finding the Power Series for :
We know .
The series for is the alternating geometric series:
Integrating term-by-term:
To find , plug in : . Since , then .
Final form: .
Example: Finding the Power Series for :
We know .
The series for is derived by replacing with in the geometric series:
Integrating term-by-term:
Plugging in : , so .
Final form: .
General Taylor Series Coefficients
Derivation of the Formula: We want to determine the coefficients for a general power series centered at :
Evaluated at : .
First derivative: Evaluated at : .
Second derivative: Evaluated at : , so .
Third derivative: Evaluated at : , so .
General Taylor Coefficient Formula: .
Taylor Series Definition: A representation of a function as an infinite sum of terms calculated from the values of its derivatives at a single point.
Power Series for Exponential and Trigonometric Functions
Exponential Function ():
Centered at (Maclaurin series).
Since , all derivatives evaluated at are .
Series:
Radius of Convergence (): Using the Ratio Test, the limit of as is . Thus, the series converges everywhere ().
Sine Function ():
Derivatives at : , , , . The sequence of coefficients repeats .
Since all even derivatives are , the series contains only odd powers.
Series:
Radius of Convergence: Similar to , the factorial in the denominator ensures convergence everywhere ().
Cosine Function ():
Derivatives at : , , , . The sequence repeats .
Since all odd derivatives are , the series contains only even powers.
Series:
Alternatively, this is the derivative of the sine series.
Euler's Formula
Connection and Manipulation: Euler discovered a profound connection between exponential and trigonometric functions by substituting an imaginary value () into the power series for .
Derivation:
Simplify powers of ():
Separation of Terms:
Real parts (even powers): .
Imaginary parts (odd powers): .
Final Identity: .
The "Most Beautiful Formula": Evaluating Euler's identity at :
, which relates the five fundamental mathematical constants ().
Questions & Discussion
Question (Triangle Pattern): When discussing the multiplication of series, a student asked if the result follows a triangle pattern like Pascal's triangle.
Response: Not quite. The coefficients follow a pair-based counting pattern (). For example, has a coefficient of , has , has , and has . This occurs because as you multiply by higher degrees, the lower degree terms eventually stop being produced.
Question (Shifting Center): How does shifting the center to a value other than zero (e.g., ) change the calculus?
Response: Shifting the center (e.g., using instead of ) is fundamentally just a left or right shift of the function. The derivative and integral rules remain the same, provided you maintain the shift () inside the terms. For instance, finding arcsin or arctan centered at would involve plugging into the series and solving for the constant by plugging in .