To find the sum of the squares of the first 10 terms of the given Arithmetic Progression (A.P.), we first need to determine the general term, an, of the sequence.
Given that the sum of the first n terms of the A.P. is:
Sn=3n2+5n
The n-th term an can be found using the relation an=Sn−Sn−1 for n≥1:
an=(3n2+5n)−[3(n−1)2+5(n−1)]
Expanding the expression:
an=3n2+5n−[3(n2−2n+1)+5n−5]
an=3n2+5n−(3n2−6n+3+5n−5)
an=3n2+5n−(3n2−n−2)
an=6n+2
Now, we need to calculate the sum of the squares of the first 10 terms, given by:
S=∑n=110an2=∑n=110(6n+2)2
Expanding the term inside the summation:
(6n+2)2=36n2+24n+4
Thus, the sum can be split into individual summations:
S=36∑n=110n2+24∑n=110n+∑n=1104
Using the standard summation formulas for N=10:
- ∑n=1Nn=2N(N+1)=210×11=55
- ∑n=1Nn2=6N(N+1)(2N+1)=610×11×21=385
- ∑n=1104=4×10=40
Substituting these values back into the expression for S:
S=36(385)+24(55)+40
S=13860+1320+40
S=15220
Thus, the sum of the squares of the first 10 terms of the A.P. is 15220.