Proving Continuous Function Homework

  • Thread starter Thread starter lovemake1
  • Start date Start date
  • Tags Tags
    Function
AI Thread Summary
The discussion centers on proving the continuity of functions based on given statements. The first statement asserts that if f(x) is continuous, then |f(x)| is also continuous, which participants confirm using the epsilon-delta definition of continuity. The second statement claims that if |f(x)| is continuous, then f(x) must be continuous, which is identified as false, with suggestions for counterexamples provided. A specific example of a discontinuous function where |f(x)| remains constant is mentioned as a potential counterexample. Overall, the conversation emphasizes the importance of the epsilon-delta method in proving continuity.
lovemake1
Messages
147
Reaction score
1

Homework Statement



Prove or give a counterexample for each of the following statements.

a) If f(x) is continuous, then the function lf(x)l is continuous.

b) if lf(x)l is continuous, then f(x) is continuous



Homework Equations



Given epsilon > 0 there is delta > 0 such that l x - c l < delta implies l f(x) - f(c) l < epsilon

The Attempt at a Solution


so we have to use the definition of continuity. ( lim x-> c f(x) = f(c) ) inaddition to
the delta epsilon method.

E = epsilon
S = delta
a)
lf(x) - cl < S implies lf(x) - f(c)l < E

lf(x) - f(c)l < E

f(c) - E < f(x) < f(c) + E

And since f(x) is continuos, we know that f(c) - E < lf(x)l < f(c) + E
will not change anything to the overall equation.

b) l lf(x)l - c l < S implies l lf(x)l - f(c) l < E

f(c) - E < lf(x)l < f(c) + E
this is continous, but if f(x) were -f(x)

f(c) - E < -f(x) < f(c) + E
this would change

-f(c) + E < f(x) < -f(c) - E

which is false, since -f(c) + E is bigger than -f(c) - E

is this right? please help !
 
Physics news on Phys.org
Hmm, it seems you've got the right ideas. But I can't happen to follow your proof.

For 1. You need to find a \delta such that

|x-c|&lt;\delta~\Rightarrow~||f(x)|-|f(c)||&lt;\epsilon

It is true that ||f(x)|-|f(c)||\leq |f(x)-f(c)| (prove this!). Since f is continuous we can find a delta such that |f(x)-f(c)| is smaller then epsilon. But the inequality then yields that ||f(x)|-|f(c)||\leq \epsilon and that is what you had to show.

For 2. You are correct that this statement is false. But you still need to come up with a counterexample. Try finding a discontinuous function f such that |f(x)|=1 for all x. (There are loads of other counterexamples, so it doesn't need to be this one).
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top