Download Chap 2 notes

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Big O notation wikipedia , lookup

Factorization of polynomials over finite fields wikipedia , lookup

History of the function concept wikipedia , lookup

Function (mathematics) wikipedia , lookup

Vincent's theorem wikipedia , lookup

Non-standard calculus wikipedia , lookup

Polynomial wikipedia , lookup

Mathematics of radio engineering wikipedia , lookup

Elementary mathematics wikipedia , lookup

Asymptote wikipedia , lookup

System of polynomial equations wikipedia , lookup

Fundamental theorem of algebra wikipedia , lookup

Transcript
Math Analysis
Chapter 2 Notes: Polynomial and Rational Functions
Day 13: Section 2-1 Complex Numbers; Sections 2-2 Quadratic Functions
2-1: Complex Numbers
After completing section 2-1 you should be able to do the following:
1. Add and subtract complex numbers
2. Multiply complex numbers
3. Divide complex numbers
4. Perform Operations with square roots of negative numbers
5. Solve quadratic equations with complex imaginary solutions
In order to take a square root of a negative number mathematicians invented an expanded system of numbers
called complex numbers.
The Imaginary Unit i
The imaginary unit is defined as
i  1 , where i2 = −1
Complex Numbers
The set of all numbers in the form
a + bi
with real numbers a and b, and i, the imaginary unit are called the set of complex numbers. The real number a
is called the real part and the real number b is called the imaginary part of the complex number a + bi.
In order to add complex numbers you must add like terms.
Practice: In 1-2, Add or subtract as indicated:
1. (5 – 2i) + (3 + 3i)
2. (2 + 6i) – (12 – i)
In order to multiply complex numbers it is done using the distributive property and the FOIL method.
After completing multiplication, we replace any occurrences of i2 with −1.
Practice: In 1-2, Find the products:
1. 7i(2 – 9i)
2. (5 + 4i)(6 – 7i)
Conjugate of a Complex Number
The complex conjugate of the number a + bi is a – bi, and the complex conjugate of a – bi is a + bi. The
multiplication of complex conjugates gives a real number:
(a + bi)(a – bi) = a2 + b2
(a – bi)(a + bi) = a2 + b2
Math Analysis Notes prepared by Mrs. Atkinson
1
In order to divide complex numbers is really a process of multiplying by the complex conjugate of the
denominator. Remember that you want to keep the expression the same value so you must multiply by 1, so
what ever you do to the bottom of a fraction you must do to the top of the fraction.
Practice: In 1-2, Divide and express the result in standard form:
1.
5  4i
4i
2.
7  3i
4i
Roots of Negative Numbers
Principal Square Root of a Negative Number
For any positive real number b, the principal square root of the negative number −b is defined by:
b  i b
When performing operations with square roots of negative numbers, begin by expressin all square roots
in terms of i. The perform the indicated operations.
Practice: In 1-4, Perform the indicated operations and write the result in standard form.
1.
3.
27  48
2.
25  50
15
4.
 1 
5

