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 x * cos x
The Attempt at a Solution
\frac{(x+h)cos(x+h)-(x cos x)}{h}
\frac{x+h(cos (x) cos (h) + sin (x) sin (h)) -x *-cos (x))}{h}
This step is bad, don't expand it early like that.
So, our limit is:
\lim_{h \rightarrow 0} \frac{(x + h) \cos (x + h) - x\cos x}{h}
= \lim_{h \rightarrow 0} \frac{x \cos (x + h) + h\cos(x + h) - x\cos x}{h}
Now, look at the expression closely, which terms will produce the Indeterminate Form 0/0?
= \lim_{h \rightarrow 0} \frac{\color{red}{x \cos (x + h)} \color{blue}{+ h\cos(x + h)} \color{red}{- x\cos x}}{h}
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:
= \lim_{h \rightarrow 0} \frac{\color{red}{x \cos (x + h)} - \color{red}{x\cos x} \color{blue}{+ h\cos(x + h)}}{h}
=\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}
(isolating the problematic terms)
=\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)}}
=\lim_{h \rightarrow 0} \frac{\color{red}{x ( \cos (x + h)} - \color{red}{\cos x} )}{h} + \color{blue}{\cos(x)}
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 +.. @.@
xy \neq x + y. The 2 operators are totally different!
And -(xy) \neq (-x) * (-y) \neq (-x) + (-y)
I think you should really, really need go over algebraic manipulations again..