How can I prove s(n+1) = t(n) + t(n+1) for all positive integers n?

  • Thread starter Thread starter lvlastermind
  • Start date Start date
Click For Summary

Homework Help Overview

The discussion revolves around proving the equation s(n+1) = t(n) + t(n+1) for all positive integers n, where s(n) represents square numbers and t(n) represents triangular numbers.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants explore various methods to manipulate the equation, including substituting definitions of triangular numbers into the equation and simplifying. Some express uncertainty about the correctness of the original equation.

Discussion Status

Several participants have contributed different perspectives on how to approach the proof, with some suggesting algebraic manipulations and others questioning the initial setup. One participant indicates they have resolved the problem, but no consensus on the method has been reached.

Contextual Notes

There is a mention of difficulties with polynomial approaches and the need for clarity on the equation's validity. Some participants provide alternative equations that may or may not relate to the original problem.

lvlastermind
Messages
101
Reaction score
0
I've been stuck on this question for awhile.

Q: Square numbers 1, 4, 9, 16, 25... are the values of the function s(n)=n^2, when n is a positive integer. The triangular numbers t(n)=(n(n+1))/2 are the numbers t(1)=1, t(2)=3, t(3)=6, t(4)=10.

Prove: For all positive integers n, s(n+1) = t(n) + t(n+1)

I've tride a lot of things and come to the conclusion that I can't get my answer by using polynomials. I think that if you subsitiute t(n)=(n(n+1))/2 into the equation and simplify to get (n+1)^2 I will be done. My problem is that I'm having troubles doing this. Any sugestions?
 
Physics news on Phys.org
im not completely sure what your talking about, but i think your equation is wrong

[tex] ( \frac{1} {2} ( n - 1 ) n ) ^ 2[/tex] is most similar to what your talking about, personaly i prefer the: [tex]( \frac{n} {2} ( n + 1 ) ) ^ 2[/tex]

orr this could also be it: [tex]S_N = \frac{N}{2} ( A_1 + A_N)[/tex]

and again I am only regurgitating equations on you that look like what you could be searching for
 
Last edited:
expand the right hand side and rearrange it into the form of (n+1)^2 = s(n+1)

note:
RHS = t(n)+t(n+1) = n(n+1)/2 + (n+1)((n+1)+1)/2
 
After changing n to (n+1), you get:

(n+1)^2 = n(n+1)/2 + (n+1)((n+1)+1)/2)

= (n+1)^2 = (n^2+n)/2 + (n+1)(n+2)/2

= (n+1)^2 = (n^2+n)/2 + (n^2+3n+2)/2

Since they have common denominators, we can add the right side together:

= (n+1)^2 = (2n^2 + 4n + 2)/2

= (n+1)^2 = (2n+2)(n+1)/2

= (n+1)^2 = 2(n+1)(n+1)/2

The two's cancel out, which gives the needed proof:

= (n+1)^2 = (n+1)(n+1)
 
how did you go from
= (n+1)^2 = (2n^2 + 4n + 2)/2

to

= (n+1)^2 = (2n+2)(n+1)/2
 
Thanks for the help all, I got it.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
1K
Replies
4
Views
3K
Replies
9
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
6K
  • · Replies 7 ·
Replies
7
Views
3K