Can Complex Integration Solve These Advanced Calculus Problems?

In summary: Then,$$ \frac{1}{(a^{2}+x^{2})(s^{2}+m^{2}x^{2})} = \frac{1}{s^{2}-m^{2}a^{2}} \left( \frac{1}{a^{2}+x^{2}} - \frac{m^{2}x^{2}}{s^{2}+m^{2}x^{2}} \right)$$This technique is called partial fractions and it's the most common way to solve integrals involving rational functions.
  • #1
youth4ever
3
0
Hello my Math friends,

I have a complex integration problem:
The integral to calculate is :

Integrate[Cos [mx]/(x^2 + a^2), {x, -Infinity, Infinity}]
or if particularized for a=1, m=1 the integral will be :

Integrate[Cos [x]/(x^2 + 1), {x, -Infinity, Infinity}]

I know the answer for both of them:
(Pi/a)*(e^-ma) for the first
and
Pi/e for the second.

How this integral can be done through Complex integration ? I don't have a clue and I strongly wish to solve it.
Thanks.

PS: BTW, I would have written with math signs because I don't like the text style of writing math but I don't know how to do it here. Is there a trick ?
 
Physics news on Phys.org
  • #2
youth4ever said:
Hello my Math friends,

I have a complex integration problem:
The integral to calculate is :

Integrate[Cos [mx]/(x^2 + a^2), {x, -Infinity, Infinity}]
or if particularized for a=1, m=1 the integral will be :

Integrate[Cos [x]/(x^2 + 1), {x, -Infinity, Infinity}]

I know the answer for both of them:
(Pi/a)*(e^-ma) for the first
and
Pi/e for the second.

How this integral can be done through Complex integration ? I don't have a clue and I strongly wish to solve it.
Thanks.
Hi youth4ever and welcome to MHB!

Your integral is the real part of \(\displaystyle \int_{-\infty}^\infty \frac{e^{imx}}{x^2+a^2}dx.\) If you know about contour integration then you should be able to evaluate that integral by using a D-shaped contour.

youth4ever said:
PS: BTW, I would have written with math signs because I don't like the text style of writing math but I don't know how to do it here. Is there a trick ?
See the http://mathhelpboards.com/latex-tips-tutorials-56/ forum.
 
  • #3
Hi Opalg,

Yes I know that it comes from e^imx/... integral. But I wondered if there is a way to simply integrate the cosine part separately by using a different technique and to double check the answer.
Is this possible ?

Thanks.
 
  • #4
youth4ever said:
But I wondered if there is a way to simply integrate the cosine part separately by using a different technique and to double check the answer.
Is this possible ?

I think your question is. Rather than making things "complicated", why not just find anti-derivative of the function inside the integral and get the answer. But the problem with what you want is that a lot of these integration problems that use complex analysis to compute do not have anti-derivatives in terms of known standard functions. So what you want cannot be done.
 
  • #5
If your interested in a different approach that would confirm the answer you get using contour integration, consider the Laplace transform of $$ \displaystyle f(t) = \int_{0}^{\infty} \frac{\cos (mtx)}{a^{2}+x^{2}} \ dx$$

Then by definition,

$$\mathcal{L}_{t} [f(t)](s) = \int_{0}^{\infty} \int_{0}^{\infty} \frac{\cos (mtx)}{a^{2}+x^{2}} \ e^{-st} \ dx \ dt = \int_{0}^{\infty} \frac{1}{a^{2}+x^{2}}\int_{0}^{\infty} \ \cos(mxt) e^{-st} dt \ dx$$

$$ = \int_{0}^{\infty} \frac{1}{a^{2}+x^{2}} \frac{s}{s^{2}+(mx)^{2}} \ dx = \frac{s}{s^{2}-a^{2}m^{2}} \int_{0}^{\infty} \left( \frac{1}{a^{2}+x^{2}} - \frac{m^{2}}{s^{2}+m^{2}x^{2}} \right)$$

$$ = \frac{s}{s^{2}-a^{2}m^{2}} \left( \frac{\pi}{2a} - \frac{\pi m }{2s} \right) = \frac{\pi}{2a(s+am)}$$Now undo the transform.

EDIT: What I had previously after this point wasn't quite correct.

$$f(t) = \mathcal{L}^{-1}_{t} \Big[ \mathcal{L}_{t} [f(t)](s) \Big] = \mathcal{L}^{-1}_{t} \Big[ \frac{\pi}{2a(s+am)} \Big]$$

$$ = \frac{\pi}{2a} \mathcal{L}^{-1}_{t} \Big[ \frac{1}{s+am} \Big] = \frac{\pi}{2a} e^{-amt}$$And therefore,

$$ \int_{-\infty}^{\infty} \frac{\cos (mx)}{a^{2}+x^{2}} \ dx = 2 f(1) = \frac{\pi}{a} e^{-am} $$
 
Last edited:
  • #6
Hello "Random Variable"

