Solving a very strange improper integral

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Susanne217
Messages
311
Reaction score
0

Homework Statement



I am getting fooled by the this improper integral


[tex]\int_0^{\infty}\frac{cos(x)+sin(x)}{1+v^2}dv = \pi \cdot e^{-x}[/tex]

How the devil do I go about getting that result?


The Attempt at a Solution



I end up getting the sum of the two integrals

[tex]\int_0^{1}\frac{cos(x)}{1+v^2}dv + \int_1^{\infty}\frac{sin(x)}{1+v^2}dv[/tex] but how do I proceed from there? Hints please :)
 
Physics news on Phys.org
is x a constant term here?
 
Since you are integrating with respect to v, this is just
[tex](cos(x)+ sin(x))\int_0^\infty \frac{dv}{1+ v^2}[/tex]


And you should know that
[tex]\int\frac{dv}{1+ v^2}= arctan(v)+ C[/tex].

But that is NOT equal to [itex]\pi e^{-x}[/itex]. You must have copied the problem incorrectly or left out some relationship between x and v.