Example 11) Let the side length of the equilateral △ABC be 1, and there are n equal division points on side BC, sequentially from point B to point C, denoted as P1,P2,⋯,Pn−1. If Sn=AB⋅AP1+AP1⋅AP2+⋯+APn−1⋅AC. Prove: Sn=6n5n2−2.
This one wants a proof. Work it on paper, then read the official solution and mark
yourself. Be honest about it: the record is only any use to you if it is.
Official solution
Analyzing the use of the dot product, the problem is transformed into a series summation. Proof: Let AB=c,AC=b,BC=a. Let n1BC=p, then APk=AB+BPk=c+kp(k=0,1,2,⋯,n), where AP0=AB,APn=AC Therefore, APk−1⋅APk=[c+(k−1)p]⋅[c+kp] =c2+(2k−1)c⋅p+k(k−1)p2(k=1,2,⋯,n)
Since Sn=AB⋅AP1+AP1⋅AP2+⋯+APn−1⋅AC Therefore, Sn=nc2+[k=1∑n(2k−1)]c⋅p+[k=1∑nk(k−=nc2+n2⋅c⋅p+3n(n+1)(n−1)⋅p2=nc2+nc⋅(np)+3nn2−1(np)2=nc2+nc⋅a+3nn2−1a2
Since ∣a∣=∣b∣=∣c∣=1 and the angle between c and a is 120∘ Therefore, Sn=n−21n+3nn2−1=6n5n2−2
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.