NastyAccident
- 60
- 0
Homework Statement
\sum^{infinity}_{n=0}\frac{cos(x)^n}{3^n}
Find the values of x for which the series converges.
(z,p)
Find the sum of the series for those values of x.
Homework Equations
Geometric Series Sum (a/(1-r))
Geometric Series a*r^n
The Attempt at a Solution
I believe I have b correct, so I'm going to lead with b solution:
\sum^{infinity}_{n=0}\frac{cos(x)^{n}}{3^{n}}
\sum^{infinity}_{n=0}(\frac{cos(x)}{3})^{n}
This series is a geometric series a = 1 and r = \frac{cos(x)}{3}.
Since, \left|r\right|=\left|\frac{cos(x)}{3}\right|<1, it converges and gives
\frac{1}{1-\frac{cos(x)}{3}}
Attempt at a.
Since the series starts at n = 0, the first term, is always going to be 1. Find the values of x for which the series converges. Thus,
\left|\frac{cos(x)}{3}\right|<1
-1<\frac{cos(x)}{3}<1
-3<cos(x)<3
arccos(-3)<x<arccos(3)
But, the issue is the the domain of arccos(x) is -1<x<1... I'm not necessarily sure what I'm doing wrong for this particular problem.
I've tried -1/3 (since the range of cosine is -1 to 1) and -3, both were incorrect.
As always any help or further explanation is welcome and will be greatly appreciated!
NastyAccident