Section 2.3. Solving a System of Equations Graphically: Solving Systems of Equations by Substitution: Example: Solve by substitution

Size: px
Start display at page:

Download "Section 2.3. Solving a System of Equations Graphically: Solving Systems of Equations by Substitution: Example: Solve by substitution"

Transcription

1 Section 2.3 Systems of Linear Equations in Two Variables Solving a System of Equations Graphically: 1. Solve both equations for y and graph in Y1 and Y2. 2. Find the point of intersection. Example: Solve graphically: 2x - 4y = 6 3x + 5y = 20 Solving Systems of Equations by Substitution: 1. Solve one equation for one variable. 2. Substitute the expression into the other equation to give an equation with one variable. 3. Solve for the variable. 4. Substitute into one of the original equations to find the value of the other variable. Example: Solve by substitution 2x - 3y = 2 y = 5x - 18

2 Example: Solve by substitution: 4x - 5y = -17 3x + 2y = - 7 Solving Systems of Equations by Elimination 1. If necessary, multiply one or both equations to make the coefficients of one variable equal and of opposite sign. 2. Add the equations to eliminate one variable. 3. Solve for the variable in the resulting equation. 4. Substitute into one of the original equations to find the other variable. Example: Solve by elimination 3x + 4y = 10 4x - 2y = 6 Example: Solve by elimination 3y = 5-3x 2x + 4y = 8

3 Dependent Systems Solve: 3x - 2y = 4 6x - 4y = 8 Inconsistent Systems Solve: 3x - 2y = 4 6x - 4y = 20 This system is dependent. Both equations represent the same line. There are many solutions. This system is inconsistent. The two equations represent parallel lines. There is no solution. Applications: A jewelry maker has a total revenue given by R = 89.75x and incurs a total cost of C = 23.50x , where x is the number of bracelets produced and sold. Applications: Joe has 39 coins, all nickels or dimes. The value of the coins is $2.70. How many nickels are there and how many dimes? Use graphical methods to find the number of units that gives break-even for the product.

4 Section 3.1 Quadratic Functions and Parabolas What is a quadratic function? A quadratic function can be written in the form: f(x) = ax 2 + bx + c where a, b, and c are real numbers and a is not zero. Is it quadratic? a) - 2x 2 + 7x b) 3x 3 + 4x 2-9 Parabolas and concavity The graph of a quadratic function is a parabola. y = ax 2 + bx + c If a is positive: the parabola is concave up and the vertex is a. If a is negative: the parabola is concave down and the vertex is a. Determining concavity: For each of the following, a) determine if the graph is concave up or concave down, and b) determine if the vertex of the graph is a maximum point or a minimum point. 1. f(x) = x 2 + 4x g(x) = -5x 2-6x h(x) = -2x 2-4x + 6

5 Finding the vertex of a parabola For the graph of y = ax 2 + bx + c, The x-coordinate of the vertex is The y-coordinate of the vertex can be found by evaluating the function at the x-coordinate. The vertex can also be found graphically using "maximum" or "minimum" Find the vertex: a) f(x) = -2x 2-4x + 6 Examples: Find the vertex: b) y = x 2 + 4x + 4 c) y = 3x + 18x 2 d) y = x x Applications: Suppose the monthly revenue from the sale of televisions is given by the function R(x) = -0.1x x dollars a) Find the vertex and determine if it is a maximum or minimum point. b) Interpret the vertex in the context of the application. c) Graph the function. d) For what x-values is the function increasing? Decreasing?

6 Applications A grapefruit is thrown upward from the top of a building and the height can be modeled by the function: S = -16t t a) Find the t-coordinate and the S-coordinate of the vertex of the graph of the function. b) Graph the model. c) Explain the meaning of the coordinates of the vertex for this model. Supplement: Factoring Factor the following: x 2-8x + 15 x 2-2x x 2-5x - 2 5x 2-6x - 8 4x 2-25

7 Section 3.2 Solving Quadratic Equations Quadratic Equations A quadratic equation can be written in the form: ax 2 + bx + c = 0 We will solve them using several methods: 1. Factoring 2. Graphing and finding x-intercepts 3. Quadratic Formula Solving by factoring Zero product property: If ab = 0, then a = 0 or b = 0. Solve by factoring: a) 3x 2 + 7x = 6 b) x 2-11x + 28 = 0 c) 5x x - 30 = 0 Solve by Graphing The official method: 1. Make sure the equation equals zero 2. Graph in Y1 and adjust the window 3. Use 2nd > Calc > Zero to find the x-intercepts. Alternate method: 1. Type the function into Y1 2. Let Y2 = 0 (or the other side of the eqn) 3. Graph and find the intersection(s).

8 Examples Use a graphing utility to find the x-intercepts of the graph of the function: Write answers as integers or reduced fractions. The Quadratic Formula: If ax 2 + bx + c = 0, then: a) y = 5x 2-14x + 8 b) y = x 2-6x - 27 Example: Solve using the quadratic formula: 3x + 2x 2 = -1 The discriminant Discriminant = b 2-4ac If b 2-4ac > 0, there are 2 real solutions. If b 2-4ac = 0, there is 1 real solution. If b 2-4ac < 0, there is no real solution. Example: How many solutions are there to x 2-6x + 9 = 0?

