- #1
squaremeplz
- 124
- 0
Homework Statement
evaluate the contour integral
int.cont. Im(z) dz
where cont. is the path from the point z_o = 1 + i to the point z_1 = 3 + 9i
along the parabolic curve y = x^2. sketch the contour
Homework Equations
int.[a to b] z(t)z'(t) dt
The Attempt at a Solution
I parametrized z(t) = t + t^2*i and runs 1 <= t <= 3
z'(t) = 1 + 2ti
Here is where I get confused
I know Im(z(t)) = t^2*i, but do I also have to do Im(z'(t)) = 2ti?
so I am unsure whether to evaluate
int [from 1 to 3] Im(z(t))*Im(z'(t)) dt
or
int [from 1 to 3] Im(z(t))*(z'(t)) dt
Also, since we are integrating the imaginary part only, how does the sketch differ from a contour integral of let's say z(t)dt
thanks