This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The first thing that should strike (lit. scream at) you is that A is nothing but the difference of the sum of cubes of natural numbers upto (x+1) and x i.e
A = i = 0 ∑ ( x + 1 ) ( i + 1 ) 3 − i = 0 ∑ x i 3 = ( x + 1 ) 3 = x 3 + 3 x 2 + 3 x + 1
Now, B is not such an easy matter as A. Formally expanding out the non-summation terms and simplifying , we get :
B = 2 5 x 2 − 2 x + 1 + 2 i = 0 ∑ ( x − 2 ) i 2 − ( x − 2 ) ( 2 x − 1 )
Consider the numerator of the fraction containing the summation :
i = 0 ∑ ( x − 2 ) i 2 − ( x − 2 ) ( 2 x − 1 )
Using the result for the sum of squares of natural numbers, this is equal to :
2 6 ( x − 2 ) ( x − 1 ) ( 2 x − 3 ) − 2 ( x − 2 ) ( x − 1 )
Clearing denominators and factoring out ( x − 1 ) ( x − 2 ) , we get the numerator to be :
1 2 ( x − 1 ) ( x − 2 ) ( 2 x − 6 ) = 6 ( x − 1 ) ( x − 2 ) ( x − 3 )
Hence, B is :
B = 2 5 x 2 − 2 x + 1 + 6 ( x − 1 ) ( x − 2 ) ( x − 3 )
Simplifying this after multiplying by 2, we get :
2 B = 3 x 3 + 3 x 2 + 3 8 x
We have been given that x > 0 . Substitute any positive value in the equations for A and 2B. We hence obtain that A > 2 B
Whew, that was a long solution! Hope that helped :)