Key Concepts and Formulas
- Arithmetic Progression (AP): A sequence where the difference between consecutive terms is constant. The n-th term is given by an=a1+(n−1)d, where a1 is the first term and d is the common difference.
- Difference of Squares: The algebraic identity x2−y2=(x−y)(x+y) is fundamental for simplifying the expression for Ak.
- Sum of an AP: The sum of the first n terms of an AP is Sn=2n(a1+an)=2n(2a1+(n−1)d).
Step-by-Step Solution
Step 1: Simplify the expression for Ak
The given expression for Ak is Ak=a12−a22+a32−a42+…+a2k−12−a2k2.
We can group terms in pairs and apply the difference of squares formula:
Ak=(a12−a22)+(a32−a42)+…+(a2k−12−a2k2)
Ak=(a1−a2)(a1+a2)+(a3−a4)(a3+a4)+…+(a2k−1−a2k)(a2k−1+a2k)
In an AP, the difference between consecutive terms is the common difference d, so an−an+1=−d.
Substituting this into the expression for Ak:
Ak=(−d)(a1+a2)+(−d)(a3+a4)+…+(−d)(a2k−1+a2k)
Ak=−d[(a1+a2)+(a3+a4)+…+(a2k−1+a2k)]
The sum inside the bracket is the sum of the first 2k terms of the AP. Let a1=a. The sum of the first 2k terms is S2k=22k(2a+(2k−1)d)=k(2a+(2k−1)d).
Therefore,
Ak=−d⋅k(2a+(2k−1)d)=−dk(2a+(2k−1)d)(∗)
Step 2: Use the given values of A3 and A5 to form equations
We are given A3=−153 and A5=−435. Using the formula (∗):
For k=3:
A3=−3d(2a+(2⋅3−1)d)=−3d(2a+5d)
−3d(2a+5d)=−153
d(2a+5d)=51(1)
For k=5:
A5=−5d(2a+(2⋅5−1)d)=−5d(2a+9d)
−5d(2a+9d)=−435
d(2a+9d)=87(2)
Step 3: Solve the system of equations for a and d
We have two equations:
- 2ad+5d2=51
- 2ad+9d2=87
Subtract equation (1) from equation (2):
(2ad+9d2)−(2ad+5d2)=87−51
4d2=36
d2=9
Since the terms of the AP are positive, an>0 for all n. If d were negative, eventually terms would become negative. For instance, if a=1 and d=−3, then a1=1,a2=−2. Thus, we must have d>0 to maintain positive terms, especially if a1 is small.
So, d=3.
Substitute d=3 into equation (1):
3(2a+5(3))=51
3(2a+15)=51
2a+15=17
2a=2
a=1
So, a1=1 and d=3.
Step 4: Verify the condition a12+a22+a32=66
With a1=1 and d=3:
a1=1
a2=a1+d=1+3=4
a3=a1+2d=1+2(3)=7
a12+a22+a32=12+42+72=1+16+49=66
The condition is satisfied.
Step 5: Calculate a17 and A7
The 17th term of the AP is:
a17=a1+(17−1)d=1+16(3)=1+48=49
Now, calculate A7 using the formula (∗) with k=7, a=1, and d=3:
A7=−7d(2a+(2⋅7−1)d)
A7=−7(3)(2(1)+13(3))
A7=−21(2+39)
A7=−21(41)
A7=−861
Step 6: Calculate a17−A7
a17−A7=49−(−861)
a17−A7=49+861
a17−A7=910
Common Mistakes & Tips
- Sign Errors: Be very careful with signs, especially when simplifying an−an+1 and when substituting negative values (though in this problem d turns out to be positive).
- Algebraic Manipulation: Ensure accuracy when solving the system of equations. Errors in expansion or subtraction can lead to incorrect values for a and d.
- Formula Application: Double-check the correct application of the AP sum formula and the derived formula for Ak.
Summary
The problem requires simplifying the expression for Ak using the difference of squares, which leads to a formula involving the first term (a) and the common difference (d). By using the given values of A3 and A5, we form a system of linear equations in terms of a and d, which we solve to find their values. The condition on the sum of squares of the first three terms is used to verify these values. Finally, we calculate a17 and A7 using the determined values of a and d, and then compute their difference.
The final answer is 910.