9 Applications A watermelon is thrown upward and the height of the ball can be modeled by S = t - 16t 2, where t is time in seconds and height is in feet. How long after the watermelon is thrown is the height 32 feet? Applications The number of admissions to hospitals in a country is given by A(t) = t t thousand people where t = number of years after a) By how much did the number of hospital admissions change between 1992 and 1995? b) Find in what year after 1983 the number of admissions was 32,410,000. Super-secret alternate method to solving quadratic equations! Write a calculator program: PRGM > NEW > Create New Name = QUADR To get input/output commands such as "Prompt" and "Disp", use PRGM > I/O PROGRAM: QUADR : Prompt A : Prompt B : Prompt C : (-B - (B 2-4*A*C)) / (2A) X : (-B + (B 2-4*A*C)) / (2A) Y : Disp X : Disp Y To get an arrow, use the STO button

10 Section 3.4 Quadratic Models Quadratic Regression To construct a quadratic model that best fits a set of data: 1. Enter the data in L1 and L2. 2. Stat > Calc > QuadReg 3. Type a "Y1" after QuadReg to store the equation in Y1. Mobile Internet Advertising Dollar value of the U.S. mobile Internet advertising market for Year Advertising Market (billions of dollars) Year Advertising Market (billions of dollars) Continued... a) Create a scatter plot of the data. b) Find the quadratic function that best fits the data, with x being the number of years after c) Graph the aligned data and the model on the same axes. Does this model seem like a reasonable fit?

11 And more... d) Use the model to find the year in which the mobile Internet advertising market is projected to reach $3 billion. e) Use the model to predict the mobile Internet advertising market in Average Error Instructions for calculating average error can be found on your green sheet. Calculate the SSE and average error for the Mobile Internet Advertising quadratic model. Find the linear model that best fits the Mobile Internet Advertising data and calculate the SSE and average error. Citadel In-state Tuition The following table gives the cost of tuition and fees at the Citadel from Year Tuition and fees Year Tuition and fees Citadel Tuition a) Find the quadratic model that best fits the data. b) Estimate the tuition (using your model) for the year c) Calculate the SSE and average error for your model.

UNIT 3 EXPRESSIONS AND EQUATIONS Lesson 3: Creating Quadratic Equations in Two or More Variables

UNIT 3 EXPRESSIONS AND EQUATIONS Lesson 3: Creating Quadratic Equations in Two or More Variables Guided Practice Example 1 Find the y-intercept and vertex of the function f(x) = 2x 2 + x + 3. Determine whether the vertex is a minimum or maximum point on the graph. 1. Determine the y-intercept. The

More information

3.1 INTRODUCTION TO THE FAMILY OF QUADRATIC FUNCTIONS

3.1 INTRODUCTION TO THE FAMILY OF QUADRATIC FUNCTIONS 3.1 INTRODUCTION TO THE FAMILY OF QUADRATIC FUNCTIONS Finding the Zeros of a Quadratic Function Examples 1 and and more Find the zeros of f(x) = x x 6. Solution by Factoring f(x) = x x 6 = (x 3)(x + )

More information

6.4 Vertex Form of a Quadratic Function

6.4 Vertex Form of a Quadratic Function 6.4 Vertex Form of a Quadratic Function Recall from 6.1 and 6.2: Standard Form The standard form of a quadratic is: f(x) = ax 2 + bx + c or y = ax 2 + bx + c where a, b, and c are real numbers and a 0.

More information

Quadratic Equations. Learning Objectives. Quadratic Function 2. where a, b, and c are real numbers and a 0

Quadratic Equations. Learning Objectives. Quadratic Function 2. where a, b, and c are real numbers and a 0 Quadratic Equations Learning Objectives 1. Graph a quadratic function using transformations. Identify the vertex and axis of symmetry of a quadratic function 3. Graph a quadratic function using its vertex,

More information

NO CALCULATOR ON ANYTHING EXCEPT WHERE NOTED

NO CALCULATOR ON ANYTHING EXCEPT WHERE NOTED Algebra II (Wilsen) Midterm Review NO CALCULATOR ON ANYTHING EXCEPT WHERE NOTED Remember: Though the problems in this packet are a good representation of many of the topics that will be on the exam, this

More information

UNIT 8: SOLVING AND GRAPHING QUADRATICS. 8-1 Factoring to Solve Quadratic Equations. Solve each equation:

UNIT 8: SOLVING AND GRAPHING QUADRATICS. 8-1 Factoring to Solve Quadratic Equations. Solve each equation: UNIT 8: SOLVING AND GRAPHING QUADRATICS 8-1 Factoring to Solve Quadratic Equations Zero Product Property For all numbers a & b Solve each equation: If: ab 0, 1. (x + 3)(x 5) = 0 Then one of these is true:

More information

UNIT 2 QUADRATIC FUNCTIONS AND MODELING Lesson 2: Interpreting Quadratic Functions. Instruction. Guided Practice Example 1

UNIT 2 QUADRATIC FUNCTIONS AND MODELING Lesson 2: Interpreting Quadratic Functions. Instruction. Guided Practice Example 1 Guided Practice Example 1 A local store s monthly revenue from T-shirt sales is modeled by the function f(x) = 5x 2 + 150x 7. Use the equation and graph to answer the following questions: At what prices

More information

Lesson 8 Introduction to Quadratic Functions

Lesson 8 Introduction to Quadratic Functions Lesson 8 Introduction to Quadratic Functions We are leaving exponential and logarithmic functions behind and entering an entirely different world. As you work through this lesson, you will learn to identify

More information

But a vertex has two coordinates, an x and a y coordinate. So how would you find the corresponding y-value?

