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
SUMMARY

The discussion centers on proving the equation s(n+1) = t(n) + t(n+1) for all positive integers n, where s(n) = n^2 and t(n) = (n(n+1))/2. The proof involves substituting the triangular number formula into the equation and simplifying to arrive at (n+1)^2. The participants successfully demonstrate that both sides of the equation are equivalent through algebraic manipulation, confirming the validity of the statement.

PREREQUISITES
  • Understanding of square numbers and triangular numbers
  • Familiarity with algebraic manipulation and simplification
  • Knowledge of sequences and series
  • Basic proficiency in mathematical proofs
NEXT STEPS
  • Study algebraic proofs involving sequences
  • Explore the properties of triangular numbers
  • Learn about mathematical induction for proving statements
  • Investigate the relationship between square numbers and triangular numbers
USEFUL FOR

Mathematics students, educators, and anyone interested in number theory and mathematical proofs.

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

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

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

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
989
Replies
4
Views
3K
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · 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
5K
  • · Replies 7 ·
Replies
7
Views
3K