When taking limits, or solving maths problems in general. One should first determine what / which terms are problematic, then, isolate them, and finally, think of a way to get rid of them; instead of just expanding everything out without any goals, or reasons, and get
a huge messy bunch.
Zhalfirin88 said:
I know this probably pre-calc, but this was assinged to us in our calc class.
Homework Statement
Find the lim as h approaches zero of [tex]x * cos x[/tex]
The Attempt at a Solution
[tex]\frac{(x+h)cos(x+h)-(x cos x)}{h}[/tex]
[tex]\frac{x+h(cos (x) cos (h) + sin (x) sin (h)) -x *-cos (x))}{h}[/tex]
This step is bad, don't expand it early like that.
So, our limit is:
[tex]\lim_{h \rightarrow 0} \frac{(x + h) \cos (x + h) - x\cos x}{h}[/tex]
[tex]= \lim_{h \rightarrow 0} \frac{x \cos (x + h) + h\cos(x + h) - x\cos x}{h}[/tex]
Now, look at the expression closely, which terms will produce the Indeterminate Form 0/0?
[tex]= \lim_{h \rightarrow 0} \frac{\color{red}{x \cos (x + h)} \color{blue}{+ h\cos(x + h)} \color{red}{- x\cos x}}{h}[/tex]
The red ones, when simplifying will produce 0/0, right? And, when simplifying the blue term, by canceling 'h' will produce a
normal term right? So, you limit now becomes:
[tex]= \lim_{h \rightarrow 0} \frac{\color{red}{x \cos (x + h)} - \color{red}{x\cos x} \color{blue}{+ h\cos(x + h)}}{h}[/tex]
[tex]=\lim_{h \rightarrow 0} \frac{\color{red}{x \cos (x + h)} - \color{red}{x\cos x}}{h} + \lim_{h \rightarrow 0} \frac{\color{blue}{h\cos(x + h)}}{h}[/tex]
(isolating the problematic terms)
[tex]=\lim_{h \rightarrow 0} \frac{\color{red}{x \cos (x + h)} - \color{red}{x\cos x}}{h} + \lim_{h \rightarrow 0} \color{blue}{\cos(x + h)}}[/tex]
[tex]=\lim_{h \rightarrow 0} \frac{\color{red}{x ( \cos (x + h)} - \color{red}{\cos x} )}{h} + \color{blue}{\cos(x)}[/tex]
Let's see if you can continue from here. :)
-------------
And please review your algebraic manipulations, you make quit a lot mistakes in your first post: missing parentheses, and you even change the * operator to +.. @.@
[tex]xy \neq x + y[/tex]. The 2 operators are totally different!
And [tex]-(xy) \neq (-x) * (-y) \neq (-x) + (-y)[/tex]
I think you should really, really need go over algebraic manipulations again..