OneStopGate.Com
OnestopGate   OnestopGate
   Tuesday, April 30, 2024 Login  
OnestopGate
Home | Overview | Syllabus | Tutorials | FAQs | Downloads | Recommended Websites | Advertise | Payments | Contact Us | Forum
OneStopGate

GATE Resources
Gate Articles
Gate Books
Gate Colleges 
Gate Downloads 
Gate Faqs
Gate Jobs
Gate News 
Gate Sample Papers
Training Institutes

GATE Overview
Overview
GATE Eligibility
Structure Of GATE
GATE Coaching Centers
Colleges Providing M.Tech/M.E.
GATE Score
GATE Results
PG with Scholarships
Article On GATE
Admission Process For M.Tech/ MCP-PhD
GATE Topper 2012-13
GATE Forum




GATE 2025 Exclusive
Organizing Institute
Important Dates
How to Apply
Discipline Codes
GATE 2025 Exam Structure

GATE 2025 Syllabus
Aerospace Engg..
Agricultural Engg..
Architecture and Planning
Chemical Engg..
Chemistry
Civil Engg..
Computer Science / IT
Electronics & Communication Engg..
Electrical Engg..
Engineering Sciences
Geology and Geophysics
Instrumentation Engineering
Life Sciences
Mathematics
Mechanical Engg..
Metallurgical Engg..
Mining Engg..
Physics
Production & Industrial Engg..
Pharmaceutical Sciences
Textile Engineering and Fibre Science

GATE Study Material
Aerospace Engg..
Agricultural Engg..
Chemical Engg..
Chemistry
Civil Engg..
Computer Science / IT
Electronics & Communication Engg..
Electrical Engg..
Engineering Sciences
Instrumentation Engg..
Life Sciences
Mathematics
Mechanical Engg..
Physics
Pharmaceutical Sciences
Textile Engineering  and Fibre Science

GATE Preparation
GATE Pattern
GATE Tips N Tricks
Compare Evaluation
Sample Papers 
Gate Downloads 
Experts View

CEED 2013
CEED Exams
Eligibility
Application Forms
Important Dates
Contact Address
Examination Centres
CEED Sample Papers

Discuss GATE
GATE Forum
Exam Cities
Contact Details
Bank Details

Miscellaneous
Advertisment
Contact Us


Home » Gate Study Material » Mathematics » Real Analysis » Sequences of Numbers

Sequences of Numbers

Looking for GATE Preparation Material? Join & Get here now!

** Gate 2013 Question Papers.. ** CEED 2013 Results.. ** Gate 2013 Question Papers With Solutions.. ** GATE 2013 CUT-OFFs.. ** GATE 2013 Results.. **

Sequences of Numbers

Sequences

So far we have introduced sets as well as the number systems that we will use in this text. Next, we will study sequences of numbers. Sequences are, basically, countably many numbers arranged in a sequence that may or may not exhibit certain patterns. Here is the formal definition of a sequence:

Definition: Sequence

  • A sequence of real numbers is a function f: N R. In other words, a sequence can be denoted by f(1), f(2), f(3), ..... Usually, we will denote such a sequence by the symbol , where aj = f(j).
For example, the sequence 1, 1/2, 1/3, 1/4, 1/5, ... is written as . Keep in mind that despite the strange notation, a sequence can be thought of as an ordinary function. However, in many cases, that may not be the most expedient way to look at the situation. It is often easier to simply look at a sequence as a 'string' of numbers that may or may not exhibit a certain pattern.

We want to describe what the long-term behavior, or pattern, of a sequence may be, if any.

Definition: Convergence

  • A sequence of real (or complex) numbers is said to converge to a real (or complex) number c if for every > 0 there is an integer N > 0 such that if j > N then | aj - c | < . The number c is called the limit of the sequence and we sometimes write aj c.
  • If a sequence does not converge, then we say that it diverges.

