elibj123, everything in mathematics is "rigorous". We can and do "really define the exponent of a complex number".
You can define exponentials or things other than regular real numbers, not just imaginary numbers and complex numbers, but matrices, etc. by using the Taylor's series.
It is shown in calculus that the power series
\sum_{n=0}^\infty \frac{x^n}{n!}= 1+ x+ \frac{1}{2}x^2+ \frac{1}{3!}x^3+ \cdot\cdot\cdot[/itex] <br />
converges to e<sup>x</sup> for all x.<br />
<br />
Since that involves only products and sums, we can use that to define e<sup>A</sup> for anything we can define products and sums for (including complex numbers and matrices, etc.).<br />
<br />
In particular, we know that (ix)^2= i^2x^2= -x, (ix)^3= (ix)^2(ix)= (-x)(ix)= -ix^3, and (ix)^4= (ix)^3(ix)= (-ix^3)(ix)= -(i^2)x^4= x^4. Of course, higher powers just repeat that. In particular:<br />
e^{ix}= 1+ (ix)+ \frac{1}{2}(ix)^2+ \frac{1}{3!}(ix)^3+ \frac{1}{4!}x^4+ \frac{1}{5!}(ix)^5 \cdot\cdot\cdot<br />
= 1+ ix- \frac{1}{2}(-x^2)+ \frac{1}{3!}(-ix^3)+ \frac{1}{4}(x^4}+ \frac{1}{5!}ix^5+ \cdot\cdot\cdot<br />
<br />
We can divide that into "real" and "imaginary" parts:<br />
e^{ix}= (1- \frac{1}{2}x^2+ \frac{1}{4!}x^4-\cdot\cdot\cdot)+ i(x- \frac{1}{3!}x^4+ \frac{1}{5!}x^5+\cdot\cdot\cdot<br />
and recognize those as the Taylor's series for cosine and sine:<br />
e^{ix}= cos(x)+ i sin(x).