Write the first five terms of the sequence defined recursively. Use the pattern to write the nth term of the sequence as a function of n. (Assume that n begins with 1.) a[1]=5,a[k+1]=-a[k]
5, -5, 5, -5, 5
SO its a geometric equation I need
the n th term is (-1)^(n+1) * 5
the sequence would be f(n) = 5*(-1)^(n+1)
ok well these are my options: a[n]=5n a[n]=5(-1)^n a[n]=-5^n a[n]=-5^(n-1) a[n]=5(-1)^(n-1)
the last one. (-1)^(n+1) = (-1)^(n-1)
oh ok I see now thanks:)
Find the sum of the infinite series. \[\sum_{i=1}^{\infty}2(-1/4)^i\] A. Undefined B. -2/3 C. 2 D.4/5 E. -2/5
Ratio test shows that it converges. I cannot recall how to find what it converges to however.
oh ok thanks...
This is a geometric series with a = -1/4 and r = -1/4, after you factor the 2 out
So the answer is E
The infinite sum for a geometric series is a/(1-r) provided |r| < 1
oh ok so I would just plug those in and get my answer! Thanks so much!
you're welcome
Join our real-time social learning platform and learn together with your friends!