A question about the derivative

  • Thread starter Thread starter Flumpster
  • Start date Start date
  • Tags Tags
    Derivative
Flumpster
Messages
31
Reaction score
0

Homework Statement



Generally the derivative has the limit x-- h applied to the whole thing like
$$\lim_{h\to 0} \frac{f(x+h)-f(x)}{h}$$

I'm guessing you can't express it as

$$\frac{\lim_{h\to 0} f(x+h)-f(x)}{\lim_{h\to 0} h}$$

because the quotient rule for limits doesn't hold when the limit of bottom part of the fraction equals 0.

Can you express it like this though?

$$\frac{f(x +\lim_{h\to 0} h)-f(x)}{\lim_{h\to 0} h}$$

In other words, does $$\lim_{h\to 0} \frac{f(x+h)-f(x)}{h} = \frac{f(x +\lim_{h\to 0} h)-f(x)}{\lim_{h\to 0} h}$$ ?
 
Physics news on Phys.org
Flumpster said:

Homework Statement



Generally the derivative has the limit x-- h applied to the whole thing like
$$\lim_{h\to 0} \frac{f(x+h)-f(x)}{h}$$

I'm guessing you can't express it as

$$\frac{\lim_{h\to 0} f(x+h)-f(x)}{\lim_{h\to 0} h}$$

because the quotient rule for limits doesn't hold when the limit of bottom part of the fraction equals 0.

Can you express it like this though?

$$\frac{f(x +\lim_{h\to 0} h)-f(x)}{\lim_{h\to 0} h}$$

In other words, does $$\lim_{h\to 0} \frac{f(x+h)-f(x)}{h} = \frac{f(x +\lim_{h\to 0} h)-f(x)}{\lim_{h\to 0} h}$$ ?

The limit of the denominator is zero in that expression too. So, no, you can't do that.
 
Besides what SammyS said, you can't in general "distribute" the limit operation into a function.

IOW, it's generally not true that
## \lim_{h \to 0} f(x + h) = f(x + \lim_{h \to 0} h)##
 
Your latter formula means the denominator and the numerator are not synchronized when h--->0
Could you understand me?
 
Bennett.F.L said:
Your latter formula means the denominator and the numerator are not synchronized when h--->0
Could you understand me?
Who is this directed to, and what do you mean?
 
Thanks, Mark44 and SammyS :)
Bennett.F.L, I'm sorry, I'm not sure what you mean. It's ok though, I think I got it.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top