When do you use the root test vs ratio test to find the sum of a series? Ex. Summation {n=1}^Infinity n!/(2^(n^2)) What's the best way to find the sum? Thanks!
tests are tests .... they tend to be trial and error when trying to pick one
I've noticed most examples that require the ratio test have n! in them.. whereas most root tests have the denominator to a power of n or something of the like. I probably shouldn't pick up a pattern, but I'm trying to figure out the intuition behind these tests to make sure i use the best one most effectively.
Computations involving factorials are easier to do with the ratio test. Root test is primarily used if a given series contains something to the \(n\)th power. In my opinion, the ratio test is more often more helpful than the latter.
ah, i love your name
And for this particular series, I think a preliminary comparison, THEN the ratio/root test, would work best. Thanks! :)
imnot sure if i recall a power equivalent of n! .... might be one out there .... gamma function comes to mind. cant say i recall to much detail of a root test either ... to manyyears gone by i spose ratio test: \[\lim_{n\to ~inf}\frac{(n+1)!}{2^{(n+1)^2}}\frac{2^{n^2}}{n!}\] \[\lim_{n\to ~inf}\frac{(n+1)\cancel{n!}}{2^{(n+1)^2}}\frac{2^{n^2}}{\cancel{n!}}\] \[\lim_{n\to ~inf}\frac{(n+1)\cancel{n!}}{2^{n^2+2n+1}}\frac{2^{n^2}}{\cancel{n!}}\] \[\lim_{n\to ~inf}\frac{(n+1)}{2^{2n+1}}\]
and yeah ok that makes sense.. i used the ratio test a problem that had a bunch of variables to the various powers/degrees of n and with that test i got a differnt answer from the root test.. is this something that should not have happened? are they supposed to eventually come to the same answer?
the summations should be the same yes, but working out a test for convergence may produce definitive results or not ....
when you factored out the n! in the second line.. where you wrote (n+1)(n!).. how did you know to do this? or better question.. can this be applied to any factorial.. like if i have (4n+9)! can i write that as (4n+9)(n!)?
i see, ok.. then i made a mistake somewhere with my ratio test.. :(
lets define k! as the product: k(k-1)(k-2)(k-3)...(3)(2)(1) if we let k=n+1 (n+1)! = (n+1) (n) (n-1)(n-2)(n-3)...(3)(2)(1) ^^^^^^^^^^^^^^^^^^^^ this, by definition is n!
oki need to stare at this for a few minutes so itll sink in.. one min
if (4n+9)! lets see if we can get that to a similar structre let k = 4n+9 (4n+9) (4n+8) (4n+7) ... (3)(2)(1) i dont see that being a viable idea :/
ok i answered my own question while writing it out.. nvm i get it now haha
:) good job
patting myself on the back! wohoo.. idk why the k! threw me off.. but i just thought of it as a regular integer.. that you turn into a variable that equals n+1.. correct? and you find the value that way.. i get it but i can't explain it well.. in time
n^k = n(n-1)(n-2)....(n-k+1).. this is what wikipedia is telling me. now im failing to understand why the power is all of a sudden being throwin iat the end
we can consider it as how factorials are created: 1! = 1 2! = 2(1) = 2*1! 3! = 3(2)(1) = 3*2! 4! = 4(3)(2)(1) = 4*3!
n^k ? a number raised by an exponent, but the defintion you presented seems more like a permutation
there's a bar under the power k.. what does that mean?
so it's n^(k_) imagine the underscore is under the k
2^3 = 8 2(2-3+1) = 0 at best :)
this perhaps? \[\large ^nP_k\]
@amistre64, op is referring to the second listed item: http://en.wikipedia.org/wiki/Factorial#Applications It's just some weird notation the editors decided to use.
|dw:1385237417880:dw|
Join our real-time social learning platform and learn together with your friends!