Calculate complex integral as line integral

evol_w10lv
Messages
70
Reaction score
0

Homework Statement


We need to calculate this complex integral as line integral:
mvw98gi92v0r12s9uk9w.png



Homework Equations





The Attempt at a Solution


This is correct, I guess:
v8yzkdwcftef6j9gch6p.png


But not sure about this part:
o09jbdaoynkhyxn1jg0x.png


Are dx, dy, x, y chages correct or there is other method to use?
 
Physics news on Phys.org
evol_w10lv said:

Homework Statement


We need to calculate this complex integral as line integral:
mvw98gi92v0r12s9uk9w.png



Homework Equations





The Attempt at a Solution


This is correct, I guess:
v8yzkdwcftef6j9gch6p.png


But not sure about this part:
o09jbdaoynkhyxn1jg0x.png


Are dx, dy, x, y chages correct or there is other method to use?

Not hard to numerically integrate it and check your results right?

Code:
NIntegrate[(z^2 + z*Conjugate[z])*I*Exp[I*t] /. z -> Exp[I*t], {t, Pi, 0}]

but I just let z=e^{it} to check that. What's wrong with just doing that symbolically from the start.
So my suggestion is for you to compute the expression your derived, compute it numerically in Mathematica or other, and thirdly, by letting z=e^{it} and computing it by evaluating the integral in t and then compare the three.
 
Of course... thanks for idea. I cheked results and they were equal.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top