- #1
futurebird
- 272
- 0
Homework Statement
I've been asked to:
Use the real Taylor series formulae
[tex]e^{x} = 1 + x + O(x^{2})[/tex]
[tex]cos x = 1 + O(x^{2})[/tex]
[tex]sin x = x(1 + O(x^{2}))[/tex]
where [tex]O(x^{2})[/tex] means we are omitting terms proportional to power [tex]x^{2}[/tex] (i.e., [tex]\lim_{x\rightarrow0} \frac{O(x^{2})}{x^{2}} = C[/tex] where C is a constant), to establish the following:
[tex]\lim_{z\rightarrow0}e^{z} - (1+z) = \lim_{r\rightarrow0} e^{rcos \theta}e^{ircos \theta} - (1 +r(cos \theta +isin \theta)) = 0[/tex]
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:[tex]\lim_{r\rightarrow0} e^{rcos \theta}cos(rsin \theta) -1 - rcos \theta \;+\; i(\lim_{r\rightarrow0} e^{rcos \theta}sin(rsin \theta) - sin \theta) [/tex]
I don't know how (or why) I should use this "[tex]O(x^{2})[/tex]" 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 [tex]O(x^{2})[/tex] 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 [tex]O(x^{2})[/tex] I tried to work with it a little:
Since,
[tex]e^{x} = 1 + x + \frac{x^{2}}{2!} + \frac{x^{3}}{3!} + ...[/tex]
and
[tex]e^{x} = 1 + x + O(x^{2})[/tex]
then
[tex]O(x^{2}) = \frac{x^{2}}{2!} + \frac{x^{3}}{3!}+ ...[/tex]
[tex]O(x) = \frac{x}{2!} + \frac{x^{2}}{3!} + \frac{x^{3}}{4!} + ...[/tex]
[tex]$\displaystyle\sum_{j=0}^\infty \frac{x^{j+1}}{(j+2)!}[/tex]
I don't know why that matters? [tex]O(x^{2})[/tex] Can't possibly be the same thing for each of the taylor series mentioned in the problem. What is [tex]O(x^{2})[/tex]? Is it a function?
I also tried taking the limit mentioned in the problem:
[tex]\lim_{x\rightarrow0} \frac{O(x^{2})}{x^{2}} = C[/tex]
I got a different constant for [tex]e^{x}[/tex] , 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: