The n th term of a sequence is defined by a n = 5 n − 7 . Is this sequence an arithmetic progression ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I got it wrong but I understood your solution.
Log in to reply
Hope you get it right next time :)
Log in to reply
Thanks. I took few numbers at the beginning and didn't see any Arithmetic progression so I jumped to the wrong conclusion. But, your solution is clear.
Nice generalisation... :)
How do you draw the line to separate the sections of your solution?
Log in to reply
____________
put this series of lines.
Log in to reply
Ah I see, thanks!
Nicely done +1 bro.!
nice answer..+1
Just put n as 1,2,3.And see the magic. ;)
Problem Loading...
Note Loading...
Set Loading...
a n = 5 n − 7 .
Replacing n with n + 1 , we get the ( n + 1 ) th term.
a n + 1 = 5 ( n + 1 ) − 7 a n + 1 = 5 n + 5 − 7 a n + 1 = 5 n − 2
The common difference(d) between the terms of this AP can be found by subtracting the ( n + 1 ) th term from the n th term.
So, a n + 1 − a n = ( 5 n − 2 ) − ( 5 n − 7 ) d = 5 n − 2 − 5 n + 7 d = 5
So, the common difference is a constant term and independent of n . So, Yes , this sequence is an AP.
Generalizing:-
Let the n th term of a sequnce be defined by a linear equation x n + y where x and y are constants.
a n = x n + y .
Replacing n with n + 1 , we get the ( n + 1 ) th term.
a n + 1 = x ( n + 1 ) + y a n + 1 = x n + x + y
The common difference(d) between the terms of this AP can be found by subtracting the ( n + 1 ) th term from the n th term.
So, a n + 1 − a n = ( x n + y ) − ( x n + x + y ) d = x n + x + y − x n − y d = x
So, the common difference is a constant x . So, any sequence whose n th term can be defined as a linear expression in n , is in arithmetic progression and the common difference between its terms is the coefficient of n .