If p,q are distinct natural numbers, and in an arithmetic sequence , , where denotes the sum of the first terms of the sequence . Prove that .
证明(Proof)
For an arithmetic sequence {an}, let the first term be a1 and the common difference be d. The formula for the sum of the first n terms is:
Sn=na1+2n(n−1)d
Step 1: Use the condition Sp=Sq
By the sum formula, substitute n=p and n=q:
pa1+2p(p−1)d=qa1+2q(q−1)d
Rearrange terms to group a1 and d:
(p−q)a1+2p(p−1)−q(q−1)d=0
Step 2: Simplify the coefficient of d
Factor the quadratic expression p(p−1)−q(q−1):
p(p−1)−q(q−1)=p2−p−q2+q=(p2−q2)−(p−q)
Using the difference of squares p2−q2=(p−q)(p+q), we get:
(p2−q2)−(p−q)=(p−q)(p+q)−(p−q)=(p−q)(p+q−1)
Step 3: Substitute back and simplify
Substitute the factored form into the equation from Step 1:
(p−q)a1+2(p−q)(p+q−1)d=0
Since p=q (given that p,q are distinct), p−q=0. Divide both sides by p−q:
a1+2(p+q−1)d=0
Step 4: Compute Sp+q
Use the sum formula for n=p+q:
Sp+q=(p+q)a1+2(p+q)(p+q−1)d
Factor out (p+q):
Sp+q=(p+q)[a1+2(p+q−1)d]
From Step 3, we know a1+2(p+q−1)d=0. Substitute this into the expression for Sp+q:
Sp+q=(p+q)⋅0=0
Thus, Sp+q=0 is proven.
Leave a Reply
You must be logged in to post a comment.