Chapter 6: Problem 234
Use the identity \(2 \sin x \cos x=\sin (2 x)\) to find the power series expansion of \(\sin ^{2} x\) at \(x=0\). (Hint: Integrate the Maclaurin series of \(\sin (2 x)\) term by term.)
Short Answer
Expert verified
The power series expansion of \(\sin^2 x\) is \(\frac{x^2}{4} - \frac{x^4}{12} + \frac{x^6}{36} - \cdots\).
Step by step solution
01
Write the identity
We start with the given identity \(2 \sin x \cos x = \sin(2x)\). Dividing both sides by 2, we get \(\sin x \cos x = \frac{1}{2} \sin(2x)\).
02
Substitute into the function
Since we want to find the series for \(\sin^2 x\), we know that \(\sin^2 x = \sin x \cdot \sin x = (\sin x \cos x )^2\). Using the identity, express it as \(\sin^2 x = \left( \frac{1}{2} \sin(2x) \right)^2 = \frac{1}{4} \sin^2(2x)\).
03
Integrate the series
First, find the Maclaurin series for \(\sin(2x)\). Recall that the Maclaurin series of \(\sin(x)\) is \(x - \frac{x^3}{6} + \frac{x^5}{120} - \cdots\). So, \(\sin(2x) = 2x - \frac{(2x)^3}{6} + \frac{(2x)^5}{120} - \cdots = 2x - \frac{8x^3}{6} + \frac{32x^5}{120} - \cdots\).
04
Simplify the series
Simplify the series: \(\sin(2x) = 2x - \frac{4x^3}{3} + \frac{16x^5}{15} - \cdots\).
05
Integrate the simplified series
To get \(\int \sin(2x) \, dx\), integrate each term: \(\int (2x) \, dx = x^2\), \(\int \left(-\frac{4x^3}{3}\right) dx = -\frac{4x^4}{12} = -\frac{x^4}{3}\), and \(\int \left(\frac{16x^5}{15}\right) dx = \frac{x^6}{9}\).
06
Apply constant to series
Since \(\sin^2 x = \frac{1}{4} \int \sin(2x) \, dx\), apply a factor of 1/4 to the integrated series to get \(\sin^2 x = \frac{1}{4} \left[ x^2 - \frac{x^4}{3} + \frac{x^6}{9} - \cdots \right]\).
07
Final power series
Multiplying the integrated series by \(\frac{1}{4}\), we get \(\sin^2 x = \frac{x^2}{4} - \frac{x^4}{12} + \frac{x^6}{36} - \cdots\).
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Maclaurin Series
The Maclaurin Series is a type of Taylor series expansion of a function at zero. It's a potent tool for approximating functions using polynomial terms. The general formula for the Maclaurin series of a function \( f(x) \) is:
- \( f(x) = f(0) + f'(0)x + \frac{f''(0)}{2!}x^2 + \frac{f'''(0)}{3!}x^3 + \cdots \)
- \( \sin(x) = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \, \cdots \)
- \( \sin(2x) = 2x - \frac{(2x)^3}{3!} + \frac{(2x)^5}{5!} - \, \cdots \)
- After simplification, \( \sin(2x) = 2x - \frac{4x^3}{3} + \frac{16x^5}{15} - \, \cdots \)
Trigonometric Identities
Trigonometric identities are equations involving trigonometric functions that hold true for every value of the occurring variables. One of the foundational identities is \( 2 \sin(x) \cos(x) = \sin(2x) \). This identity allows us to transform products of sine and cosine into a more manageable single sine function with double the angle. To solve our problem of finding the power series for \( \sin^2(x) \), the identity simplifies the complexity significantly. By rewriting \( \sin^2(x) \) in terms of \( \sin(2x) \), it becomes easier to handle within the realm of series. We express \( \sin^2(x) \) as:
- \( \sin^2(x) = \left(\frac{1}{2} \sin(2x)\right)^2 = \frac{1}{4} \sin^2(2x) \)
Integration of Series
Integrating a power series term by term is a systematic approach to obtaining the integral of a function expressed by a series. This method is particularly useful in calculus due to its straightforward property: we integrate each term of the series individually.Given the series representation of \( \sin(2x) \) as:
- \( 2x - \frac{4x^3}{3} + \frac{16x^5}{15} - \, \cdots \)
- \( \int 2x \, dx = x^2 \)
- \( \int \left(-\frac{4x^3}{3}\right) dx = -\frac{x^4}{3} \)
- \( \int \frac{16x^5}{15} \, dx = \frac{x^6}{9} \)
- \( \sin^2(x) = \frac{x^2}{4} - \frac{x^4}{12} + \frac{x^6}{36} - \, \cdots \)