Contour Integration with Square Root Function

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
4 replies · 2K views
outhsakotad
Messages
31
Reaction score
0

Homework Statement


The integral I'm trying to solve is sqrt(x)/(1+x^2) from 0 to infinity.


Homework Equations





The Attempt at a Solution

I've attached my solution. I know it's not right, as I shouldn't get an imaginary solution. The answer is actually pi/sqrt(2) according to my book. The author used a keyhole contour (branch cut along positive real axis and avoiding the branch point at z=0), but I don't see what's wrong with my approach. Any help would be greatly appreciated.
 

Attachments

Physics news on Phys.org
First consider: What is [itex]i^{1/2}[/itex] in cartesian form? (x + i*y). This won't solve the issue, but is just to remind you that to check that i^0.5 isn't actually 1- i (it's not, but it's close).

The real problem is the arc on the negative axis. You set [itex]z = re^{i\pi}[/itex], but forgot an extra factor of e^{i pi} from the differential dz.
 
Last edited:
sqrt(i) = e^(i*pi/4)= (1/sqrt(2))*(1+i)... Any idea what is amiss? I still don't see it.
 
Whoops, you got in before I edited it. You missed a factor of e^{i pi} that comes from [itex]dz = dr e^{i\pi}[/itex] on your arc on the negative axis. You really have a factor of [itex](1-e^{i 3 \pi/2}) = (1 + i)[/itex].
 
Ah, okay. Thanks, so much. That solves some of the issues I was having with earlier problems too I think.