Algebra · real student question

Is it true that u_n - u_(n-1) = d for an arithmetic sequence? Prove it and state when it fails.

Question

Is it true that

unun1=du_{n}-u_{n-1}=d

for an arithmetic sequence with common difference dd? Prove it, and state when the identity fails.

Step-by-step solution

  1. Recall the general term. An arithmetic sequence with first term u1u_{1} and common difference dd has

    un=u1+(n1)d(n1)u_{n}=u_{1}+(n-1)d\qquad (n\ge 1)

    This is the closed form; the claim to be proved is the recursive form hiding inside it.

  2. Write the previous term by replacing nn with n1n-1.

    un1=u1+((n1)1)d=u1+(n2)d(n2)u_{n-1}=u_{1}+\left((n-1)-1\right)d=u_{1}+(n-2)d\qquad (n\ge 2)

    The restriction n2n\ge 2 matters — there is no u0u_{0} in a sequence indexed from 11.

  3. Subtract the two expressions. The u1u_{1} terms cancel and the dd-coefficients differ by exactly one:

    unun1=[u1+(n1)d][u1+(n2)d]=[(n1)(n2)]d=du_{n}-u_{n-1}=\left[u_{1}+(n-1)d\right]-\left[u_{1}+(n-2)d\right]=\left[(n-1)-(n-2)\right]d=d

    So yes, the identity holds for every n2n\ge 2, and the answer dd does not depend on nn — the gap is the same everywhere in the sequence.

  4. Generalise to non-adjacent terms. The same subtraction with arbitrary indices gives

    umun=[u1+(m1)d][u1+(n1)d]=(mn)du_{m}-u_{n}=\left[u_{1}+(m-1)d\right]-\left[u_{1}+(n-1)d\right]=(m-n)d

    with unun1=du_{n}-u_{n-1}=d being the special case m=nm=n, nn1n\to n-1.

  5. Check on a concrete sequence. With u1=3u_{1}=3 and d=2d=2: u2=5u_{2}=5, u3=7u_{3}=7, u4=9u_{4}=9. Then u4u3=97=2=du_{4}-u_{3}=9-7=2=d ✓ and u4u2=95=4=(42)du_{4}-u_{2}=9-5=4=(4-2)d ✓.

  6. State the converse and the failure case. The identity is not just a consequence of being arithmetic — it characterises it: if unun1u_{n}-u_{n-1} equals the same constant for all nn, the sequence is arithmetic. For a general sequence the difference need not be constant at all; e.g. for un=n2u_{n}=n^{2} it is unun1=2n1u_{n}-u_{n-1}=2n-1, which changes with nn. So the formula may only be used once the sequence is known to be arithmetic.

Answer

unun1=d for all n2, and more generally umun=(mn)du_{n}-u_{n-1}=d\ \text{for all } n\ge 2,\ \text{and more generally } u_{m}-u_{n}=(m-n)d

Need to solve a different problem like this? Open the solver →