Originally posted by maniacguy
While you're at it, prove Euler's rule. (This is trivial if I give you the only hint that springs to mind immediately, so I'm not giving you a hint. Your teacher may or may not have shown it to you)
This was asked as question 8(c) on the Pymble Ladies' College paper of 1999. The question was worth 7 marks, and said:
--- Quote ---
Certain functions may be expressed as n infinite series called Taylor's Series using the equation
f(x) = f(0) + f'(0) * x +f''(0) * x<sup>2</sup> / 2! + ... + f<sup>k</sup>(0) * x<sup>k</sup> / k! + ...
Use this equation to find the Taylor Series for the functions
(i) f(x) = sin x
(ii) f(x) = cos x
(iii) f(x) = e<sup>ix</sup>
Using these series, can you find a relationship between these three given functions?
Write down the value of e<sup>i*pi</sup>
--- Quote ---
The question should really have added the facts that:
1. f<sup>k</sup>(0) means the value of d<sup>k</sup>y/dx<sup>k</sup>, where y = f(x), at x = 0.
2. Calculus on complex functions follows the same rules as calculus on real functions, and so if f(x) = e<sup>ix</sup>,
then f'(x) = i * e<sup>ix</sup>.