Example:

  • Consider the sequence . It converges to zero. Prove it.
  • The sequence does not converge. Prove it.
  • The sequence converges to zero Prove it.
Convergent sequences, in other words, exhibit the behavior that they get closer and closer to a particular number. Note, however, that divergent sequence can also have a regular pattern, as in the second example above. But it is convergent sequences that will be particularly useful to us right now.

We are going to establish several properties of convergent sequences, most of which are probably familiar to you. Many proofs will use an ' argument' as in the proof of the next result. This type of argument is not easy to get used to, but it will appear again and again, so that you should try to get as familiar with it as you can.


Proposition: Convergent Sequences are Bounded

  • Let be a convergent sequence. Then the sequence is bounded, and the limit is unique.

Example:

  • The Fibonacci numbers are recursively defined as x0 = 1, x1 = 1, and for all n > 1 we set xn = xn - 1 + xn - 2. Show that the sequence of Fibonacci numbers {1, 1, 2, 3, 5, ...} does not converge.
Convergent sequences can be manipulated on a term by term basis, just as one would expect:

Proposition: Algebra on Convergent Sequences

  • Suppose and are converging to a and b, respectively. Then
    1. Their sum is convergent to a + b, and the sequences can be added term by term.
    2. Their product is convergent to a * b, and the sequences can be multiplied term by term.
    3. Their quotient is convergent to a / b, provide that b # 0, and the sequences can be divided term by term (if the denominators are not zero).
    4. If an bn for all n, then a b

This theorem states exactly what you would expect to be true. The proof of it employs the standard trick of 'adding zero' and using the triangle inequality. Try to prove it on your own before looking it up.

Note that the fourth statement is no longer true for strict inequalities. In other words, there are convergent sequences with an < bn for all n, but strict inequality is no longer true for their limits. Can you find an example ?

While we now know how to deal with convergent sequences, we still need an easy criteria that will tell us whether a sequence converges. The next proposition gives reasonable easy conditions, but will not tell us the actual limit of the convergent sequence.

First, recall the following definitions:

Definition: Monotonicity

  • A sequence is called monotone increasing if aj + 1 aj for all j.
  • A sequence is called monotone decreasing if aj aj + 1 for all j.
In other words, if every next member of a sequence is larger than the previous one, the sequence is growing, or monotone increasing. If the next element is smaller than each previous one, the sequence is decreasing. While this condition is easy to understand, there are equivalent conditions that are often easier to check:
  • Monotone increasing:
    1. aj + 1 aj
    2. aj + 1 - aj 0
    3. aj + 1 / aj 1, if aj > 0
  • Monotone decreasing:
    1. aj + 1 aj
    2. aj + 1 - aj 0
    3. aj + 1 / aj 1, if aj > 0

Examples:

  • Is the sequence monotone increasing or decreasing ?
  • Is the sequence monotone increasing or decreasing ?
  • Is it true that a bounded sequence converges ? How about monotone increasing sequences ?
Here is a very useful theorem to establish convergence of a given sequence (without, however, revealing the limit of the sequence): First, we have to apply our concepts of supremum and infimum to sequences:
  • If a sequence is bounded above, then c = sup(xk) is finite. Moreover, given any > 0, there exists at least one integer k such that xk > c - , as illustrated in the picture.

     

  • If a sequence is bounded below, then c = inf(xk) is finite. Moreover, given any > 0, there exists at least one integer k such that xk < c + , as illustrated in the picture.

Proposition: Monotone Sequences

  • If is a monotone increasing sequence that is bounded above, then the sequence must converge.

     

  • If is a monotone decreasing sequence that is bounded below, then the sequence must converge.

Examples:

  • Prove that the sequences and converge. What is their limit?
  • Define x0 = b and let xn = xn - 1 / 2 for all n > 0. Prove that this sequence converges for any number b. What is the limit ?



Discussion Center

Discuss/
Query

Papers/
Syllabus

Feedback/
Suggestion

Yahoo
Groups

Sirfdosti
Groups

Contact
Us

