Arithmetic progression(alternate method)

  • Thread starter Thread starter needhelpperson
  • Start date Start date
  • Tags Tags
    Arithmetic Method
AI Thread Summary
In the discussion about finding the number of terms in an arithmetic sequence, participants analyze the sums of terms in odd and even positions, given as 440 and 520 respectively, with the last term exceeding the first by 156. Initial attempts to set up equations for the sums led to confusion, but a clearer approach was established by using the average of the first and last terms to derive the sums. By substituting values and manipulating the equations, it was determined that the product of the number of terms and the common difference equals 160, while the difference between the last and first terms relates to the number of terms. Ultimately, the conclusion reached is that the arithmetic sequence contains 40 terms.
needhelpperson
Messages
110
Reaction score
0
in an arithmetic sequence there is an even number of term's
the sum of terms in the odd places is 440 and the sum of terms in the even places is 520, the last term is bigger than the first term by 156
find how many term's the arithmetic sequence has.

This was from a previous post, but i wanted to figure it out this way.


I tried out this problem, but i can't seem to go ne where with it.

For sum of even numbers

(a+d+a+2d(n-1))*n = 1040<------------ 2an + 2dn^2 -dn = 1040

For sum of odd numbers

(a + a +2d(n-1))*n = 880<-------------- 2an + 2dn^2 - 2dn = 880

solved the two system of equation

dn = 160

N = total number = 2n

Nd = 320

d(N-1) = 156<----------- d = 164

so solve for N using Nd = 320 = 320/164 = 1.95...

Obviously this is not correct. What did i do wrong here?
 
Physics news on Phys.org
For the even sequence, you should get this

n[(a+d)+(a+d)+(n-1)2d]=1040

Solve the 2 equations, get nd=80;Nd=160; Nd-d=156; d=4; N=40.
 
Leong said:
For the even sequence, you should get this

n[(a+d)+(a+d)+(n-1)2d]=1040

Solve the 2 equations, get nd=80;Nd=160; Nd-d=156; d=4; N=40.

thanks alot, so that's where i went wrong.
 
Here's how I did it:

If you multiply the number of terms in an arithmetic series by the average of the first and last terms the product is the sum of the series. Therefore, the sum of the even terms is

\frac {N}{2} \frac {a_2+a_N}{2} = 520

and the sum of the odd terms is

\frac {N}{2} \frac {a_1+a_{N-1}}{2} = 440

(Note the sum of the odd terms is even so the \frac {N}{2} is a whole number)

Now, a_2 = a_1+d and a_{N-1} = a_N-d where d is the common difference. Substitute these into the equations and subtract the two equations to obtain N d = 160
We also know (N-1)d = 156 so, dividing gives

\frac {N}{N-1} = \frac{160}{156} = \frac {40}{39}

from which N = 40 follows.
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged 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