Top answers


Why does e^ix = cos(x) + isin(x)

If you look at the Taylor series expansion of e x: e x = 1 + x + x 2 /(2!) + x 3 /(3!) + x 4 /(4!)... If you then make this e ix , you get 1+ix - x 2 /(2!) - ix 3 /(3!) + x 4 /(4!)... If we split this into r...
JP
7975 Views

Integrate cos(4x)sin(x)

The easiest way of approaching this question is to use De Moivre's formula: e^(inx) = cos(nx) + isin(nx) from which it is simple to show that cos(nx) = (e^(inx) + e^(-inx)) / 2 and sin(nx) = (e^(inx))- e^(-i...
KM
15440 Views

Express cos(4x) in terms of powers of cos(x)

By quoting De Moivre's theorem, (r(cos(x) + isin(x))) n = r n (cos(nx) + isin(nx)), we can realise that cos(4x) is a result of the real parts of (cos(x) + isin(x)) 4 Using binomial expansion: (where c = cos(...
LD
42182 Views

Prove e^(ix) = cos (x) + isin(x)

We first write each side of the equation using the maclaurin series for each function. e ix = 1 + ix + (ix) 2 /2! + (ix) 3 /3! + (ix) 4 /4! + ...... e ix = 1 + ix - x 2 /2! - ix 3 /3! + x 4 /4! + ..... cos(x...
PM
8793 Views

What does it mean if two matrices are said to be commutative?

Two matrices are commutative is matrix A multiplied by matrix B equals matrix B multiplied by matrix A.
JM
6985 Views