2
9  25
Quadratic Equations with Complex Imaginary Solutions
A quadratic equation can be expressed in the general form ax2 + bx + c = 0 and can be solved using the
quadratic formula: x 
b  b2  4ac
2a
When solving quadratic equations that have complex imaginary solutions you must express the final answer in
standard form a + bi.
Math Analysis Notes prepared by Mrs. Atkinson
2
Practice: Solve using the quadratic formula: x2 – 2x + 2 = 0
2-2 Quadratic Functions
After completing section 2-2 you should be able to do the following:
1. Use transformations of the common function y = x2 to determine the characteristics of parabolas.
2. Graph parabolas (quadratic equations)
3. Determine quadratic function’s minimum or maximum value
Graph Quadratic Functions in Standard Form
The standard Form of a Quadratic Function
The quadratic function
f ( x)  a( x  h)2  k
is in standard form. The graph of f is a parabola whose vertex is at the point (h, k). The parabola is
symmetric with respect to the line x = h. If a > 0, the parabola opens upward; if a < 0, the parabola opens
downward.
Steps for changing from general form to standard form of a quadratic function.
1.
2.
3.
4.
5.
Move constant term to other side of equal sign.
Factor out “a” if it is not 1.
Complete the square, remember what you add to one side you must add to the other.
Factor the x side to a square of a binomial.
Resolve for y and the quadratic should now be in standard form: y = a(x – h)2 + k
Practice: in 1-2, Rewrite the quadratic into standard form:
1. f(x) = x2 – 6x + 10
2. f(x) = 3x2 + 12x – 8
Graphing Quadratic Functions with Equations in Standard Form
1. Determine whether the parabola opens upward or downward. If a > 0, it opens upward. If a < 0,
it opens downward.
2. Determine the vertex of the parabola. The vertex (h, k).
3. Find any x-intercepts by solving f(x) = 0. The function’s real zeros are the x-intercepts.
4. Find the y-intercepts by evaluating f(0).
5. Plot the intercepts, the vertex and additional points as necessary. Connect these points with a
smooth curve that is shaped line a “u”. called a parabola.
Math Analysis Notes prepared by Mrs. Atkinson
3
Practice: Graph the quadratic function f(x) = −x2 + 2x + 3. Find the vertex and intercepts to sketch the graph.
Give the equation of the parabola’s axis of symmetry. Use the graph to determine the function’s domain and
range (use interval notation).
Minimum and Maximum Values of Quadratic Functions.
If a parabola opens downward a < 0, then the quadratic function has a maximum at the vertex (h, k).
If a parabola opens upward a > 0, then the quadratic functions has a minimum at the vertex (h, k).
Practice: In 1-2, (a) Determine without graphing, whether the function has a minimum value or a maximum
value. (b) Find the order pair were the minimum value or maximum values occur. (c) Identify the function’s
domain and its range without graphing.
1. f(x) = 3x2 – 12x – 1
2. f(x) = −4x2 + 8x – 3
Math Analysis Notes prepared by Mrs. Atkinson
4
Geometry Review- More on Right Triangles
30  60  90 Triangle Theorem
In Words:
In a 30  60  90 triangle, the
length of the _____________ is
twice the length of the
________________ leg. The
length of the longer leg is 3
times the length of the
___________ leg.
Symbols/Picture:
Example:
Find the lengths of the missing
sides of the triangle.
1.)
12
Hypotenuse = 2  shorter leg
30 
3  shorter leg
Longer leg =
2.)
60 
18
Examples: Find the value of each variable. If your answer is not an integer, leave it in simplest radial form.
3.)
4.)
y
16 3
30 
9 3
x
y
60 
x
5.)
6.)
4 3
60 
c
b
d
a
a
45 
d
30 
c
14
60 
b
Math Analysis Notes prepared by Mrs. Atkinson
5
Day 14: Section 2-3 Polynomial Functions and Their Graphs
After completing section 2-3 you should be able to do the following:
1. Identify polynomial functions and state their degree.
2. Determine left and right side end behavior
3. Use factoring to find zeros of polynomial functions
4. Identify zeros and their multiplicities
5. Use the Intermediate Value Theorem
6. Understand the relationship between degree and turning points.
7. Graph polynomial functions
Definition of a Polynomial Function
A polynomial function is a function of the form:
f ( x )  an x n  an 1 x n 1  an  2 x n  2  ....  a1 x  a0
The exponents are all whole numbers, and the coefficients are all real numbers.
Examples of Polynomials:
Degree
0
Type
Constant
Standard Form
f ( x )  a0
1
Linear
f ( x )  a1 x  a0
2
Quadratic
f ( x )  a2 x 2  a1 x  a0
3
Cubic
f ( x )  a3 x 3  a2 x 2  a1 x  a0
4
Quartic
f ( x )  a4 x 4  a3 x3  a2 x 2  a1 x  a0
example: f(x) = 10
example: f(x) = 2x + 5
1
5
1
example: f ( x )  x 2  x 
2
3
4
3
example: f(x) = 5x – 3x + 1
5
example: x 4  2
3
A polynomial may not have x in the denominator of the expression, also all exponents on the variable must be
positive whole numbers.
Practice: 1-4, Determine which functions are polynomial functions. For those that are, identify the degree.
1. h( x )  7 x3  2 x 2 
1
x
2. f ( x ) 
1
3. g ( x )  x 2  3x 2  5
4. k ( x ) 
x7
2
x5  8
x8
Graphs of Polynomials are Smooth and Continuous Graphs
Polynomial functions of degree 2 or higher have graphs that are smooth and continuous. By smooth, we mean
that the graphs contain only rounded curves with no sharp corners. By continuous, we mean that the graphs
have no breaks and can be drawn without lifting your pencil from the rectangular coordinate system.
Math Analysis Notes prepared by Mrs. Atkinson
6
Graphs of Polynomials Functions
Smooth
rounded
corner
Not Graphs of Polynomials Functions
Smooth
rounded
corner
Smooth
rounded
corner
Smooth
rounded
corner
Sharp
Corner
Smooth
rounded
corner
Sharp
Corner
Discontinuous:
a break in the graph
End Behavior of Graphs of Polynomial Functions


