2 1 Quadratic Functions and Models Copyright Cengage

  • Slides: 30
Download presentation
2. 1 Quadratic Functions and Models Copyright © Cengage Learning. All rights reserved.

2. 1 Quadratic Functions and Models Copyright © Cengage Learning. All rights reserved.

Objectives Analyze graphs of quadratic functions. Write quadratic functions in standard form and use

Objectives Analyze graphs of quadratic functions. Write quadratic functions in standard form and use the results to sketch graphs of functions. Find minimum and maximum values of quadratic functions in real-life applications. 2

The Graph of a Quadratic Function 3

The Graph of a Quadratic Function 3

The Graph of a Quadratic Function In this section, you will study the graphs

The Graph of a Quadratic Function In this section, you will study the graphs of polynomial functions. You were introduced to the following basic functions. f (x) = ax + b Linear function f (x) = c Constant function f (x) = x 2 Squaring function These functions are examples of polynomial functions. 4

The Graph of a Quadratic Function Polynomial functions are classified by degree. For instance,

The Graph of a Quadratic Function Polynomial functions are classified by degree. For instance, a constant function f (x) = c with c 0 has degree 0, and a linear function f (x) = ax + b with a 0 has degree 1. In this section, you will study second-degree polynomial functions, which are called quadratic functions. 5

The Graph of a Quadratic Function For instance, each of the following functions is

The Graph of a Quadratic Function For instance, each of the following functions is a quadratic function. f (x) = x 2 + 6 x + 2 g(x) = 2(x + 1)2 – 3 h(x) = 9 + x 2 k(x) = – 3 x 2 + 4 m(x) = (x – 2)(x + 1) Note that the squaring function is a simple quadratic function that has degree 2. 6

The Graph of a Quadratic Function The graph of a quadratic function is a

The Graph of a Quadratic Function The graph of a quadratic function is a special type of “U” -shaped curve called a parabola. Parabolas occur in many real-life applications—especially those involving reflective properties of satellite dishes and flashlight reflectors. 7

The Graph of a Quadratic Function All parabolas are symmetric with respect to a

The Graph of a Quadratic Function All parabolas are symmetric with respect to a line called the axis of symmetry, or simply the axis of the parabola. The point where the axis intersects the parabola is the vertex of the parabola, as shown below. Leading coefficient is positive. Leading coefficient is negative. 8

The Graph of a Quadratic Function When the leading coefficient is positive, the graph

The Graph of a Quadratic Function When the leading coefficient is positive, the graph of f (x) = ax 2 + bx + c is a parabola that opens upward. When the leading coefficient is negative, the graph of f (x) = ax 2 + bx + c is a parabola that opens downward. 9

The Graph of a Quadratic Function The simplest type of quadratic function is f

The Graph of a Quadratic Function The simplest type of quadratic function is f (x) = ax 2. Its graph is a parabola whose vertex is (0, 0). When a > 0, the vertex is the point with the minimum y-value on the graph, and when a < 0, the vertex is the point with the maximum yvalue on the graph, as shown below. Leading coefficient is positive. Leading coefficient is negative. 10

The Graph of a Quadratic Function When sketching the graph of f (x) =

The Graph of a Quadratic Function When sketching the graph of f (x) = ax 2, it is helpful to use the graph of y = x 2 as a reference. 11

Example 1 – Sketching Graphs of Quadratic Functions Sketch the graph of each quadratic

Example 1 – Sketching Graphs of Quadratic Functions Sketch the graph of each quadratic function and compare it with the graph of y = x 2. a. f (x) = x 2. b. g(x) = 2 x 2. Solution: a. Compared with y = x 2, each output of f (x) = x 2 “shrinks” by a factor of , creating the broader parabola shown in Figure 2. 1 12

Example 1 – Solution cont’d b. Compared with y = x 2, each output

Example 1 – Solution cont’d b. Compared with y = x 2, each output of g(x) = 2 x 2 “stretches” by a factor of 2, creating the narrower parabola shown in Figure 2. 2 13

The Graph of a Quadratic Function In Example 1, note that the coefficient a

The Graph of a Quadratic Function In Example 1, note that the coefficient a determines how wide the parabola f (x) = ax 2 opens. When | a | is small, the parabola opens wider than when | a | is large. 14