But a vertex has two coordinates, an x and a y coordinate. So how would you find the corresponding y-value? We will work with the vertex, orientation, and x- and y-intercepts of these functions. Intermediate algebra Class notes More Graphs of Quadratic Functions (section 11.6) In the previous section, we investigated

More information

Y. Butterworth Lehmann & 9.2 Page 1 of 11

Y. Butterworth Lehmann & 9.2 Page 1 of 11 Pre Chapter 9 Coverage Quadratic (2 nd Degree) Form a type of graph called a parabola Form of equation we'll be dealing with in this chapter: y = ax 2 + c Sign of a determines opens up or down "+" opens

More information

3x 2 + 7x + 2. A 8-6 Factor. Step 1. Step 3 Step 4. Step 2. Step 1 Step 2 Step 3 Step 4

3x 2 + 7x + 2. A 8-6 Factor. Step 1. Step 3 Step 4. Step 2. Step 1 Step 2 Step 3 Step 4 A 8-6 Factor. Step 1 3x 2 + 7x + 2 Step 2 Step 3 Step 4 3x 2 + 7x + 2 3x 2 + 7x + 2 Step 1 Step 2 Step 3 Step 4 Factor. 1. 3x 2 + 4x +1 = 2. 3x 2 +10x + 3 = 3. 3x 2 +13x + 4 = A 8-6 Name BDFM? Why? Factor.

More information

3.1 Quadratic Functions and Models

3.1 Quadratic Functions and Models 3.1 Quadratic Functions and Models Objectives: 1. Identify the vertex & axis of symmetry of a quadratic function. 2. Graph a quadratic function using its vertex, axis and intercepts. 3. Use the maximum

More information

9.1: GRAPHING QUADRATICS ALGEBRA 1

9.1: GRAPHING QUADRATICS ALGEBRA 1 9.1: GRAPHING QUADRATICS ALGEBRA 1 OBJECTIVES I will be able to graph quadratics: Given in Standard Form Given in Vertex Form Given in Intercept Form What does the graph of a quadratic look like? https://www.desmos.com/calculator

More information

2.1 Quadraticsnts.notebook. September 10, 2018

2.1 Quadraticsnts.notebook. September 10, 2018 1 A quadratic function is a polynomial function of second degree. The graph of a quadratic function is called a parabola. 2 Standard Form: Intercept Form: Vertex Form: f(x) = a(x h) 2 + k vertex: (h, k)

More information

Section 3.3. Analyzing Graphs of Quadratic Functions

Section 3.3. Analyzing Graphs of Quadratic Functions Section 3.3 Analyzing Graphs of Quadratic Functions Introduction Definitions A quadratic function is a function with the form f (x) = ax 2 + bx + c, where a 0. Definitions A quadratic function is a function

More information

MATH 1101 Exam 4 Review. Spring 2018

MATH 1101 Exam 4 Review. Spring 2018 MATH 1101 Exam 4 Review Spring 2018 Topics Covered Section 6.1 Introduction to Polynomial Functions Section 6.2 The Behavior of Polynomial Functions Section 6.3 Modeling with Polynomial Functions What

More information

EXERCISE SET 10.2 MATD 0390 DUE DATE: INSTRUCTOR

EXERCISE SET 10.2 MATD 0390 DUE DATE: INSTRUCTOR EXERCISE SET 10. STUDENT MATD 090 DUE DATE: INSTRUCTOR You have studied the method known as "completing the square" to solve quadratic equations. Another use for this method is in transforming the equation

More information

Unit 2-2: Writing and Graphing Quadratics NOTE PACKET. 12. I can use the discriminant to determine the number and type of solutions/zeros.

Unit 2-2: Writing and Graphing Quadratics NOTE PACKET. 12. I can use the discriminant to determine the number and type of solutions/zeros. Unit 2-2: Writing and Graphing Quadratics NOTE PACKET Name: Period Learning Targets: Unit 2-1 12. I can use the discriminant to determine the number and type of solutions/zeros. 1. I can identify a function

More information

Chapter 6 Practice Test

Chapter 6 Practice Test MPM2D Mr. Jensen Chapter 6 Practice Test Name: Standard Form 2 y= ax + bx+ c Factored Form y= a( x r)( x s) Vertex Form 2 y= a( x h) + k Quadratic Formula ± x = 2 b b 4ac 2a Section 1: Multiply Choice

More information

Algebra II Quadratic Functions

Algebra II Quadratic Functions 1 Algebra II Quadratic Functions 2014-10-14 www.njctl.org 2 Ta b le o f C o n te n t Key Terms click on the topic to go to that section Explain Characteristics of Quadratic Functions Combining Transformations

More information

Section 2.1 Graphs. The Coordinate Plane

Section 2.1 Graphs. The Coordinate Plane Section 2.1 Graphs The Coordinate Plane Just as points on a line can be identified with real numbers to form the coordinate line, points in a plane can be identified with ordered pairs of numbers to form

More information

Test 3 review SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

Test 3 review SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Test 3 review SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Approximate the coordinates of each turning point by graphing f(x) in the standard viewing

More information

Algebra II Chapter 4: Quadratic Functions and Factoring Part 1

Algebra II Chapter 4: Quadratic Functions and Factoring Part 1 Algebra II Chapter 4: Quadratic Functions and Factoring Part 1 Chapter 4 Lesson 1 Graph Quadratic Functions in Standard Form Vocabulary 1 Example 1: Graph a Function of the Form y = ax 2 Steps: 1. Make

More information

Name: Chapter 7 Review: Graphing Quadratic Functions