Odd-degree polynomial functions have graphs with opposite behavior at each end.
Even-degree polynomial functions have graphs with the same behavior at each end.
The Leading Coefficient Test
The coefficient on the term with the largest exponent on the variable is called the leading coefficient.
 If the largest exponent is an odd number:
If the leading coefficient is
positive, the graph falls to
the left and rises to the right.
Rises
Left
If the leading coefficient is
negative, the graph rises to
the left and falls to the right.
Rises
Right
Falls
Left
Falls
Right
Odd Degree; positive leading
coefficient
Odd Degree; negative leading
coefficient
Math Analysis Notes prepared by Mrs. Atkinson
7
The Leading Coefficient Test (continued)
The coefficient on the term with the largest exponent on the variable is called the leading coefficient.
 If the largest exponent is an even number:
Falls
Right
Rises
Right
Rises
Left
Falls
Left
If the leading coefficient is
positive, the graph rises to
the left and rises to the right.
Even Degree; positive leading
coefficient
If the leading coefficient is
negative, the graph falls to
the left and falls to the right.
Even Degree; negative leading
coefficient
Practice: In 1-4, Use the Leading Coefficient Test to determine the end behavior of the graph of each function:
1. f(x) = 5x + 2x2 – 3x3
2. f(x) = x4 + 2x3 + 3x2 + 5x – 20
3. f(x) = 7x7
4. f(x) = 5x5 −3x6
Zeros of Polynomial Functions
A zero of a polynomial function is found by setting the functions equal to zero and solving the resulting
equation. Zeros are also called solutions and roots.


If a zero occurs at the same x-value an even number of times the graph of the function at that point
touches the x-axis and turns around.
If a zero occurs at the same x-value an odd number of times the graph of the function at that point
crosses the x-axis.
Math Analysis Notes prepared by Mrs. Atkinson
8
Zero occurs an odd
number of times at
x = 4, because it
crosses the x-axis.
Zero occurs an odd
number of times at
x = −3, because it
crosses the x-axis.
Zero occurs an even number of
times at x = −1, because it turns
around at that point.
Practice: In 1-4, Find the zeros for each polynomial function and give the multiplicity for each zero. State
whether the graph crosses the x-axis or touches the x-axis and turns around, at each zero.
1. f(x) = 2x(x – 4)2(x + 3)3
2. f(x) = 4(x – 3)(x + 2)2
3. f(x) = x3 − 2x2 + x
4. f(x) = x3 + 7x2 – 4x – 28
The Intermediate Value Theorem for Polynomials
Let f be a polynomial function with real coefficients. If f(a) and f(b) have opposite signs, then there is at
least one value of c between a and b for which f(c) = 0. Therefore, the equation f(x) = 0 has at least one
real root between a and b.
Math Analysis Notes prepared by Mrs. Atkinson
9
Practice: In 1-2, Use the Intermediate Value Theorem to show that each polynomial has a real zero between the
given integers.
1. f(x) = x3 – x2 – 1; between 1 and 2
2. f(x) = x3 + x2 – 2x + 1 between −3 and −2
Graphing a Polynomial Function.
1. Use the Leading Coefficient Test to determine the graph’s end behavior.
2. Find the x-intercepts by setting f(x) = 0 and solving the resulting polynomial equation.
 If the same zero occurs an even number of times, the graph touches the x-axis at that x-value and
