Finding anitderivative using complex numbers and Euler

Click For Summary

Homework Help Overview

The discussion revolves around finding the antiderivative of the integral $$ \int e^{2x} \sin 3x \ dx $$ using Euler's formulas for sine and cosine. Participants are exploring the application of complex numbers in integration.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • The original poster attempts to express the integral using Euler's formulas, leading to a complex exponential form. Some participants suggest manipulating the denominators to make them real and combining the results. Others emphasize the importance of using elementary algebra to simplify expressions involving complex numbers.

Discussion Status

Participants are actively engaging with the problem, offering guidance on how to proceed with the integration and simplification. There is a focus on maintaining the use of Euler's formulas, with some questioning the necessity of polar forms in the context of the problem.

Contextual Notes

The original poster expresses a desire to avoid alternative methods outside of using Euler's formulas, indicating a constraint on the approach to be taken in solving the problem.

Rectifier
Gold Member
Messages
313
Reaction score
4
I have to find a primitive function below using the Euler formulas for ##\sin x## and ## \cos x##

The problem

$$ \int e^{2x} \sin 3x \ dx $$

Relevant equations

## \cos x = \frac{e^{ix}+e^{-ix}}{2} \\ \sin x = \frac{e^{ix}-e^{-ix}}{2i} \\ \\ \int e^{ix} \ dx = \frac{e^{ix}}{i} ##

The attempt
## \int e^{2x} \sin 3x \ dx = \int e^{2x} \left( \frac{ e^{i3x}-e^{-i3x} }{ 2i } \right) \ dx = \frac{ 1 }{ 2i } \int e^{ 2x }e^{i3x}-e^{2x}e^{-i3x} \ dx = \frac{1}{2i} \int e^{(2+3i)x}-e^{(2-3i)x} \ dx \\ \frac{1}{2i} \int e^{(2+3i)x}-e^{(2-3i)x} \ dx = \frac{1}{2i} \left( \frac{e^{(2+3i)x}}{2+3i}- \frac{e^{(2-3i)x}}{2-3i} \right) \ + C ##

Polar form for ##z=2+i##
##2+3i = \sqrt{13}e^{i \arctan \left( \frac{3}{2} \right) }##

Polar form for ##z=2-i##
##2-3i = \sqrt{13}e^{- i \arctan \left( \frac{3}{2} \right) }##I am looking for a way to advance from this step in my solution process and am therefore not interested in any alternative ways other than using Eulers forumlas above to solve this problem.

Please help.
 
Physics news on Phys.org
It looks good so far. After doing the integration, the next step should be to make the denominators of the two expressions real so that you can get to a common denominator and add them together. So multiply the first expression by \frac{2-3i}{2-3i}, and multiply the second expression by \frac{2+3i}{2+3i}.
 
  • Like
Likes   Reactions: Rectifier
Rectifier said:
I have to find a primitive function below using the Euler formulas for ##\sin x## and ## \cos x##

The problem

$$ \int e^{2x} \sin 3x \ dx $$

Relevant equations

## \cos x = \frac{e^{ix}+e^{-ix}}{2} \\ \sin x = \frac{e^{ix}-e^{-ix}}{2i} \\ \\ \int e^{ix} \ dx = \frac{e^{ix}}{i} ##

The attempt
## \int e^{2x} \sin 3x \ dx = \int e^{2x} \left( \frac{ e^{i3x}-e^{-i3x} }{ 2i } \right) \ dx = \frac{ 1 }{ 2i } \int e^{ 2x }e^{i3x}-e^{2x}e^{-i3x} \ dx = \frac{1}{2i} \int e^{(2+3i)x}-e^{(2-3i)x} \ dx \\ \frac{1}{2i} \int e^{(2+3i)x}-e^{(2-3i)x} \ dx = \frac{1}{2i} \left( \frac{e^{(2+3i)x}}{2+3i}- \frac{e^{(2-3i)x}}{2-3i} \right) \ + C ##

Polar form for ##z=2+i##
##2+3i = \sqrt{13}e^{i \arctan \left( \frac{3}{2} \right) }##

Polar form for ##z=2-i##
##2-3i = \sqrt{13}e^{- i \arctan \left( \frac{3}{2} \right) }##I am looking for a way to advance from this step in my solution process and am therefore not interested in any alternative ways other than using Eulers forumlas above to solve this problem.

Please help.

Do NOT express ##2 + 3i## in polar form; just use ##e^{(2 + 3i)x} = e^{2x} e^{3ix}## once again after you have done the integration. Using the polar form where it is not needed just makes everything worse.
 
  • Like
Likes   Reactions: Rectifier
When I do that, I get

## \frac{1}{2i} \left( \frac{ e^{2x} e^{3ix} (2-3i)}{(2+3i)(2-3i)}- \frac{e^{2x}e^{-3ix}(2+3i)}{(2+3i)(2-3i)} \right) \ + C = \frac{1}{2i} \left( \frac{ e^{2x} e^{3ix} (2-3i) - e^{2x}e^{-3ix}(2+3i)}{13}\right) \ + C \\ = \frac{e^{2x}}{2i} \left( \frac{ e^{3ix} (2-3i) - e^{-3ix}(2+3i)}{13}\right) \ + C ##

I get stuck here.
 
Rectifier said:
When I do that, I get

## \frac{1}{2i} \left( \frac{ e^{2x} e^{3ix} (2-3i)}{(2+3i)(2-3i)}- \frac{e^{2x}e^{-3ix}(2+3i)}{(2+3i)(2-3i)} \right) \ + C = \frac{1}{2i} \left( \frac{ e^{2x} e^{3ix} (2-3i) - e^{2x}e^{-3ix}(2+3i)}{13}\right) \ + C \\ = \frac{e^{2x}}{2i} \left( \frac{ e^{3ix} (2-3i) - e^{-3ix}(2+3i)}{13}\right) \ + C ##

I get stuck here.

Just use elementary algebra to express ##(a +ib) \times (c + id)## as ## U +iV##; there are standard rules for doing that. Of course, you need to remember that ##e^{\pm 3ix} = \cos(3x) \pm i \sin(3x).##
 
  • Like
Likes   Reactions: Rectifier
Thank you for your help
 

Similar threads

  • · Replies 11 ·
Replies
11
Views
1K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
1
Views
1K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 105 ·
4
Replies
105
Views
11K
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
6K