AznBoi said:
How do you find the derivative of [tex]f(x)=5[/tex]?? I got 0/0... but shouldn't there be no derivative then? I know that I can visualize the function f(x) because it is just a straight horizontal line and there is no slope at any point on the line... but how do you solve it algebraically so that it actually makes sense?
I think you have messed up a little. A
pure "0" differs from a
fake "0" a lot. A
pure "0" means that it's
really 0, while a
fake one means that it only
tends to 0, it's
not 0, it just tends towards 0.
You should notice that:
[tex]\lim_{x \rightarrow \infty} 0 x = 0[/tex], since 0 multiply by any number is 0, even if x is large.
Whereas:
[tex]\lim_{x \rightarrow \infty} \frac{1}{x} \times x = \lim_{x \rightarrow \infty} 1 = 1[/tex]
Some may argue that when x tends to infinity, 1 / x tends to 0, so 0 * anything would be 0. But that's
not true. 1 / x only
tends to 0, it's not 0. So, you cannot claim that.
The same thing apply here:
[tex]f'(x) = \lim_{h \rightarrow 0} \frac{f(x + h) - f(x)}{h} = \lim_{h \rightarrow 0} \frac{5 - 5}{h} = \lim_{h \rightarrow 0} \frac{0}{h}[/tex]
Now the numerator is a pure 0, a real one. It's 0, so 0 divided by anything will give out 0, so f'(x) = 0.
Can you get it? :)