Name: Chapter 7 Review: Graphing Quadratic Functions Name: Chapter Review: Graphing Quadratic Functions A. Intro to Graphs of Quadratic Equations: = ax + bx+ c A is a function that can be written in the form = ax + bx+ c where a, b, and c are real numbers

More information

Unit 3, Lesson 3.1 Creating and Graphing Equations Using Standard Form

Unit 3, Lesson 3.1 Creating and Graphing Equations Using Standard Form Unit 3, Lesson 3.1 Creating and Graphing Equations Using Standard Form Imagine the path of a basketball as it leaves a player s hand and swooshes through the net. Or, imagine the path of an Olympic diver

More information

Quadratic Functions, Part 1

Quadratic Functions, Part 1 Quadratic Functions, Part 1 A2.F.BF.A.1 Write a function that describes a relationship between two quantities. A2.F.BF.A.1a Determine an explicit expression, a recursive process, or steps for calculation

More information

F.BF.B.3: Graphing Polynomial Functions

F.BF.B.3: Graphing Polynomial Functions F.BF.B.3: Graphing Polynomial Functions 1 Given the graph of the line represented by the equation f(x) = 2x + b, if b is increased by 4 units, the graph of the new line would be shifted 4 units 1) right

More information

1. Answer: x or x. Explanation Set up the two equations, then solve each equation. x. Check

1. Answer: x or x. Explanation Set up the two equations, then solve each equation. x. Check Thinkwell s Placement Test 5 Answer Key If you answered 7 or more Test 5 questions correctly, we recommend Thinkwell's Algebra. If you answered fewer than 7 Test 5 questions correctly, we recommend Thinkwell's

More information

Section 1.1: Functions and Models

Section 1.1: Functions and Models Section 1.1: Functions and Models Definition: A function is a rule that assigns to each element of one set (called the domain) exactly one element of a second set (called the range). A function can be

More information

Section 6.2: Properties of Graphs of Quadratic Functions. Vertex:

Section 6.2: Properties of Graphs of Quadratic Functions. Vertex: Section 6.2: Properties of Graphs of Quadratic Functions determine the vertex of a quadratic in standard form sketch the graph determine the y intercept, x intercept(s), the equation of the axis of symmetry,

More information

Chapter 2. Polynomial and Rational Functions. 2.2 Quadratic Functions

Chapter 2. Polynomial and Rational Functions. 2.2 Quadratic Functions Chapter 2 Polynomial and Rational Functions 2.2 Quadratic Functions 1 /27 Chapter 2 Homework 2.2 p298 1, 5, 17, 31, 37, 41, 43, 45, 47, 49, 53, 55 2 /27 Chapter 2 Objectives Recognize characteristics of

More information

Worksheet Practice PACKET

Worksheet Practice PACKET Unit 2-2: Writing and Graphing Quadratics Worksheet Practice PACKET Name: Period Learning Targets: Unit 2-1 12. I can use the discriminant to determine the number and type of solutions/zeros. 1. I can

More information

Sect 3.1 Quadratic Functions and Models

Sect 3.1 Quadratic Functions and Models Objective 1: Sect.1 Quadratic Functions and Models Polynomial Function In modeling, the most common function used is a polynomial function. A polynomial function has the property that the powers of the

More information

Lesson 1: Analyzing Quadratic Functions

Lesson 1: Analyzing Quadratic Functions UNIT QUADRATIC FUNCTIONS AND MODELING Lesson 1: Analyzing Quadratic Functions Common Core State Standards F IF.7 F IF.8 Essential Questions Graph functions expressed symbolically and show key features

More information

2.5: GRAPHS OF EXPENSE AND REVENUE FUNCTIONS OBJECTIVES

2.5: GRAPHS OF EXPENSE AND REVENUE FUNCTIONS OBJECTIVES Section 2.5: GRAPHS OF EXPENSE AND REVENUE FUNCTIONS OBJECTIVES Write, graph and interpret the expense function. Write, graph and interpret the revenue function. Identify the points of intersection of

More information

Quiz 1 Review: Quadratics through 4.2.2

Quiz 1 Review: Quadratics through 4.2.2 Name: Class: Date: ID: A Quiz 1 Review: Quadratics 4.1.1 through 4.2.2 Graph each function. How is each graph a translation of f(x) = x 2? 1. y = x 2 + 2 2. y = (x 3) 2 3. y = (x + 3) 2 + 4 4. Which is

More information

Graphing Absolute Value Functions

Graphing Absolute Value Functions Graphing Absolute Value Functions To graph an absolute value equation, make an x/y table and plot the points. Graph y = x (Parent graph) x y -2 2-1 1 0 0 1 1 2 2 Do we see a pattern? Desmos activity: 1.

More information

LINEAR REGRESSION (Finding a best-fit line)

LINEAR REGRESSION (Finding a best-fit line) Intro to the TI calculator TI-85 LINEAR REGRESSION (Finding a best-fit line) Q: According to the Toys R Us 1995 annual report, the number of stores between the years 1984 and 1994 is shown in the following

More information

1. a. After inspecting the equation for the path of the winning throw, which way do you expect the parabola to open? Explain.

1. a. After inspecting the equation for the path of the winning throw, which way do you expect the parabola to open? Explain. Name Period Date More Quadratic Functions Shot Put Activity 3 Parabolas are good models for a variety of situations that you encounter in everyday life. Example include the path of a golf ball after it

More information

Let s review some things we learned earlier about the information we can gather from the graph of a quadratic.

