It is currently Fri Feb 03, 2012 6:32 pm




   Post new topic Reply to topic      [ 32 posts ]  Bookmark and Share Oldest Best Reply Go to page 1, 2  Next
Author Message
TAGS:
  guide to series and sequences... arithmetic and geometric [#permalink]
New postPosted: Wed Oct 28, 2009 6:37 pm 
Offline
Intern
Intern

Joined: Thu Sep 24, 2009
Posts: 23
Followers: 2

Kudos (?): 30 (24), given: 2

GMAT Tests User
I want to make this more clear for people who stumble on this post in the future. The following is meant to help one understand the entire topic that this falls under.

-------------------
PART I
-------------------

Topic: Sequences and Series

There are two types of sequences and two types of series. They are geometric sequences and arithmetic sequences, and geometric series and arithmetic series.

Geometric sequence vs arithmetic sequence

An arithmetic sequence is a sequence of numbers where each new term after the first is formed by adding a fixed amount called the common difference to the previous term in the sequence.

Set A={1,2,3,4,5,6,7,8,9,10}
Set B={2,4,6,8,10,12,14}
Set C={3,8,13,18,23,28}

In 'set A', the common difference is the fixed amount of one. In 'set B' the common difference is the fixed amount of two, and in 'set C' the common difference is the fixed amount of five. As you most likely noticed already, the common difference is found by finding the difference between two consecutive terms within the sequence. For example, in 'set C', to find the common difference compute (8-3=5).

A geometric sequence on the other hand, is a sequence of numbers where each term after the first is found by multiplying the previous term by a fixed number called the common ratio.

Set D={2,4,8,16,32}
Set E={3,9,27,81}
Set F={5,10,20,40,80}

You might notice that the difference between consecutive numbers in the above three sets are not a fixed amount. For instance, in 'set F', the first two terms (5 and 10) have a smaller difference than the last two terms (40 and 80). Therefore, the above sets are geometric sequences. The difference between two consecutive numbers is therefor the common ratio. To find the common ratio you simply take the ratio one consecutive number to the one before it. In 'set F' this would be (10/5=2). Therefore, n 'set F' the common ratio is two. In 'set E' the common ratio is (27/9=3). In 'set' D' the common ratio is two (32/16=2).

Summary
The difference between the two types of sequences is that in arithmetic sequences the consecutive numbers in a set differ by a fixed amount known as the common difference whereas in a geometric sequence the consecutive numbers in a set differ by a fixed number known as the common ratio.

Sequence vs Series

This is quite simple. A sequence is a list of numbers. A series is created by adding terms in the sequence. There you go, now you know the difference. So if you take 'set A' and add the terms then you have an arithmetic series. If you take 'set D' and add the terms, then you have a geometric series.

Sequence: {1, 3, 5, 7, 9, …}
Series: {1+3+5+7+9+…}

What the GMAT could ask us to do with sequences and series and how to do it!

There is no limit to what the GMAT can ask you to find when dealing with series and sequences. Here are some examples of things you may be asked to find/do with them.

(1) The sum of numbers in a series (which can be asked in many tricky ways such as the sum of all the numbers, sum of just the even numbers, sum of just the odd numbers, sum of only the numbers which are multiples of 7, sum of the first 10 numbers, and many more tricky ways!)

(2) The nth term in a sequence

(3) How many integers are there in a sequence

Anyway, now that you get the point... lets give you the formulas that will allow you to answer any question regarding series and sequences. I will then show you how to use the formulas to answer some questions that might not be intuitive of non math geniuses.

Formula for geometric sequence (when there is a common ratio)
dark green means subscript

Recursive (to find just the next term):

an = an-1 * r

Explicit (to find any nth term):

an = a1 * r^n-^1

an = nth term
a1 = the first term
r = common ratio

In reality, you only need to know the explicit formula, because you can find any term with it. I only put the recursive formula for understanding.

Formula for arithmetic sequence (when there is a common difference)
dark green means subscript

recursive:

an = an-1 + d

Explicit:

an = a1 + (n-1)d

an = nth term
a1 = first term
d = common difference

Again, you only need to know the explicit formula, because you can find any term with it. I only put the recursive formula for understanding.

Formula for geometric series (when there is a common ratio)
dark green means subscript

Sn = a1\frac{(1-r^n)}{(1-r)}

Sn = Sum of first nth terms
a1 = first term
r = common ratio
n = nth term

Formula for arithmetic series (when there is a common ratio)
dark green means subscript

Sn = \frac{n}{2}(a1 + an)

or

Sn = \frac{n}{2}(First term + Last term)

The above two equations are the same (I put them in both ways because some prep programs teach "first + last" but it is important to see that in the first of the two, the last term is identified as an. Well what if you do not know the last term? Then you have to calculate it using the equation for the nth term (solving for an) of an arithmetic sequence which is listed above... or you can substitute the formula for an into the first one of these two by replacing an with what is equals and simplifying. You get the following:

Sn = \frac{n}{2}[2a + (n-1)d]

Sn = sum of the series
a1 = the first term
an = the nth term
n = the number of terms
d = the common difference

----------------------------
PART 2
----------------------------
Now that we know all this information, there are some important things that are understood as well to ensure that the formulas are used correctly.

How to find the number of integers in a set

(Last term - First term) + 1

*A mistake is that people will forget to add the 1. The number of terms between 3 and 10 is not 7, it is 8. A common mistake is that people will calculate (10-3=7)... but this is wrong. Remember, as Manhattan GMAT says, "Add one before you are done".

*Notice how I used the word "term" and not number. This is important because sometimes you don't always just put the first and last number you are given. For example, If you are asked to find the number of even integers between 1 and 30, you don't use the "first number" in the set. The first number is "1", which is odd, and we are only speaking about even numbers. Therefore, the first term is "2", not "1", even though the set or question might have stated "from 1-30". Same goes with the last term. There is another step needed to answer this question though.

Find number of odd integers (or even) in a set

(\frac{(Last term - First term)}{2} + 1

*If the question is to find the number of odd integers between 2 and 30, then your first term is 3, and your last term is 29. They must be odd to fit in the set you are asked to analyze.
*If the question is find the number of even integers between 3 and 29, then your first term is 4, and your last term is 28.

Find number of integers that are a multiple of a certain number in a set

GMAT questions can get tricky, but luckily not too tricky. For example... What if you are asked to "find the number of multiples of 7 between 2 and 120"?

(\frac{(Last term - First term)}{increment}) + 1

[\frac{(119 - 7)}{7}]+ 1

All you have to do is instead of dividing our old formula by 2, you divide it by the increment. Also, notice how my first and last terms are the first term that is a multiple of 7 and the last term that is a multiple of seven within the set!

Sum of odd numbers in a series

This seems to be a popular topic on GMAT forums. Its quite simple. You already know everything you need to after reading this post. It is a two step problem. Here are the two steps:

(1) Find the number of odd terms. This is you "n" value now.
(2) Plug in the "n" value into the formula for an arithmetic series.

-------------------------
PART III
-------------------------

There are some short cuts and concepts that you should know about this topic.

(1) The mean and the medium of any arithmetic sequence is equal to the average of the first and last terms.
(2) The sum of an arthritic sequence is equal to the mean (average) times the number of terms.
(3) The product of n consecutive integers is always divisible by n! So, 4x5x6 (4*5*6=120) is divisible by 3!
(4) If you have an odd number of terms in consecutive set, the sum of those numbers is divisible by the number of terms.
(5) number four (above) does not hold true for consecutive sets with an even amount of terms.


Additional Exercises





------------------------
Thank you
Benjiboo


Last edited by bb on Wed Sep 29, 2010 7:05 pm, edited 3 times in total.
edit


  Profile  
 
Manhattan GMAT Discount CodesKaplan GMAT Prep Discount CodesKnewton GMAT Discount Codes
  Re: guide to series and sequences... arithmetic and geometric [#permalink]
New postPosted: Sat Nov 28, 2009 7:56 am 
Offline
Manager
Manager
User avatar

Joined: Tue May 12, 2009
Posts: 55
Followers: 1

Kudos (?): 10 (1), given: 18

hi benjiboo,

I'm surprised no one commented on your post yet. I found it very helpful! Kudos!

One thing: you talk about the common ratio in arithmetic sequences. I think there is no such thing in an arithmetic sequence... correct me if I'm wrong and keep up the good work!

Steve


  Profile  
 
  Re: guide to series and sequences... arithmetic and geometric [#permalink]
New postPosted: Fri Dec 11, 2009 11:50 pm 
Offline
Intern
Intern

Joined: Fri Nov 06, 2009
Posts: 7
Followers: 0

Kudos (?): 2 (1), given: 0

I'd like to supplement another 2 tips.
1. For any 3 consecutive intergers, there must be one of them divisible by 3, and the product of those 3 integers is divisible by 6.
2. If the arithmetic mean of 3 consecutive intergers is odd, the product of them is divisible by 8.


  Profile  
 
  Re: guide to series and sequences... arithmetic and geometric [#permalink]
New postPosted: Tue Mar 15, 2011 6:44 pm 
Offline
Intern
Intern

Joined: Thu Sep 24, 2009
Posts: 23
Followers: 2

Kudos (?): 30 (1), given: 2

GMAT Tests User
bb wrote:
benjiboo wrote:
Hey guys, thanks for the kudos and post. I am in the middle of doing "one of these post" on every GMAT topic in a Microsoft word document. I am trying to make the ultimate guide, leaving no question unanswered. So check back for it soon :)


Hey, how is it going?



Didn't forget about ya'll... Looking to post it up soon.

Benji


  Profile  
 
  Re: guide to series and sequences... arithmetic and geometric [#permalink]
New postPosted: Sat Nov 28, 2009 8:52 am 
Offline
CEO
CEO
User avatar

Joined: Sat Nov 17, 2007
Posts: 3624
Concentration: Entrepreneurship, Other
Schools: Chicago (Booth) - Class of 2011
GMAT 1: 750 Q50 V40
Followers: 140

Kudos (?): 1035 (0), given: 285

GMAT ToolKit User GMAT Tests User
Great job!
+1

_________________
iPhone/iPod/iPad: PrepGame - a fun way to supplement your books/course and improve your performance on the test day.
GMAT ToolKit - The bestselling GMAT prep app | GMAT Club (free) | MBA ToolKit (free) | GRE ToolKit | LSAT ToolKit

Math: GMAT Math Book ||| General: GMATTimer ||| Chicago Booth: Slide Presentation
Help many people. Do what's right. Pay back society


  Profile  
 
  Re: guide to series and sequences... arithmetic and geometric [#permalink]
New postPosted: Sat Nov 28, 2009 9:56 am 
Offline
Manager
Manager
User avatar

Joined: Thu Oct 29, 2009
Posts: 217
Followers: 32

Kudos (?): 277 (0), given: 18

GMAT Tests User
Good post.

_________________
Click below to check out some great tips and tricks to help you deal with problems on Remainders!
compilation-of-tips-and-tricks-to-deal-with-remainders-86714.html#p651942

Word Problems Made Easy!
1) Translating the English to Math : word-problems-made-easy-87346.html
2) 'Work' Problems Made Easy : work-word-problems-made-easy-87357.html
3) 'Distance/Speed/Time' Word Problems Made Easy : distance-speed-time-word-problems-made-easy-87481.html


  Profile  
 
  Re: guide to series and sequences... arithmetic and geometric [#permalink]
New postPosted: Sun Nov 29, 2009 12:37 am 
Offline
Founder
Founder
User avatar

Affiliations: UA1K, SPG & HH Gold
Joined: Wed Dec 04, 2002
Posts: 9985
Location: United States (WA)
GMAT 1: 750 Q49 V42
GPA: 3.5
WE: Information Technology (Hospitality and Tourism)
Followers: 596

Kudos (?): 2164 (0), given: 2407

GMAT ToolKit User GMAT Tests User
Yep - I think we all missed it :(

Kudos!

_________________
A smart person once said: "No one ever got stronger by being spoonfed nor has anyone gotten smarter by not using their brain." Want to get an MBA? Be a leader.

Image
Founder of GMATClub.com - Twitter
Want to improve your Quant Score? Try GMAT Diagnostic Test or GMAT Club Tests
Just starting out with GMAT? Start here... | Want to know your GMAT Score? Try GMAT Score Estimator
Need GMAT Book Recommendations? Best GMAT Books

My Latest Book Reviews:


  Profile  
 
  Re: guide to series and sequences... arithmetic and geometric [#permalink]
New postPosted: Thu Dec 03, 2009 1:56 pm 
Offline
Manager
Manager

Joined: Wed Jul 08, 2009
Posts: 192
Followers: 0

Kudos (?): 9 (0), given: 26

sweet! more study materials.


  Profile  
 
  Re: guide to series and sequences... arithmetic and geometric [#permalink]
New postPosted: Fri Dec 04, 2009 2:23 am 
Offline
Intern
Intern

Joined: Tue Jan 27, 2009
Posts: 16
Followers: 1

Kudos (?): 1 (0), given: 0

Can u please give example to use the formulas

an = a1 *


  Profile  
 
  Re: guide to series and sequences... arithmetic and geometric [#permalink]
New postPosted: Fri Dec 11, 2009 11:33 pm 
Offline
Intern
Intern

Joined: Fri Nov 06, 2009
Posts: 7
Followers: 0

Kudos (?): 2 (0), given: 0

As to the example of [(119-7)/4 + 1], the denominator should be 7, that's what "increment" means I think.
Anyhow, great post, it really helps. :good


  Profile  
 
  Re: guide to series and sequences... arithmetic and geometric [#permalink]
New postPosted: Wed Dec 16, 2009 10:32 am 
Offline
Intern
Intern

Joined: Thu Sep 24, 2009
Posts: 23
Followers: 2

Kudos (?): 30 (0), given: 2

GMAT Tests User
Hey guys, thanks for the kudos and post. I am in the middle of doing "one of these post" on every GMAT topic in a Microsoft word document. I am trying to make the ultimate guide, leaving no question unanswered. So check back for it soon :)


  Profile  
 
  Re: guide to series and sequences... arithmetic and geometric [#permalink]
New postPosted: Sun Jan 10, 2010 2:29 am 
Offline
Founder
Founder
User avatar

Affiliations: UA1K, SPG & HH Gold
Joined: Wed Dec 04, 2002
Posts: 9985
Location: United States (WA)
GMAT 1: 750 Q49 V42
GPA: 3.5
WE: Information Technology (Hospitality and Tourism)
Followers: 596

Kudos (?): 2164 (0), given: 2407

GMAT ToolKit User GMAT Tests User
benjiboo wrote:
Hey guys, thanks for the kudos and post. I am in the middle of doing "one of these post" on every GMAT topic in a Microsoft word document. I am trying to make the ultimate guide, leaving no question unanswered. So check back for it soon :)


Hey, how is it going?

_________________
A smart person once said: "No one ever got stronger by being spoonfed nor has anyone gotten smarter by not using their brain." Want to get an MBA? Be a leader.

Image
Founder of GMATClub.com - Twitter
Want to improve your Quant Score? Try GMAT Diagnostic Test or GMAT Club Tests
Just starting out with GMAT? Start here... | Want to know your GMAT Score? Try GMAT Score Estimator
Need GMAT Book Recommendations? Best GMAT Books

My Latest Book Reviews:


  Profile  
 
  Re: guide to series and sequences... arithmetic and geometric [#permalink]
New postPosted: Sat Feb 13, 2010 11:54 pm 
Offline
Manager
Manager
User avatar

Joined: Tue Nov 17, 2009
Posts: 51
Schools: University of Toronto, Mcgill, Queens
Followers: 0

Kudos (?): 11 (0), given: 9

Excellent post +1 mate

_________________
--Action is the foundational key to all success.


  Profile  
 
  Re: guide to series and sequences... arithmetic and geometric [#permalink]
New postPosted: Tue Feb 23, 2010 11:55 pm 
Offline
Intern
Intern

Joined: Tue Feb 23, 2010
Posts: 22
Followers: 0

Kudos (?): 0 (0), given: 7

Formula for geometric sequence (when there is a common ratio)
dark green means subscript

Recursive (to find just the next term):

an = an-1 * r

Explicit (to find any nth term):

an = a1 * r^n-^1

an = nth term
a1 = the first term
r = common ratio

In reality, you only need to know the explicit formula, because you can find any term with it. I only put the recursive formula for understanding.

Formula for arithmetic sequence (when there is a common difference)
dark green means subscript

recursive:

an = an-1 + d

Explicit:

an = a1 + (n-1)d

an = nth term
a1 = first term
d = common difference

Again, you only need to know the explicit formula, because you can find any term with it. I only put the recursive formula for understanding.

Formula for geometric series (when there is a common ratio)
dark green means subscript

Sn = a1\frac{(1-r^n)}{(1-r)}

Sn = Sum of first nth terms
a1 = first term
r = common ratio
n = nth term

Formula for arithmetic series (when there is a common ratio)
dark green means subscript

Sn = \frac{n}{2}(a1 + an)

or

Sn = \frac{n}{2}(First term + Last term)

The above two equations are the same (I put them in both ways because some prep programs teach "first + last" but it is important to see that in the first of the two, the last term is identified as an. Well what if you do not know the last term? Then you have to calculate it using the equation for the nth term (solving for an) of an arithmetic sequence which is listed above... or you can substitute the formula for an into the first one of these two by replacing an with what is equals and simplifying. You get the following:

Sn = \frac{n}{2}[2a + (n-1)d]

Sn = sum of the series
a1 = the first term
an = the nth term
n = the number of terms
d = the common difference


Could you please provide examples for these?


  Profile  
 
  Re: guide to series and sequences... arithmetic and geometric [#permalink]
New postPosted: Wed Mar 10, 2010 8:25 am 
Offline
Manager
Manager

Joined: Tue Dec 29, 2009
Posts: 183
Location: india
Followers: 1

Kudos (?): 8 (0), given: 10

GMAT Tests User
very good post


  Profile  
 
  Re: guide to series and sequences... arithmetic and geometric [#permalink]
New postPosted: Mon Jun 07, 2010 1:28 pm 
Offline
Manager
Manager

Joined: Mon May 24, 2010
Posts: 79
Followers: 1

Kudos (?): 1 (0), given: 1

GMAT ToolKit User
Can you explain the derivation of the formulas for the Geometric series/sequence

Thanks


  Profile  
 
  Re: guide to series and sequences... arithmetic and geometric [#permalink]
New postPosted: Tue Jun 08, 2010 3:31 pm 
Offline
Intern
Intern

Joined: Tue Jun 08, 2010
Posts: 3
Followers: 0

Kudos (?): 0 (0), given: 42

good post ...thanks


  Profile  
 
  Re: guide to series and sequences... arithmetic and geometric [#permalink]
New postPosted: Mon Jul 26, 2010 3:53 am 
Offline
Manager
Manager

Joined: Fri Jun 11, 2010
Posts: 71
Followers: 0

Kudos (?): 1 (0), given: 14

great post. Thanks


  Profile  
 
  Re: guide to series and sequences... arithmetic and geometric [#permalink]
New postPosted: Mon Aug 30, 2010 1:28 pm 
Offline
Senior Manager
Senior Manager

Joined: Tue Feb 16, 2010
Posts: 269
Followers: 2

Kudos (?): 15 (0), given: 16

GMAT Tests User
excellent post - many thanks !


  Profile  
 
  Re: guide to series and sequences... arithmetic and geometric [#permalink]
New postPosted: Mon Sep 06, 2010 2:58 am 
Offline
Manager
Manager

Joined: Sun Aug 16, 2009
Posts: 245
Followers: 2

Kudos (?): 14 (0), given: 18

GMAT Tests User
good stuff !


  Profile E-mail  
 
Online
gmatclubot
Display posts from previous:  Sort by  

GMAT Resources

Best GMAT Discussions

Quant 700-800 questions(PS+DS) with solutions by satishchandraaily51
Valuable Collection of Percentage Questions (PS/DS) by MBAhereIcome34
My comprehensive Quant Flashcards! by miguelmick20
50 tricky questions by ykaiim19
what to remember in gmat quant all time by einstein1017

Quant Expert Advice

Post new topic Reply to topic  [ 32 posts ]  Go to page 1, 2  Next



Who is online

Users browsing this forum: No registered users and 1 guest


Search for:
Jump to:




GMAT Club MBA Forum Home | About | Privacy Policy | Terms and Conditions | GMAT Club Rules | Contact | Sitemap
Powered by phpBB © phpBB Group and phpBB SEO
Kindly note that GMAT (C) is a registered trademark of the Graduate Management Admission Council, and this site has neither been reviewed nor endorsed by GMAC.