And many thanks for the solution. Your solution is incredible. I am amazed.
I have a question although.
How you knew at this point
$$ = \int_{0}^{\infty} \frac{1}{a^{2}+x^{2}} \frac{s}{s^{2}+(mx)^{2}} \ dx $$
to amplify the product with
$$\frac{s^{2}-a^{2}m^{2}}{s^{2}-a^{2}m^{2}}$$
and then add and substract $$(mx)^{2}$$ to the numerator
to obtain the sum :
$$ = \frac{s}{s^{2}-a^{2}m^{2}} \left( \frac{1}{a^{2}+x^{2}} - \frac{\ m^{2} }{s^{2}+(mx)^{2}} \right) $$
which is easily integrable in x variable? I just need a pattern on how to look because it is not obvious and I want to be able to apply this technique in similar situations.

Thanks.
 
Last edited:
  • #7
Randome Variable posted the same integral in the Challenge section, if you want an alternative solution, look here: http://mathhelpboards.com/challenge-questions-puzzles-28/integral-5-a-9140.html

:)
 
  • #8
@youth4ever

I used partial fractions.

Assume that

$$\frac{1}{(a^{2}+x^{2})(s^{2}+m^{2}x^{2})} = \frac{Ax+B}{a^{2}+x^{2}} + \frac{Cx+D}{s^{2}+m^{2}x^{2}}$$

$$ = \frac{As^{2}x + Am^{2}x^{3} + Bs^{2} + Bm^{2}x^{2} + Ca^{2}x + Cx^{3} + Da^{2} + Dx^{2}}{(a^{2}+x^{2})(s^{2}+m^{2}x^{2})}$$If those fractions are equal, their numerators must be the same.

That leads to four equations that must be satisfied.

$$Am^{2} + C = 0$$
$$Bm^{2} + D = 0$$
$$As^{2}+Ca= 0$$
$$Bs^{2}+Da^{2} =1$$The first and third equations imply that $A$ and $C$ are zero.

Solving the second equation for $D$ and plugging it into equation 4, we get

$$Bs^{2} - Bm^{2} a^{2} = 1 \implies B = \frac{1}{s^{2}-m^{2}a^{2}}$$

Then from equation 2,

$$ D = -\frac{m^{2}}{s^{2}-m^{2}a^{2}} $$
 
  • #9
@Random Variable
Thanks again.

How you would approach a problem like the following :
It come from the Fourier transform of the sinc function without the coefficient.
$$ \int_{0}^{\infty} \frac{sin (ak)}{ak} e^{ikx} \ dk $$
Without the exponential term hanged there that would be easy and is convergent too as the sinc function dies at Infinity. But the complex exponential term introduces another cyclicity to the function so it may be regarded as non convergent because of the 0 and Infinity limits.
However I want to believe that this can be done through complex integration.
Or if not, we could take limits to be from Pi/2 to Pi for example.

What do you think ?
 
Last edited:

Related to Can Complex Integration Solve These Advanced Calculus Problems?

1. What is an Advanced Integration Problem?

An Advanced Integration Problem is a mathematical challenge that involves finding the integral of a complex function over a given interval. It requires a thorough understanding of integration techniques and may involve multiple steps and strategies to solve.

2. What makes an integration problem "advanced"?

An integration problem is considered advanced when it involves complex functions, multiple variables, or requires the use of advanced integration techniques such as substitution, integration by parts, or partial fractions. These problems are often more challenging and require a deeper understanding of calculus concepts.

3. How do you approach an Advanced Integration Problem?

The best approach to solving an Advanced Integration Problem is to first identify the type of function and determine which integration technique would be most effective. Then, carefully follow the steps of the chosen technique, making sure to keep track of any constants or variables that may arise. It is also important to check the answer by differentiating to ensure accuracy.

4. What are some common mistakes to avoid when solving Advanced Integration Problems?

Some common mistakes to avoid when solving Advanced Integration Problems include forgetting to include constants, making errors in algebraic manipulations, and forgetting to substitute back in the original variable limits. It is also important to carefully check the signs and terms throughout the problem to avoid any mistakes.

5. How can I improve my skills in solving Advanced Integration Problems?

To improve your skills in solving Advanced Integration Problems, it is important to practice and familiarize yourself with different types of functions and integration techniques. You can also seek help from a tutor or attend review sessions to gain a better understanding of the concepts. Additionally, make sure to carefully check your work and identify any mistakes, as this will help you learn and improve in the future.

Similar threads

Replies
2
Views
175
  • Topology and Analysis
Replies
1
Views
424
  • Topology and Analysis
Replies
4
Views
1K
Replies
6
Views
877
  • Topology and Analysis
Replies
4
Views
297
Replies
5
Views
1K
  • Topology and Analysis
Replies
2
Views
657
Replies
4
Views
389
  • Topology and Analysis
Replies
4
Views
1K
Replies
2
Views
1K
Back
Top