Factoring 'h' out in difference quotient

Click For Summary

Discussion Overview

The discussion revolves around the difference quotient in calculus, specifically addressing the ability to factor 'h' out of the numerator when dealing with differentiable functions, including exponential functions. Participants explore the implications of this factoring and the conditions under which it may or may not hold true.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant questions whether 'h' can always be factored out in the difference quotient for differentiable functions, particularly exponential functions.
  • Another participant asserts that in general, 'h' cannot be factored out unless the function is a polynomial, providing the example of f(x) = 5^x to illustrate this point.
  • Several participants discuss the limit process involved in evaluating the difference quotient for exponential functions, noting that it leads to the derivative.
  • Concerns are raised about the validity of approximations used in the limit process, particularly regarding the reliance on the McLaurin series and the implications of using Taylor series expansions.
  • There is a discussion about the circular reasoning involved in using derivatives to find derivatives, highlighting the complexity of the topic.
  • One participant emphasizes that the expression e^{hln5} cannot be simplified to a linear approximation without prior knowledge of the derivative.
  • Another participant suggests that the ability to "factor out" 'h' depends on the context and the mathematical rigor applied to the problem.

Areas of Agreement / Disagreement

Participants express differing views on the ability to factor 'h' out of the difference quotient, with no consensus reached on the general applicability of this approach across different types of functions.

Contextual Notes

Participants acknowledge limitations in their reasoning, particularly regarding assumptions about Taylor series and the implications of using approximations in the context of derivatives.

wizkhal
Messages
6
Reaction score
0
Hi all, I'm a beginner in calculus so my question might be stupid. When a function is differentiable, then in difference quotient one can always factor 'h' out in the numerator, even if the function is exponential and 'h' is in the exponent. Is some magic behind this or something else?
I've read lot of math-texts to understand this, but all I've found is a text at "www.karlscalculus.org":
"(...) f(x + h) always expands to: f(x + h) = f(x) + Δf(x, h)
(...) Whatever content Δf(x, h) has in addition to h f'(x) must shrink away to insignificance when compared with h f'(x). Why? Because if it didn't, the limit would not go to f'(x). "
Is there some better way to explain this?
Thanks in advance.
W
 
Physics news on Phys.org
The answer is no, in general. The special case when f(x) is a polynomial, you can. (Well, I suppose f(x) =4 is technically a polynomial and there is no h to factor, but if the polynomial is not constant, you can.)

For example, look at f(x) = 5^x

f(x+h) - f(x) = 5^{x+h} - 5^x = 5^x ( 5^h - 1)

The difference quotient is 5^x \frac{( 5^h -1)}{h}

When symbolic manipulations fail, someone must resort to actual thinking. Finding the derivative involves evaluating

\lim_{h \rightarrow 0} \frac{5^h - 1}{h}

Your textbook probably discusses such limits and the special case where the number is e instead of 5.
In that case the limit is 1, so the derivative of e^x [/tex] is (e^x)(1) = e^x.<br /> <br /> This should remind you that you cannot apply the rule &quot;multiply by the exponent and subtract one from the exponent&quot; when you take the derivative of functions where the variable is in the exponent itself.<br /> <br /> The differentials for functions like sin(x), cos(x) etc. also don&#039;t permit factoring out an h.
 
Thank you for the answer.

Stephen Tashi said:
For example, look at f(x) = 5^x

f(x+h) - f(x) = 5^{x+h} - 5^x = 5^x ( 5^h - 1)

The difference quotient is 5^x \frac{( 5^h -1)}{h}

When symbolic manipulations fail, someone must resort to actual thinking. Finding the derivative involves evaluating

\lim_{h \rightarrow 0} \frac{5^h - 1}{h}

Can't I continue with this difference quotient in such a way (with factoring 'h' out) ? :

\lim_{h \rightarrow 0} \frac{5^h - 1}{h} = \lim_{h \rightarrow 0} \frac{e^{hln5} - 1}{h} = \lim_{h \rightarrow 0} \frac{(1 + hln5) - 1}{h} = \lim_{h \rightarrow 0} \frac{hln5}{h} = ln5
 
wizkhal said:
Can't I continue with this difference quotient in such a way (with factoring 'h' out) ? :

\lim_{h \rightarrow 0} \frac{e^{hln5} - 1}{h} = \lim_{h \rightarrow 0} \frac{(1 + hln5) - 1}{h}

How is this true?
 
wizkhal said:
Can't I continue with this difference quotient in such a way (with factoring 'h' out) ? :

\lim_{h \rightarrow 0} \frac{5^h - 1}{h} = \lim_{h \rightarrow 0} \frac{e^{hln5} - 1}{h} = \lim_{h \rightarrow 0} \frac{(1 + hln5) - 1}{h} = \lim_{h \rightarrow 0} \frac{hln5}{h} = ln5

You apparently rely on the approximation the McLaurin series e^q = 1/0! + q/1! + q^2/2! + ... [/tex] which is approximately 1 + q for small values of q.. So you left out an infinite number of terms.<br /> <br /> If we assume f(x) has a Taylor series expansion then you can write<br /> f(x+h) - f(x) = ( f(x) + \frac{ h f&amp;#039;(x)}{1!} + ...) - f(x) <br /> which involves an infinite series in h. You might develop some mathematical theorems that describe when you can &quot;factor out&quot; an h out of an infinite series, but this is not &quot;factoring out&quot; as is done in ordinary algebra.
 
Stephen Tashi said:
You apparently rely on the approximation the McLaurin series e^q = 1/0! + q/1! + q^2/2! + ... [/tex] which is approximately 1 + q for small values of q.. So you left out an infinite number of terms.<br /> <br /> If we assume f(x) has a Taylor series expansion then you can write<br /> f(x+h) - f(x) = ( f(x) + \frac{ (x-h)f&amp;#039;(x)}{1!} + ...) - f(x) <br /> which involves an infinite series in h. You might develop some mathematical theorems that describe when you can &quot;factor out&quot; an h out of an infinite series, but this is not &quot;factoring out&quot; as is done in ordinary algebra.
<br /> <br /> To add to this, this also makes use of a derivative, which we&#039;re trying to find! This process is circular and not a good idea.
 
wizkhal said:
Thank you for the answer.



Can't I continue with this difference quotient in such a way (with factoring 'h' out) ? :

\lim_{h \rightarrow 0} \frac{5^h - 1}{h} = \lim_{h \rightarrow 0} \frac{e^{hln5} - 1}{h} = \lim_{h \rightarrow 0} \frac{(1 + hln5) - 1}{h} = \lim_{h \rightarrow 0} \frac{hln5}{h} = ln5
Just to make very clear what others have said, e^{5ln(x)} is NOT equal to "1+ hln(5)". That is a linear approximation for which you need either the Taylor's expansion of e^x or, at least, the tangent approximation to e^x, both of which require that you know the derivative in advance.
 
It does depend on how generous you want to be with "factor out".
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
4
Views
5K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K