Deduction of Sigma

  • MHB
  • Thread starter ChelseaL
  • Start date
  • Tags
    Sigma
  • #1
22
0
Deduce that
n
Sigma (2r)^3 = 2n^2 (n+1)^2
r=1


I'm not exactly sure how to start.
 

Answers and Replies

  • #2
Deduce that
n
Sigma (2r)^3 = 2n^2 (n+1)^2
r=1


I'm not exactly sure how to start.

Hint (use the result from your previous thread):

\(\displaystyle \sum_{r=1}^n\left((2r)^3\right)=8\sum_{r=1}^n\left(r^3\right)=\,?\)
 
  • #3
The result of my previous thread was 1.
 
  • #4
The result of my previous thread was 1.

I'm talking about the last thread before this one to which you responded...the only post you've made here outside of this thread:

https://mathhelpboards.com/discrete-mathematics-set-theory-logic-15/mathematical-induction-sigma-notation-23918.html

I assumed the two similarly named accounts from the same country were in some way related.
 
  • #5
Oh right sorry, I got locked out of my previous account. The part with the k + 1 case?
 
  • #6
Oh right sorry, I got locked out of my previous account. The part with the k + 1 case?

The previous thread was about proving by induction the following:

\(\displaystyle \sum_{k=1}^n\left(k^3\right)=\frac{n^2(n+1)^2}{4}\)

If we are allowed to use that formula, then this problem become very straightforward. :)
 
  • #7
1
sigma r^3 = 1^2(1+1)^2/4?
r=1
 
  • #8
1
sigma r^3 = 1^2(1+1)^2/4?
r=1

No, what I mean is:

\(\displaystyle \sum_{r=1}^n\left((2r)^3\right)=8\sum_{r=1}^n\left(r^3\right)=8\left(\frac{n^2(n+1)^2}{4}\right)=2n^2(n+1)^2\)
 
  • #9
Deduce that
n
Sigma (2r)^3 = 2n^2 (n+1)^2
r=1

method 1

$\displaystyle 8 \sum_{r=1}^n r^3 = 8\color{red}{(1 + 2^3 + 3^3 + \, ... \, +n^3})$

sequence of partial sums for the series in parentheses is the triangular numbers squared ...

$1, 9, 36, 100, ... = 1^2, 3^2, 6^2, 10^2, ... , \left[\dfrac{n(n+1)}{2}\right]^2 = \dfrac{n^2(n+1)^2}{4}$

$\displaystyle 8 \sum_{r=1}^n r^3 = 8 \cdot \dfrac{n^2(n+1)^2}{4} = 2n^2(n+1)^2$


method 2 (induction) ...

$\displaystyle \sum_{r=1}^1 (2r)^3 = 2^3 = 8 = 2(1)^2 \cdot (1+1)^2$

assume true for $n$, show true for $(n+1)$

$\displaystyle \sum_{r=1}^{n+1} (2r)^3 = \sum_{r=1}^n (2r)^3 + [2(n+1)]^2 = 2n^2(n+1)^2 + [2(n+1)]^3 = 2(n+1)^2\bigg[n^2+4(n+1)\bigg] = 2(n+1)^2(n^2+4n+4) = 2(n+1)^2(n+2)^2$
 

Suggested for: Deduction of Sigma

Replies
2
Views
459
Replies
0
Views
176
Replies
5
Views
1K
Replies
3
Views
779
Replies
5
Views
3K
Replies
1
Views
551
Replies
4
Views
886
MHB Deduction
Replies
7
Views
2K
Replies
9
Views
3K
Back
Top