MEMBERS LOGIN
  
Email ID:
Password:

  Forgot Password?
 New User? Register!

INTERVIEW EBOOK
Get 9,000+ Interview Questions & Answers in an eBook. Interview Question & Answer Guide
  • 9,000+ Interview Questions
  • All Questions Answered
  • 5 FREE Bonuses
  • Free Upgrades
GATE RESOURCES
 
  • Gate Books
  • Training Institutes
  • Gate FAQs
  • GATE BOOKS
     
  • Mechanical Engineeering Books
  • Robotics Automations Engineering Books
  • Civil Engineering Books
  • Chemical Engineering Books
  • Environmental Engineering Books
  • Electrical Engineering Books
  • Electronics Engineering Books
  • Information Technology Books
  • Software Engineering Books
  • GATE Preparation Books
  • Exciting Offers



    GATE Exam, Gate 2009, Gate Papers, Gate Preparation & Related Pages


    GATE Overview | GATE Eligibility | Structure Of GATE | GATE Training Institutes | Colleges Providing M.Tech/M.E. | GATE Score | GATE Results | PG with Scholarships | Article On GATE | GATE Forum | GATE 2009 Exclusive | GATE 2009 Syllabus | GATE Organizing Institute | Important Dates for GATE Exam | How to Apply for GATE | Discipline / Branch Codes | GATE Syllabus for Aerospace Engineering | GATE Syllabus for Agricultural Engineering | GATE Syllabus for Architecture and Planning | GATE Syllabus for Chemical Engineering | GATE Syllabus for Chemistry | GATE Syllabus for Civil Engineering | GATE Syllabus for Computer Science / IT | GATE Syllabus for Electronics and Communication Engineering | GATE Syllabus for Engineering Sciences | GATE Syllabus for Geology and Geophysics | GATE Syllabus for Instrumentation Engineering | GATE Syllabus for Life Sciences | GATE Syllabus for Mathematics | GATE Syllabus for Mechanical Engineering | GATE Syllabus for Metallurgical Engineering | GATE Syllabus for Mining Engineering | GATE Syllabus for Physics | GATE Syllabus for Production and Industrial Engineering | GATE Syllabus for Pharmaceutical Sciences | GATE Syllabus for Textile Engineering and Fibre Science | GATE Preparation | GATE Pattern | GATE Tips & Tricks | GATE Compare Evaluation | GATE Sample Papers | GATE Downloads | Experts View on GATE | CEED 2009 | CEED 2009 Exam | Eligibility for CEED Exam | Application forms of CEED Exam | Important Dates of CEED Exam | Contact Address for CEED Exam | CEED Examination Centres | CEED Sample Papers | Discuss GATE | GATE Forum of OneStopGATE.com | GATE Exam Cities | Contact Details for GATE | Bank Details for GATE | GATE Miscellaneous Info | GATE FAQs | Advertisement on GATE | Contact Us on OneStopGATE |
    Copyright © 2024. One Stop Gate.com. All rights reserved Testimonials |Link To Us |Sitemap |Privacy Policy | Terms and Conditions|About Us
    Our Portals : Academic Tutorials | Best eBooksworld | Beyond Stats | City Details | Interview Questions | India Job Forum | Excellent Mobiles | Free Bangalore | Give Me The Code | Gog Logo | Free Classifieds | Jobs Assist | Interview Questions | One Stop FAQs | One Stop GATE | One Stop GRE | One Stop IAS | One Stop MBA | One Stop SAP | One Stop Testing | Web Hosting | Quick Site Kit | Sirf Dosti | Source Codes World | Tasty Food | Tech Archive | Software Testing Interview Questions | Free Online Exams | The Galz | Top Masala | Vyom | Vyom eBooks | Vyom International | Vyom Links | Vyoms | Vyom World
    C Interview Questions | C++ Interview Questions | Send Free SMS | Placement Papers | SMS Jokes | Cool Forwards | Romantic Shayari