The exponential 2x is defined as x moves along the sets N, Z, Q, R.
If x=n∈N, then 2n=2⋅2⋅2⋅…⋅2 (n times). For example, 23=8
If x=−n, where n∈N, then 2−n=2n1. Thus, we know 2x for any x∈Z. For example, 2−3=231=81
If x=nm, where m,n∈Z,n=0, then 2nm=n2m. Thus, we know 2x for any x∈Q. For example, 232=322=34. Also, 221=2.
If x is irrational, the definition is beyond the scope and we use technology. We know 2x for any x∈R. For example, 2π=8.8249779 (given by a calculator).
20=1
In general, if a > 0, we define:
a0=1
an=a⋅a⋅a⋅…⋅a (n times)
a−n=an1
anm=nam
ax is given by a calculator for any x∈R
Example 1:
5−2=521=251
(5−1)−2=(−5)2=25
(5−2)3=(−25)3=925
382=364=4
Notices:
If a < 0, ax is only defined for x=n∈Z
0x=0 only if x=0
00 is not defined
Properties of Exponents
All known properties of powers are valid for exponents x∈R. Here a, b > 0 and x,y∈R.
(1)axay=ax+y
(2)ayax=ax−y
(3)(ab)x=axbx
(4)(ba)x=bxax
(5)(ax)y=axy
Example 2: Express the following as single powers:
a3a2=a5
a4a6=a2
x3x5=x2
The Number e
There is a specific irrational number which plays an important role in mathematics, especially in exponential modelling. The number e is almost as popular as π=3.14…
An approximation of e is given by the expression (1+n1)n
For n=1, the result is 2
For n=2, the result is 2.25
For n=10, the result is 2.5937424…
For n=100, the result is 2.7048138…
For n=1000, the result is 2.7169239…
For n=106, the result is 2.7182804…
As n tends to +∞, this expression tends to e=2.7182818…
Example 3: Express the following as single powers of e:
(e2)3e3=e6e3=e9
ex+1e3x=e4x+1
exe4x=e3x
Simple Exponential Equations
If a=1, then ax=ay implies x=y.
Example 4: Solve the following equations:
(a) 23x−1=2x+2⇔3x−1=x+2⇔2x=3⇔x=23 (already a common base)
A system of 2 linear equations in 2 unknowns has the form:
a<em>1x+b</em>1y=c1
a<em>2x+b</em>2y=c2
We can solve using GDC (Graphical Display Calculator).
Example 1: George buys 3 burgers and 5 sandwiches and pays 21.4 euros. Catherine buys 2 burgers and 3 sandwiches and pays 13.6 euros. Find the prices of each burger and of each sandwich.
Let B be the price of each burger and S be the price of each sandwich.
3B+5S=21.4
2B+3S=13.6
The GDC gives the solution:
B = 3.8 (euros)
S = 2 (euros)
System of 3 Linear Equations in 3 Unknowns
A system of 3 linear equations in 3 unknowns has the form:
a<em>1x+b</em>1y+c<em>1z=d</em>1
a<em>2x+b</em>2y+c<em>2z=d</em>2
a<em>3x+b</em>3y+c<em>3z=d</em>3
We can solve using GDC (Graphical Display Calculator).
Example 2: The expression A(t)=Pt2+Qt+R takes the value 9 when t=1, 18 when t=2, and 3 when t=−1. Find the values of P,Q,R.
For t=1:P+Q+R=9
For t=2:4P+2Q+R=18
For t=−1:P−Q+R=3
The GDC gives the solution:
P = 2
Q = 3
R = 4
Therefore, the expression is A(t)=2t2+3t+4.
1.4 Sequences in General – Series
Sequence: An ordered list of numbers (terms in a definite order).
Example: 2, 5, 13, 5, -4, …
Notation: u<em>n describes the n-th term. The terms of the sequence are denoted by u</em>1,u<em>2,u</em>3,u<em>4,u</em>5,…
Series: A sum of terms:
S<em>n=u</em>1+u<em>2+u</em>3+…+un (the sum of the first n terms, partial sum)
S<em>∞=u</em>1+u<em>2+u</em>3+… (the sum of all terms, infinite series).
Example 1: Consider the sequence 1, 3, 5, 7, 9, 11, … (odd numbers).
Some of the terms are: u<em>1=1,u</em>2=3,u<em>3=5,u</em>6=11,u10=19
Finally, S∞=1+3+5+7+… (in this case the result is +∞)
Sigma Notation (∑<em>n=1ku</em>n):
Instead of writing u<em>1+u</em>2+u<em>3+u</em>4+u<em>5+u</em>6+u<em>7+u</em>8+u<em>9 we may write ∑</em>n=19u<em>n. It stands for the sum of all terms u</em>n, where n ranges from 1 to 9.
Examples Using Sigma Notation
∑n=13n2=12+22+32=2+4+8=14
∑n=14n1=11+21+31+41=1212+6+4+3=1225
∑k=132k1=21+41+81=84+2+1=87
∑n=36(2n+1)=7+9+11+13=40
There are two basic ways to describe a sequence:
General Formula
We describe the general term un in terms of n.
Recursive Relation
Given u<em>1, the first term, and u</em>n+1 in terms of u<em>n. *Example 3:u</em>n=n2 is the sequence 1, 4, 9, 16, 25, … *Example 4:u<em>1=3, u</em>n+1=2un+5. It is the sequence 3, 11, 27, 59, …
Recursive Formula
u<em>1=1,u</em>2=1
u<em>n+1=u</em>n+u<em>n−1 *in other words, we add u</em>1,u<em>2 in order to obtain u</em>3, we add u<em>2,u</em>3 in order to obtain u4, and so on. *It is the sequence 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, …
1.5 Arithmetic Sequence (A.S.)
In an arithmetic sequence, the difference between any two consecutive terms is constant (common difference, d).
Question A: What is the general formula for un?
If we know u<em>1 and d, then u</em>n=u1+(n−1)d
Example
*In an arithmetic sequence let u1=3 and d=5. Find *(a) the first four terms *(b) the 100th term
*Solution *(a) 3, 8, 13, 18 *(b) Now we need the general formula
u<em>100=u</em>1+99d=3+99⋅5 =498
We know u<em>1, we need d. We exploit the information for u</em>16 first. u<em>16=u</em>1+15d145=100+15d45=15dd=3 Therefore, u<em>7=u</em>1+6d=100+6⋅3=118
Question B: What is the sum Sn of the first n terms?
*It is directly given by
(u<em>1+u</em>n)2n Sn=,
otherwise by S<em>n=[2u</em>1+(n−1)d]2n
Properties of Arithmetic Sequences
*Consecutive Terms: Let a, x, b be consecutive terms of an arithmetic sequence. The common difference is: x – a = b – x. Hence, 2x = a + b, that is x = 2a+b (x is the mean of a and b). *Examples ((3x)−(x+1)=(6x−5)−(3x)⇒2x−1=3x−5⇒x=4
1. Show That : 1 + 2 + 3 + … + n = 2n(n+1)
*Solution
This is the simplest arithmetic series with u1=1 and d=1.
We ask for Sn
S<em>n=(u</em>1+un)/2=(1+n)/2=n(n+1)/2
1.6 Geometric Sequence (G.S.)
Geometric Sequence : Multiply by a fixed number, say r =2, in order to find the next term. The following sequence is generated. 5, 10, 20, 40, 80, … Such a sequence is called geometric. That is, in a geometric sequence the ratio between any two consecutive terms is constant.
QUESTION A: What is the general formula for un?
Examples
In a geometric sequence let u1=3 and r=2. Find (a) the first four terms (b) the 100th term
Solution
(a) 3, 6, 12, 24 (b) Now we need the general formula u<em>100=u</em>1⋅r99=3⋅299
QUESTION B: What is the sum Sn of the first n terms?
Examples
Show that: 1/2+1/4+1/8+1/16+…=1 *Solution This is an infinite G.S. with u<em>1=1/2 and r=/2. Since |r|<1 we obtain. S=u</em>1/1−r=(1/2)/(1−(1/2)=1