turns around.
 If the same zero occurs an odd number of times, the graph crosses the x-axis at that x-value.
3. Find the y-intercept by computing f(0).
4. Use symmetry, if applicable, to help draw the graph.
 y-axis of symmetry: f(−x) = f(x) (even function)
 Origin symmetry: f(−x) = −f(x) (odd function)
5. Use the fact that the maximum number of turning points of the graphs is the degree minus 1 to check
whether it is drawn correctly.
Practice: In 1-2, (a) Use the Leading Coefficient Test to determine the graph’s end behavior. (b) Find the xintercepts. State whether the graph crosses the x-axis, or touches the x-axis and turns around, at each intercept.
(c) Find the y-intercept. (d) Determine whether the graph has y-axis of symmetry, origin symmetry, or neither.
(e) If necessary, find a few additional points and graph the function.
1. f(x) = −x4 + 16x2
2. f(x) = x2(x – 1)3(x + 2)
Math Analysis Notes prepared by Mrs. Atkinson
10
45  45  90 Triangle Theorem
In Words:
Symbols/Picture:
In a 45  45  90 triangle,
both ________ are congruent
and the length of the
_____________ is 2 times the
length of a leg.
Example:
Find the lengths of the missing
sides of the triangle.
1.)
18
Hypothesis =
2  leg
45 
2.)
45 
4 2
Examples: Find the value of each variable. If your answer is not an integer, leave it in simplest radial form.
3.)
4.)
45 
y
15 2
x
x
45 
y
2
5.)
8
6.)
12 2
a
c
2 2
45 
45
45
d
b
Math Analysis Notes prepared by Mrs. Atkinson
11
Day 15: Section 2-4 Dividing Polynomials; Remainder and Factor Theorems; Section 2-5 Zeros of
Polynomial Functions.
After completing section 2-4 you should be able to do the following:
1. Use long division to divide polynomials
2. Use synthetic division to divide polynomials
3. Evaluate a polynomial using the Remainder Theorem
Long Division of Polynomials
1. Arrange the terms of both the dividend and the divisor in descending powers of the variable.
2. Divide the first term in the dividend by the first term in the divisor. The result is the first term
of the quotient.
3. Multiply every term in the divisor by the first term in the quotient. Write the resulting product
beneath the dividend with like terms lined up.
4. Subtract the product for the dividend.
5. Bring down the next term in the original dividend and write it next to the remainder to form a
new dividend.
6. Use this new expression as the dividend and repeat this process until the remainder can no
longer be divided. This will occur when the degree of the remainder (the highest exponent on a
variable in the remainder) is less than the degree of the divisor.
Practice In 1-2, divide using long division. State the quotient, q(x) and the remainder, r(x).
1. (12x2 + x – 4) ÷ (3x – 2)
2.
2 x5  8 x 4  2 x3  x 2
2 x3  1
Math Analysis Notes prepared by Mrs. Atkinson
12
Synthetic Division: Use only when divisor is a linear expression.
To divide a polynomial by x – c
Example
x  2 6 x 5  2 x 3  3x  1
1. Arrange the polynomial in descending powers,
with a 0 coefficient for any missing term.
1. 6x5 + 0x4 – 2x3 + 0x2 – 3x + 1
2. Write c for the divisor, x – c. To the right,
Write the coefficients of the dividend.
2. 2 6
0 −2
3. Write the leading coefficient of the dividend
on the bottom row.
3. 2 6
0
0
−3
1
−2 0
−3
1
Bring down 6
6
4. Multiply c (in this case 2) times the value just
written on the bottom row. Write the product
in the next column in the second row.
4. 2
6
0 −2
12
0
−3
1
6
Multiply by 2:
2 • 6 = 12
5. Add the values in this new column, writing
the sum in the bottom row.
5. 2
6
6. Repeat this process of multiplications and
additions until all columns are filled in.
6. 2
6
0 −2 0
12 Add
12
−3
1
0 −2 0 −3
12 24 Add
6 12 22
1
Multiply by 2:
2 • 12= 24
2
7. Use the numbers in the last row to write the
Quotient, plus the remainder above the divisor.
The degree of the first term of the quotient is
one less than the degree of the first term of
the dividend. The final value in this row is the
remainder.
6
0 −2 0 −3 1
12 24 44 88 170
6 12 22 44 85 171
Written Form
6 12 22 44 85 171
The last row of the synthetic division
6 x 4  12 x3  22 x 2  44 x  85 
171
x2
x  2 6 x 5  2 x 3  3x  1
Math Analysis Notes prepared by Mrs. Atkinson
13
Practice: In 1-2, divide using synthetic division.
1. (x2 – 5x – 5x3 + x4) ÷ (5 + x)
2.
x 7  x5  10 x3  12
x2
The Remainder Theorem
If the polynomial f(x) is divided by x – c, then the remainder is f(c).
Practice: In 1-2, use synthetic division and the Remainder Theorem to find the indicated function value.
 2 