Let s review some things we learned earlier about the information we can gather from the graph of a quadratic. Section 6: Quadratic Equations and Functions Part 2 Section 6 Topic 1 Observations from a Graph of a Quadratic Function Let s review some things we learned earlier about the information we can gather from

More information

Today is the last day to register for CU Succeed account AND claim your account. Tuesday is the last day to register for my class

Today is the last day to register for CU Succeed account AND claim your account. Tuesday is the last day to register for my class Today is the last day to register for CU Succeed account AND claim your account. Tuesday is the last day to register for my class Back board says your name if you are on my roster. I need parent financial

More information

Unit 6 Quadratic Functions

Unit 6 Quadratic Functions Unit 6 Quadratic Functions 12.1 & 12.2 Introduction to Quadratic Functions What is A Quadratic Function? How do I tell if a Function is Quadratic? From a Graph The shape of a quadratic function is called

More information

5.6 Exercises. Section 5.6 Optimization Find the exact maximum value of the function f(x) = x 2 3x.

5.6 Exercises. Section 5.6 Optimization Find the exact maximum value of the function f(x) = x 2 3x. Section 5.6 Optimization 541 5.6 Exercises 1. Find the exact maximum value of the function fx) = x 2 3x. 2. Find the exact maximum value of the function fx) = x 2 5x 2. 3. Find the vertex of the graph

More information

Section 9.3 Graphing Quadratic Functions

Section 9.3 Graphing Quadratic Functions Section 9.3 Graphing Quadratic Functions A Quadratic Function is an equation that can be written in the following Standard Form., where a 0. Every quadratic function has a U-shaped graph called a. If the

More information

Student Exploration: Quadratics in Polynomial Form

Student Exploration: Quadratics in Polynomial Form Name: Date: Student Exploration: Quadratics in Polynomial Form Vocabulary: axis of symmetry, parabola, quadratic function, vertex of a parabola Prior Knowledge Questions (Do these BEFORE using the Gizmo.)

More information

y 1 ) 2 Mathematically, we write {(x, y)/! y = 1 } is the graph of a parabola with 4c x2 focus F(0, C) and directrix with equation y = c.

y 1 ) 2 Mathematically, we write {(x, y)/! y = 1 } is the graph of a parabola with 4c x2 focus F(0, C) and directrix with equation y = c. Ch. 10 Graphing Parabola Parabolas A parabola is a set of points P whose distance from a fixed point, called the focus, is equal to the perpendicular distance from P to a line, called the directrix. Since

More information

Unit 2: Functions and Graphs

Unit 2: Functions and Graphs AMHS Precalculus - Unit 16 Unit : Functions and Graphs Functions A function is a rule that assigns each element in the domain to exactly one element in the range. The domain is the set of all possible

More information

Step 1. Use a ruler or straight-edge to determine a line of best fit. One example is shown below.

Step 1. Use a ruler or straight-edge to determine a line of best fit. One example is shown below. Linear Models Modeling 1 ESSENTIALS Example Draw a straight line through the scatter plot so that the line represents a best fit approximation to the points. Then determine the equation for the line drawn.

More information

Section 6.1: Quadratic Functions and their Characteristics Vertical Intercept Vertex Axis of Symmetry Domain and Range Horizontal Intercepts

Section 6.1: Quadratic Functions and their Characteristics Vertical Intercept Vertex Axis of Symmetry Domain and Range Horizontal Intercepts Lesson 6 Quadratic Functions and Equations Lesson 6 Quadratic Functions and Equations We are leaving exponential functions behind and entering an entirely different world. As you work through this lesson,

More information

Final Exam Review Algebra Semester 1

Final Exam Review Algebra Semester 1 Final Exam Review Algebra 015-016 Semester 1 Name: Module 1 Find the inverse of each function. 1. f x 10 4x. g x 15x 10 Use compositions to check if the two functions are inverses. 3. s x 7 x and t(x)

More information

Properties of Quadratic functions

Properties of Quadratic functions Name Today s Learning Goals: #1 How do we determine the axis of symmetry and vertex of a quadratic function? Properties of Quadratic functions Date 5-1 Properties of a Quadratic Function A quadratic equation

More information

Lesson 3.1 Vertices and Intercepts. Important Features of Parabolas

Lesson 3.1 Vertices and Intercepts. Important Features of Parabolas Lesson 3.1 Vertices and Intercepts Name: _ Learning Objective: Students will be able to identify the vertex and intercepts of a parabola from its equation. CCSS.MATH.CONTENT.HSF.IF.C.7.A Graph linear and

More information

Notes Packet on Quadratic Functions and Factoring Graphing quadratic equations in standard form, vertex form, and intercept form.

Notes Packet on Quadratic Functions and Factoring Graphing quadratic equations in standard form, vertex form, and intercept form. Notes Packet on Quadratic Functions and Factoring Graphing quadratic equations in standard form, vertex form, and intercept form. A. Intro to Graphs of Quadratic Equations:! = ax + bx + c A is a function

More information

Quadratic Functions CHAPTER. 1.1 Lots and Projectiles Introduction to Quadratic Functions p. 31

Quadratic Functions CHAPTER. 1.1 Lots and Projectiles Introduction to Quadratic Functions p. 31 CHAPTER Quadratic Functions Arches are used to support the weight of walls and ceilings in buildings. Arches were first used in architecture by the Mesopotamians over 4000 years ago. Later, the Romans

More information

Quadratic Functions (Section 2-1)

