Assignment 10

We have been doing a lot of proofs in class recently, and its important not just to watch a proof be done, but to really rewrite it by yourself. So, most of this homework is asking you to prove things extremely similar to things we’ve proven in class, as motivation to write out those proofs yourself. You should be able to follow the book / notes rather closely, for hints!

Exercise 1 (Convergence at the Endpoints) We saw in class that proving in general that a power series is convergent at its endpoints is rather complicated. But in certain situations its easy to show. In this problem, assume f(x)=nanxn has radius of convergence 1, and also that f(1)=nan converges absolutely.

Use this to prove that f(x) is continuous at x=1.

Hint: follow the same proof technique we used for continuity on the interior, with Dominated convergence, adapted to this situation

Solution. Let xk(1,1) be a sequence converging to 1, we wish to show that limf(xn)=f(1). Writing out f=nanxn as a power series, we see that we wish to switch the limit and sum:

limkf(xk)=limknanxkn nlimkanxkn=nanlimkxkn=nan(limkxk)n=nan(1)n=f(1)

So, we must show that dominated convergence applies, which means that we need to find Mn with |anxkn|<Mn for all k. Because of the assumption that an converges absolutely, we can set Mn=|an| and note Mn converges. Now for every k, xk(1,1)|xk|<1 so |xk|n<1 and |anxkn|<|an|=Mn. This is exactly what we needed! The terms of f(xk) are bounded above by a convergent sum, so dominated convergence applies, and the two lines above (where we switched the order of the limits and sum) are equal: f is continuous at 1.

Exercise 2 (Continuity and Dense Sets I) Let XR be a subset of the real line, and f,g:XR two continuous functions with domain X. Let DX be a dense subset of X, and prove that if f(d)=g(d) for all dD, then actually f and g are the same function.

*Hint: follow closely the proof we did for QR in class.

Solution. This argument is very similar to the argument in the textbook.

Exercise 3 (Continuity and Dense Sets II) Let fRR be a continuous and D a dense subst of R on which f takes only positive values.

Prove that f never takes any negative values, on all of R.

Solution. Let xR be arbitrary. For each n, by density, we can find a point dnD with x<dn<x+1/n. Using the squeeze theorem, we see dnx, and so by continuity of f we know f(x)=f(limdn)=limf(dn)

But on D f is positive, so for each n we know f(dn)>0. Thus by the limit inequalities, we see limf(dn)0

So putting these two together, we have f(x)0, as required.

Exercise 4 (Extreme Value Theorem) Show that if f is a continuous function on a closed interval [a,b], that f achieves a minimum value: that is, there exists a q[a,b] such that f(a)f(x) for all x[a,b].

Hint: follow closely the proof we did in class, for the existence of a maximum.

Solution. This argument is very similar to the argument in the textbook.

Exercise 5 (Intermediate Value Theorem) Let f be continuous on [a,b] and assume f(a)>0 and f(b)<0. Show there exists a z[a,b] with f(z)=0.

Hint: follow closely the proof we did in class, where we had f(a)<0 and f(b)>0

Solution. This argument is very similar to the argument in the textbook.

Exercise 6 (Using the IVT) Prove that there is a real number which solves the equation x3=10x+10,000

Solution. Consider the polynomial f(x)=x310x10,000, and observe that a zero of f is a solution to the equation we seek. Since polynomials are continuous functions we aim to use the Intermediate Value Theorem, and prove the existence of a zero by finding a point where f is negative and another point where f is positive. At zero, f(0)=10,000 is certainly negative. But at x=100 f(100)=(100)31010010,000=1,000,000(11,000)=9,989,000 which is very positive. Thus, there must exist some z[0,100] where f(z)=0.

Exercise 7 (Uniform Continuity) Recall function is called uniformly continuous if for ϵ>0 you can pick a single δ that works on the entire domain. (You do not need the optional chapter uniform continuity to do this problem: just that definition).

Let f,g be two uniformly continuous functions defined on the same domain XR. Prove that f+g is uniformly continuous on X.

Solution. Choose ϵ>0 arbitrary. Then by the uniform continuity of g,f we can find a δf such that |xy|<δf|f(x)f(y)|<ϵ/2, and similarly a δg such that |xy|<δg|g(x)g(y)|<ϵ/2. Set δ=min{δf,δg}, and let x,y be two points int eh domain such that |xy|<δ. Then for h=f+g,

|h(x)h(y)|=|(f(x)+g(x))(f(y)+g(y))|=|(f(x)f(y))+(g(x)g(y))| By the triangle inequality, |f(x)f(y)|+|g(x)g(y)| And as |xy|<δ, its both δf and δg by design. So each of these quantities is less than ϵ/2, and the entire thing is less than ϵ.

Since x,y were arbitrary in the domain subject only to the constraint of being within δ of one another, this same uniform δ works for all such pairs, and f+g is uniformly continuous.