Find formulas for ##a_n## for hexagonal arrangements

  • Thread starter Thread starter Robb
  • Start date Start date
  • Tags Tags
    Formulas
Click For Summary

Homework Help Overview

The discussion revolves around deriving a formula for ##a_n## in the context of hexagonal arrangements, specifically focusing on the recursive relationship and its summation. The subject area involves combinatorial mathematics and sequences.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • The original poster attempts to derive the formula for ##a_n## and seeks clarification on the transition between steps in their reasoning. Some participants discuss the formula for the sum of consecutive numbers and explore inductive proofs for it.

Discussion Status

Participants are actively engaging with the mathematical concepts, providing insights into the proof of the summation formula. There is a recognition of different approaches to proving the formula, including induction and a visual method attributed to Gauss. However, no consensus has been reached on the original poster's specific query regarding the derivation of ##a_n##.

Contextual Notes

There is an implicit assumption regarding the understanding of recursive sequences and summation techniques. The discussion also reflects a collaborative effort to clarify mathematical reasoning without providing direct solutions.

Robb
Messages
225
Reaction score
8
Homework Statement
Let ##S_n##be the hexagonal arrangements consisting of n rings of dots for ##n \in {1, 2, 3}##. Let ##a_n## be the number of dots in ##S_n##. Find formulas for ##a_n## and ##\sum_{k=1}^n a_k##.
Relevant Equations
##a_1=1, a_2=7, a_3=19##
##a_n = a_{n-1} + 6(n-1)##
##=a_{n-2} + 6(n-1) + 6(n-2)##
##=a_{n-3} + 6(n-1) + 6(n-2) + 6(n-3)##
##\vdots##
##=1 + 6 [(n-1) + (n-2) + (n-3) + \cdots + 1]##
##= 1 + 3n(n-1)##

I'm not sure how to get to the last line from the second to the last line. Please advise. Thanks!
 
Physics news on Phys.org
The formula for the sum of ##n## consecutive numbers is ##\sum_{k=1}^n k = \frac{1}{2}n(n+1)\,.##
Do you know how this can be proven?
 
Inductively?
##\sum_{k=1}^n k = \frac 1 2 n(n+1)##
##\sum_{k=1}^{n+1} k = \frac 1 2 (n+1)(n+2)##
##\sum_{k=1}^n k = \frac 1 2 n(n+1) + (n+1)##
##= \frac 1 2 [n(n+1) +2(n+1)]##
##= \frac 1 2 [n^2 + 3n + 2]##
##= \frac 1 2 [(n+1)(n+2)]##
as required
 
  • Like
Likes   Reactions: fresh_42
Robb said:
Inductively?
##\sum_{k=1}^n k = \frac 1 2 n(n+1)##
##\sum_{k=1}^{n+1} k = \frac 1 2 (n+1)(n+2)##
##\sum_{k=1}^n k = \frac 1 2 n(n+1) + (n+1)##
##= \frac 1 2 [n(n+1) +2(n+1)]##
##= \frac 1 2 [n^2 + 3n + 2]##
##= \frac 1 2 [(n+1)(n+2)]##
as required
Or you can use Gauss' trick:
\begin{align*}
1 &\quad \quad 2 & 3 & \ldots & \frac{n}{2} \\
n &\quad n-1 & n-2 & \ldots & \frac{n}{2}+1 \\
+ &&&&\\
\hline \\
n+1&\quad n+1 &n+1 & \ldots & n+1 \\
=\frac{n}{2} \cdot (n+1)&&&&
\end{align*}
 
  • Like
Likes   Reactions: Robb
Right, I forgot about that! Thanks!
 

Similar threads

Replies
11
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
Replies
8
Views
3K
Replies
14
Views
2K
Replies
8
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K