证明题练习2 数列

If p,qp,q are distinct natural numbers, and in an arithmetic sequence {an}, Sp=Sq, where Sk denotes the sum of the first k terms of the sequence {an}. Prove that Sp+q=0 .

证明(Proof)

For an arithmetic sequence {an}{an​}, let the first term be a1a1​ and the common difference be dd. The formula for the sum of the first nn terms is:
Sn=na1+n(n1)2dSn​=na1​+2n(n−1)​d

Step 1: Use the condition Sp=SqSp​=Sq

By the sum formula, substitute n=pn=p and n=qn=q:
pa1+p(p1)2d=qa1+q(q1)2dpa1​+2p(p−1)​d=qa1​+2q(q−1)​d

Rearrange terms to group a1a1​ and dd:
(pq)a1+p(p1)q(q1)2d=0(pq)a1​+2p(p−1)−q(q−1)​d=0

Step 2: Simplify the coefficient of dd

Factor the quadratic expression p(p1)q(q1)p(p−1)−q(q−1):
p(p1)q(q1)=p2pq2+q=(p2q2)(pq)p(p−1)−q(q−1)=p2−pq2+q=(p2−q2)−(pq)
Using the difference of squares p2q2=(pq)(p+q)p2−q2=(pq)(p+q), we get:
(p2q2)(pq)=(pq)(p+q)(pq)=(pq)(p+q1)(p2−q2)−(pq)=(pq)(p+q)−(pq)=(pq)(p+q−1)

Step 3: Substitute back and simplify

Substitute the factored form into the equation from Step 1:
(pq)a1+(pq)(p+q1)2d=0(pq)a1​+2(pq)(p+q−1)​d=0

Since pqp=q (given that p,qp,q are distinct), pq0pq=0. Divide both sides by pqpq:
a1+(p+q1)2d=0a1​+2(p+q−1)​d=0

Step 4: Compute Sp+qSp+q

Use the sum formula for n=p+qn=p+q:
Sp+q=(p+q)a1+(p+q)(p+q1)2dSp+q​=(p+q)a1​+2(p+q)(p+q−1)​d

Factor out (p+q)(p+q):
Sp+q=(p+q)[a1+(p+q1)2d]Sp+q​=(p+q)[a1​+2(p+q−1)​d]

From Step 3, we know a1+(p+q1)2d=0a1​+2(p+q−1)​d=0. Substitute this into the expression for Sp+qSp+q​:
Sp+q=(p+q)0=0Sp+q​=(p+q)⋅0=0

Thus, Sp+q=0Sp+q​=0 is proven.

评论

One response to “证明题练习2 数列”

Leave a Reply