Chapter 9: Problem 10
i Find the first four non-zero terms of the series expansion of \(e^{-x^{2}}\). ii Determine an approximation for \(\int_{0}^{1} e^{-x^{2}} \mathrm{~d} x\) correct to 3 d.p. using the series found in part \(\mathrm{i}\).
Short Answer
Expert verified
The first four non-zero terms are \(1 - x^2 + \frac{x^4}{2} - \frac{x^6}{6} \). The integral approximately equals 0.743.
Step by step solution
01
Recall the Maclaurin series for \(e^x\)
The Maclaurin series for \(e^x\) is given by \[ e^x = \frac{x^0}{0!} + \frac{x^1}{1!} + \frac{x^2}{2!} + \frac{x^3}{3!} + \frac{x^4}{4!} + \frac{x^5}{5!} + \text{...} \]
02
Substitute \(-x^2\) in the Maclaurin series for \(e^x\)
Substituting \(x\) with \(-x^2\) in the Maclaurin series, we get \[ e^{-x^2} = \frac{(-x^2)^0}{0!} + \frac{(-x^2)^1}{1!} + \frac{(-x^2)^2}{2!} + \frac{(-x^2)^3}{3!} + \frac{(-x^2)^4}{4!} + \text{...} \]
03
Expand the series for \(e^{-x^2}\)
Expanding the series, \[ e^{-x^2} = 1 + \frac{-x^2}{1!} + \frac{(-x^2)^2}{2!} + \frac{(-x^2)^3}{3!} + \frac{(-x^2)^4}{4!} + \text{...} \] which simplifies to \[ e^{-x^2} = 1 - x^2 + \frac{x^4}{2!} - \frac{x^6}{3!} + \text{...} \]
04
Extract the first four non-zero terms
The first four non-zero terms of the series are 1, -\(x^2\), \( \frac{x^4}{2!} \) (which simplifies to \( \frac{x^4}{2} \)), and \( \frac{x^6}{3!} \) (which simplifies to \( \frac{x^6}{6} \)). Thus, \[ e^{-x^2} \approx 1 - x^2 + \frac{x^4}{2} - \frac{x^6}{6} \]
05
Set up the integral using the approximation
To approximate \( \int_{0}^{1} e^{-x^2} \, dx \) using the series found in part (i), substitute the first four terms in the expression for the integral: \[ \int_{0}^{1} \(1 - x^2 + \frac{x^4}{2} - \frac{x^6}{6}\) \, dx \]
06
Integrate term by term
Integrating each term separately: \[ \int_{0}^{1} 1 \, dx = x \Big|_{0}^{1} = 1 \] \[ \int_{0}^{1} x^2 \, dx = \frac{x^3}{3} \Big|_{0}^{1} = \frac{1}{3} \] \[ \int_{0}^{1} \frac{x^4}{2} \, dx = \frac{1}{2} \int_{0}^{1} x^4 \, dx = \frac{1}{2} \frac{x^5}{5} \Big|_{0}^{1} = \frac{1}{10} \] \[ \int_{0}^{1} \frac{x^6}{6} \, dx = \frac{1}{6} \int_{0}^{1} x^6 \, dx = \frac{1}{6} \frac{x^7}{7} \Big|_{0}^{1} = \frac{1}{42} \]
07
Sum the results
Combine the results of the integrals: \[ \int_{0}^{1} \left( 1 - x^2 + \frac{x^4}{2} - \frac{x^6}{6} \right) \, dx \] \( = 1 - \frac{1}{3} + \frac{1}{10} - \frac{1}{42} \approx 1 - 0.333 + 0.1 - 0.024 \approx 0.743 \)
08
Round the result to 3 decimal places
The approximation for the integral to 3 decimal places is 0.743.
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
To understand how to find the series expansion of a function, it's important to get familiar with the Maclaurin series. The Maclaurin series is a special case of the Taylor series centered at zero. For a function \(f(x)\), its Maclaurin series is given by:
\[f(x) = f(0) + f'(0)x + \frac{f''(0)}{2!}x^2 + \frac{f'''(0)}{3!}x^3 + \cdots \]
In simpler terms, the Maclaurin series expands a function as a sum of its derivatives at zero, each multiplied by a power of \(x\) and divided by the factorial of the power. This allows us to express complicated functions in a polynomial form, making them easier to work with for approximation and integration.
\[f(x) = f(0) + f'(0)x + \frac{f''(0)}{2!}x^2 + \frac{f'''(0)}{3!}x^3 + \cdots \]
In simpler terms, the Maclaurin series expands a function as a sum of its derivatives at zero, each multiplied by a power of \(x\) and divided by the factorial of the power. This allows us to express complicated functions in a polynomial form, making them easier to work with for approximation and integration.
- The more terms you include, the more accurate the approximation.
- Common functions have well-known Maclaurin series, like \(e^x\).
integral approximation
Once you have the series expansion, you can use it to approximate integrals. In this case, we approximate \(\int_{0}^{1} e^{-x^2} \, dx \) by integrating the series expansion term by term. Here are the steps to do it:
In this problem, we used the first four non-zero terms of the series for \(e^{-x^2}\), which are:
\[1, -x^2, \frac{x^4}{2}, \text{and} -\frac{x^6}{6} \]
Substituting these into the integral and then integrating term by term gives us an approximation that simplifies the otherwise complex integral.
- Substitute the first few terms of the series expansion into the integral.
- Integrate each term individually.
- Sum the results to get the approximate value of the original integral.
In this problem, we used the first four non-zero terms of the series for \(e^{-x^2}\), which are:
\[1, -x^2, \frac{x^4}{2}, \text{and} -\frac{x^6}{6} \]
Substituting these into the integral and then integrating term by term gives us an approximation that simplifies the otherwise complex integral.
series expansion integration
Series expansion integration is a technique where you use a series to represent a function and then integrate that series term by term. This method is particularly useful when dealing with functions that are difficult to integrate directly, like \(e^{-x^2}\).
Instead, we approximate \(e^{-x^2}\) by its series expansion \(1 - x^2 + \frac{x^4}{2} - \frac{x^6}{6}\), and then integrate each term:
\[ \int_{0}^{1} \left( 1 - x^2 + \frac{x^4}{2} - \frac{x^6}{6} \right) \, dx \]
This results in a simpler sum of integrals of polynomials:
\[1 - \frac{1}{3} + \frac{1}{10} - \frac{1}{42} \approx 0.743 \]
This result shows how series expansion integration allows you to approximate complex integrals in a manageable way, often to a high degree of accuracy.
Instead, we approximate \(e^{-x^2}\) by its series expansion \(1 - x^2 + \frac{x^4}{2} - \frac{x^6}{6}\), and then integrate each term:
\[ \int_{0}^{1} \left( 1 - x^2 + \frac{x^4}{2} - \frac{x^6}{6} \right) \, dx \]
This results in a simpler sum of integrals of polynomials:
- \( \int_{0}^{1} 1 \, dx = 1 \)
- \( \int_{0}^{1} x^2 \, dx = \frac{1}{3} \)
- \( \int_{0}^{1} \frac{x^4}{2} \, dx = \frac{1}{10} \)
- \( \int_{0}^{1} \frac{x^6}{6} \, dx = \frac{1}{42} \)
\[1 - \frac{1}{3} + \frac{1}{10} - \frac{1}{42} \approx 0.743 \]
This result shows how series expansion integration allows you to approximate complex integrals in a manageable way, often to a high degree of accuracy.