Tuesday, October 23, 2007
Precalculus 2.6 Rational Functions and Asymptotes
A rational function can be written in the form:
f(x) = N(x)/D(x)
where N(x) is the numerator and
D(x) is the denominator and both are polynomials but D(x) is not the zero polynomial (because you cannot divide by zero)
I. Asymptotes of a Rational Function:
Let "f" be the rational function f(x) where
f(x) = N(x)/D(x) where
N(x) = anxn + an-1xn-1 + ... + a1x + a0 and
D(x) = bmxm + bm-1xm-1 + ... + b1x + b0
Where N(x) and D(x) have no common factors.
1. The graph of "f" has vertical asymptotes at the zeros of D(x).
2. The graph of "f" has at most one horizontal asymptote determined by comparing the degrees of N(x) and D(x).
a. If n is less than m, the line y = 0 (x-axis) is a horizontal asymptote.
b. If n = m, the line y = (an)/(bm) is a horizontal asymptote.
c. If n is greater than m, the graph of "f" has no horizontal asymptote.
Examples:
a) f(x) = (5x2 + 3)/(-6x3 + 2x + 4)
n = 2 and m = 3 which means that n is less than m so the horizontal asymptote is y = 0
b) f(x) = (2x3 + 2x2)/(3x3 + 4x)
n = 3 and m = 3 so the line y = 2/3 is a horizontal asymptote.
c) f (x) = (3x4 + 2x2 + 5)/(4x3 + 3x)
n = 4 and m = 3 so n is less than m, therefore there is not a horizontal asymptote.
II. Find the Domain and Asymptotes of f(x) = 3/ ((x - 2)3)
1. Find the vertical asymptotes by taking D(x) and setting it equal to zero.
(x - 2)3 = 0
x - 2 = 0
x = 2
therefore a vertical asymptote is the line x = 2
2. Find the horizontal asymptotes
n = 0 and m = 3 so n is less than m, therefore the line y = 0 is the horizontal asymptote.
3. Graph it using a graphing utility.
4. Domain (- ∞, 2) U (2, ∞)
5. Range (- ∞, 0) U (0, ∞)
6. check using a table:
{ (-3, -0.24), (-2, -.047), (-1, -.11), (0, -3.75), (1, -3), (2, error), (3, 3)}
Homework: Quiz (19, 20)
Pg. 187/ 7, 21, 23, 43*Pg. 195/ 13 – 19 odd, 27 – 31 odd, 35
Precalculus 2.5 The Fundamental Theorem of Algebra
Proved by Carl Friedrich Gauss
If f (x) is a polynomial of a degree “n”, where n is greater than 0,
“ f ” has at least one zero in the complex number system.
I. Linear Factorization Theorem:
If f(x) is a polynomial of degree “n” where “n is greater than zero”, “f” has precisely “n” linear factors.
f (x) = an (x – c1)( x – c2)( x – c3) … ( x – cn) where
c1, c2, c3, … cn are complex numbers.
Factors of a Polynomial:
Example 1: f (x) = t4 - 5t3 + 15t2 - 45t + 54
4th degree n = 4, n is greater than zero is true
Step 1: find all the possible zeros of the function:
(factors of 54)/(factors of 1) = ±1, ± 2, ± 3, ±6, ± 9, ± 18, ± 27, ± 54
Step 2: Use synthetic division to find out which ones are factors
f (x) = (x – 2)(x – 3)(x2 + 9)
0 = (x – 2)(x – 3)(x2 + 9)
0 = x – 2
x = 2
0 = x – 3
x = 3
0 = x2 + 9
- 9 = x2
±√(-9) = x
± 3i = x
So to write this function in linear form:
f(x) = (x – 2)(x – 3)(x + 3i)(x – 3i)
So the following zeros of “f” are:
x = {2, 3, 3i, and -3i}
II. Complex Zeros Occur in Conjugate Pairs
In the last example, “± 3i”, the pair is 3i and -3i so we can conclude:
Let f(x) be a polynomial function that has real coefficients.
If a + bi, where b ≠ 0, is a zero of the function,
the conjugate a – bi is also a zero of the function.
Example: Your zeros are {2, 4 + i, and 4 – i}, find the polynomial function:
f(x) = (x – 2)(x – (4 + i))(x – (4 – i))
= (x – 2)((x – 4) – i)((x – 4) + i)
= (x – 2)( (x – 4)2 - (i)2)
= (x – 2)(x2 - 8x + 16 – (-1))
= (x – 2)(x2 - 8x + 17)
= x3 – 8x2 + 17x – 2x2 + 16x – 34
= x3 – 10x2 + 33x – 34
III. If you are given one zero, can you find the rest?
g(x) = 4x3 + 23x2 + 34x – 10 given zero: -3 + i
Recall both conjugates:
– 3 + i and – 3 – i so
(x + 3 – i) (x + 3 + i)
= ((x + 3) – i)((x + 3) + i)
= ((x + 3)2 - (i)2)
= x2 + 6x + 9 – (-1)
= x2 + 6x + 10
So using long division:
Every polynomial of degree n is greater than zero with real coefficients can be written as the product of linear and quadratic factors with real coefficients, where the quadratic factors have no real zeros.
A quadratic factor with no real zeros is said to be irreducible over the real numbers.
x2 + 1 = (x + i)(x – i) is irreducible over the real numbers
x2 - 2 = (x + √2)(x - √2) is irreducible over the rational numbers but reducible over the real numbers.
Example: The complex number 4i is a zero of f(x) = x4 + 13x2 - 48.
Find the remaining zeros of f(x), and write it in its linear factorization.
Since 4i is a zero, then -4i is also a zero so
(x-4i)(x+4i) = x2 - (4i)2
= x2 - 16i2
= x2 + 16
therefore a factor of f(x) is x2 + 16
f(x) = x4 + 13x2 - 48
= (x2 + 16)(x2 - 3)
= (x + 4i)(x – 4i)(x + √3)(x - √3)
So the zeros are:
x = {-4i, 4i, -√3, √3}
Homework: Pg. 170/ 57, 65, 69
*Pg. 187/ 1 – 5odd, 9 - 19odd, 33, 37, 41, 45, 53, 55, 61, 65
Wednesday, October 10, 2007
Precalculus 2.4 Complex Numbers
I. A complex number is written in standard form: a + bi
where a ε set of real numbers
and
bi is a pure imaginary number
Therefore a + bi is an imaginary number
√(-1) = i
(√(-1))2 = i2 = -1
(√(-1))3 = i3 = -i
(√(-1))4 = (√(-1))2(√(-1))2 = (-1)(-1) = 1
(√(-1))0 = 1
Therefore you can see the pattern that:
i0 = 1
i 1= √(-1) = i
i2 = -1
i3 = -i
i4 = 1
so i5 = i
i6 = -1
i7 = - i
i8 = 1
so what would i63 = ?
i60i3
i60 = 1 and so therefore
i60i3 = (1) i3 = - i
B. Additive Identity is zero
what do you add to a number to get that number? of course, zero so
a + bi + ________ = 0
______ = -a - bi
C. Adding and Subtracting complex Numbers:
Example 1: (3 + 4i) + (7 + 2i)
= (3 + 7) + (4i + 2i) by grouping like terms
= 10 = 6i
Example 2: (3 + 4i) - (7 + 2i)
= (3 - 7) + (4i - 2i)
= (-4) + (2i)
= -4 + 2i
D. Multiplying Complex Numbers
Example 1: (3 + 4i)(7 + 2i)
= (3)(7) + (3)(2i) + (4i)(7) + (4i)(2i)
= 21 + 6i + 28i + 8i2
= 21 + 34i + 8(-1)
= 21 + 34i - 8
= 13 + 34i
E. Dividing Complex Numbers - multiply by the complex conjugate
Given "a + bi", the complex conjugate would be "a - bi"
Example 1: complex #1
but recall that "a + bi" has to be in standard form so...
29/53 + 22i/53 would be the answer!
F. Applications:
1. Fractal Geometry
Mandelbrot Set: to draw this, consider: Sequence of numbers
c, c2 + c, (c2 + c)2 + c, [(c2 + c)2+ c ]2 + c, ...
For some values, it is Bounded, which means that all elements in the sequence are less than some fixed number N. Therefore, complex number "c" is in the Mandelbrot Set.
For other values, it is Unbounded, which means that the elements in the sequence become infinitely large. Therefore, complex number "c" is not in the Mandelbrot Set.
Check out this website:
http://mathworld.wolfram.com/MandelbrotSet.html
Example 1: Let's let c = -1
So the sequence would be:
-1, (-1)2 + (-1) = 0, (0)2 + (-1) = -1, (-1)2 + (-1) = 0
or -1, 0, -1, 0
so this is bounded!
Example 2: Let's let c = - i
-i, (-i)2 + (-i) = -1 + -i, (-1 -i)2 + (-i) = -3i, (-3i)2 + (-i) = -9 - i
or -i, -1 - i, -3i, - 9 - i
so this is not bounded.
2. Impedance - the opposition to current in an electrical circuit.
Equation of 2 pathways:
1/z = 1/z1 + 1/z2
where
z1 is the impedance of pathway 1
z2 is the impedance of pathway 2
Saturday, October 6, 2007
Precalculus 2.3 Real Zeros of Polynomial Functions
A. Recall: When you did long division
Example 1:
625/5 =
As you can see, 5 goes into 625 perfectly and there is no remainder so this means that 5 is a factor of 625.
Example 2:
625/4 =
As you can see, 4 does not go into 625 perfectly, there is a remainder of 1 so we would write the answer like
156 + 1/4
You write the answer or quotient plus the remainder over the divisor
B. Long Division of Polynomials:
Now try doing the same concept only using Polynomials:
Example 3:
So therefore since (x - 4) is a factor so
x - 4 = 0
x = 4
Therefore (x - 4) is a factor and since there is not a remainder, then (x - h) is a factor and x = h.
Example 4:
then x = -2
Example 5:
Since when you divide by (x + 1), it has a remainder, it is not a factor and x = -1 is not a zero.
Example 6:
So again, since (x - 2) is not a factor, x = 2 is not a zero.
Precalculus 2.3b Synthetic Division:
To divide ax3 + bx2 + cx + d by (x - k), use the following pattern:
this gives the same answer!!
Let's try another:
D. The Factor Theorem:
A polynomial f(x) has a factor (x - k) if and only if f(k) = 0.
1. the remainder "r" gives the value of "f" at x = k. That is r = f (k)
relates the possible rational zeros of a polynomial
Rational zero = p/q
polynomial:
Possible rational zeros = (factors of constant)/(factors of leading coefficient)
The possible zeros are : {1, -1, 1/2, -1/2, 1/4, -1/4, 2, -2}
(-1, 0), (-1/2, 0), (1/2, 0), (1, 0), and (2, 0)
You can also use synthetic Division to eliminate possible zeros:
f (x) = 4x5 - 8x4 - 5x3 + 10x2 + x - 2
so f (x) = (x - 1)(x + 1)(4x3 - 8x2 - 1x + 2)
Therefore f(x) = (x - 1)(x + 1)(x -2)(4x2 - 1)
so x = -1, x = 1, x = 2, x = -1/2, x = 1/2
III. Third Test for zeros:
Let x = -1, you can see that the remainder is 20 and the last row is:
Let x = 4, you can see that the remaider is 15 and the last row is:
Therefore we can conclude, given x = c:
1. If c is greater than zero and each number in the last row is either positive or zero, "c" is an upper bound for the real zeros of "f".
Therefore -1 is a lower bound and 4 is an upper bound.