Pointwise convergence for all real x

  • Thread starter Thread starter lys04
  • Start date Start date
  • Tags Tags
    Convergence
lys04
Messages
144
Reaction score
5
Homework Statement
pointwise convergence of a series
Relevant Equations
$$ \sum_{n=1}^\infty sin(\frac{n\pi}{2})sin(nx) $$
How do I know whether or not the series
$$ \sum_{n=1}^\infty sin(\frac{n\pi}{2})sin(nx)$$

converges pointwise for all real x or not?

By the way am I right in thinking that converging pointwise for all real x means whatever x i plug into the series it converges to some finite value?

I was thinking if i plug in x=pi/2 then I'd get

$$ \sum_{n=1}^\infty sin^2(\frac{n\pi}{2}) $$

Which diverges, does that prove that the series doesn't converge pointwise for all x?
 
Physics news on Phys.org
lys04 said:
How do I know whether or not the series
$$ \sum_{n=1}^\infty sin(\frac{n\pi}{2})sin(nx)$$

converges pointwise for all real x or not?
You either show that it does or find a way to show that it does not.


lys04 said:
By the way am I right in thinking that converging pointwise for all real x means whatever x i plug into the series it converges to some finite value?
Yes.

lys04 said:
I was thinking if i plug in x=pi/2 then I'd get

$$ \sum_{n=1}^\infty sin^2(\frac{n\pi}{2}) $$

Which diverges, does that prove that the series doesn't converge pointwise for all x?
Yes.
 
  • Like
Likes lys04, Gavran and PeroK
lys04 said:
Homework Statement: pointwise convergence of a series
Relevant Equations: $$ \sum_{n=1}^\infty sin(\frac{n\pi}{2})sin(nx) $$

How do I know whether or not the series
$$ \sum_{n=1}^\infty sin(\frac{n\pi}{2})sin(nx)$$

converges pointwise for all real x or not?
Note that ##\sin(\frac{n\pi}{2}) = 0## if ##n## is even and alternates between ##\pm1## if ##n## is odd. Using the alternating series test, ##\sum_{n=1}^\infty sin(\frac{n\pi}{2})a_n## converges iff ##a_n \to 0## for odd ##n##.

In this case, the series converges iff ##\sin((2n+1)x) \to 0## as ##n \to \infty##. That's only the case when ##x = k\pi## for some integer ##k##. Although, it's not that easy from first principles to prove that it does not converge for any other ##x##. You found a good example,
 
PeroK said:
In this case, the series converges iff ##\sin((2n+1)x) \to 0## as ##n \to \infty##. That's only the case when ##x = k\pi## for some integer ##k##. Although, it's not that easy from first principles to prove that it does not converge for any other ##x##. You found a good example,
The series expansion of the sine function can help. Not really first principles but at least in the realm of the question.

Another idea is to substitute ##y=x-(\pi/2)## which turns the series members into ##\sin^2(n \pi /2)\cos(ny)## which reduces the question to: Under what circumstances does ##\sum \sin^2(n \pi /2)\cos(ny)## converge, if ##\sum \sin^2(n \pi /2)## diverges?

One should also keep the Weierstraß- or half-angle substitution in mind whenever it comes to trig functions and integrals or sums.
 
PeroK said:
Note that ##\sin(\frac{n\pi}{2}) = 0## if ##n## is even and alternates between ##\pm1## if ##n## is odd. Using the alternating series test, ##\sum_{n=1}^\infty sin(\frac{n\pi}{2})a_n## converges iff ##a_n \to 0## for odd ##n##.

One small point, we don't actually know the ##a_n## are positive in this question so the alternating test doesn't work.
 
Office_Shredder said:
One small point, we don't actually know the ##a_n## are positive in this question so the alternating test doesn't work.
Yes, well spotted.
 
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