Equations containing complex exponentials are mysterious. The complex exponential merely embodies a complex number but in a more compact form where doing maths is easier. Right? If this complex exponential represents a sinusoid then why can't we just write it as a $A\sin(\omega t+\varphi)$ rather that a weird exponential with $j$ in the power?
OK, lets take example of Fourier analysis and other fields of electronics where this is used. I am confused what complex exponentials actually mean and why they show up in mathematical equations in engineering.
Somebody may answer and say that Oh, the complex exponential can be visualized as a helix. Well, sure, but what does it mean when it is used in an equation containing physical quantities as it is used in engineering for example?
Euler's Formula says $$ e^{ix}=\cos(x)+i\sin(x)\tag{1} $$ Indeed this is a compact way to write the point on a unit circle at angle $x$. However, a lot of the importance follows from the other laws governing exponentials that extend here. For example $$ e^{ix}e^{iy}=e^{i(x+y)}\tag{2} $$ and $$ \frac{\mathrm{d}}{\mathrm{d}x}e^{ix}=i\,e^{ix}\tag{3} $$ For starters, equation $(2)$ can be used to derive the formula for the sine and cosine of a sum, and equation $(3)$ yield the derivatives of sine and cosine.
Furthermore, the Fourier Transform of a periodic function can be written as $$ \hat{f}(k)=\int_0^1f(x)\,e^{-2\pi ikx}\,\mathrm{d}x\tag{4} $$ which is simpler than the two separate formulas using sine and cosine.
It is probably true that without using complex exponentials, we might be able to derive the formulas derived using them; however, the process would almost certainly be more complicated and the resultant formulas would not be as simple.