You are on page 1of 3

Practical 10

Roll No.- 14157

Ques:-
Plot the semicircle ‘C’ with radius 1 centered at z = 2 and
1
evaluate the contour integral C z2  z over C.
1
Integrate f(z) = z2
over C: (t) = 2 + i t ; t  [0,].

1 t_ : 2  t ;
ParametricPlotRe1 t, Im1 t, t, 0, , AspectRatio  Automatic,
In[234]:=

Frame  False, Axes  True, AxesStyle  Arrowheads .04, .04,


PlotRange   1, 4,  1, 3, PlotLabel  Style"ZPlane", Bold, 14,
PlotStyle  Magenta, AxesLabel  "Real Axis", "Imaginary Axis"
ZPlane
Imaginary Axis

Out[235]=

Real Axis
1 2 3

In[231]:= 1 t_ : 2  t

f1 z_ :
1
z  2
Integratef1 1 t  1 't, t, 0, 
Out[233]= 
2 Practical 10 14192.nb

Exercise:
Qus:-
Find the contour integral of following complex functions
over the curve/contour C. Also plot the contour.
1. f1(z) = z2 + 2z + 2 C: z1(t) = 3 + 2  t ; t [0,]
z1 t_ : 3  2  t ;
ParametricPlotRez1 t, Imz1 t, t, 0, , AspectRatio  Automatic,
Frame  False, Axes  True, AxesStyle  Arrowheads .04, .04,
PlotRange   1, 6,  1, 3, PlotLabel  Style"ZPlane", Bold, 14,
AxesLabel  "Real Axis", "Imaginary Axis"
ZPlane
Imaginary Axis

Real Axis
1 2 3 4 5

z1 t_ : 3  2  t
f1 z_ : z ^2  2  z  2
Integratef1 z1 t  z1 't, t, 0, 

220

3
Practical 10 14192.nb 3

 z z
2. f2(z) = Cos(z) = 2
C: z2(t) = t 2 +  t; t [0,2]

z2 t_ : t ^2    t;
ParametricPlotRez2 t, Imz2 t, t, 0, 2, AspectRatio  Automatic,
Frame  False, Axes  True, AxesStyle  Arrowheads .04, .04,
PlotRange   1, 6,  1, 3, PlotLabel  Style"ZPlane", Bold, 14,
PlotStyle  Blue, AxesLabel  "Real Axis", "Imaginary Axis"
ZPlane
Imaginary Axis

Real Axis
1 2 3 4 5

z2 t_ : t ^2    t

f2 z_ :
Exp  z  Exp   z

Integratef2 z2 t  z2 't, t, 0, 2


2

Sin4  2 

You might also like