Convergence Test for Series with Cosine Cubed Terms

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 2K views
peripatein
Messages
868
Reaction score
0
Hi,
How may I know whether the series ((-1)^n)[cos (3^n)x]^3/(3^n) converges/diverges?Should I use the Leibniz Criterion?
It is stated that (cos a)^3 = (1/4)(3cos a + cos 3a)
 
Physics news on Phys.org
peripatein said:
Hi,
How may I know whether the series ((-1)^n)[cos (3^n)x]^3/(3^n) converges/diverges?Should I use the Leibniz Criterion?
It is stated that (cos a)^3 = (1/4)(3cos a + cos 3a)
The series is not alternating, despite the factor of (-1)n, so I don't see that the Leibniz Criterion applies. I also don't see that the hint is helpful.

For any n, the terms in your series are bounded below by -1/(3n) and bounded above by 1/(3n), both of which are terms in geometric series.
 
peripatein said:
Hi,
How may I know whether the series ((-1)^n)[cos (3^n)x]^3/(3^n) converges/diverges?Should I use the Leibniz Criterion?
It is stated that (cos a)^3 = (1/4)(3cos a + cos 3a)
Is that really an x in the series?
[itex]\displaystyle (-1)^n\frac{\cos^3( (3^n)x)}{3^n}[/itex]​

If so, the divergence/convergence certainly may depend upon x.
 
That is indeed x in the formula.
Mark44, I am still not sure how to go about it. May you please assist and/or elaborate further?
 
As Mark said, the series is not an alternating series.

In fact it is alternating for a few specific values of x, namely when x is an integer multiple of π .

It can also be a constant series with 0 as the constant if x is an odd half-integer multiple of π .

... But to help you carry on with the problem:

What is the range of cos(x), and cos3(x) ?

Use the squeeze theorem.
 
Why would the sum of this series be equal to 0.75cos(x)? I managed to express this series as a telescopic summation and thus merely (1/4)[-cos3x - ((1/3)^n)cos(3^(n+1)x)] remain in the sum. Won't ((1/3)^n)cos(3^(n+1)x) be equal to zero as n->infinity? Hence, why won't the sum be -0.25cos3x?