If the function \( f(z) = -x^2 + xy + y^2 + i(ax^2 + bxy + cy^2) \) of complex variable \(z = x + iy\) is analytic in the complex plane, then the values of \(a, b, c\) are _______
Show Hint
To verify analyticity of a function \( f(z) = u + iv \), always check the Cauchy-Riemann equations.
Now apply CR equations:
\[
-2x + y = bx + 2cy \quad \text{(i)}
\]
\[
x + 2y = - (2a x + b y) \quad \text{(ii)}
\]
Equating coefficients:
From (i):
\[
-2 = b,\quad 1 = 2c \Rightarrow b = -2,\quad c = \frac{1}{2}
\]
From (ii):
\[
1 = -2a \Rightarrow a = -\frac{1}{2},\quad 2 = -b \Rightarrow b = -2
\]
There seems to be a contradiction in value of \(a\). Rechecking:
\[
x + 2y = - (2a x + b y) \Rightarrow x + 2y = -2a x - b y
\Rightarrow x + 2y + 2a x + b y = 0
\Rightarrow x(1 + 2a) + y(2 + b) = 0
\]
Equating coefficients to zero:
\[
1 + 2a = 0 \Rightarrow a = -\frac{1}{2},\quad 2 + b = 0 \Rightarrow b = -2
\]
Substitute \(b = -2\) into equation (i):
\[
-2x + y = -2x + 2cy \Rightarrow y = 2cy \Rightarrow 1 = 2c \Rightarrow c = \frac{1}{2}
\]
Final Answer: (3) \(a = -\frac{1}{2},\ b = -2,\ c = \frac{1}{2}\)