Chapter 2 Review and Tests

Review

Definitions, Concepts, and Formulas Examples

2.1 The Coordinate Plane

  1. Ordered pair. A pair of numbers in which the order is specified is called an ordered pair of numbers.

  2. Distance formula. The distance between two points P(x1, y1) and Q(x2, y2), denoted by d(P, Q), is given by

    d(P, Q)=(x2x1)2+(y2y1)2.
  3. Midpoint formula. The coordinates of the midpoint M(x, y) on the line segment joining P(x1, y1) and Q(x2, y2) are given by

    M(x, y)=(x1+x22, y1+y22).

Find the distance between the two points P(2, 3) and Q(2, 5).

Solution

d(P, Q)=(22)2+(53)2=16+4=20=25

Find the coordinates of the midpoint M(x, y) on the line segment joining P(3, 8) and Q(7, 1).

Solution

M=(3+72, 8+(1)2)=(2, 72)

2.2 Graphs of Equations

  1. The graph of an equation in two variables, such as x and y, is the set of all ordered pairs (a, b) in the coordinate plane that satisfies the equation. A graph of an equation, then, is a picture of its solution set.

  2. Sketching the graph of an equation by plotting points

    1. Step 1 Make a representative table of solutions of the equation.

    2. Step 2 Plot the solutions as ordered pairs in the coordinate plane.

    3. Step 3 Connect the solutions in Step 2 with a smooth curve.

  3. Intercepts

    1. The x-intercept is the x-coordinate of a point on the graph where the graph touches or crosses the x-axis. To find the x-intercepts, set y=0 in the equation and solve for x.

    2. The y-intercept is the y-coordinate of a point on the graph where the graph touches or crosses the y-axis. To find the y-intercepts, set x=0 in the equation and solve for y.

  4. Symmetry A graph is symmetric with respect to:

    1. the y-axis if for every point (x, y) on the graph, the point (x, y) is also on the graph. That is, replacing x with x in the equation produces an equivalent equation.

    2. the x-axis if for every point (x, y) on the graph, the point (x,y) is also on the graph. That is, replacing y with y in the equation produces an equivalent equation.

    3. the origin if for every point (x, y) on the graph, the point (x,y) is also on the graph. That is, replacing x with x and y with y in the equation produces an equivalent equation.

  5. Circle A circle is the set of points in a Cartesian coordinate plane that are at a fixed distance r from a specified point (h, k). The fixed distance r is called the radius of the circle, and the fixed point (h, k) is called the center of the circle. The equation (xh)2+(yk)2=r2 is called the standard form of an equation of a circle.

    The general form of an equation of a circle is

    x2+y2+ax+by+c=0.

Refer to Example 1 on page 186 to review sketching the graph of an equation by plotting points.

Find the x- and y-intercepts and identify the symmetries for the graph of the equation x2+y2=25, shown below.

Solution

The graph is symmetric with respect to the x-axis, the y-axis, and the origin. Both the x- and y-intercepts are 5 and 5.

Write the equation of a circle:

x2+y2+4x6y3=0

in standard form and give the center and radius of the circle.

Solution

Complete the square by adding both 4 and 9 to both sides of the given equation.

x2+y2+4x6y3=0(x2+4x+4)+(y26y+9)3=4+9(x+2)2+(y3)2=16=42

The center is (2, 3) and the radius is 4.

2.3 Lines

  1. The slope m of a nonvertical line through the points P(x1, y1) and Q(x2, y2) is

    m=riserun=(y-coordinate of Q)(y-coordinate of P)(x-coordinate of Q)(x-coordinate of P)=ΔyΔx=y2y1x2x1.

    The slope of a vertical line is undefined. The slope of a horizontal line is zero.

  2. Equation of a line

    yy1=m(xx1)Point-slope formy=mx+bSlope-intercept formy=kHorizontal linex=hVertical lineax+by+c=0General form
  3. Parallel and perpendicular lines

    Two distinct lines with respective slopes m1 and m2 are

    1. parallel if m1=m2.

    2. perpendicular if m1m2=1.

  4. Linear regression A method for modeling data using linear functions.

Find the slope, m, of the line through the points (4, 8) and (1, 1).

Solution

m=y2y1x2x1=1814=93=3

Convert the general form 2x3y5=0 into the point–slope form of the line equation.

Solution

2x3y5=03y=2x5Add 3y to both sides;interchange sides.y=23x53Divide both sides by 3.

The slope is m=23. The y-intercept is 53.

The x-intercept is 52.  Set y=0 and solve for x.

The slope of any line parallel to the line with equation

2x3y5=0 must also have slope 23, and any perpendicular line must have slope 32.

Review linear regression on page 208.

2.4 Functions

  1. Any set of ordered pairs is a relation. The set of all first components is the domain, and the set of all second components is the range. The graph of all of the ordered pairs is the graph of the relation.

  2. A function is a relation in which each element of the domain corresponds to exactly one element in the range.

  3. If a function f is defined by an equation, then its domain is the largest set of real numbers for which f(x) is a real number.

  4. Vertical-line test. If each vertical line intersects a graph at no more than one point, the graph is the graph of a function.

Shown below is the graph of the relation y=x3, which has the set of all real numbers as both domain and range. The relation y=x3 defines a function because each element of the domain corresponds to exactly one element in the range.

Notice that each vertical line intersects the graph of y=x3 at no more than one point.

The graph of y2=8x shown below does not pass the vertical-line test, so it is not the graph of a function.