Quadratic Functions (Section 2-1) Quadratic Functions (Section 2-1) Section 2.1, Definition of Polynomial Function f(x) = a is the constant function f(x) = mx + b where m 0 is a linear function f(x) = ax 2 + bx + c with a 0 is a quadratic

More information

Unit #3: Quadratic Functions Lesson #13: The Almighty Parabola. Day #1

Unit #3: Quadratic Functions Lesson #13: The Almighty Parabola. Day #1 Algebra I Unit #3: Quadratic Functions Lesson #13: The Almighty Parabola Name Period Date Day #1 There are some important features about the graphs of quadratic functions we are going to explore over the

More information

Graph Quadratic Functions Using Properties *

Graph Quadratic Functions Using Properties * OpenStax-CNX module: m63466 1 Graph Quadratic Functions Using Properties * OpenStax This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 By the end of this

More information

EXAMPLE. 1. Enter y = x 2 + 8x + 9.

EXAMPLE. 1. Enter y = x 2 + 8x + 9. VI. FINDING INTERCEPTS OF GRAPHS As we have seen, TRACE allows us to find a specific point on the graph. Thus TRACE can be used to solve a number of important problems in algebra. For example, it can be

More information

Ingredients of Change: Nonlinear Models & 2.1 Exponential Functions and Models

Ingredients of Change: Nonlinear Models & 2.1 Exponential Functions and Models Chapter 2 Ingredients of Change: Nonlinear Models & 2.1 Exponential Functions and Models As we consider models that are not linear, it is very important that you be able to use scatter plots, numerical

More information

Warm-Up Exercises. Find the x-intercept and y-intercept 1. 3x 5y = 15 ANSWER 5; y = 2x + 7 ANSWER ; 7

Warm-Up Exercises. Find the x-intercept and y-intercept 1. 3x 5y = 15 ANSWER 5; y = 2x + 7 ANSWER ; 7 Warm-Up Exercises Find the x-intercept and y-intercept 1. 3x 5y = 15 ANSWER 5; 3 2. y = 2x + 7 7 2 ANSWER ; 7 Chapter 1.1 Graph Quadratic Functions in Standard Form A quadratic function is a function that

More information

Laboratory One Distance and Time

Laboratory One Distance and Time Laboratory One Distance and Time Student Laboratory Description Distance and Time I. Background When an object is propelled upwards, its distance above the ground as a function of time is described by

More information

2. The diagram shows part of the graph of y = a (x h) 2 + k. The graph has its vertex at P, and passes through the point A with coordinates (1, 0).

2. The diagram shows part of the graph of y = a (x h) 2 + k. The graph has its vertex at P, and passes through the point A with coordinates (1, 0). Quadratics Vertex Form 1. Part of the graph of the function y = d (x m) + p is given in the diagram below. The x-intercepts are (1, 0) and (5, 0). The vertex is V(m, ). (a) Write down the value of (i)

More information

It is than the graph of y= x if a > 1.

It is than the graph of y= x if a > 1. Chapter 8 Quadratic Functions and Equations Name: Instructor: 8.1 Quadratic Functions and Their Graphs Graphs of Quadratic Functions Basic Transformations of Graphs More About Graphing Quadratic Functions

More information

KEY Algebra: Unit 10 Graphing Quadratic Equations & other Relations

KEY Algebra: Unit 10 Graphing Quadratic Equations & other Relations Name: KEY Algebra: Unit 10 Graphing Quadratic Equations & other Relations Date: Test Bank Part I: Answer all 15 questions in this part. Each correct answer will receive credits. No partial credit will

More information

BLM Answers. BLM 4-1 Prerequisite Skills. BLM 4-3 Section 4.1 Modelling With Quadratic Relations. 10. a)

BLM Answers. BLM 4-1 Prerequisite Skills. BLM 4-3 Section 4.1 Modelling With Quadratic Relations. 10. a) BLM Answers (page 1) BLM 4-1 Prerequisite Skills 1. a) 11.1 2.7 9.0 d) 20.2 2. a) 1.7 10.7 6.5 d) 25.1 3. a) 9.5 20.7 96 d) 31.85 4. a) 3x 6x 2 + 6x + 5 10x 2 2x + 6 d) 12x 2 + 10x 6 5. a) 5 0 12 d) 2

More information

Assignment 3. Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

Assignment 3. Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Assignment 3 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) A truck rental company rents a moving truck one day by charging $35 plus $0.09

More information

+ bx + c = 0, you can solve for x by using The Quadratic Formula. x

+ bx + c = 0, you can solve for x by using The Quadratic Formula. x Math 33B Intermediate Algebra Fall 01 Name Study Guide for Exam 4 The exam will be on Friday, November 9 th. You are allowed to use one 3" by 5" index card on the exam as well as a scientific calculator.

More information

Quadratic Functions. *These are all examples of polynomial functions.

Quadratic Functions. *These are all examples of polynomial functions. Look at: f(x) = 4x-7 f(x) = 3 f(x) = x 2 + 4 Quadratic Functions *These are all examples of polynomial functions. Definition: Let n be a nonnegative integer and let a n, a n 1,..., a 2, a 1, a 0 be real

More information

MAC Learning Objectives. Module 4. Quadratic Functions and Equations. - Quadratic Functions - Solving Quadratic Equations

MAC Learning Objectives. Module 4. Quadratic Functions and Equations. - Quadratic Functions - Solving Quadratic Equations MAC 1105 Module 4 Quadratic Functions and Equations Learning Objectives Upon completing this module, you should be able to: 1. Understand basic concepts about quadratic functions and their graphs. 2. Complete

