Showing Continuous Function: Weierstrass Comparison

akoska
Messages
22
Reaction score
0
How do I show that f(x)=sum (from n=0 to infinity) cos(nx)e^-nx is a continuous function? x is from (0, infinity)

So, I need to show that the series converges uniformly. I'm trying to say that |cos nx e^-nx| <= |e^-nx| and use Weierstrass comparison, but I can't find a function M_n to use for Weierstrass.

I feel like I'm missing something really simple...
 
Last edited:
Physics news on Phys.org
For positive n what is e^{-nx} always less than?
 
maverick280857 said:
For positive n what is e^{-nx} always less than?

1, but the sum of 1s is obviously not convergent.
 
akoska said:
1, but the sum of 1s is obviously not convergent.

Okay, let's see:

f(x) = \sum_{n = 0}^{\infty} e^{-nx}\cos(nx)

Clearly,

|e^{-nx}\cos(nx)| \leq e^{-nx}

Now, as you said, e^{-nx} &lt; 1 for all x \in (0,\infty) and nonnegative n. So, clearly, your "M_{n}" is simply the (convergent) geometric sum

\sum_{n = 0}^{\infty} e^{-nx}
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top