
Sunghyun K. answered 05/05/21
I can help you with calculus and various other subjects
Hi Bob,
I hope this is helpful.
First, let's simplify the function a little bit
f(x) = ∑n=1∞ [(-1)n * xn ] / 4n .
Then we can use the ratio test;
limn->∞ |an+1 / an| (1)
If (1) < 1, the series converges. If (1) > 1, the series converges. If (1) = 0, it is inconclusive.
Now, you want to find the interval of convergence. To find that we need (1) < 1.
limn->∞ | [{(-1)n+1 * xn+1} / 4n+1] / [{(-1)n * xn} / 4n] | = limn->∞ | [{(-1)n+1 * xn+1} / 4n+1] * [4n / {(-1)n * xn}] |
= limn->∞ | [(-1) * x] / 4 | = | -x / 4 | < 1 (2)
Now, solve (2) for x. Then you get -1 < -x / 4 < 1 ⇒ -4 < -x < 4 ⇒ -4 < x < 4.
Thus, we know that the series converges when x = (-4,4).
Finally, let's check the points, where (1) = 1.
| -x / 4 | = 1 then, -x / 4 = 1 or -x / 4 = -1.
Thus, x = 4 or -4.
Let's check x = 4 first. Then f(4) = ∑n=1∞ [(-1)n * 4n] / 4n = ∑n=1∞ (-1)n.
Now, apply the divergence test to f(4) and you will find out that the series diverges at x = 4.
For the same reason, the series also diverges at x = -4.
Therefore, the interval of convergence for this series is -4 < x < 4.
**Note; Divergence Test**--------------------
If limn->∞ an ≠ 0, ∑n=1∞ an ⇒ Diverges |
------------------------------------------------------
Now I am realizing that I may have not answered your question, but here is what I have for the interval of convergence of the given series.
Best
++ ADDITION++
The integral from 0 to x f(t)dt
∫0x ∑n=1∞ [(-1)n * tn] / 4n dt = ∑n=1∞ [(-1)n * tn+1] / [(n+1) * 4n] |0x = ∑n=1∞ [(-1)n * xn+1] / [(n+1) * 4n].
This is now your new series and you can use the same test above to find the interval of convergence.
Best,
Sunghyun

Sunghyun K.
Hi Bob, sorry about the confusion. This problem seems like it is actually asking you to find the interval of convergence of THE INTEGRAL of the given function. I am adding that part to my answer now.05/06/21
Bob M.
What about the integral?05/06/21