More information

Graphs of Exponential

Graphs of Exponential Graphs of Exponential Functions By: OpenStaxCollege As we discussed in the previous section, exponential functions are used for many realworld applications such as finance, forensics, computer science,

More information

QUESTIONS 1 10 MAY BE DONE WITH A CALCULATOR QUESTIONS ARE TO BE DONE WITHOUT A CALCULATOR. Name

QUESTIONS 1 10 MAY BE DONE WITH A CALCULATOR QUESTIONS ARE TO BE DONE WITHOUT A CALCULATOR. Name QUESTIONS 1 10 MAY BE DONE WITH A CALCULATOR QUESTIONS 11 5 ARE TO BE DONE WITHOUT A CALCULATOR Name 2 CALCULATOR MAY BE USED FOR 1-10 ONLY Use the table to find the following. x -2 2 5-0 7 2 y 12 15 18

More information

8-4 Transforming Quadratic Functions

8-4 Transforming Quadratic Functions 8-4 Transforming Quadratic Functions Warm Up Lesson Presentation Lesson Quiz Algebra 1 Warm Up For each quadratic function, find the axis of symmetry and vertex, and state whether the function opens upward

More information

Lesson 6 - Practice Problems

Lesson 6 - Practice Problems Lesson 6 - Practice Problems Section 6.1: Characteristics of Quadratic Functions 1. For each of the following quadratic functions: Identify the coefficients a, b and c. Determine if the parabola opens

More information

More Ways to Solve & Graph Quadratics The Square Root Property If x 2 = a and a R, then x = ± a

More Ways to Solve & Graph Quadratics The Square Root Property If x 2 = a and a R, then x = ± a More Ways to Solve & Graph Quadratics The Square Root Property If x 2 = a and a R, then x = ± a Example: Solve using the square root property. a) x 2 144 = 0 b) x 2 + 144 = 0 c) (x + 1) 2 = 12 Completing

More information

Test Name: Chapter 4 Test Prep

Test Name: Chapter 4 Test Prep Test Name: Chapter 4 Test Prep 1. Given the following function: g ( x ) = -x + 2 Determine the implied domain of the given function. Express your answer in interval notation. 2. Given the following relation:

More information

Objective. 9-4 Transforming Quadratic Functions. Graph and transform quadratic functions.

Objective. 9-4 Transforming Quadratic Functions. Graph and transform quadratic functions. Warm Up Lesson Presentation Lesson Quiz Warm Up For each quadratic function, find the axis of symmetry and vertex, and state whether the function opens upward or downward. 1. y = x 2 + 3 2. y = 2x 2 x

More information

MAFS Algebra 1. Quadratic Functions. Day 17 - Student Packet

MAFS Algebra 1. Quadratic Functions. Day 17 - Student Packet MAFS Algebra 1 Quadratic Functions Day 17 - Student Packet Day 17: Quadratic Functions MAFS.912.F-IF.3.7a, MAFS.912.F-IF.3.8a I CAN graph a quadratic function using key features identify and interpret

More information

MAC Rev.S Learning Objectives. Learning Objectives (Cont.) Module 4 Quadratic Functions and Equations

MAC Rev.S Learning Objectives. Learning Objectives (Cont.) Module 4 Quadratic Functions and Equations MAC 1140 Module 4 Quadratic Functions and Equations Learning Objectives Upon completing this module, you should be able to 1. understand basic concepts about quadratic functions and their graphs.. complete

More information

Graph each function. State the domain, the vertex (min/max point), the range, the x intercepts, and the axis of symmetry.

Graph each function. State the domain, the vertex (min/max point), the range, the x intercepts, and the axis of symmetry. HW Worksheet Name: Graph each function. State the domain, the vertex (min/max point), the range, the x intercepts, and the axis of smmetr..) f(x)= x + - - - - x - - - - Vertex: Max or min? Axis of smmetr:.)

More information

For every input number the output involves squaring a number.

For every input number the output involves squaring a number. Quadratic Functions The function For every input number the output involves squaring a number. eg. y = x, y = x + 3x + 1, y = 3(x 5), y = (x ) 1 The shape parabola (can open up or down) axis of symmetry

More information

Determine whether the relation represents a function. If it is a function, state the domain and range. 1)

Determine whether the relation represents a function. If it is a function, state the domain and range. 1) MAT 103 TEST 2 REVIEW NAME Determine whether the relation represents a function. If it is a function, state the domain and range. 1) 3 6 6 12 9 18 12 24 Circle the correct response: Function Not a function

More information

PR3 & PR4 CBR Activities Using EasyData for CBL/CBR Apps

PR3 & PR4 CBR Activities Using EasyData for CBL/CBR Apps Summer 2006 I2T2 Process Page 23. PR3 & PR4 CBR Activities Using EasyData for CBL/CBR Apps The TI Exploration Series for CBR or CBL/CBR books, are all written for the old CBL/CBR Application. Now we can

More information

1.1 - Functions, Domain, and Range

1.1 - Functions, Domain, and Range 1.1 - Functions, Domain, and Range Lesson Outline Section 1: Difference between relations and functions Section 2: Use the vertical line test to check if it is a relation or a function Section 3: Domain

More information

Algebra II Chapter 5

Algebra II Chapter 5 Algebra II Chapter 5 5.1 Quadratic Functions The graph of a quadratic function is a parabola, as shown at rig. Standard Form: f ( x) = ax2 + bx + c vertex: b 2a, f b 2a a < 0 graph opens down a > 0 graph

