Uniform Convergence: Find Domain of Intervals (a,b)

AI Thread Summary
The series f(x) = ∑(1/(n(1+nx²))) converges uniformly for intervals of the form (a, b) where a > 0.5, as demonstrated using the Weierstrass M-test with M_r = 2/r². For intervals where x ≤ 0.5, the series fails to converge uniformly. The discussion highlights that uniform convergence can be generalized for any interval (a, ∞) where a is a positive real number. Ultimately, the only point where the series does not converge uniformly is at x = 0.
kidsmoker
Messages
85
Reaction score
0

Homework Statement



Consider

f(x)=\sum\frac{1}{n(1+nx^{2})}

from n=1 to n=infinity.

On what intervals of the form (a,b) does the series converge uniformly? On what intervals of the form (a,b) does the series fail to converge uniformly?


Homework Equations



Weierstrass M-test: If there exists numbers M_{r} for each f_{r}(x) such that f_{r}(x) \leq M_{r} and

\sum M_{r}

converges, then \sum f_{r} converges uniformly.

The Attempt at a Solution



Write

f_{r}(x)=\frac{1}{r(1+rx^{2})} .

If i just consider the case where x>1 then

\frac{1}{r(1+rx^{2})} \leq \frac{1}{r^{2}x^{2}} \leq \frac{1}{r^{2}}

so let

M_{r}=\frac{1}{r^{2}}

and the sum of this from r=1 to r=infinity converges. So

\sum f_{r}

converges uniformly for x>1? Or am I misunderstanding the M-test?

But then say I went with x>0.5 instead of x>1. I could then choose

M_{r}=\frac{2}{r^{2}}

to get uniform convergence for x>0.5? etc etc

So what's the required domain? I'm really confused :-(
 
Physics news on Phys.org
kidsmoker said:
But then say I went with x>0.5 instead of x>1. I could then choose

M_{r}=\frac{2}{r^{2}}

to get uniform convergence for x>0.5? etc etc

So what's the required domain? I'm really confused :-(

That's exactly correct if you just use M = 4/r^2 instead. How about uniform convergence for x>a where a is an arbitrary positive real number? You can generalise your answer easily. Then there's only one real number you're leaving out, and it turns out that the series does not converge there.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks

Similar threads

Back
Top