Chapter 8: Problem 38
First make a substitution and then use integration by parts to evaluate the integral. $$ \int e^{6 x} \cos e^{3 x} d x $$
Short Answer
Expert verified
The integral evaluates to \( \frac{1}{3} [e^{3x} \sin(e^{3x}) + \cos(e^{3x})] + C \).
Step by step solution
01
Make a substitution
Let's use the substitution \( u = e^{3x} \). Then, \( du = 3e^{3x}dx \) or equivalently \( dx = \frac{du}{3u} \). Also, \( e^{6x} = (e^{3x})^2 = u^2 \). Now we can rewrite the integral: \[ \int e^{6x} \cos(e^{3x}) \, dx = \int u^2 \cos(u) \frac{du}{3u} = \frac{1}{3} \int u \cos(u) \, du \]
02
Set up integration by parts
We will use integration by parts on \( \frac{1}{3} \int u \cos(u) \, du \). Recall the integration by parts formula: \( \int v \, dw = vw - \int w \, dv \). Choose \( v = u \) and \( dw = \cos(u) \, du \). Then, \( dv = du \) and \( w = \int \cos(u) \, du = \sin(u) \).
03
Apply integration by parts formula
Substitute \( v \), \( dv \), \( w \), and \( dw \) into the integration by parts formula: \[ \frac{1}{3} \int u \cos(u) \, du = \frac{1}{3} \left[u \sin(u) - \int \sin(u) \, du \right] \] Simplify: \[ = \frac{1}{3} \left[u \sin(u) + \cos(u) \right] + C \] where \( C \) is the constant of integration.
04
Back-substitute the original variable
Our original substitution was \( u = e^{3x} \). Replace \( u \) in our expression to return to the variable \( x \): \[ \frac{1}{3} [e^{3x} \sin(e^{3x}) + \cos(e^{3x})] + C \] This is the evaluated integral in terms of \( x \).
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.
Substitution Method
The substitution method is a straightforward technique to simplify an integral by substituting variables to make the computation easier. In this original exercise, we started by setting a substitution to reduce complexity. Let's break down the key points:
- Choose a substitution that simplifies the integral. Here, we used the substitution \( u = e^{3x} \), which reduces the exponent and simplifies the integral.
- Calculate the derivative of your substitution to express \( dx \) in terms of \( du \). For our substitution, \( du = 3e^{3x}dx \), which gives \( dx = \frac{du}{3u} \).
- Rearrange the integral using your substitution. The original integral \( \int e^{6x} \cos(e^{3x}) \, dx \) becomes \( \frac{1}{3} \int u \cos(u) \, du \).
Integration by Parts
Integration by parts is a handy tool, especially when dealing with products of functions in integrals. It is based on the product rule for differentiation and follows the formula:\[ \int v \, dw = vw - \int w \, dv \]To use integration by parts effectively, follow these steps:
- Identify the parts of the integral that will serve as \( v \) and \( dw \). In our case, \( v = u \) and \( dw = \cos(u) \, du \).
- Calculate \( dv \) and \( w \). Here, \( dv = du \) and \( w = \sin(u) \).
- Apply the integration by parts formula to get \( \frac{1}{3} \left[u \sin(u) - \int \sin(u) \, du \right] \).
- Simplify further by integrating \( \sin(u) \) to get the result \( \frac{1}{3} [u \sin(u) + \cos(u)] + C \).
Definite Integrals
While the exercise provided an indefinite integral solution, understanding definite integrals is crucial for solving many real-world problems. Definite integrals compute the net area under a curve from one point to another. Here are some aspects to consider:
- Definite integrals are evaluated over a specified interval \([a, b]\).
- The process involves finding the antiderivative of the function and then using the Fundamental Theorem of Calculus.
- To compute: \[ \int_{a}^{b} f(x) \, dx = F(b) - F(a) \] where \( F(x) \) is the antiderivative of \( f(x) \).
- For bounded functions, definite integrals can represent physical quantities such as total distance, area, and accumulated change.