Week 3a Study Notes: Functions, Sequences, and Series
Introduction to Functions and Problems
Problem 1: Function Evaluation
Recall three fundamental tasks involving functions:
Evaluate: Given , find .
Plot: Graph of versus .
Invert: Given , find such that .
Evaluating functions for all real :
How can we evaluate values such as , , or ?
Specific examples include finding \root \root 2 or .
Problem 2: Function Plotting and Continuity
Questions raised regarding plotting:
How do we join discrete points to make a curve?
Why is a smooth curve justified in certain contexts?
What exactly defines "smooth"?
Physical variables often represented by smooth curves include:
Heat, temperature, and pressure.
Current and voltage.
Magnetic fields and electric fields.
Example graph mentioned: .
Problem 3: Growth, Fall, and Critical Points
Growth and Fall (Monotonicity):
Increasing: Occurs when x < x_1, x_2 < x < x_3, and x > x_4.
Decreasing: Occurs when x_1 < x < x_2 and x_3 < x < x_4.
Critical Points: A point where the graph of attains a maximum or minimum value is called a critical point of . At these points, the function hits a peak or trough and changes behavior.
Asymptotics:
For large, positive : The function might tend toward a non-zero value.
For large, negative : The function may tend toward zero.
Sequences: Definitions and Examples
Definition of a Sequence:
A sequence of real numbers is a function from the set of non-negative integers to .
Notation: or .
Basic Examples:
: Yields
: Yields
: Yields
Sequences Defined by Recursions:
Fibonacci Sequence:
Defined by , , and for .
Terms:
Arithmetic Progression (A.P.):
Defined by recursive relation: for , where is the common difference.
General term: .
Example provided: , . Terms: . Calculation for .
Geometric Progression (G.P.):
Defined by recursive relation: for , where is the common ratio.
General term: .
Sequence (Approximation):
Recursion: , for .
Terms include: , , ,
Note: While is irrational (), the terms in this sequence are rational and can be used to approximate its value () as the sequence flattens and tends toward it.
Visualizing Sequences:
Sequences are typically visualized using stem plots where is plotted against the index .
Specific plot behaviors identified:
(Increasing growth).
(Alternating between and ).
(Decreasing toward zero).
(Increasing).
(Increasing).
(Decreasing).
Series: Sequences Defined as Summations
Definition of a Series:
Given a sequence for , we define a "summation" sequence (the series).
Recursive definition: , for
Explicit definition: .
Examples of Series:
Sum of Natural Numbers:
.
.
Partial sums:
Harmonic Series ():
.
Harmonic Series of Order 2 ():
.
Alternating Harmonic Series:
.
.
Madhava-Leibniz Series:
.
.
Properties of Sequences: Boundedness and Monotonicity
Boundedness Definitions:
Bounded Above: A sequence is bounded above (upper-bounded) by if for all .
Bounded Below: A sequence is bounded below (lower-bounded) by if for all .
Examples of Boundedness:
: Lower bound = , Upper bound = None.
: Lower bound = , Upper bound = .
: Lower bound = , Upper bound = .
: Lower bound = None, Upper bound = .
: Lower bound = None, Upper bound = None.
Boundedness in Special Sequences:
Arithmetic Progression ():
If d > 0: Bounded below by , not bounded above.
If d < 0: Bounded above (at ), not bounded below.
Geometric Progression ():
If r > 1: Lower bound = , Upper bound = None.
If 0 < r < 1: Lower bound = , Upper bound = .
Sequence: Lower bound = , Upper bound = .
Monotonicity Definitions:
Increasing: a_{n+1} > a_n for all .
Non-decreasing: for all .
Decreasing: a_{n+1} < a_n for all .
Non-increasing: for all .
Examples of Monotonicity:
: Increasing.
: None.
: Decreasing.
: Decreasing.
: None.
A.P. (d > 0): Increasing.
A.P. (d < 0): Decreasing.
G.P. (r > 1): Increasing.
G.P. (0 < r < 1): Decreasing.
Sequence: Decreasing (after ).
Limit of a Sequence
Definition of Limit:
A sequence tends to a limit if for any \epsilon > 0, we can find an integer such that for all n > N_{\epsilon}.
Notation: .
Classifying Sequences Based on Limits:
Converges: If it has a limit that is finite.
Diverges to : If it grows unbounded and is positive.
**Diverges to $-\infty:** If it grows unbounded and is negative.\n * **No Limit:** If none of the above are true.\n * Note: \infty denotes that the value keeps growing infinitely.\n\n* **Limit Examples (n = 1, 2, \dots):**\n * a_n = 1n \rightarrow \infty1.\n * a_n = 1/nn \rightarrow \infty0.\n * a_n = n\infty.\n * a_n = -2^n-\infty.\n * a_n = (-1)^n1-1).\n * a_n = (-2)^n: None.\n\n# Questions & Discussion\n\n* **Question (Sequence Identification):** Which of the following functions represents a sequence?\n * a) \mathbb{R} \rightarrow \mathbb{R}\n * b) f_2: \mathbb{N} \cup {0} \rightarrow \mathbb{R}\n * c) f_3: \mathbb{R}^{-} \rightarrow \mathbb{R}\n * d) f_4: \mathbb{R}^{+} \rightarrow \mathbb{R}\n * e) f_5: \mathbb{N} \cup {0} \rightarrow \mathbb{Z}\n * *Note: According to the definition, a sequence is a function from non-negative integers to real numbers, making (b) and (e) valid candidates as \mathbb{Z} \subset \mathbb{R}.*\n\n* **Question (Arithmetic Progression):** What is the common difference in the arithmetic progression 5, 14, 23, 32, 41, 50, \dots?\n * Calculation: 14 - 5 = 99.\n\n* **Question (Recursion Formula):** Consider the sequence based on the continued fraction structure: a_0 = 2a_1 = 2 - 1/2 = 3/2a_2 = 2 + 1/(2-1/2), etc. Identify the correct recursion formula.\n\n* **Question (Series Summation):** Consider a series S = ∑_{n=1}^{\infty} rac{1}{(2n+1)3^n} s_n?\n * Correct Option: s_n = rac{1}{3 \cdot 3} + rac{1}{5 \cdot 3^2} + \frac{1}{7 \cdot 3^3} + \dots + rac{1}{(2n+1)3^n}.\n\n* **Question (Monotonicity Check):** Identify correct statements regarding increasing/decreasing sequences:\n * Is the sequence {1 - 1/n^2} decreasing? (No, it is increasing).\n * Is the sequence {-1/n} an increasing sequence? (Yes).\n * Is the sequence {n / (n+1)} an increasing sequence? (Yes).\n * Is the sequence {(4/3)^n}$$ an increasing sequence? (Yes).