1. f(x) = x3 – 7x2 + 5x – 6; f(3)
2. f(x) = 6x4 + 10x3 + 5x2 + x + 1; f  
 3 
Zeros of Polynomial Functions
After completing section 2-5 you should be able to do the following:
1. Use the Rational Zero Theorem to find possible rational zeros.
2. Find zeros of a polynomial function
3. Solve polynomial equations
4. Use the linear Factorization Theorem to find polynomials with given zeros.
The Rational Zero Theorem
If a polynomial is written in descending order of the variable then a list of possible zeros can be made from:
Possible rational zeros=
Factors of the constant term
Factors of the leading coefficient
Practice: In 1-2, List all possible rational zeros of:
1. f(x) = 12x4 + 4x5 – 3 – x
2. f(x) = x3 + 2x2 – 6
Finding the zeros of the Polynomial Function.
1. Begin by listing all possible rational zeros.
2. Use division to show that the remainder is zero.
 Remember that The Remainder Theorem states the remainder is the value of the function.
Math Analysis Notes prepared by Mrs. Atkinson
14
Practice: Find all the zeros of f(x) = x3 + x2 – 5x – 2
Properties of a Polynomial Equation.
1. Counting the number of roots, zeros, or solutions separately, it should equal the degree (highest exponent on
the variable) of the polynomial.
2. If the polynomial has one complex imaginary root a + bi then it will also have it will also have the conjugate
complex imaginary root a – bi as a root also. Complex imaginary roots, if they exist, occur in conjugate pairs.
Practice: Solve: x4 – 6x3 + 22x2 – 30x + 13 = 0
The Linear Factorization Theorem
If f ( x )  an x n  an 1 x n 1  an  2 x n  2  ....  a1 x  a0 where n ≥ 1 and an ≠ 0, then
f ( x)  an  x  c1  x  c2  .......  x  cn 
Where c1, c2, ….cn are the zeros of the function. In words, an nth degree polynomial can be expressed as the
product of a non zero constant (an) and n linear factors.
Practice: Find an nth degree polynomial function with real coefficients satisfying the given conditions.
1
1. n = 3; 4 and 2i are zeros; f(−1) = −50
2. n = 4; 4, , and 2  3i are zeros; f(1)=100
3
Math Analysis Notes prepared by Mrs. Atkinson
15
Day 16: Section 2-6 Rational Functions and Their Graphs
After completing section 2-6 you should be able to do the following:
1. Find the domain of rational functions
2. Identify vertical asymptotes
3. Identify horizontal asymptotes
4. Identify slant asymptotes
5. Graph rational functions
Finding the Domain of a Rational Function.
Remember there are two things that restrict the domain and they are radical signs on variables and variables in
the denominator of fractions.
1. If you have even indexed radicals set what is under the radical greater than or equal to zero
and solve the resulting inequality for the domain.
2. If you have variables in the denominator set the denominator not equal to zero and sove the
resulting inequality for the domain.
Practice: in 1-3, Find the domain of each rational function. Write answer in interval notation.
x 2  25
x
x4
1. f ( x ) 
2. g ( x )  2
3. h( x )  2
x 5
x 4
x  16
Vertical Asymptotes of Rational Functions
A vertical asymptote is a vertical line in the graph of the rational function that the graph will never intersect.
The graph of a rational function may have no vertical asymptote, one vertical asymptote, or several vertical
asymptote. We will use dashed lines to show asymptotes.
Graph the common function f ( x ) 
1
.
x
Step 1 State Domain
 The value of the domain that is
