futurebird
- 270
- 0
Homework Statement
I've been asked to:
Use the real Taylor series formulae
e^{x} = 1 + x + O(x^{2})
cos x = 1 + O(x^{2})
sin x = x(1 + O(x^{2}))
where O(x^{2}) means we are omitting terms proportional to power x^{2} (i.e., \lim_{x\rightarrow0} \frac{O(x^{2})}{x^{2}} = C where C is a constant), to establish the following:
\lim_{z\rightarrow0}e^{z} - (1+z) = \lim_{r\rightarrow0} e^{rcos \theta}e^{ircos \theta} - (1 +r(cos \theta +isin \theta)) = 0
Homework Equations
I think most of them are in the problem.The Attempt at a Solution
So, using the limit given in polar form above, I separated out the real and imaginary parts like this:\lim_{r\rightarrow0} e^{rcos \theta}cos(rsin \theta) -1 - rcos \theta \;+\; i(\lim_{r\rightarrow0} e^{rcos \theta}sin(rsin \theta) - sin \theta)
I don't know how (or why) I should use this "O(x^{2})" thing to evaluate this limit. It seems to me that I ought to be able to find the limit now that I've moved i/ out of the way. Can you recommend any links to examples of using something like O(x^{2}) with a series to find a limit? What is grouping terms in a series in this way called?
Since, I know I need to use O(x^{2}) I tried to work with it a little:
Since,
e^{x} = 1 + x + \frac{x^{2}}{2!} + \frac{x^{3}}{3!} + ...
and
e^{x} = 1 + x + O(x^{2})
then
O(x^{2}) = \frac{x^{2}}{2!} + \frac{x^{3}}{3!}+ ...
O(x) = \frac{x}{2!} + \frac{x^{2}}{3!} + \frac{x^{3}}{4!} + ...
$\displaystyle\sum_{j=0}^\infty \frac{x^{j+1}}{(j+2)!}
I don't know why that matters? O(x^{2}) Can't possibly be the same thing for each of the taylor series mentioned in the problem. What is O(x^{2})? Is it a function?
I also tried taking the limit mentioned in the problem:
\lim_{x\rightarrow0} \frac{O(x^{2})}{x^{2}} = C
I got a different constant for e^{x} , cos x and sin x... but, how do I relate all of this to evaluating the limit?
I'd (much) rather have a hint than a full solution. I want to work this out on my own, but it just isn't making sense at the moment. What should I read about to get ideas on how to proceed?
Last edited: