2
$\begingroup$

Let $C$ be the ellipse $9x^2+4y^2=36$ traversed once in the counterclockwise direction. Define the function $g$ by $g(z)=\int_{C}\frac{s^2+s+1}{s-z}ds.$

Find $g(4i)$.

Well I know I must find $g(z)$ (that is the integral) before computing $g(4i)$, so I decided to use Cauchy's integral formula $f(z_{0})=\frac{1}{2\pi i}\int_C\frac{f(z)}{z-z_{0}}dz$. This put me into trouble, because I do not how to start. Please i need a hint.

Thanks.

  • 0
    Also you should remember if f(z)/(z-z_0) is analytic within and on C, then the integral is 0.2012-03-24

2 Answers 2

2

Hint:

  1. Carefully sketch the curve $C$.
  2. Use some theorem of Cauchy.

It might also be interesting to look at other points than $z=4i$, e.g. $z=0$...

  • 0
    Hassan, you should look closer to [Cauchy's integral theorem](http://en.$w$ikipedia.org/wiki/Cauchy%27s_integral_theorem)...2012-03-24
1

$g(4i)=\int_C \frac{s^2+s+1}{s-4i}ds$

$\frac{x^2}{4}+\frac{y^2}{9}=1$ is the equation of the vertical ellipse with vertices at $-2, 2, -3i, 3i$. Therefore $4i$ is outside the ellipse and the function $f(s)=\frac{s^2+s+1}{s-4i}$ is analytic within $C$. Then the integral is $0$.

  • 0
    $g(i)=\int_C \frac{s^2+s+1}{s-i}ds$. In this case, $i$ is within the ellipse and we assume $f(s)=s^2+s+1$. using Cauchy Integral Formula, we get $g(i) = 2\pi i f(i) = -2\pi$.2012-04-01