Arithmetic Progressions
Detailed Theory • Easy English • Board Exam Focus
Chapter Roadmap
1. Sequences and Patterns
What is a Sequence?
A sequence is a list of numbers written in a definite order according to a rule.
Each number in a sequence is called a term. We commonly write the terms as \(a_1,a_2,a_3,\ldots\).
Question: Write the first four terms of the sequence \(3,7,11,15,\ldots\).
- The first term is \(3\).
- The second term is \(7\).
- The third term is \(11\).
- The fourth term is \(15\).
- Answer: The first four terms are \(\boxed{3,7,11,15}\).
Question: Find the next two terms of \(4,9,14,19,\ldots\).
- Compare consecutive terms: \(9-4=5\).
- Again, \(14-9=5\).
- Again, \(19-14=5\).
- So \(5\) is added each time.
- Next term \(=19+5=24\).
- Next term \(=24+5=29\).
- Answer: \(\boxed{24,29}\).
Question: In the sequence \(10,20,30,40,\ldots\), what is the fifth term?
- The terms are \(10,20,30,40,\ldots\).
- Each term increases by \(10\).
- After \(40\), the next term is \(40+10\).
- So the fifth term is \(50\).
- Answer: \(\boxed{50}\).
2. Arithmetic Progression
Meaning of Arithmetic Progression
An Arithmetic Progression (AP) is a sequence in which the difference between any two consecutive terms is always the same.
Here \(a\) is the first term and \(d\) is the common difference.
Question: Is \(5,8,11,14,17\) an AP?
- Subtract the first term from the second: \(8-5=3\).
- Subtract the second from the third: \(11-8=3\).
- Subtract the third from the fourth: \(14-11=3\).
- Subtract the fourth from the fifth: \(17-14=3\).
- The difference is constant.
- Answer: Yes, it is an AP with \(d=3\).
Question: Check whether \(2,4,8,16\) is an AP.
- \(4-2=2\).
- \(8-4=4\).
- The differences are already different.
- Therefore, there is no common difference.
- Answer: \(\boxed{\text{Not an AP}}\).
Question: For \(12,17,22,27,\ldots\), find the first term and common difference.
- The first term is the first number.
- So \(a=12\).
- Find the difference: \(17-12=5\).
- Check: \(22-17=5\).
- Therefore \(d=5\).
- Answer: \(\boxed{a=12,\ d=5}\).
3. Common Difference
Formula for Common Difference
For an AP, the same value is obtained from every pair of consecutive terms.
Question: Find \(d\) for \(7,12,17,22,\ldots\).
- Take the second term: \(12\).
- Subtract the first term: \(7\).
- \(d=12-7=5\).
- Answer: \(\boxed{d=5}\).
Question: Find \(d\) for \(20,15,10,5,\ldots\).
- Take the second term: \(15\).
- Subtract the first term: \(20\).
- \(d=15-20=-5\).
- Answer: \(\boxed{d=-5}\).
Question: Find the common difference of \(\frac12,\frac32,\frac52,\frac72,\ldots\).
- Use \(d=a_2-a_1\).
- \(d=\frac32-\frac12\).
- \(d=\frac{3-1}{2}=1\).
- Answer: \(\boxed{d=1}\).
4. nth Term of an Arithmetic Progression
Important Formula
If the first term is \(a\), common difference is \(d\), and the number of terms is \(n\), then the \(n\)th term is
Question: Find the 10th term of \(3,7,11,15,\ldots\).
- First term \(a=3\).
- Common difference \(d=7-3=4\).
- We need \(n=10\).
- Use \(a_n=a+(n-1)d\).
- \(a_{10}=3+(10-1)(4)\).
- \(=3+36=39\).
- Answer: \(\boxed{39}\).
Question: Find the 25th term of \(8,11,14,17,\ldots\).
- First term \(a=8\).
- Common difference \(d=11-8=3\).
- Here \(n=25\).
- \(a_{25}=8+(25-1)(3)\).
- \(=8+24\times3\).
- \(=8+72=80\).
- Answer: \(\boxed{80}\).
Question: Find the 12th term of \(30,27,24,21,\ldots\).
- First term \(a=30\).
- Common difference \(d=27-30=-3\).
- Here \(n=12\).
- \(a_{12}=30+(12-1)(-3)\).
- \(=30-33\).
- \(=-3\).
- Answer: \(\boxed{-3}\).
5. Sum of First \(n\) Terms of an AP
Sum Formula
The sum of the first \(n\) terms of an AP is
If the last term \(l\) is known, we can also use
Question: Find the sum of the first 10 terms of \(2,5,8,\ldots\).
- First term \(a=2\).
- Common difference \(d=3\).
- Number of terms \(n=10\).
- Use \(S_n=\frac n2[2a+(n-1)d]\).
- \(S_{10}=\frac{10}{2}[2(2)+9(3)]\).
- \(=5[4+27]=5(31)\).
- \(=155\).
- Answer: \(\boxed{155}\).
Question: Find the sum of \(5,10,15,\ldots,50\).
- First term \(a=5\).
- Common difference \(d=5\).
- Last term \(l=50\).
- Find the number of terms using \(a_n=a+(n-1)d\).
- \(50=5+(n-1)5\).
- \(45=5(n-1)\), so \(n-1=9\).
- Therefore \(n=10\).
- Use \(S_n=\frac n2(a+l)\).
- \(S_{10}=\frac{10}{2}(5+50)=5(55)=275\).
- Answer: \(\boxed{275}\).
Question: Find the sum of the first 20 natural numbers.
- The AP is \(1,2,3,\ldots,20\).
- So \(a=1,\ d=1,\ n=20\).
- Use \(S_n=\frac n2[2a+(n-1)d]\).
- \(S_{20}=\frac{20}{2}[2(1)+19(1)]\).
- \(=10(21)\).
- \(=210\).
- Answer: \(\boxed{210}\).
6. Finding Missing Terms in an AP
Basic Idea
If terms of an AP are missing, use the fact that the difference between consecutive terms is constant.
Question: Find \(x\) if \(5,x,17\) are consecutive terms of an AP.
- For consecutive terms, the differences are equal.
- So \(x-5=17-x\).
- Add \(x\) to both sides: \(2x-5=17\).
- Add \(5\): \(2x=22\).
- Divide by \(2\): \(x=11\).
- Answer: \(\boxed{x=11}\).
Question: Find \(x,y,z\) if \(4,x,y,z,20\) are consecutive terms of an AP.
- There are four equal gaps from \(4\) to \(20\).
- Total increase \(=20-4=16\).
- Each gap \(=16/4=4\).
- So \(x=4+4=8\).
- \(y=8+4=12\).
- \(z=12+4=16\).
- Answer: \(\boxed{x=8,\ y=12,\ z=16}\).
Question: If \(7,x,19\) are consecutive terms of an AP, find \(x\).
- Common differences must be equal.
- \(x-7=19-x\).
- \(2x=26\).
- \(x=13\).
- Check: \(13-7=6\) and \(19-13=6\).
- Answer: \(\boxed{13}\).
7. AP Word Problems
Basic Approach
Read the situation carefully, choose the first term and common difference, identify the required number of terms, and then apply the correct AP formula.
Question: The number of seats in successive rows of a hall are \(20,24,28,\ldots\). How many seats are in the 15th row?
- First term \(a=20\).
- Common difference \(d=24-20=4\).
- We need the 15th term, so \(n=15\).
- \(a_{15}=20+(15-1)4\).
- \(=20+56=76\).
- Answer: \(\boxed{76\text{ seats}}\).
Question: A student saves ₹50 in the first week and increases the saving by ₹10 every week. How much is saved in the 12th week?
- First week's saving \(a=50\).
- Increase each week \(d=10\).
- Required week \(n=12\).
- \(a_{12}=50+(12-1)(10)\).
- \(=50+110=160\).
- Answer: \(\boxed{₹160}\).
Question: A student saves ₹100 in the first month and ₹20 more every month. Find the total saving in the first 12 months.
- First term \(a=100\).
- Common difference \(d=20\).
- Number of terms \(n=12\).
- Use \(S_n=\frac n2[2a+(n-1)d]\).
- \(S_{12}=6[200+11(20)]\).
- \(=6(200+220)=6(420)\).
- \(=2520\).
- Answer: \(\boxed{₹2520}\).
8. Fully Solved Board-Style Questions
Question 1. Find the 20th term of \(6,10,14,\ldots\).
Solution:
\(a=6,\ d=4,\ n=20\).
Answer: \(\boxed{82}\).
Question 2. Find the sum of the first 15 terms of \(4,7,10,\ldots\).
Solution:
\(a=4,\ d=3,\ n=15\).
Answer: \(\boxed{375}\).
Question 3. Which term of the AP \(5,9,13,17,\ldots\) is \(81\)?
Solution:
Here \(a=5,\ d=4\). Let \(a_n=81\).
Answer: \(81\) is the \(\boxed{20\text{th}}\) term.
Question 4. Find three consecutive terms of an AP whose sum is \(27\).
Solution:
Let the three consecutive terms be \(a-d,\ a,\ a+d\).
Therefore the terms are \(9-d,9,9+d\). A unique set cannot be found without one more condition.
Answer: The middle term is \(\boxed{9}\); one additional condition is required for the exact three terms.
Question 5. Find the sum of all multiples of \(5\) from \(5\) to \(100\).
Solution:
The AP is \(5,10,15,\ldots,100\).
Here \(a=5,\ d=5,\ l=100\).
Answer: \(\boxed{1050}\).
9. How to Write Arithmetic Progression Answers in the Board Exam
- Write the given AP clearly.
- Identify the first term \(a\).
- Calculate the common difference \(d\).
- Write the required term number \(n\).
- Choose the correct formula.
- Substitute values carefully.
- Show all important calculation steps.
- Write the final answer in a box with units when required.
Common Mistakes to Avoid
- Using \(n d\) instead of \((n-1)d\) in the nth-term formula.
- Taking the wrong sign of the common difference.
- Confusing \(a_n\) with \(S_n\).
- Forgetting to find \(n\) when the last term is given.
- Using the sum formula when the question asks for one term.
- Ignoring units in word problems.
10. Final 96% Target Revision
Must-Remember Formulas
Quick facts: \(a\) = first term, \(d\) = common difference, \(n\) = number of terms, \(a_n\) = nth term, \(S_n\) = sum of first \(n\) terms.
One-Minute Checklist
- ✓ Know the meaning of an arithmetic progression.
- ✓ Find the common difference correctly.
- ✓ Use \(a_n=a+(n-1)d\) for the nth term.
- ✓ Use the correct sum formula.
- ✓ Find the number of terms when needed.
- ✓ Handle negative and fractional common differences.
- ✓ Solve AP word problems step by step.
- ✓ Show complete working in board answers.
Comments
Post a Comment