More information

( )! 1! 3 = x + 1. ( ) =! x + 2

( )! 1! 3 = x + 1. ( ) =! x + 2 7.5 Graphing Parabolas 1. First complete the square: y = x 2 + 2x! 3 = x 2 + 2x + 1 ( )! 1! 3 = x + 1 ( ) 2! 4 The x-intercepts are 3,1 and the vertex is ( 1, 4). Graphing the parabola: 3. First complete

More information

1 of 49 11/30/2017, 2:17 PM

1 of 49 11/30/2017, 2:17 PM 1 of 49 11/30/017, :17 PM Student: Date: Instructor: Alfredo Alvarez Course: Math 134 Assignment: math134homework115 1. The given table gives y as a function of x, with y = f(x). Use the table given to

More information

Chapter 3 Practice Test

Chapter 3 Practice Test 1. Complete parts a c for each quadratic function. a. Find the y-intercept, the equation of the axis of symmetry, and the x-coordinate of the vertex. b. Make a table of values that includes the vertex.

More information

Quadratics Functions: Review

Quadratics Functions: Review Quadratics Functions: Review Name Per Review outline Quadratic function general form: Quadratic function tables and graphs (parabolas) Important places on the parabola graph [see chart below] vertex (minimum

More information

Properties of Graphs of Quadratic Functions

Properties of Graphs of Quadratic Functions H e i g h t (f t ) Lesson 2 Goal: Properties of Graphs of Quadratic Functions Identify the characteristics of graphs of quadratic functions: Vertex Intercepts Domain and Range Axis of Symmetry and use

More information

5.1 Introduction to the Graphs of Polynomials

5.1 Introduction to the Graphs of Polynomials Math 3201 5.1 Introduction to the Graphs of Polynomials In Math 1201/2201, we examined three types of polynomial functions: Constant Function - horizontal line such as y = 2 Linear Function - sloped line,

More information

x 2 + 8x - 12 = 0 Aim: To review for Quadratic Function Exam #1 Homework: Study Review Materials

x 2 + 8x - 12 = 0 Aim: To review for Quadratic Function Exam #1 Homework: Study Review Materials Aim: To review for Quadratic Function Exam #1 Homework: Study Review Materials Do Now - Solve using any strategy. If irrational, express in simplest radical form x 2 + 8x - 12 = 0 Review Topic Index 1.

More information

2.1 Solutions to Exercises

2.1 Solutions to Exercises Last edited 9/6/17.1 Solutions to Exercises 1. P(t) = 1700t + 45,000. D(t) = t + 10 5. Timmy will have the amount A(n) given by the linear equation A(n) = 40 n. 7. From the equation, we see that the slope

More information

Ingredients of Change: Nonlinear Models

Ingredients of Change: Nonlinear Models Chapter 2 Ingredients of Change: Nonlinear Models 2.1 Exponential Functions and Models As we begin to consider functions that are not linear, it is very important that you be able to draw scatter plots,

More information

CHAPTER 6 Quadratic Functions

CHAPTER 6 Quadratic Functions CHAPTER 6 Quadratic Functions Math 1201: Linear Functions is the linear term 3 is the leading coefficient 4 is the constant term Math 2201: Quadratic Functions Math 3201: Cubic, Quartic, Quintic Functions

More information

A I only B II only C II and IV D I and III B. 5 C. -8

A I only B II only C II and IV D I and III B. 5 C. -8 1. (7A) Points (3, 2) and (7, 2) are on the graphs of both quadratic functions f and g. The graph of f opens downward, and the graph of g opens upward. Which of these statements are true? I. The graphs

More information

Lesson 8 Practice Problems

Lesson 8 Practice Problems Name: Date: Lesson 8 Section 8.1: Characteristics of Quadratic Functions 1. For each of the following quadratic functions: Identify the coefficients a, b, c Determine if the parabola opens up or down and

More information

ALGEBRA 2 W/ TRIGONOMETRY MIDTERM REVIEW

ALGEBRA 2 W/ TRIGONOMETRY MIDTERM REVIEW Name: Block: ALGEBRA W/ TRIGONOMETRY MIDTERM REVIEW Algebra 1 Review Find Slope and Rate of Change Graph Equations of Lines Write Equations of Lines Absolute Value Functions Transformations Piecewise Functions

More information

Mid-Chapter Quiz: Lessons 4-1 through 4-4

Mid-Chapter Quiz: Lessons 4-1 through 4-4 1. Find the y-intercept, the equation of the axis of symmetry, and the x-coordinate of the vertex for f (x) = 2x 2 + 8x 3. Then graph the function by making a table of values. 2. Determine whether f (x)

More information

QUADRATIC FUNCTIONS TEST REVIEW NAME: SECTION 1: FACTORING Factor each expression completely. 1. 3x p 2 16p. 3. 6x 2 13x 5 4.

QUADRATIC FUNCTIONS TEST REVIEW NAME: SECTION 1: FACTORING Factor each expression completely. 1. 3x p 2 16p. 3. 6x 2 13x 5 4. QUADRATIC FUNCTIONS TEST REVIEW NAME: SECTION 1: FACTORING Factor each expression completely. 1. 3x 2 48 2. 25p 2 16p 3. 6x 2 13x 5 4. 9x 2 30x + 25 5. 4x 2 + 81 6. 6x 2 14x + 4 7. 4x 2 + 20x 24 8. 4x

More information