Chapter 6: Problem 48
If appropriate, evaluate the following integrals by substitution. If substitution is not appropriate, say so, and do not evaluate. (a) \(\int x \sin \left(x^{2}\right) d x\) (b) \(\int x^{2} \sin x d x\) (c) \(\int \frac{x^{2}}{1+x^{2}} d x\) (d) \(\int \frac{x}{\left(1+x^{2}\right)^{2}} d x\) (e) \(\int x^{3} e^{x^{2}} d x\) (f) \(\int \frac{\sin x}{2+\cos x} d x\)
Short Answer
Step by step solution
Evaluate Integral (a)
Evaluate Integral (b)
Evaluate Integral (c)
Evaluate Integral (d)
Evaluate Integral (e)
Evaluate Integral (f)
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.
Integration by Substitution
- Identify a part of the integrand that can be substituted with a single variable. This is usually the inner function.
- Express the chosen part in terms of a new variable, \( u \), such that \( u = g(x) \) and thus, \( du = g'(x) \, dx \).
- Rewrite the entire integral in terms of \( u \) and \( du \), which often simplifies the integral.
- Perform the integration with respect to \( u \).
- Finally, substitute back the original variable to get the solution in terms of \( x \).
- Set \( u = x^2 \) leading to \( du = 2x \, dx \).
- The integral \( \int x \sin(x^2) \, dx \) is transformed to \( \frac{1}{2} \int \sin(u) \, du \).
- After integration, we get a simple antiderivative: \( -\frac{1}{2} \cos(u) + C \).
- Substitute back \( u = x^2 \) to obtain the final result: \( -\frac{1}{2} \cos(x^2) + C \).
Integrals Involving Trigonometric Functions
- The integral \( \int \frac{\sin x}{2 + \cos x} \, dx \) had a trigonometric function in the denominator, which suggested trying substitution.
- Let \( u = 2 + \cos x \). Then \( du = -\sin x \, dx \), which means \( -du = \sin x \, dx \).
- This substitution simplifies the integral to \( -\int \frac{1}{u} \, du \).
- The antiderivative is \( -\ln|u| + C \), and substituting back for \( u \) gives \( -\ln|2 + \cos x| + C \).
Integration Techniques
- Integration by Parts: Used when the integrand is a product of functions and substitution does not apply directly. Useful in integral (b), where \( \int x^2 \sin x \, dx \) might be handled better by this method.
- Partial Fraction Decomposition: Useful for rational functions where the degree of the numerator is less than the denominator, making simple integrals with fractions easier.
- Trigonometric Substitution: Effective for integrals involving roots of quadratic expressions alongside trigonometric identities.
- Numerical Integration: In cases where finding an antiderivative analytically is complex, numerical methods allow approximation of integrals.