restricted is the value of the
asymptote(s). If the domain is all real
numbers then the graph of the
rational function has no vertical
asymptote.
Step 2 Graph the vertical asymptote as a
dashed line.
Step 3 Choose 3 x-values smaller and larger
than each vertical asymptote
Step 4 Connect points with smooth curve,
make sure you do not intersect the vertical
asymptote(s).
Math Analysis Notes prepared by Mrs. Atkinson
16
Rational Function
Rational Function are quotients of polynomial functions: f ( x ) 
p( x )
.
q( x )
Locating Vertical Asymptotes.
p( x )
is a rational function in which p(x) and q(x) have no factors and a is a zero of q(x), the
q( x )
denominator, then x = a is a vertical asymptote of the graph of f.
If f ( x ) 

The vertical asymptote is related to the domain. A vertical asymptote will exist at each restriction on the
domain of the rational function as long as the factor that produced the restriction is not a common factor
with the numerator.
Practice: In 1-3, Find the vertical asymptotes, if any, of the graph of each rational function:
x
x 1
x 1
1. f ( x )  2
2. f ( x )  2
3. f ( x )  2
x 1
x 1
x 1
Horizontal Asymptotes of Rational Functions
If a function has a value that x that is restricted in it’s domain, the rational function may be a y-value the that is
also restricted. If a rational function has a restriction in it’s y-value we call that y-value a horizontal asymptote
at y = b, where b equals the y-value that is restricted.
Rules for finding Horizontal Asymptotes:
p( x )
is the rational function then:
q( x )
1. The H.A. is y = 0 if the degree of q(x) is larger than p(x).
2. The H.A. is the ratio of the leading coefficients if the degree of q(x) is equal to the degree of p(x).
3. There is no H.A. if the degree of p(x) is larger than q(x).
Practice: Find the horizontal asymptote, if any, of the graph of each rational function:
9 x2
9 x3
9x
1. f ( x )  2
2. f ( x )  2
3. f ( x )  2
3x  1
3x  1
3x  1
If f ( x ) 
Math Analysis Notes prepared by Mrs. Atkinson
17
Graphing Rational Functions
1. Find vertical asymptote(s) and draw as a dashed vertical line on graph
2. Find horizontal asymptote and draw as a dashed horizontal line on graph
3. Choose 3 points smaller and larger than the for each vertical asymptote.
4. Plot points from step 3 connecting with a smooth curve making sure not to intersect the vertical or horizontal
asymptotes.
Practice: In 1-4, graph each rational function
1. f ( x ) 
1
1
x2
2. f ( x ) 
3x
x2
Math Analysis Notes prepared by Mrs. Atkinson
18
3. f ( x) 
2 x2
x 2 9
Slant Asymptotes.
We have seen that if the degree of the numerator is larger than the denominator then the rational function does
not have a horizontal asymptote. Over it may still have y-values that are restricted.
The graph of a rational function has a slant asymptote if the degree of the numerator is one more than
the degree of the denominator.
The slant asymptote is the equation y = the quotient of the division of the rational function.
2 x2  5x  7
Practice: Find the slant asymptote of f ( x ) 
x2
x2  1
Practice: Graph the rational function: f ( x ) 
x
Math Analysis Notes prepared by Mrs. Atkinson
19
Day 18: Section 2-7 Polynomial and Rational Inequalities
After completing section 2-7 you should be able to do the following:
1. Solve polynomial inequalities
2. Solve rational inequalities
Procedure for Solving Polynomial Inequalities
1. Express the inequality in the form:
2.
3.
4.
5.
f ( x )  0 or f ( x )  0
where f is a polynomial function.
Solve the equation f(x) = 0. The solutions are boundary points.
Locate these boundary points on the number line, thereby dividing the number line into intervals.
Choose one representative number, called a test value, within each interval and evaluate f at that number.
 If the value of f is positive, then f(x) > 0 for all numbers x, in the interval.
 If the value of f is negative, then f(x) < 0 for all numbers x, in the interval.
