- A function is said to be analytic in a domain D if it is single valued and differentiable at every point in the domain D.
- Points in a domain at which function is not differentiable are singularities of the function in domain D.
- Cauchy Riemann conditions for a function $\textit{f(z)=u(x,y)+iv(x,y)}$ to be analytic at point z
$\frac{\partial u}{\partial x}=\frac{\partial v}{\partial y}$
$\frac{\partial v}{\partial x}=-\frac{\partial u}{\partial y}$ - Cauchy Riemann equations in polar form are
$\frac{\partial u}{\partial r}=\frac{1}{r}\frac{\partial v}{\partial \theta}$
$\frac{1}{r}\frac{\partial u}{\partial \theta}=-\frac{\partial v}{\partial r}$
This blog provides study material for those preparing for CSIR NET/JRF and GATE with physics as a subject.
Search This Blog
Friday, March 30, 2012
Complex Analysis Part 1
Monday, March 26, 2012
Complex Numbers
Complex numbers are the numbers of the form a+ib where i=√(-1) and a and b are real numbers.
Definition:- Complex numbers are defined as an ordered pair of real numbers like (x,y) where
z=(x,y)=x+iy
and both x and y are real numbers and x is known as real part of complex number and y is known as imaginary part of the complex number.
Addition of complex numbers
Let z1=x1+iy1 and z2=x2+iy2 then
z1+z2=(x1+x2)+i(y1+y2)
Subtraction
z1-z2=(x1-x2)+i(y1-y2)
Multiplication
(z1.z2)=(x1+iy1).(x2+iy2)
Division
To divide complex number by another , first write quotient as a fraction. Then reduce the fraction to rectangular form by multiplying the numerator and denominator by the complex conjugate of the denominatormaking the denominator real.
Points to remember
1. Complex conjugate of z=x+iy is
2. Modulus of the absolute value of z is denoted by |z| and is defined by √(x2+y2)
3. Let r be any non negative number and θ any real number. If we take x=rcosθ and y=rsinθ then,
which is the modulus of z and which is the argument or amplitude of z and is denoted by arg.z
we also have x+iy=r(cosθ+isinθ)=r[cos(2nπ+θ)+isin(2nπ+θ)] , where n=0, ±1, ±2, ....
4. Argument of a complex number is not unique since if θ is the value of argument then 2nπ+θ (n=0, ±1, ±2, ....) are also values of the argument. Thus, argument of complex number can have infinite number of values which differ from each other by any multiple of 2π.
5. Arg(0) is not defined.
6. argument of positive real number is zero.
7. argument of negative real number is ±π
8. Properties of moduli:-
- |z1+z2|≤|z1|+|z2|
- |z1-z2|≥|z1|-|z2|
- |z1•z2|=|z1|•|z2|
- |z1/z2|=|z1|/|z2|