suchal said:
Everybody says that it is used in engineering or somewhere
In addition to the engineering examples, they're used all the time in quantum mechanics.
suchal said:
in real world it is impossible to take square of any number and get negative answer.
It's impossible in the set of real numbers. The real world has nothing to do with it.
suchal said:
how can it have any use when it does not even exist.
You might as well ask that about the real numbers. They are no more and no less real than the complex numbers. The axioms of set theory allow us to construct a set whose members have the properties of real numbers, and a set whose members have the properties of complex numbers. It is only in this sense that either of these types of numbers can be said to "exist".
suchal said:
and people talk about imaginary plane, what is it?
It's the
"complex plane" (sometimes called "Argand plane"). There are two lines in it called "the real axis" and "the imaginary axis".
Complex numbers can be defined as ordered pairs of real numbers, for which we have defined the following addition and multiplication operations:
(a,b)+(c,d)=(a+c,b+d)
(a,b)(c,d)=(ac-bd,ad+bc)
Ordered pairs are defined so that (a,b)=(c,d) if and only if a=c and b=d. The real axis is the set of all pairs whose second component is 0. The imaginary axis is the set of all ordered pairs whose first component is 0.
Since the ordered pairs that belong to the real axis have exactly the same properties as the real numbers we started with, we can now think of
them as real numbers and simplify the notation from (x,0) to just x. We also introduce the notation i=(0,1). Note that for all real numbers a and b, we have
\begin{align}
a+ib&=(a,0)+(0,1)(b,0)=(a,0)+(0\cdot b-1\cdot 0,0\cdot 0+1\cdot b)\\
&=(a,0)+(0,b)=(a+0,0+b)=(a,b),
\end{align} and
$$i^2=(0,1)(0,1)=(0\cdot 0-1\cdot 1,0\cdot 1+1\cdot 0)=(-1,0)=-1.$$ The set of real numbers are often represented geometrically as a line, so it makes sense to represent the set of "complex numbers" (=ordered pairs of real numbers) as a plane.