Write the solution set, selecting the interval or intervals that satisfy the given inequality.
Practice 1-4: Solve each polynomial inequality and graph the solution set on a real number line. Express each solution set in interval
notation.
1. x2 – 5x + 4 > 0
2. 5x ≤ 2 – 3x2
3. (x – 1)(x – 2)(x + 3) > 0
4. x4 + x3 + 4x2 + 4x ≥ 0
Math Analysis Notes prepared by Mrs. Atkinson
20
Solving Rational Inequalities
Procedure for Solving Rational Inequalities
1. Express the inequality so that one side is zero and the other side is a single quotient, if necessary.
2. Set the numerator and the denominator of f equal to zero. These real solutions are the boundary points
3. Locate the boundary points on a number line and separate the line into intervals
4. Choose one test value within each interval and evaluate f at that number.
5. Write the solutions set, selecting the interval or intervals that satisfy the given inequality.
Practice: In 1-4, Solve each rational inequality and graph the solution set on a real number line. Express each solution set in interval
notation.
1.
x5
0
x2
2.
x2  x  6
0
x 1
3.
x2
2
x2
4.
x
0
x2
Math Analysis Notes prepared by Mrs. Atkinson
21
Day 19: Section 2-8 Modeling using Variation
After completing section 2-8 you should be able to do the following:
1. Solve direct variation problems
2. Solve inverse variation problems
3. Solve combined variation problems
4. Solve problems involving joint variation
Direct Variation
If a situation is described by an equation in the form:
y = kx,
where k is a nonzero constant, we say the y varies directly as x. The number k is called the constant of variation.
Procedure for Solving Variation Problems
1. Write an equation that describes the given English statement.
2. Substitute the given pair of values into the equation in step 1 and solve for k, the constant of variation
3. Substitute the value of k into the equation in step 1.
4. Use the equation from step 3 to answer the problem’s question.
Practice:
1. The number of gallons of water, W, used when taking a shower varies directly as the time, t, in minutes, in the shower. A shower
lasting 5 minutes uses 30 gallons of water. How much water is used in a shower lasting 11 minutes?
2. The distance required to stop a car varies directly as the square of its speed. If 200 feet are required to stop a car traveling 60 miles
per hour, how many feet are required to stop a car traveling 100 miles per hour?
Inverse Variation
If a situation is described by an equation in the form
y
k
x
where k is a nonzero constant, we say that y varies inversely as x.
Practice:
1. The length of a violin string varies inversely as the frequency of its vibrations. A violin string 8 inches long vibrates at a frequency
of 640 cycles per second. What is the frequency of a 10-inch string?
Math Analysis Notes prepared by Mrs. Atkinson
22
Combined Variation
Some problems will use both direct variation and inverse variation to relate two variables. When this happens you will only have one
k value.
If a situation is described by an equation in the form
y
kz
x
where k is a nonzero constant, we say that y varies directly with z and inversely with x.
Practice:
1. The number of minutes needed to solve an exercise set of variation problems varies directly as the number of problems and
inversely as the number of people working to solve the problems. It takes 4 people 32 minutes to solve 16 problems. How many
minutes will it take 8 people to solve 24 problems?
Joint Variation
If a situation is described by an equation in the form
y  kxwz
where k is a nonzero constant, we say that y varies jointly with x, w, and z.
Practice:
1. The volume of a cone, V, varies jointly as its height, h, and the square of its radius, r. A cone with a radius measuring 6 feet and a
height measuring 10 feet has a volume of 120π cubic feet. Find the volume of a cone having a radius of 12 feet and a height of 2 feet.
Math Analysis Notes prepared by Mrs. Atkinson
23
Math Analysis
Chapter 2 Review Sheet
Please use a separate sheet of paper to answer the following questions. Show all of your work! NO
WORK = NO CREDIT!
1. Show the process of completing the square to put the quadratic equation into vertex form. Then identify the
vertex. f ( x)  24 x  3  3x 2 .
2. The demand for motors depends on the price per motor. A manufacturer determines that the number of
motors he can sell is d  3 p 2  444 p  80 where p is the price per motor in dollars. At what price will the
demand for motors be at a maximum?
3. Use the leading coefficient test to identify the left and right end behavior of the graph of f ( x)  3x 2  5 x7 .
4. Use long division to divide:
3 x 4  4 x3  4 x 2  x  9
5. Use synthetic division to divide:
x2  x  3
.
 x4  1   x  1 .
