Can you prove the combinatorics challenge and find the value of |S_n-3T_n|?

In summary, the problem is to prove that the absolute value of the difference between the sums of two defined series, $S_n$ and $3T_n$, is equal to 2 for all positive integers $n$. Two solutions were provided, both using the idea of defining a function $f(x)$ and manipulating it to find the desired value. Both solutions ultimately show that $|S_n-3T_n|=2$, proving the given statement.
  • #1
anemone
Gold Member
MHB
POTW Director
3,883
115
For $n=1,2,...,$ set \(\displaystyle S_n=\sum_{k=0}^{3n} {3n\choose k}\) and \(\displaystyle T_n=\sum_{k=0}^{n} {3n\choose 3k}\).

Prove that $|S_n-3T_n|=2$.
 
Mathematics news on Phys.org
  • #2
My solution:

For the first sum, we may simply apply the binomial theorem to obtain the closed form:

\(\displaystyle S_n=\sum_{k=0}^{3n}{3n \choose k}=(1+1)^{3n}=8^n\)

For the second sum, I looked at the first 5 values:

\(\displaystyle T_1=2,\,T_2=22,\,T_3=170,\,T_4=1366,\,T_5=10922\)

and determined the recursion:

\(\displaystyle T_{n+1}=7T_{n}+8T_{n-1}\)

The characteristic equation for this recursion is:

\(\displaystyle r^2-7r-8=(r+1)(r-8)=0\)

and so the closed form is:

\(\displaystyle T_{n}=k_1(-1)^n+k_28^n\)

Using the initial values to determine the parameters, we may write:

\(\displaystyle T_{1}=-k_1+8k_2=2\)

\(\displaystyle T_{2}=k_1+64k_2=22\)

Adding the two equations, we find:

\(\displaystyle 72k_2=24\implies k_2=\frac{1}{3}\implies k_1=\frac{2}{3}\)

Hence:

\(\displaystyle T_{n}=\frac{1}{3}\left(2(-1)^n+8^n \right)\)

And so we find:

\(\displaystyle \left|S_n-3T_n \right|=\left|8^n-3\left(\frac{1}{3}\left(2(-1)^n+8^n \right) \right) \right|=\left|8^n-2(-1)^n-8^n \right|=\left|2(-1)^{n+1} \right|=2\)

Shown as desired.
 
  • #3
MarkFL said:
My solution:

For the first sum, we may simply apply the binomial theorem to obtain the closed form:

\(\displaystyle S_n=\sum_{k=0}^{3n}{3n \choose k}=(1+1)^{3n}=8^n\)

For the second sum, I looked at the first 5 values:

\(\displaystyle T_1=2,\,T_2=22,\,T_3=170,\,T_4=1366,\,T_5=10922\)

and determined the recursion:

\(\displaystyle T_{n+1}=7T_{n}+8T_{n-1}\)

The characteristic equation for this recursion is:

\(\displaystyle r^2-7r-8=(r+1)(r-8)=0\)

and so the closed form is:

\(\displaystyle T_{n}=k_1(-1)^n+k_28^n\)

Using the initial values to determine the parameters, we may write:

\(\displaystyle T_{1}=-k_1+8k_2=2\)

\(\displaystyle T_{2}=k_1+64k_2=22\)

Adding the two equations, we find:

\(\displaystyle 72k_2=24\implies k_2=\frac{1}{3}\implies k_1=\frac{2}{3}\)

Hence:

\(\displaystyle T_{n}=\frac{1}{3}\left(2(-1)^n+8^n \right)\)

And so we find:

\(\displaystyle \left|S_n-3T_n \right|=\left|8^n-3\left(\frac{1}{3}\left(2(-1)^n+8^n \right) \right) \right|=\left|8^n-2(-1)^n-8^n \right|=\left|2(-1)^{n+1} \right|=2\)

Shown as desired.

Hey thanks for participating MarkFL! And I'm so impressed that you were so fast in cracking this problem!
 
  • #4
anemone said:
For $n=1,2,...,$ set \(\displaystyle S_n=\sum_{k=0}^{3n} {3n\choose k}\) and \(\displaystyle T_n=\sum_{k=0}^{n} {3n\choose 3k}\).

Prove that $|S_n-3T_n|=2$.
Define $f(x)=\sum_{k=0}^{3n}{3n\choose k}x^k$.

Then $f(1)+f(\omega)+f(\omega^2)=3T_n$, where $\omega$ is a complex cube root of unity. Note that $f(1)=S_n$. So we get $S_n-3T_n=-[(1+\omega)^{3n}+(1+\omega^2)^{3n}]=-2$
 
  • #5
caffeinemachine said:
Define $f(x)=\sum_{k=0}^{3n}{3n\choose k}x^k$.

Then $f(1)+f(\omega)+f(\omega^2)=3T_n$, where $\omega$ is a complex cube root of unity. Note that $f(1)=S_n$. So we get $S_n-3T_n=-[(1+\omega)^{3n}+(1+\omega^2)^{3n}]=-2$

Hi caffeinemachine,

Thanks for participating and I really appreciate you adding another good solution to this problem and my thought to solve this problem revolved around the idea that you used too!:)
 

Related to Can you prove the combinatorics challenge and find the value of |S_n-3T_n|?

1. What is combinatorics?

Combinatorics is a branch of mathematics that deals with counting, arrangements, and selections of objects or elements in a specific set, often using methods such as permutations, combinations, and binomial coefficients.

2. What is a combinatorics challenge?

A combinatorics challenge is a problem or puzzle that involves using combinatorics concepts and techniques to solve it. It usually requires logical thinking and mathematical calculations to determine the best approach or solution.

3. How can combinatorics challenges be useful?

Combinatorics challenges can help improve problem-solving skills and critical thinking abilities. They also have practical applications in various fields, such as computer science, statistics, and engineering, where the ability to count and organize objects is essential.

4. Can anyone solve a combinatorics challenge?

Yes, anyone with a basic understanding of combinatorics concepts and techniques can solve a combinatorics challenge. However, some challenges may require advanced knowledge and skills in mathematics to solve.

5. Are there any tips for solving combinatorics challenges?

Some tips for solving combinatorics challenges include breaking the problem into smaller parts, using visual aids or diagrams, trying different approaches, and practicing regularly. It's also helpful to understand the fundamental principles of combinatorics, such as the multiplication and addition principles, to solve more complex challenges.

Similar threads

  • General Math
Replies
2
Views
1K
  • General Math
Replies
4
Views
2K
  • General Math
Replies
8
Views
2K
  • General Math
Replies
6
Views
1K
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
11
Views
1K
  • Advanced Physics Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
17
Views
1K
  • Topology and Analysis
2
Replies
48
Views
3K
  • General Math
Replies
3
Views
1K
Back
Top