Given sequences, finding the relation

  • Context:
  • Thread starter Thread starter Saitama
  • Start date Start date
  • Tags Tags
    Relation Sequences
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Saitama
Messages
4,244
Reaction score
93
Problem:
Define $a_n=(1^2+2^2+ . . . +n^2)^n$ and $b_n=n^n(n!)^2$. Recall $n!$ is the product of the first n natural numbers. Then,

(A)$a_n < b_n$ for all $n > 1$
(B)$a_n > b_n$ for all $n > 1$
(C)$a_n = b_n$ for infinitely many n
(D)None of the above

Attempt:
The given sequence $a_n$ can be written as
$$a_n=\frac{n^n(n+1)^n(2n+1)^n}{6^n}$$
But I am not sure what to do now. I understand that this is a very less attempt towards the given problem but I really have no clue how someone should go about comparing these kind of sequences. Please give a few hints.

Any help is appreciated. Thanks!
 
Last edited:
Mathematics news on Phys.org
Start by comparing $$a_2$$ and $b_2$ this will eliminate one of the first two inequalities . Then proceed by induction.
 
ZaidAlyafey said:
Start by comparing $$a_2$$ and $b_2$ this will eliminate one of the first two inequalities . Then proceed by induction.

Thanks ZaidAlyafey but I seem to have figured out a better solution. Use of AM-GM inequality gives the answer in a few seconds. :)