The Graph of a Quadratic Function We know that the graphs of y =

The Graph of a Quadratic Function We know that the graphs of y = f (x ± c), y = f (x) ± c, y = f (–x), y = –f (x) are rigid transformations of the graph of y = f (x). 15

The Graph of a Quadratic Function For instance, in the figures below, notice how

The Graph of a Quadratic Function For instance, in the figures below, notice how the graph of y = x 2 can be transformed to produce the graphs of f (x) = –x 2 + 1 and g(x) = (x + 2)2 – 3. Reflection in x-axis followed by an upward shift of one unit Left shift of two units followed by a downward shift of three units 16

The Standard Form of a Quadratic Function 17

The Standard Form of a Quadratic Function 17

The Standard Form of a Quadratic Function The standard form of a quadratic function

The Standard Form of a Quadratic Function The standard form of a quadratic function is f (x) = a(x – h)2 + k. This form is especially convenient for sketching a parabola because it identifies the vertex of the parabola as (h, k). 18

The Standard Form of a Quadratic Function To graph a parabola, it is helpful

The Standard Form of a Quadratic Function To graph a parabola, it is helpful to begin by writing the quadratic function in standard form using the process of completing the square, as illustrated in Example 2. 19

Steps for Completing the Square 20

Steps for Completing the Square 20

Example 2 – Using Standard Form to Graph a Parabola Sketch the graph of

Example 2 – Using Standard Form to Graph a Parabola Sketch the graph of f (x) = 2 x 2 + 8 x + 7. Identify the vertex and the axis of the parabola. Solution: Begin by writing the quadratic function in standard form. Notice that the first step in completing the square is to factor out any coefficient of x 2 that is not 1. f (x) = 2 x 2 + 8 x + 7 = 2(x 2 + 4 x) + 7 Write original function. Factor 2 out of x-terms. 21

Example 2 – Solution = 2(x 2 + 4 x + 4 – 4)

Example 2 – Solution = 2(x 2 + 4 x + 4 – 4) + 7 cont’d Add and subtract 4 within parentheses. After adding and subtracting 4 within the parentheses, you must now regroup the terms to form a perfect square trinomial. The – 4 can be removed from inside the parentheses; however, because of the 2 outside of the parentheses, you must multiply – 4 by 2, as shown below. f (x) = 2(x 2 + 4 x + 4) – 2(4) + 7 Regroup terms. 22

Example 2 – Solution cont’d = 2(x 2 + 4 x + 4) –

Example 2 – Solution cont’d = 2(x 2 + 4 x + 4) – 8 + 7 Simplify. = 2(x + 2)2 – 1 Write in standard form. From this form, you can see that the graph of f is a parabola that opens upward and has its vertex at (– 2, – 1). This corresponds to a left shift of two units and a downward shift of one unit relative to the graph of y = 2 x 2, as shown in Figure 2. 3 23

Example 2 – Solution cont’d In the figure, you can see that the axis

Example 2 – Solution cont’d In the figure, you can see that the axis of the parabola is the vertical line through the vertex, x = – 2. 24

The Standard Form of a Quadratic Function To find the x-intercepts of the graph

The Standard Form of a Quadratic Function To find the x-intercepts of the graph of f (x) = ax 2 + bx + c, you must solve the equation ax 2 + bx + c = 0. When ax 2 + bx + c does not factor, you can use the Quadratic Formula to find the x-intercepts. Remember, however, that a parabola may not have x-intercepts. 25

Checkpoint 3 26

Checkpoint 3 26

Finding Minimum and Maximum Values 27

Finding Minimum and Maximum Values 27

Finding Minimum and Maximum Values Many applications involve finding the maximum or minimum value

Finding Minimum and Maximum Values Many applications involve finding the maximum or minimum value of a quadratic function. By completing the square of the quadratic function f (x) = ax 2 + bx + c, you can rewrite the function in standard form Standard form 28

Finding Minimum and Maximum Values So, the vertex of the graph of f is

Finding Minimum and Maximum Values So, the vertex of the graph of f is implies the following. , which 29

Checkpoint 5 30

Checkpoint 5 30