2.5 Properties of Functions

  1. Let x1 and x2 be any two numbers in the interval (a, b).

    1. f is increasing on (a, b) if x1<x2 implies f(x1)<f(x2).

    2. f is decreasing on (a, b) if x1>x2 implies f(x1)>f(x2).

    3. f is constant on (a, b) if x1<x2 implies f(x1)=f(x2).

  2. Assume (x1, x2) is an interval in the domain of f containing a number a.

    1. f(a) is relative minimum of f if f(a)f(x) for every x in (x1, x2).

    2. f(a) is relative maximum of f if f(a)f(x) for every x in (x1, x2).

    3. A point (a, b) on the graph of f is a turning point if the graph of f changes direction at (a, b) from increasing to decreasing or from decreasing to increasing.

  3. Suppose that for each x in the domain of f, x is also in the domain of f.

    1. f is called an even function if f(x)=f(x). The graph of an even function is symmetric about the y-axis.

    2. f is called an odd function if f(x)=f(x). The graph of an odd function is symmetric about the origin.

  4. The average rate of change of f(x) as x changes from a to b is defined by f(b)f(a)ba, ba.

  5. The expression f(x)f(a)xa, xa, is called a difference quotient at a. The expression f(x+h)f(h)h, h0, is also called a difference quotient.

The graph of f(x)=x2 is decreasing on (, 0) and increasing on (0, ), f(0)=0 is a relative minimum of f, and (0, 0) is turning point. Also, because f(x)=(x)2=x2, f(x)=f(x) and f is an even function.

Find the average rate of change of f(x)=x2 as x changes from 3 to 1.

Solution

The average rate of change is:

f(1)f(3)1(3)=194=2.

2.6 A Library of Functions

  1. Basic Functions

    Identity function f(x)=x
    Constant function f(x)=c
    Squaring function f(x)=x2
    Cubing function f(x)=x3
    Absolute value function f(x)=|x|
    Square root function f(x)=x
    Cube root function f(x)=x3
    Reciprocal function f(x)=1x
    Reciprocal square function f(x)=1x2
    Greatest integer function f(x)=x
  2. For piecewise functions, different rules are used in different parts of the domain. See page 253.

Refer to the Library of Functions in Section 2.6. The graphs of the basic functions can also be found on the final pages just inside the back cover of the text.

2.7 Transformations of Functions

  1. Vertical and horizontal shifts. Let f be a function and c and d be positive numbers.

    To graph Shift the graph of f
    f(x)+d up d units
    f(x)d down d units
    f(xc) right c units
    f(x+c) left c units
  2. Reflections:

    To graph Reflect the graph of f about the
    f(x) x-axis
    f(x) y-axis
  3. Stretching and compressing. The graph of g(x)=af(x) for a>0 has the same shape as the graph of f(x) and is stretched vertically away from the x-axis if a>1 and compressed vertically toward the x-axis if 0<a<1. If a is negative, the graph of |a| f(x) is reflected about the x-axis.

    The graph of g(x)=f(bx) for b>0 is obtained from the graph of f by stretching it away from the y-axis if 0<b<1 and compressing it horizontally toward the y-axis if b>1. If b is negative, the graph of f(|b|x) is reflected about the y-axis.

Stretch the graph of f(x)=3x1.

Solution

The graph of f(x)=3x1 is the graph of f(x)=x reflected about the y-axis, then reflected about the x-axis, stretched vertically by a factor of 3, and then shifted 1 unit down.

2.8 Combining Functions; Composite Functions

  1. Given two functions f and g, for all values of x for which both f(x) and g(x) are defined, the functions can be combined to form sum, difference, product, and quotient functions.

  2. The composition of f and g is defined by (fg)(x)=f(g(x)).

    The input of f is the output of g. The domain of fg is the set of all x in the domain of g such that g(x) is in the domain of f.

    In general, fggf.

Let f(x)=x25x+4 and g(x)=x4.

Find f+g, fg, fg, and fg and the domain of each function.

Solution

(f+g)(x)=x24x(fg)(x)=x26x+8(fg)(x)=x39x2+24x16(fg)(x)=x25x+4x4=(x4)(x1)x4=x1, x4

The domain of f+g, fg, and fg is (, ).

The domain of fg is (, 4)(4, ).

Let f(x)=x23 and g(x)=x. Find fg and its domain.

Solution

(fg)(x)=f(g(x))=(x)23=x3, x0.

The domain of fg is [0, ).

2.9 Inverse Functions

  1. A function f is one-to-one if for any x1 and x2 in the domain of f, f(x1)=f(x2) implies x1=x2.

  2. Horizontal-line test. If each horizontal line intersects the graph of a function f in at most one point, then f is a one-to-one function.

  3. Inverse function. Let f be a one-to-one function. Then g is the inverse of f, and we write g=f1 if (fg)(x)=x for every x in the domain of g and (gf )(x)=x for every x in the domain of f. The graph of f1 is the reflection of the graph of f about the line y=x.

  4. If f is a one-to-one function, we find f1 by the four-step procedure on page 299.

The function f(x)=x2 is not a one-to-one function because, for example, y=4 corresponds to both x=2 and x=2. That is, f(2)=f(2) but 22.

Determine that f(x)=3x6 is a one-to-one function. Find.

Solution

The graph of f(x)=3x6 is a straight line with slope 3. By the horizontal-line test f is a one-to-one function.

To find the inverse of f:

f(x)=3x6Given function
  1. y=3x6Replace f(x) with y.

  2. x=3y6Interchange x and y.

  3. y=x+63Solve for y.

  4. f1(x)=13x+2x+63=x3+63=x3+2Replace y with f1(x).

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset