The Symphony of Sequences
A Mathematical Journey
Welcome, future engineer! Today, we are going to peel back the layers of a problem that might look like a simple sequence puzzle but is actually a beautiful study in the superposition of mathematical behaviors.
We are dealing with two distinct worlds: the Arithmetic Progression (AP), which marches forward with steady, linear steps, and the Geometric Progression (GP), which leaps ahead with exponential intensity.
When we combine them into ck=ak+bk, we are essentially creating a hybrid sequence that inherits the properties of both.
Phase 1
Decoding the DNA of the Sequences
Before we can calculate anything, we must define our players. We are given an AP with a common difference d=−3 and a GP with a common ratio r=2.
Our goal is to find the sum of the first ten terms of the combined sequence ck. Think of ak as a traveler moving at a constant velocity, and bk as a rocket accelerating exponentially.
To find the starting point of this journey, we need the first terms, a1 and b1. We are given two clues: c2=12 and c3=13.
By expressing these in terms of our unknowns, we get:
c2=a2+b2=(a1−3)+2b1=12⇒a1+2b1=15
c3=a3+b3=(a1−6)+4b1=13⇒a1+4b1=19
This is our system of equations. By subtracting the first from the second, we isolate the GP component: 2b1=4, which gives us b1=2.
Substituting this back, we find a1=11. We have successfully anchored our sequences!
Phase 2
The Power of Linearity
Now, we need the sum ∑k=110ck. Here is where the beauty of summation comes in.
Because summation is a linear operator, we don't have to sum ck directly. We can sum the AP and the GP separately and then add the results:
k=1∑10ck=k=1∑10ak+k=1∑10bk
This is a powerful realization. It allows us to use the standard tools in our arsenal without getting bogged down in the complexity of the combined sequence.
Phase 3
The Final Calculation
First, let's calculate the sum of the AP. Using the formula SAP=2n[2a1+(n−1)d], with n=10, a1=11, and d=−3, we get:
SAP=210[2(11)+9(−3)]=5[22−27]=5(−5)=−25
Next, we calculate the sum of the GP. Using SGP=r−1b1(rn−1), with b1=2 and r=2:
SGP=2−12(210−1)=2(1024−1)=2046
Finally, we combine these two results to find the total sum:
Look at that! Through careful decomposition and the application of fundamental principles, we have arrived at the solution.
Remember, in JEE Advanced, it is rarely about brute force; it is about recognizing the structure of the problem and using the right tools to dismantle it. You have done exactly that.
The final answer is 2021.