6. Find the zeros of the polynomial: 4 x3  3x 2  49 x  12 .
7. Write the complex number in standard form: 2i  9i 2
8. Divide and write the result in standard form:
3  2i
.
4  6i
9. Use the Rational Zero Theorem to determine the possible zeros of: f ( x)  8  2 x  3x 2  5x3  3x 4 .
10. Write the polynomial equation of nth degree with real coefficients given zeros at 1 and 2  5i and
f(3) = 104.
11. Find the zeros of 2 x 4  7 x3  5 x 2  28 x  12 given that (2x – 1) is one of the factors.
12. Determine the maximum number of zeros of: f ( x)  4 x5 (3x3  2 x  1) .
For questions 13-15, find all the zeros of each function.
13. f ( x)  x3  4 x 2  7 x  12 .
14. f ( x)  x 4  34 x 2  225 .
15. f ( x)  x 4  10 x3  26 x 2  10 x  25
Math Analysis Notes prepared by Mrs. Atkinson
24
In 16-20, identify all of the equations of the horizontal, vertical, and slant asymptotes, if any exist. Find
the x- and y-intercepts, if they exist. State the domain of the function in interval notation. Then graph
the function.
16. f ( x) 
18. f ( x) 
20. f ( x) 
x 5
x6
17. f ( x) 
x4
19. f ( x) 
x2  x  6
5
2
x  16
x2
 x 1
x3
x2  4
In 21-22, write the polynomial function in standard form of the function graphed below.
21. The function passes through (1, −6)
22. The function passes through (−1, −4)
Items not on review sheet that will be on exam: 2-7 Solving Polynomial and Rational Inequalities
and 2-8 Variation
Math Analysis Notes prepared by Mrs. Atkinson
25