Question
Question: Find the n-th term of the sequence, \[10,23,60,169,494 \ldots \]...
Find the n-th term of the sequence, 10,23,60,169,494…
Solution
This problem can be solved by checking by taking the difference of the successive two terms. The process is to be repeated twice. Doing this series will be in geometric progression or arithmetic progression.
Complete step-by-step solution:
The given series is
10,23,60,169,494…
Subtracting first term from the second, seconds from third, third from the fourth, and so on.
(23−10),(60−23),(169−60),(494−169),…
The series now becomes after subtraction as,
13,37,109,325,…
Now again repeating the same step again, subtracting first term from the second, seconds from third, third from the fourth, and so on.
(37−13),(109−37),(325−109),…
The terms after subtraction becomes as,
24,72,216,…⋯(1)
If we analyze the terms of equation (1), it is clear that the terms are following geometric progression in which the ratio of second term to first term and third term to second term is 3.
The ratio of second and first term
r=a1a2 ⇒r=2472 ⇒r=3
The ratio of second and first term
r=a2a3 ⇒r=72216 ⇒r=3
The n-th term of this GP is given by after 2 successive subtractions,
un=arn−1+bn+c ⇒un=a.3n−1+bn+c⋯(2)
Put n=1 , in equation (2),
u1=a(3)1−1+b(1)+c ⇒10=a+b+c ⇒a+b+c=10⋯(3)
Put n=2 , in equation (2),
u1=a(3)2−1+b(2)+c ⇒10=3a+2b+c ⇒3a+2b+c=23⋯(4)
Put n=3 , in equation (2),
u1=a(3)3−1+b(3)+c ⇒60=9a+3b+c ⇒9a+3b+c=60⋯(5)
There are three equations and three unknowns.
Put the value of equation (1) as a=10−b−c in equation (4) and (5) to obtain the two equations in terms of b andc.
Equation (4) becomes as ,
3(10−b−c)+2b+c=23 ⇒30−3b−3c+2b+c=23 ⇒b+2c=7⋯(6)
Equation (5) becomes as ,
9(10−b−c)+3b+c=60 ⇒90−9b−9c+3b+c=60 ⇒6b+8c=30 ⇒3b+4c=15⋯(7)
Multiply equation (6) by 3,
3(b+2c)=3×7 ⇒3b+6c=21⋯(8)
Subtracting equation (7) from equation (8),
(3b+6c)−(3b+4c)=21−15 ⇒2c=6 ⇒c=3
Substituting the value of c in equation (7), to obtain value of b
3b+4(3)=15 ⇒3b+12=15 ⇒3b=3 ⇒b=1
Substitute the value of b and c in equation (3), to obtain value of b
a+1+3=10 ⇒a=6
Now, the n-th term is given by substituting the value of a,b and c in equation (2),
un=6.3n−1+n+3 where, n=1,2,3,4………
Note: The important thing is to analyze that the series becomes geometric progression after two subtraction of the successive terms. Since the 2 times subtraction is performed, two more terms b and c are added as un=arn−1+bn+c.