Pearce_09 said:
f_n(x)= x^n/1 + x^n
does this series converge on the interval [0,1]
Say if x = 1 then the series is < some epslon , where epslon is > 0
but if x = 1 then the value for f_n(x) is constant for all n
but does this still mean the series converges.. even tho the series doesn't get smaller for large values of n...
if not then it doesn't converge?
I assume you mean f_n(x)= \frac{x^n}{1+ x^n} since otherwise (i.e. if you mean f_n(x)= 2x^n) I see no reason for the "1". Also It's not clear whether you mean a "sequence" rather than "series" (which is an infinite sum) since you say "even tho the series doesn't get smaller for large values of n". A sequence doesn't have to "get smaller", just get closer to (or
be) a number (an infinites series does not converge it the sequence does not go to 0). f
n(0)= 0 for all n and the "constant" sequence 0 certainly converges to 0 (and the infinite sum is also 0!). f
n(1)= 1 for all n so the sequence "converges" to 1 but that means that the infinite series \sum f_n(1) does not converge. For x any number between 0 and 1, we can divide both numerator and denominator by x
n to get \frac{1}{1+\frac{1}{x^n}}. That sequence also converges to 0 so the series
may converge. Since these are all positive values, we can apply the integral test: The series \sum \frac{x^n}{1+ x^n} will converge if and only if the infinite integral \int_1^\infty \frac{x^y}{1+ x^y} dy converges (for 0< x< 1). To integrate that, let u= 1+ x
y. Then du= ln(x) x
y so
\int_1^\infty \frac{x^y}{1+ x^y} dy= \frac{1}{ln x}\int_{1+x}^1\frac{du}{u}= -\frac{ln(1+x)}{ln(x)}
Okay, that exists (and is positive since x< 1), and so the series converges for all x< 1.
The sequence of functions converges to the discontinuous (at 0) function f(x)= 0 for 0<= x< 1, f(1)= 1.
The series converges on [0, 1).