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
AI Thread Summary
The discussion focuses on proving the equation s(n+1) = t(n) + t(n+1) for positive integers n, where s(n) represents square numbers and t(n) represents triangular numbers. Participants suggest substituting the formula for triangular numbers into the equation and simplifying to arrive at (n+1)^2. A detailed step-by-step simplification is provided, showing how to combine terms and factor to demonstrate the equality. The proof concludes successfully, confirming the relationship between square and triangular numbers. The original poster expresses gratitude for the assistance received in solving the 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

<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.
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top