Caeder
- 13
- 0
Let f(x) = \frac{x}{x-1}. Prove f(x) is uniformly cont. on the interval [1.5,\infty)
Caeder said:Let f(x) = \frac{x}{x-1}. Prove f(x) is uniformly cont. on the interval [1.5,\infty)
rs1n said:Hint: What can you say about f'(x). You can prove this in almost one line of math.
Caeder said:Uh, \frac{-1}{(x-2)^2} ... I don't see how f'(x) helps in showing f(x) is uniformly continuous. We know every function that is integrable is continuous, but we can't say the same with differentiability. Mind helping?
rs1n said:I think perhaps the hint may be too subtle. Honestly, I'm trying to avoid giving the answer as this seems like an analysis h.w. problem. Think 'bounded,' and look up 'Lipschitz.' At least this way you're doing some of your own "research" on the problem.
P.S. Unless I'm mistaken, your derivative is incorrect if we are to assume your problem statement is correct. Check your denominator.
f(x) = \frac{x}{x-1} = \frac{x-1}{x-1} + \frac{1}{x-1} = 1 + (x-1)^{-1} \implies<br /> f'(x) = -\frac{1}{(x-1)^2}
Caeder said:Indeed, I meant 1. Typo. I'll look for "Lipschitz" although it doesn't sound familiar.
rs1n said:If Lipschitz doesn't ring a bell, the mean value theorem should.
Caeder said:Well, looking in my notes, to show f(x) = \frac{1}{x} is unif. continuous on A = [a, \infty) for a > 0, they prove it with:
We note x,y \in A, then:
|f(x) - f(y)| = \left|\frac{y-x}{xy}\right| \leq \frac{|y-x|}{a^2}
Here, if we have that \epsilon > 0 and if |x-y| < a^2\epsilon, then:
|f(x) - f(y)| < \epsilon
Hence f is unif. continuous.
...I see no use of derivative. I tried manipulating mine to be similar to the above one, but I'm not even enitrely sure of how the above proof works. Sorry to be a pain.
Caeder said:Uh, \frac{-1}{(x-2)^2} ... I don't see how f'(x) helps in showing f(x) is uniformly continuous. We know every function that is integrable is continuous, but we can't say the same with differentiability. Mind helping?
rs1n said:First, let's see what they do:
f(x)-f(x) = \frac{1}{x} - \frac{1}{y} = \frac{y-x}{xy} = (y-x) \cdot \frac{1}{xy}
Notice that
f(x) = \frac{1}{x} \le \frac{1}{a}
The rest follows immediately.
There is an easier way to do that same problem using the mean value theorem. The method above works, but it doesn't generalize easily. Here's the general method (and I'll only sketch the proof).
Your function is clearly continuous on [1.5,\infty). Apply the mean value theorem:
\frac{f(y)-f(x)}{y-x} = f'(c) \text{ where } c \in (x,y)
Toss in absolute values on both sides.
\left| \frac{f(y)-f(x)}{y-x}\right| = |f'(c)| <br /> \implies |f(y) - f(x)| = |f'(c)| \cdot |y-x|
Again, what do you property do notice about the derivative on the interval [1.5,\infty)? To answer this question, think about what you would need to make the rest of this sketch work? Once you figure this out, you should be able where the derivative "appears" in your example problem (it has to do with the 1/a^2).
That's exactly backwards! If a function is differentiable, then it is continuous. An integrable function may not be continuous.Caeder said:Uh, \frac{-1}{(x-2)^2} ... I don't see how f'(x) helps in showing f(x) is uniformly continuous. We know every function that is integrable is continuous, but we can't say the same with differentiability. Mind helping?
HallsofIvy said:That's exactly backwards! If a function is differentiable, then it is continuous. An integrable function may not be continuous.
The point in the orginal response was that if a function is continuous on a closed interval, then it is uniformly continuous there. [1.5, \infty) is closed and x/(x-1) is continuous on it.
Caeder said:We know that the derivative is always negative for values > 1.
So we have:f(y) - f(x) \rightarrow \frac{\frac{y}{y-1} - \frac{x}{x-1}}{y-x} = \frac{-1}{(x-1)(y-1)}... Not sure what this quite does... we know this equals |f'(c)|*|y-x| from what you showed me. f'(c) will have to be 1.5 or greater, and thus this is negative. Hence this product will be positive assuming y > x...