Is the Summation Converging in the Given Interval?

Click For Summary

Homework Help Overview

The discussion revolves around the convergence of a summation of functions given by $$\sum_{n = 1}^{\infty} \frac{(3 arcsin x)^n}{\pi^{n + 1}(\sqrt(n^2 + 1) + n^2 + 5)}$$. Participants are exploring the conditions under which this summation converges, particularly focusing on the interval defined by the inequality $$|3 arcsin x| < \pi$$.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Some participants discuss the application of the D'Alambert theorem to establish a radius of convergence and the resulting interval for convergence. Others question the behavior of the summation at the endpoints of this interval, particularly using the Leibniz criterion for alternating series. There is also a focus on the monotonicity of the function involved in the summation.

Discussion Status

The discussion is ongoing, with participants providing insights into the nature of the functions involved and questioning assumptions about convergence at the endpoints. Some guidance has been offered regarding the monotonicity of the function, but there is no explicit consensus on the convergence at the endpoints.

Contextual Notes

Participants are grappling with the implications of differentiating the function with respect to \(n\) and the appearance of \(x\) in the context of convergence analysis. There is also a mention of potential tests for convergence that may apply to the series.

Kernul
Messages
211
Reaction score
7

Homework Statement


I'm give the following summation of functions and I have to see where it converge.
$$\sum_{n = 1}^{\infty} \frac{(3 arcsin x)^n}{\pi^{n + 1}(\sqrt(n^2 + 1) + n^2 + 5)}$$

Homework Equations

The Attempt at a Solution


Putting ##3 arcsin x = y##, I already see that with the theorem of D'Alambert I have a range ##r = \pi##.
The summation then converges in the interval:
$$|3 arcsin x| < \pi$$
which is
$$sin(-\frac{\pi}{3}) < x < sin(\frac{\pi}{3})$$
Now I don't know it the summation converges in the two external points, so I try with the first one and I get:
$$\frac{1}{\pi}\sum_{n = 1}^{\infty} \frac{(-1)^n}{(\sqrt(n^2 + 1) + n^2 + 5)}$$
In this case, I decide to use the Leibniz criterion. So first I find if the summation converges to ##0## and then I find if decreases monotonically.
Doing the limit of the summation (minus the ##(-1)^n##) I get that it converges to ##0##.
Now, to find out if it decreases monotonically, I do the first derivative of the following:
$$f(n) = \frac{1}{(\sqrt(n^2 + 1) + n^2 + 5)}$$
and I end up with
$$f'(n) = -\frac{\frac{x}{\sqrt(x^2 + 1)} + 2x}{(\sqrt(n^2 + 1) + n^2 + 5)^2}$$
Now I have to put this ##>0## but due to the minus sign it will be ##<0##. The one at the denominator is always positive, so we have to look at only the numerator. We will have then:
$$\frac{x}{\sqrt(x^2 + 1)} + 2x < 0$$
But, strangely, I don't get how to continue from here.
Can someone help me?
 
Physics news on Phys.org
##x \mapsto \frac{x}{\sqrt{x^2+1}}+2x## is positive for ##x>0##, negative for ##x<0## and zero at ##x=0##.
 
I do not understand how differentiating f(n) wrt n caused x to appear from nowhere.
Since 1/n2 converges, it is rather obvious that the sum you have converges at both ends of the range. Is there not a test along those lines?
 
Kernul said:

Homework Statement


I'm give the following summation of functions and I have to see where it converge.
$$\sum_{n = 1}^{\infty} \frac{(3 arcsin x)^n}{\pi^{n + 1}(\sqrt(n^2 + 1) + n^2 + 5)}$$

Homework Equations

The Attempt at a Solution


Putting ##3 arcsin x = y##, I already see that with the theorem of D'Alambert I have a range ##r = \pi##.
The summation then converges in the interval:
$$|3 arcsin x| < \pi$$
which is
$$sin(-\frac{\pi}{3}) < x < sin(\frac{\pi}{3})$$
Now I don't know it the summation converges in the two external points, so I try with the first one and I get:
$$\frac{1}{\pi}\sum_{n = 1}^{\infty} \frac{(-1)^n}{(\sqrt(n^2 + 1) + n^2 + 5)}$$
In this case, I decide to use the Leibniz criterion. So first I find if the summation converges to ##0## and then I find if decreases monotonically.
Doing the limit of the summation (minus the ##(-1)^n##) I get that it converges to ##0##.
Now, to find out if it decreases monotonically, I do the first derivative of the following:
$$f(n) = \frac{1}{(\sqrt(n^2 + 1) + n^2 + 5)}$$
************
Can someone help me?

You have ##f(n) = 1/d(n)##, where ##d(n) = \sqrt{n^2+1} + n^2+5## is a strictly increasing function of ##n##. No calculus is needed here: ##n^2## is increasing in ##n##, so ##\sqrt{n^2+1}## is increasing, as is ##n^2+5##. You are just adding two increasing functions.
 
fresh_42 said:
##x \mapsto \frac{x}{\sqrt{x^2+1}}+2x## is positive for ##x>0##, negative for ##x<0## and zero at ##x=0##.
Why? How did you do that?

haruspex said:
I do not understand how differentiating f(n) wrt n caused x to appear from nowhere.
Since 1/n2 converges, it is rather obvious that the sum you have converges at both ends of the range. Is there not a test along those lines?
Sorry, my bad! I meant "n" where there was "x".

Ray Vickson said:
You have ##f(n) = 1/d(n)##, where ##d(n) = \sqrt{n^2+1} + n^2+5## is a strictly increasing function of ##n##. No calculus is needed here: ##n^2## is increasing in ##n##, so ##\sqrt{n^2+1}## is increasing, as is ##n^2+5##. You are just adding two increasing functions.
So it decreases monotonically? This means that both this and the other one for ##\frac{\pi}{3}## converge and so it all converges to the interval ##[-\frac{\pi}{3} , \frac{\pi}{3}]##?
 
Kernul said:
Why? How did you do that?Sorry, my bad! I meant "n" where there was "x".So it decreases monotonically? This means that both this and the other one for ##\frac{\pi}{3}## converge and so it all converges to the interval ##[-\frac{\pi}{3} , \frac{\pi}{3}]##?

Why do you assume you have convergence at both end points?
 
Kernul said:
Why? How did you do that?
##\frac{x}{\sqrt{x^2+1}}+2x=x \cdot \underbrace{(2+\frac{1}{+\sqrt{x^2+1}})}_{>\,2}##
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K