Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Calculus II help. Have a test coming?
Use the Ratio test to determine convergence:
infinite(sigma)k=1... k^4 2^-k
2 Answers
- The Integral ∫Lv 79 years agoFavorite Answer
using ratio test :
∞
Σ [ k^4 / 2^(k) ]
k = 1
(a_(k + 1) / (a_k) )
[ (k + 1)^4 / 2^(k + 1) ] ÷ [ k^4 / 2^(k) ]
[ (k^4 + 4k^3 + 6k^2 + 4k + 1) / 2^(k) 2^1) ] * [ 2^(k) / k^4 ]
[ (k^4 + 4k^3 + 6k^2 + 4k + 1) / 2) ] * [ 1 / k^4 ]
[ (k^4 + 4k^3 + 6k^2 + 4k + 1) / ( 2 k^4 ) ]
lim [ (k^4 + 4k^3 + 6k^2 + 4k + 1) / ( 2 k^4 ) ]
n-->∞
lim [ (k^4 + 4k^3 + 6k^2 + 4k + 1) / ( 2 k^4 ) ] <----- large in charge
k-->∞
lim (k^4) / ( 2 k^4 )
k-->∞
lim (1/2) = (1/2) < 1 ( convergent )
k-->∞
========
free to e-mail if have a question
- BrendaLv 79 years ago
k^4*2^(-k)
lim ak+1 / ak
(k+1)^4 *2(-k+1)] / [ k^4 *2^(-k)]
after simplification:
(k+1)^4 / 2k^4
lim [ (k+1)^4 / 2k^4] as kâ â is1/2.
If L<1 then the series converges.