Solving Positive Integer Problems: First & Last Terms in nth Bracket

AI Thread Summary
The discussion revolves around solving a problem related to the arrangement of positive integers into brackets, where the rth bracket contains 2^r - 1 integers. Participants suggest starting by calculating the total number of integers in the first n brackets using the geometric sum formula, which helps identify the first and last terms in each bracket. To find the sum of the terms in these brackets, the sum of the first n positive integers is recommended, employing a telescoping sum approach for simplification. The final goal is to demonstrate that the sum of the terms in the first n brackets equals 2^n - 1 multiplied by (2^n). The discussion concludes with a participant expressing satisfaction after grasping the solution process.
al_201314
Messages
116
Reaction score
0
Hi everyone,

This is my first post here :smile: Anyway I have problems solving this question wonder anyone could help give me some clues as to how to go about it. Here goes:

The positive integers are bracketed as follows,

(1), (2,3), (4,5,6,7), (8,9,10,11,12,13,14,15), ...

No. of integers in the rth bracket is 2^r-1. State stae first term and last term in the nth bracket. Hence, show that the sum of the terms in the first n brackets is 2^n-1[(2^n)]-1].

Thanks very much.. I have absolutely no clue..

alvin
 
Physics news on Phys.org
Start by finding how many numbers are in the first n brackets, which is just the sum of the first n powers of 2 (use the geometric sum formula). This will let you know the first and last number in each bracket. Then, to find the sum, use the sum of the first n positive integers, and plug in what you just found for n. If you don't know the sum of the first n integers, the easiest way to find it is to use a telescoping sum:

\sum_{k=1}^{n} (k+1)^2 - k^2

If you were to write this out term by term, you'd see each term cancels except the first and last. Now that you have this sum, rewrite it as:


\sum_{k=1}^{n} k^2+ 2k + 1 - k^2 = \sum_{k=1}^{n} 2k + 1

from which the result should follow pretty easily.
 
Last edited:
I got it.. thanks status.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top