Example: Plot the points (0, 0), (2, 1), ( 1, 3), , ( 1, 0), (3, 0) on the Cartesian plane: 5

Size: px
Start display at page:

Download "Example: Plot the points (0, 0), (2, 1), ( 1, 3), , ( 1, 0), (3, 0) on the Cartesian plane: 5"

Transcription

1 Graphing Equations: An Ordered Pair of numbers is two numbers (x, y) that is used to represent coordinate of points in the Cartesian plane. The first number is the x coordinate and the second number is the y coordinate. The point (0, 0) is the origin and is at the intersection of the x and y axis. ( 1 3, 1 ) 2 Example: Plot the points (0, 0), (2, 1), ( 1, 3), ( (0, 2), 0, 2 ), ( 1, 0), (3, 0) on the Cartesian plane: 5 (0, 1.2), ( 2.3, 1), The x and y axis divides the Cartesian into four parts, each part is called a quadrant of the Cartesian plane. Starting with the quadrant in the upper right corner and moving in a counter-clockwise direction, the four quadrants are, respectively, I (first quadrant), II (second quadrant), III (third quadrant), IV (fourth quadrant).

2 y II I x III IV For example, (2, 3) is a point in the first quadrant, ( 2, 4) is a point in the third quadrant. Given an equation in two variables, x and y, the solutions to the equation can be represented as (x, y), where the first coordinate is the x value and the second coordinate is the y value that makes the equation true. When we do that, each solution (x, y) can now be viewed as a point on the Cartesian plane. If we plot all the solutions in ordered pair form (x, y) as points on the Cartesian plane, we get the graph of the equation.

3 E.g. Graph x + y = 1 One way to graph an equation in two variables, if we know nothing about the equation, is to just plot points. We pick different values of x and solve the equation for y: For example, if x = 1, then y = 0, if x = 2, then y = 1, if x = 3, then y = 2 x y If we plot all these ordered pair of points on the Cartesian plane, we get the graph of a line. The above equation is a linear equation.

4 Linear Equation in Two Variables: The Standard Form of a linear equation in two variables is an equation of the form: ax + by = c, where a, b, c are all real numbers and a and b are not both zero. Example of linear equations in standard form: 3x + 4y = 6. In this example, a = 3, b = 4, and c = 6, this is a linear equation. x 2y = 1 In this example, a = 1, b = 2, c = 1, this is a linear equation. x + 3y = 0 In this example, a = 1, b = 3, c = 0, this is a linear equation. x = 5 In this example, a = 1, b = 0, c = 5, this is a linear equation. Notice that we still have a linear equation as long as one of the x or y variable has a non-zero coefficient. 2y = 7 In this example, a = 0, b = 2, c = 7, this is a linear equation. Example: 3y = x + 9. This equation is not in standard form, but if we subtract x from both sides of the equation, we end up with x 3y = 9. This is a linear equation. The reason an equation of this form is called a linear equation is because its graph is a straight line. We can graph an by plotting point. If we know that we have a linear equation, then we only need two points on the line in order to graph the line. Example: Graph the equation 2x + y = 1 This is a linear equation. We need to plot two points on the line. We can arbitrarily choose an x value then solve for y, or choose an y value then solve for x in the equation. For example, if we choose x = 1 (This choice is arbitrary, we could have used any value for x then solve the equation for y. Of course, we usually choose numbers that are easy to work with.), then the equation becomes: 2(1) + y = y = 1 y = 1 So (1, 1) is a point on the line.

5 We can also choose a y value and solve for x. For example, we can choose y = 0, this gives us: 2x + 0 = 1 2x = 1 x = 1 2 ( ) 1 So 2, 0 is another point on the line. We can then plot these two points on the Cartesian plane, and connect the two points with a straight line. This straight line is the graph of the equation: Example: Graph the equation 2x 3y = 6 We use the same method as before, by plotting two points on the graph. We can choose x = 0 to solve for y, we get: 2(0) 3y = 6 3y = 6 y = 2 So (0, 2) is a point on the line. We may choose y = 0 to solve the equation for x: 2x 3(0) = 6 2x = 6 x = 3 So (3, 0) is a point on the line. We plot these two points and connect them with a straight line, this gives us the graph of the equation:

6 Notice that the point (3, 0) is a point on the line where the line intersects the x axis. This point is called the x-intercept of the line because it is where the line intercepts the x axis. In general, the x intercept of a line, if it exists, always has its y coordinate equal to 0. The point (0, 2) is a point on the line where the line intersects the y axis. This point is called the y-intercept of the line because it is where the line intersects the x axis. In general, the y intercept of a line, if it exists, always has its x coordinate equal to 0. You should understand that both the x and y intercepts are points. Therefore, formally an intercept should be expressed as an ordered-pair of numbers. However, since we understand that an x intercept always has its y coordinate being equal to zero, and y intercept always has its x coordinate equal to zero, it is acceptable to refer to an intercept with just one number. For example, we may say that a line has an x intercept of 5. What we actually meant is that the x intercept of the line is the point (5, 0), since we understand that the y coordinate of an x intercept is 0. Similarly, we may say that the y intercept of a line is 4, what we meant is that the y intercept of the line is the point (0, 4), understanding that the x coordinate of an y intercept is 0. In graphing a linear equation, we can use any two points on the line. However,

7 since the x and y intercepts are two points easily recognized on the graph, and the number 0 is easy to work with, sometimes we like to use the x and y intercept as the two points on the graph to draw the line. Example: Given the equation 3x + 2y = 7, find the x and y intercept of this line, and graph this line. Ans: By definition, x intercept is where the y coordinate is equal to 0. Therefore, to find the x intercept of a line, we set y = 0 in the equation and solve for x: 3x + 2(0) = 7 3x = 7 x = 7 3 ( ) 7 The x intercept is the point 3, 0 By definition, y intercept is where the x coordinate is equal to 0, so to find the y intercept, we set x = 0 in the equation and solve for y: 3(0) + 2y = 7 2y = 7 y = 7 2 ( The y intercept is the point 0, 7 ) 2 We can use the two intercepts to graph the line: Example: Find the x and y intercept of the line x = 3, and graph the line.

8 Ans: In order for this equation to be true, x must have a value of 3. What about y? Since the equation does not have y at all, this means that y is a free variable, meaning that y can be any (real) number and the equation will still be true as long as x is equal to 3. For example, if x = 3 and y = 1, the equation is true, so (3, 1) is a point on this line. If x = 3 and y = 1, the equation is ture, so (3, 1) is also a point on this line. In fact, any point of the form (3, y) where y is any real number, will be a point on the line. If we plot the two points (3, 1), (3, 1) and connect them with a straight line, we see that the resulting line is a vertical line. In general, any equation of the form x = c, where c is a constant, is a vertical line. Notice that this line is parallel to the y axis, so it will not intersect the y axis. This means that this line does not have a y intercept. In general, a vertical line does not have a y intercept (unless it is the y axis itself). Algebraically, since a y intercept by definition is where x = 0, but in order for the equation x = 3 to be true, x cannot equal 0, that s why there is no y intercept. Since the equation is true as long as x = 3, and y can be any number, the point (3, 0) is a point on the line. In other words, (3, 0) is the x intercept. Example: Find the x and y intercept of the line y = 2, and graph the line. Ans: This time, the equation does not contain x, which means that x can be any

9 real number, as long as y = 2. For example, ( 3, 2), (1, 2) are points on the line, among other points of the form (x, 2). If we plot these points on the Cartesian plane and connect them with a straight line, we see that the resulting graph is a horizontal line. In general, any equation of the form y = c, where c is a constant, is a horizontal line. This line is parallel to the x axis, so it will not intercept the x axis, meaning that a horizontal line does not have an x intercept. In the equation y = 2, since x could be equal to any number, we can set x = 0, so (0, 2) is a point on the line. This is the y intercept.

10 Slope of a line Given any two points (x 1, y 1 ) and (x 2, y 2 ) on a line, the slope of the line is defined by: m = y 2 y 1 x 2 x 1 Example: Find the slope of the line containing the points (1, 4), ( 2, 3) m = = 1 3 = 1 3 The slope of the line is 1 3 The slope of a general line represents the change of y divided by change of x. In other words, the slope of a line represents the amount of changes in y for each unit increase in x. For example, a slope of 2 means that, for each unit increase in x, y increases by 2. A slope of 1/2 means that, for each unit increase by x, y increases by only 1/2. A negative slope means that y decreases as x increases. For example, a slope of 3 means that, for each unit increases in x, y decreases by 3 units. When a linear equation is used as a model for two different quantities x and y in an application, the slope of the line tells us the relationship between the changes in y corresponding to the changes in x. For example, suppose we use a linear equation to model the average annual income of an individual as the y value, and the x value represents the number

11 of years of college education the person has, we would expect that the line has a positive slope. This means that the annual income of a person increases as his/her number of years of education increases. annual income (10K) num of yrs of college education On the other hand, suppose a linear equation is used to model the resale value of a used car as the y value, and the x value represents the number of years the car has been driven, then we would expect this line having a negative slope, meaning that the older the car, the lower its resale value.

12 Geometrically, the slope of a line is described as rise over run. What this measures is the slantedness of the line. The larger the magnitude of the slope, the more slanted (close to vertical) the line is; the smaller the magniture of the slope, the less slanted (close to horizontal) the line is. If the slope is positive, the line tilts southwest to northeast, if the slope is negative, the line tilts northwest to southeast. l 4 l 3 l 2 l 5 l 1 In the picture above, l 1, l 2, l 3 all have positive slope, and l 4, l 5 have negative slope. Slope of l 3 is greater than slope of l 2, which is in turn greater than slope of l 1. Slope of l 4 is more negative than slope of l 5. If we let m 1, m 2, m 3, m 4, m 5 be the slope of l 1, l 2, l 3, l 4, l 5, respectively, then

13 m 4 < m 5 < 0 < m 1 < m 2 < m 3 Example: Find the slope of the line that contains that two points ( 1, 2) and (5, 2) Ans: We use the formula for slope to find the slope of the line: m = 2 ( 2) 5 ( 1) = = 0 6 = 0 The slope of this line is 0. If we draw the straight line that contains these two points, we noticed that the line is a horizontal line. This is true in general. The slope of a horizontal line is always equal to 0, and any line with a slope of 0 is a horizontal line. Example: Find the slope of the line that contains the two points (4, 3) and (4, 1) Ans: We again use the formula for slope: m = 1 ( 3) = = 4 0 = undefined. Since the expression for the slope of the line involves division by 0, the result is undefined. If we graph the straight line that contains these two points, we noticed that the line is a vertical line.

14 This is true in general. The slope of a vertical line is undefined, and any line with an undefined slope must be a vertical line. If we are given the equation of a line instead of two points on the line, we can still find the slope of the line. One way to do so is to just come up with two points on the line first: Example: Find the slope of the line 2x + 3y = 5 Ans: We can come up with any two points on the line by picking an x value and solve for y (or picking a y value and solve for x): If we set x = 1, then the equation gives: 2(1) + 3y = y = 5 3y = 3 y = 1 So (1, 1) is a point on the line. If we set y = 3, then the equation gives: 2x + 3(3) = 5 2x + 9 = 5 2x = 4 x = 2 So ( 2, 3) is another point on the line. If we use the formula for slope, we have: m = ( 2) = 2 3 = 2 3

15 We can also find the slope of a line using the Slope Intercept Form: Defintion: The equation y = mx+b, where m, b are constants, is called the slope-intercept form of the equation of a line. When the equation of a line is expressed in this format, m is the slope and b is the y intercept. Example: y = 3x + 4 This equation is in slope-intercept form, the slope is m = 3, and the y intercept is b = 4. Example: y = 2x 1. This equation is in slope-intercept form, the slope is m = 2, and the y intercept is b = 1. Example: y = x 3 This equation is in slope-intercept form, the slope is m = 1, and the y intercept is b = 3. Example: y = 4x This equation is in slope-intercept form, the slope is m = 4, and the y intercept is b = 0. Notice that in this example, since there is no constant term, it is understood that the constant is 0, which is the y intercept. Example: y = 6 This equation is in slope-intercept form, the slope is m = 0, and the y intercept is b = 6. Notice that in this example, there is no variable x, it is understood that the reason for this is because the coefficient of x, which is the slope m, is 0.

16 Notice that this is a horizontal line. Example: y = 0 This equation is in slope-intercept form. The slope is m = 0 and the y intercept is b = 0. Notice that this is a horizontal line. In fact, this line is the x axis. Example: Find the slope and y intercept of the line 3x + 4y = 1 Ans: This equation is not in slope-intercept form. In order to find the slope and y intercept, we would want to change the equation to slope intercept form first. We can do that by isolating y: 3x + 4y = 1 4y = 3x + 1 y = 3x + 1 = x With the equation in slope-intercept form, we can see that the slope is m = 3 4 and y intercept is b = 1 4. Example: Find the slope and y intercept of the line x = 10 Ans: This equation is not in slope-intercept form, and it is not possible to change this equation to slope-intercept form. This is the equation of a vertical line. A vertical line has an undefined slope, therefore it cannot be put into slope-intercept form. In general, the equation of a vertical line cannot be put into slope-intercept form. To graph a line in slope intercept form, we may first locate the y intercept on the graph, then move according to the slope.

17 Finding Equations of Lines Given enough information about a line (two points, or a point and the slope), we can find the equation of a given line: Point-Slope Form of the equation of a line: y y 1 = m(x x 1 ) This form is nothing more than a restatement of the definition of the slope. This form is most convenient to use in order to find the equation of a line when we have the slope m and a point (x 1, y 1 ) on the line. Example: Find the equation of the line with slope 3 and containing the point ( 2, 4) We may put it in point-slope form since we already have a point and a slope: y 4 = 3(x ( 2)) y 4 = 3(x + 2) y 4 = 3x 6 y = 3x 2 Example: Find the equation of the line containing the points ( 3, 4) and ( 2, 6) We first find the slope of the line: m = ( 3) = = 10 1 = 10 With the slope, we may use the point-slope form again: y 4 = 10(x ( 3)) y 4 = 10(x + 3) y 4 = 10x 30 y = 10x 26 Example Find the equation of the vertical line containing the point (3, 5) Answer: All points on a vertical line have the same x-coordinate, so the equation is x = 3 Example: Find the equation of the horizontal line containing the point (2, 7) Answer: All points on a horizontal line have the same y-coordinate, so the equation is y = 7 In general, any vertical line has an quation of the form x = a, where a is the x-coordinate of any point on the line.

18 In general, any horizontal line has an quation of the form y = b, where b is the y-coordinate of any point on the line.

4 The Cartesian Coordinate System- Pictures of Equations

4 The Cartesian Coordinate System- Pictures of Equations 4 The Cartesian Coordinate System- Pictures of Equations Concepts: The Cartesian Coordinate System Graphs of Equations in Two Variables x-intercepts and y-intercepts Distance in Two Dimensions and the

More information

Table of contents. Jakayla Robbins & Beth Kelly (UK) Precalculus Notes Fall / 53

Table of contents. Jakayla Robbins & Beth Kelly (UK) Precalculus Notes Fall / 53 Table of contents The Cartesian Coordinate System - Pictures of Equations Your Personal Review Graphs of Equations with Two Variables Distance Equations of Circles Midpoints Quantifying the Steepness of

More information

SOLUTIONS FOR PROBLEMS 1-30

SOLUTIONS FOR PROBLEMS 1-30 . Answer: 5 Evaluate x x + 9 for x SOLUTIONS FOR PROBLEMS - 0 When substituting x in x be sure to do the exponent before the multiplication by to get (). + 9 5 + When multiplying ( ) so that ( 7) ( ).

More information

MATH HISTORY ACTIVITY

MATH HISTORY ACTIVITY A. Fisher Acf 92 workbook TABLE OF CONTENTS: Math History Activity. p. 2 3 Simplify Expressions with Integers p. 4 Simplify Expressions with Fractions.. p. 5 Simplify Expressions with Decimals.. p. 6 Laws

More information

Math 1 packet for Coordinate Geometry part 1. Reviewing the basics. The coordinate plane

Math 1 packet for Coordinate Geometry part 1. Reviewing the basics. The coordinate plane Math 1 packet for Coordinate Geometry part 1 Reviewing the basics The coordinate plane The coordinate plane (also called the Cartesian plane named after French mathematician Rene Descartes, who formalized

More information

1.2 Graphs and Lines. Cartesian Coordinate System

1.2 Graphs and Lines. Cartesian Coordinate System 1.2 Graphs and Lines Cartesian Coordinate System Note that there is a one-to-one correspondence between the points in a plane and the elements in the set of all ordered pairs (a, b) of real numbers. Graphs

More information

Mini Lecture 2.1 Introduction to Functions

Mini Lecture 2.1 Introduction to Functions Mini Lecture.1 Introduction to Functions 1. Find the domain and range of a relation.. Determine whether a relation is a function. 3. Evaluate a function. 1. Find the domain and range of the relation. a.

More information

Math 8 Honors Coordinate Geometry part 1 Unit Updated July 29, 2016

Math 8 Honors Coordinate Geometry part 1 Unit Updated July 29, 2016 Reviewing the basics The number line A number line is a visual representation of all real numbers. Each of the images below are examples of number lines. The top left one includes only positive whole numbers,

More information

Chapter 7 Algebra: Graphs, Functions, and Linear Systems

Chapter 7 Algebra: Graphs, Functions, and Linear Systems Chapter 7 Algebra: Graphs, Functions, and Linear Systems Check Points 7.1 1.. x y x ( x, y ) y ( ) 7 (,7) y ( ) 6 (,6) 1 y ( 1) 1 ( 1,) 0 y (0) 0 (0,) 1 y (1) 1 (1, ) y () (,) y () 1 (,1). a. Without the

More information

Sect The Slope-Intercept Form

Sect The Slope-Intercept Form 0 Concepts # and # Sect. - The Slope-Intercept Form Slope-Intercept Form of a line Recall the following definition from the beginning of the chapter: Let a, b, and c be real numbers where a and b are not

More information

Math M111: Lecture Notes For Chapter 3

Math M111: Lecture Notes For Chapter 3 Section 3.1: Math M111: Lecture Notes For Chapter 3 Note: Make sure you already printed the graphing papers Plotting Points, Quadrant s signs, x-intercepts and y-intercepts Example 1: Plot the following

More information

Unit 5: Moving Straight Ahead Name: Key

Unit 5: Moving Straight Ahead Name: Key Unit 5: Moving Straight Ahead Name: Key 1.1: Finding and Using Rates 1.: Tables, Graphs and Equations 1.3: Using Linear Relationships Independent Variable: One of the two variables in a relationship. Its

More information

Chapter 1 Linear Equations and Graphs

Chapter 1 Linear Equations and Graphs Chapter 1 Linear Equations and Graphs Section R Linear Equations and Inequalities Important Terms, Symbols, Concepts 1.1. Linear Equations and Inequalities A first degree, or linear, equation in one variable

More information

MAC 1105-College Algebra LSCC, S. Nunamaker

MAC 1105-College Algebra LSCC, S. Nunamaker MAC 1105-College Algebra LSCC, S. Nunamaker Chapter 1-Graphs, Functions, and Models 1.1 Introduction to Graphing I. Reasons for using graphs A. Visual presentations enhance understanding. B. Visual presentations

More information

If we plot the position of a moving object at increasing time intervals, we get a position time graph. This is sometimes called a distance time graph.

If we plot the position of a moving object at increasing time intervals, we get a position time graph. This is sometimes called a distance time graph. Physics Lecture #2: Position Time Graphs If we plot the position of a moving object at increasing time intervals, we get a position time graph. This is sometimes called a distance time graph. Suppose a

More information

Equation. A mathematical sentence formed by setting two expressions equal to each other. Example 1: 3 6 = 18 Example 2: 7 + x = 12

Equation. A mathematical sentence formed by setting two expressions equal to each other. Example 1: 3 6 = 18 Example 2: 7 + x = 12 Equation A mathematical sentence formed by setting two expressions equal to each other Example 1: 3 6 = 18 Example 2: 7 + x = 12 Variable A symbol, usually a letter, that is used to represent one or more

More information

Reteach 2-3. Graphing Linear Functions. 22 Holt Algebra 2. Name Date Class

Reteach 2-3. Graphing Linear Functions. 22 Holt Algebra 2. Name Date Class -3 Graphing Linear Functions Use intercepts to sketch the graph of the function 3x 6y 1. The x-intercept is where the graph crosses the x-axis. To find the x-intercept, set y 0 and solve for x. 3x 6y 1

More information

Chapter 3. Graphing Linear Equations and Functions

Chapter 3. Graphing Linear Equations and Functions Chapter 3 Graphing Linear Equations and Functions 3.1 Plot Points in a Coordinate Plane Coordinate Plane- Two intersecting at a angle. x-axis the axis y-axis the axis The coordinate plane is divided into.

More information

Culminating Review for Vectors

Culminating Review for Vectors Culminating Review for Vectors 0011 0010 1010 1101 0001 0100 1011 An Introduction to Vectors Applications of Vectors Equations of Lines and Planes 4 12 Relationships between Points, Lines and Planes An

More information

Chapter 1-2 Add and Subtract Integers

Chapter 1-2 Add and Subtract Integers Chapter 1-2 Add and Subtract Integers Absolute Value of a number is its distance from zero on the number line. 5 = 5 and 5 = 5 Adding Numbers with the Same Sign: Add the absolute values and use the sign

More information

STEP 1: Ask Do I know the SLOPE of the line? (Notice how it s needed for both!) YES! NO! But, I have two NO! But, my line is

STEP 1: Ask Do I know the SLOPE of the line? (Notice how it s needed for both!) YES! NO! But, I have two NO! But, my line is EQUATIONS OF LINES 1. Writing Equations of Lines There are many ways to define a line, but for today, let s think of a LINE as a collection of points such that the slope between any two of those points

More information

Matrices. A matrix is a method of writing a set of numbers using rows and columns. Cells in a matrix can be referenced in the form.

Matrices. A matrix is a method of writing a set of numbers using rows and columns. Cells in a matrix can be referenced in the form. Matrices A matrix is a method of writing a set of numbers using rows and columns. 1 2 3 4 3 2 1 5 7 2 5 4 2 0 5 10 12 8 4 9 25 30 1 1 Reading Information from a Matrix Cells in a matrix can be referenced

More information

College Algebra Unit 1 Standard 2

College Algebra Unit 1 Standard 2 Name: College Algebra Unit 1 Standard 2 Day Learning Target Assignment Identify parts of coordinate plane and find 1 slope. Worksheet #1 Write linear equations using point slope form. 2 Worksheet #2 Write

More information

Cartesian Plane. Analytic Geometry. Unit Name

Cartesian Plane. Analytic Geometry. Unit Name 3.1cartesian Unit Name Analytic Geometry Unit Goals 1. Create table of values in order to graph &/or determine if a relation is linear. Determine slope 3. Calculate missing information for linearelationships.

More information

GUIDED NOTES 2.2 LINEAR EQUATIONS IN ONE VARIABLE

GUIDED NOTES 2.2 LINEAR EQUATIONS IN ONE VARIABLE GUIDED NOTES 2.2 LINEAR EQUATIONS IN ONE VARIABLE LEARNING OBJECTIVES In this section, you will: Solve equations in one variable algebraically. Solve a rational equation. Find a linear equation. Given

More information

Study Unit 2 : Linear functions Chapter 2 : Sections and 2.6

Study Unit 2 : Linear functions Chapter 2 : Sections and 2.6 1 Study Unit 2 : Linear functions Chapter 2 : Sections 2.1 2.4 and 2.6 1. Function Humans = relationships Function = mathematical form of a relationship Temperature and number of ice cream sold Independent

More information

Characteristics of Linear Functions (pp. 1 of 8)

Characteristics of Linear Functions (pp. 1 of 8) Characteristics of Linear Functions (pp. 1 of 8) Algebra 2 Parent Function Table Linear Parent Function: x y y = Domain: Range: What patterns do you observe in the table and graph of the linear parent

More information

Using this definition, it is possible to define an angle of any (positive or negative) measurement by recognizing how its terminal side is obtained.

Using this definition, it is possible to define an angle of any (positive or negative) measurement by recognizing how its terminal side is obtained. Angle in Standard Position With the Cartesian plane, we define an angle in Standard Position if it has its vertex on the origin and one of its sides ( called the initial side ) is always on the positive

More information

Put the following equations to slope-intercept form then use 2 points to graph

Put the following equations to slope-intercept form then use 2 points to graph Tuesday September 23, 2014 Warm-up: Put the following equations to slope-intercept form then use 2 points to graph 1. 4x - 3y = 8 8 x 6y = 16 2. 2x + y = 4 2x + y = 1 Tuesday September 23, 2014 Warm-up:

More information

Chapter P. Prerequisites. Slide P- 1. Copyright 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Chapter P. Prerequisites. Slide P- 1. Copyright 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide P- 1 Chapter P Prerequisites 1 P.1 Real Numbers Quick Review 1. List the positive integers between -4 and 4.. List all negative integers greater than -4. 3. Use a calculator to evaluate the expression

More information

Sect 2.4 Linear Functions

Sect 2.4 Linear Functions 36 Sect 2.4 Linear Functions Objective 1: Graphing Linear Functions Definition A linear function is a function in the form y = f(x) = mx + b where m and b are real numbers. If m 0, then the domain and

More information

9.1 Circles and Parabolas. Copyright Cengage Learning. All rights reserved.

9.1 Circles and Parabolas. Copyright Cengage Learning. All rights reserved. 9.1 Circles and Parabolas Copyright Cengage Learning. All rights reserved. What You Should Learn Recognize a conic as the intersection of a plane and a double-napped cone. Write equations of circles in

More information

Chapters 1 and 2 Test

Chapters 1 and 2 Test Class: Date: Chapters 1 and 2 Test Multiple Choice Identify the choice that best completes the statement or answers the question. 1. 2r 9 6 Solve the inequality. Graph the solution set. a. r 1 1 2 c. r

More information

For a semi-circle with radius r, its circumfrence is πr, so the radian measure of a semi-circle (a straight line) is

For a semi-circle with radius r, its circumfrence is πr, so the radian measure of a semi-circle (a straight line) is Radian Measure Given any circle with radius r, if θ is a central angle of the circle and s is the length of the arc sustained by θ, we define the radian measure of θ by: θ = s r For a semi-circle with

More information

Chapter 1: Precalculus Review

Chapter 1: Precalculus Review : Precalculus Review Math 115 17 January 2018 Overview 1 Important Notation 2 Exponents 3 Polynomials 4 Rational Functions 5 Cartesian Coordinates 6 Lines Notation Intervals: Interval Notation (a, b) (a,

More information

Basic Surveying Week 3, Lesson 2 Semester 2017/18/2 Vectors, equation of line, circle, ellipse

Basic Surveying Week 3, Lesson 2 Semester 2017/18/2 Vectors, equation of line, circle, ellipse Basic Surveying Week 3, Lesson Semester 017/18/ Vectors, equation of line, circle, ellipse 1. Introduction In surveying calculations, we use the two or three dimensional coordinates of points or objects

More information

Semester Review Packet

Semester Review Packet MATH 110: College Algebra Instructor: Reyes Semester Review Packet Remarks: This semester we have made a very detailed study of four classes of functions: Polynomial functions Linear Quadratic Higher degree

More information

f(x) = lim x 0 + x = lim f(x) =

f(x) = lim x 0 + x = lim f(x) = Infinite Limits Having discussed in detail its as x ±, we would like to discuss in more detail its where f(x) ±. Once again we would like to emphasize that ± are not numbers, so if we write f(x) = we are

More information

Slope as a Rate of Change

Slope as a Rate of Change Find the slope of a line using two of its points. Interpret slope as a rate of change in real-life situations. FINDING THE SLOPE OF A LINE The slope m of the nonvertical line passing through the points

More information

Chapter 3 Representations of a Linear Relation

Chapter 3 Representations of a Linear Relation Chapter 3 Representations of a Linear Relation The purpose of this chapter is to develop fluency in the ways of representing a linear relation, and in extracting information from these representations.

More information

2.1 The Rectangular Coordinate System

2.1 The Rectangular Coordinate System . The Rectangular Coordinate Sstem In this section ou will learn to: plot points in a rectangular coordinate sstem understand basic functions of the graphing calculator graph equations b generating a table

More information

Brooklyn College Department of Mathematics. Precalculus. Preparatory Workbook. Spring Sandra Kingan

Brooklyn College Department of Mathematics. Precalculus. Preparatory Workbook. Spring Sandra Kingan Brooklyn College Department of Mathematics Precalculus Preparatory Workbook Spring 0 Sandra Kingan Supported by the CUNY Office of Academic Affairs through funding for the Gap Project CONTENTS. Review

More information

Systems of Linear Equations and Inequalities

Systems of Linear Equations and Inequalities Systems of Linear Equations and Inequalities Alex Moore February 4, 017 1 What is a system? Now that we have studied linear equations and linear inequalities, it is time to consider the question, What

More information

EconS 301. Math Review. Math Concepts

EconS 301. Math Review. Math Concepts EconS 301 Math Review Math Concepts Functions: Functions describe the relationship between input variables and outputs y f x where x is some input and y is some output. Example: x could number of Bananas

More information

MFM2P Foundations of Mathematics Unit 3 Lesson 11

MFM2P Foundations of Mathematics Unit 3 Lesson 11 The Line Lesson MFMP Foundations of Mathematics Unit Lesson Lesson Eleven Concepts Introduction to the line Using standard form of an equation Using y-intercept form of an equation x and y intercept Recognizing

More information

Course: Algebra 1-A Direct link to this page:http://www.floridastandards.org/courses/publicpreviewcourse5.aspx?ct=1

Course: Algebra 1-A Direct link to this page:http://www.floridastandards.org/courses/publicpreviewcourse5.aspx?ct=1 Course: 1200370 Algebra 1-A Direct link to this page:http://www.floridastandards.org/courses/publicpreviewcourse5.aspx?ct=1 BASIC INFORMATION Course Number: 1200370 Course Title: Algebra 1-A Course Abbreviated

More information

Chapter 2.1 Relations and Functions

Chapter 2.1 Relations and Functions Analyze and graph relations. Find functional values. Chapter 2.1 Relations and Functions We are familiar with a number line. A number line enables us to locate points, denoted by numbers, and find distances

More information

Chapter 3 Representations of a Linear Relation

Chapter 3 Representations of a Linear Relation Chapter 3 Representations of a Linear Relation The purpose of this chapter is to develop fluency in the ways of representing a linear relation, and in extracting information from these representations.

More information

4.3 TRIGONOMETRY EXTENDED: THE CIRCULAR FUNCTIONS

4.3 TRIGONOMETRY EXTENDED: THE CIRCULAR FUNCTIONS 4.3 TRIGONOMETRY EXTENDED: THE CIRCULAR FUNCTIONS MR. FORTIER 1. Trig Functions of Any Angle We now extend the definitions of the six basic trig functions beyond triangles so that we do not have to restrict

More information

MA094 Part 2 - Beginning Algebra Summary

MA094 Part 2 - Beginning Algebra Summary MA094 Part - Beginning Algebra Summary Page of 8/8/0 Big Picture Algebra is Solving Equations with Variables* Variable Variables Linear Equations x 0 MA090 Solution: Point 0 Linear Inequalities x < 0 page

More information

Section 1.4. Meaning of Slope for Equations, Graphs, and Tables

Section 1.4. Meaning of Slope for Equations, Graphs, and Tables Section 1.4 Meaning of Slope for Equations, Graphs, and Tables Finding Slope from a Linear Equation Finding Slope from a Linear Equation Example Find the slope of the line Solution Create a table using

More information

Algebra One Dictionary

Algebra One Dictionary Algebra One Dictionary Page 1 of 17 A Absolute Value - the distance between the number and 0 on a number line Algebraic Expression - An expression that contains numbers, operations and at least one variable.

More information

Part 2 - Beginning Algebra Summary

Part 2 - Beginning Algebra Summary Part - Beginning Algebra Summary Page 1 of 4 1/1/01 1. Numbers... 1.1. Number Lines... 1.. Interval Notation.... Inequalities... 4.1. Linear with 1 Variable... 4. Linear Equations... 5.1. The Cartesian

More information

Unit 5: Proportions and Lines. Activities: Resources:

Unit 5: Proportions and Lines. Activities: Resources: Timeline: 2 nd nine weeks Vocabulary: Slope Formula, Rate of Change, Y Intercept, Slope intercept form, Vertical, Horizontal Linear Function Slope Slope of a Line Unit 5: Proportions and Lines New State

More information

Graphing and Writing Linear Equations Review 3.1, 3.3, & 4.4. Name: Date: Period:

Graphing and Writing Linear Equations Review 3.1, 3.3, & 4.4. Name: Date: Period: Graphing and Writing Linear Equations Review.1,., 4.1-4. & 4.4 Algebra I Name: Date: Period: Quest Topics Section.1 linear versus nonlinear rewrite linear equations in standard form: Ax By C find and use

More information

Chapter 1 Graph of Functions

Chapter 1 Graph of Functions Graph of Functions Chapter Graph of Functions. Rectangular Coordinate Sstem and Plotting points The Coordinate Plane Quadrant II Quadrant I (0,0) Quadrant III Quadrant IV Figure. The aes divide the plane

More information

y x -0.5 y

y x -0.5 y SOLVING LINEAR ALGEBRAIC SYSTEMS and CRAMER'S RULE These notes should provide you with a brief review of the facts about linear algebraic systems and a method, Cramer's Rule, that is useful in solving

More information

3.3 Linear Equations in Standard Form

3.3 Linear Equations in Standard Form 3.3 Linear Equations in Standard Form Learning Objectives Write equivalent equations in standard form. Find the slope and y intercept from an equation in standard form. Write equations in standard form

More information

OBJECTIVES UNIT 1. Lesson 1.0

OBJECTIVES UNIT 1. Lesson 1.0 OBJECTIVES UNIT 1 Lesson 1.0 1. Define "set," "element," "finite set," and "infinite set," "empty set," and "null set" and give two examples of each term. 2. Define "subset," "universal set," and "disjoint

More information

x is also called the abscissa y is also called the ordinate "If you can create a t-table, you can graph anything!"

x is also called the abscissa y is also called the ordinate If you can create a t-table, you can graph anything! Senior Math Section 6-1 Notes Rectangular Coordinates and Lines Label the following 1. quadrant 1 2. quadrant 2 3. quadrant 3 4. quadrant 4 5. origin 6. x-axis 7. y-axis 8. Ordered Pair (x, y) at (2, 1)

More information

Department of Mathematics, University of Wisconsin-Madison Math 114 Worksheet Sections (4.1),

Department of Mathematics, University of Wisconsin-Madison Math 114 Worksheet Sections (4.1), Department of Mathematics, University of Wisconsin-Madison Math 114 Worksheet Sections (4.1), 4.-4.6 1. Find the polynomial function with zeros: -1 (multiplicity ) and 1 (multiplicity ) whose graph passes

More information

Geometry Summer Assignment 2018

Geometry Summer Assignment 2018 Geometry Summer Assignment 2018 The following packet contains topics and definitions that you will be required to know in order to succeed in Geometry this year. You are advised to be familiar with each

More information

22 Approximations - the method of least squares (1)

22 Approximations - the method of least squares (1) 22 Approximations - the method of least squares () Suppose that for some y, the equation Ax = y has no solutions It may happpen that this is an important problem and we can t just forget about it If we

More information

CHAPTER ONE FUNCTIONS AND GRAPHS. In everyday life, many quantities depend on one or more changing variables eg:

CHAPTER ONE FUNCTIONS AND GRAPHS. In everyday life, many quantities depend on one or more changing variables eg: CHAPTER ONE FUNCTIONS AND GRAPHS 1.0 Introduction to Functions In everyday life, many quantities depend on one or more changing variables eg: (a) plant growth depends on sunlight and rainfall (b) speed

More information

Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables

Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables Sections 8.1 & 8.2 Systems of Linear Equations in Two Variables Department of Mathematics Porterville College September 7, 2014 Systems of Linear Equations in Two Variables Learning Objectives: Solve Systems

More information

Section 3.3 Limits Involving Infinity - Asymptotes

Section 3.3 Limits Involving Infinity - Asymptotes 76 Section. Limits Involving Infinity - Asymptotes We begin our discussion with analyzing its as increases or decreases without bound. We will then eplore functions that have its at infinity. Let s consider

More information

MAT College Algebra - Gateway 2: Linear Equations and. Name: Date: B

MAT College Algebra - Gateway 2: Linear Equations and. Name: Date: B Mathematics Department MAT 10 - College Algebra - Gateway : Linear Equations and Name: Date: 9919 B This exam covers material from Sections 1.1, 1.7,.1,.3, 3.1-3.3,.1, and.. The topics covered are function

More information

CRASH COURSE IN PRECALCULUS

CRASH COURSE IN PRECALCULUS CRASH COURSE IN PRECALCULUS Shiah-Sen Wang The graphs are prepared by Chien-Lun Lai Based on : Precalculus: Mathematics for Calculus by J. Stuwart, L. Redin & S. Watson, 6th edition, 2012, Brooks/Cole

More information

1.3 Linear Functions

1.3 Linear Functions 1.3 Linear Functions A function of the form f(x) = ax + b, where a and b are constants, is called a linear function. The graph of f(x) = ax + b or y = mx + b, is a line, with slope a (or m), and y intercept

More information

( ) c. m = 0, 1 2, 3 4

( ) c. m = 0, 1 2, 3 4 G Linear Functions Probably the most important concept from precalculus that is required for differential calculus is that of linear functions The formulas you need to know backwards and forwards are:

More information

Summer Packet Pre-AP Algebra

Summer Packet Pre-AP Algebra Name: (5/11/17) Summer Packet Pre-AP Algebra 1-2018-19 To receive credit all work must be shown. There will be a test the first week back from summer on this packet. Any work done on additional paper must

More information

UNIT #3 LINEAR FUNCTIONS, EQUATIONS, AND THEIR ALGEBRA COMMON CORE ALGEBRA II

UNIT #3 LINEAR FUNCTIONS, EQUATIONS, AND THEIR ALGEBRA COMMON CORE ALGEBRA II Name: Date: Part I Questions UNIT #3 LINEAR FUNCTIONS, EQUATIONS, AND THEIR ALGEBRA COMMON CORE ALGEBRA II. The distance that a person drives at a constant speed varies directly with the amount of time

More information

1.1 Linear Equations and Inequalities

1.1 Linear Equations and Inequalities 1.1 Linear Equations and Inequalities Linear Equation in 1 Variable Any equation that can be written in the following form: ax + b = 0 a,b R, a 0 and x is a variable Any equation has a solution, sometimes

More information

Graphs. 1. Graph paper 2. Ruler

Graphs. 1. Graph paper 2. Ruler Graphs Objective The purpose of this activity is to learn and develop some of the necessary techniques to graphically analyze data and extract relevant relationships between independent and dependent phenomena,

More information

CHAPTER 1 Systems of Linear Equations

CHAPTER 1 Systems of Linear Equations CHAPTER Systems of Linear Equations Section. Introduction to Systems of Linear Equations. Because the equation is in the form a x a y b, it is linear in the variables x and y. 0. Because the equation cannot

More information

The Coordinate Plane; Graphs of Equations of Two Variables. A graph of an equation is the set of all points which are solutions to the equation.

The Coordinate Plane; Graphs of Equations of Two Variables. A graph of an equation is the set of all points which are solutions to the equation. Hartfield College Algebra (Version 2015b - Thomas Hartfield) Unit TWO Page 1 of 30 Topic 9: The Coordinate Plane; Graphs of Equations of Two Variables A graph of an equation is the set of all points which

More information

I can translate between a number line graph, an inequality, and interval notation.

I can translate between a number line graph, an inequality, and interval notation. Unit 1: Absolute Value 2 I can translate between a number line graph, an inequality, and interval notation. 2 2 I can translate between absolute value expressions and English statements about numbers on

More information

Chapter Review. Review Key Vocabulary. Review Examples and Exercises. 4.1 Graphing Linear Equations (pp ) Graph y = 3x 1.

Chapter Review. Review Key Vocabulary. Review Examples and Exercises. 4.1 Graphing Linear Equations (pp ) Graph y = 3x 1. Chapter Review Review Ke Vocabular linear equation p. solution of a linear equation, p., p. 0 rise, p. 0 run, p. 0 Vocabular Help x-intercept, p. 8 -intercept, p. 8 -intercept form, p. 8 standard form,

More information

When should technology be used?

When should technology be used? Using a Graphing Calculator in the Classroom When should technology be used? The graphing calculator is a wonderful tool for teaching concepts. It also can become a crutch. GOOD Examining the effects of

More information

Reteach Multiplying and Dividing Rational Expressions

Reteach Multiplying and Dividing Rational Expressions 8-2 Multiplying and Dividing Rational Expressions Examples of rational expressions: 3 x, x 1, and x 3 x 2 2 x 2 Undefined at x 0 Undefined at x 0 Undefined at x 2 When simplifying a rational expression:

More information

Ch 3 Exam Review. Plot the ordered pairs on the rectangular coordinate system provided. 3) A(1, 3), B(-5, 3)

Ch 3 Exam Review. Plot the ordered pairs on the rectangular coordinate system provided. 3) A(1, 3), B(-5, 3) Ch 3 Exam Review Note: These are only a sample of the type of problems that may appear on the exam. Keep in mind, anything covered in class can be covered on the exam. Solve the problem. 1) This bar graph

More information

Algebra 1 Hour Final Exam Review Days. Complete and On Time 5 points

Algebra 1 Hour Final Exam Review Days. Complete and On Time 5 points Semester Final Exam Review Packet Name Algebra 1 Hour Final Exam Review Days Assigned on Assignment 6/1 Unit 5 and Unit 6, 1-39 Complete and On Time 5 points Complete and Late 4 points At Least 50% Complete.5

More information

Section 3.4 Writing the Equation of a Line

Section 3.4 Writing the Equation of a Line Chapter Linear Equations and Functions Section.4 Writing the Equation of a Line Writing Equations of Lines Critical to a thorough understanding of linear equations and functions is the ability to write

More information

Ratios and Rates - Vocabulary

Ratios and Rates - Vocabulary 1/19/18 Unit 5 Ratios and Rates - Vocabulary Begin on a new page Write the date and unit in the top corners of the page Write the title across the top line Ratio A comparison of two numbers. Terms of a

More information

For the given equation, first find the x-intercept by setting y = 0: Next, find the y-intercept by setting x = 0:

For the given equation, first find the x-intercept by setting y = 0: Next, find the y-intercept by setting x = 0: 1. Find the x- and y-intercepts and graph the equation. 5x + 6y = 30 To find the x- and y-intercepts, set one variable equal to 0, and solve for the other variable. To find the x-intercept, set y = 0 and

More information

UNC Charlotte Algebra Competition March 9, 2009

UNC Charlotte Algebra Competition March 9, 2009 Algebra Competition March 9, 2009 1. If the operation is defined by x y = 3y + y x, then 2 5 = (A) 10 (B) 10 (C) 40 (D) 26 (E) None of these Solution: C. The solution is found by direct substitution. 2.

More information

Pre-Calculus Summer Packet

Pre-Calculus Summer Packet 2013-2014 Pre-Calculus Summer Packet 1. Complete the attached summer packet, which is due on Friday, September 6, 2013. 2. The material will be reviewed in class on Friday, September 6 and Monday, September

More information

REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS

REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS The Department of Applied Mathematics administers a Math Placement test to assess fundamental skills in mathematics that are necessary to begin the study

More information

Mission 1 Simplify and Multiply Rational Expressions

Mission 1 Simplify and Multiply Rational Expressions Algebra Honors Unit 6 Rational Functions Name Quest Review Questions Mission 1 Simplify and Multiply Rational Expressions 1) Compare the two functions represented below. Determine which of the following

More information

a) Graph the equation by the intercepts method. Clearly label the axes and the intercepts. b) Find the slope of the line.

a) Graph the equation by the intercepts method. Clearly label the axes and the intercepts. b) Find the slope of the line. Math 71 Spring 2009 TEST 1 @ 120 points Name: Write in a neat and organized fashion. Write your complete solutions on SEPARATE PAPER. You should use a pencil. For an exercise to be complete there needs

More information

AP Calculus AB Summer Review Packet

AP Calculus AB Summer Review Packet AP Calculus AB Summer Review Packet Welcome to AP Calculus! This packet contains a set of problems that serve as a prerequisite for AP Calculus. These background skills are extremely important. Many times

More information

NOTES. [Type the document subtitle] Math 0310

NOTES. [Type the document subtitle] Math 0310 NOTES [Type the document subtitle] Math 010 Cartesian Coordinate System We use a rectangular coordinate system to help us map out relations. The coordinate grid has a horizontal axis and a vertical axis.

More information

Precalculus: Linear Equations Practice Problems. Questions. 1. Solve for x when 2 3 x = 1 15 x Solve for x when x 2 + x 5 = 7 10.

Precalculus: Linear Equations Practice Problems. Questions. 1. Solve for x when 2 3 x = 1 15 x Solve for x when x 2 + x 5 = 7 10. Questions. Solve for x when 3 x = 5 x + 3 5.. Solve for x when x + x 5 = 7 0. 3. Solve for x when 0 3 x = x. 4. Is 4 a solution to (y ) + = 3 (3y 4)? 8 5. Solve for x when 4 5 x 3 = 3x +. 6. Solve for

More information

MA.8.1 Students will apply properties of the real number system to simplify algebraic expressions and solve linear equations.

MA.8.1 Students will apply properties of the real number system to simplify algebraic expressions and solve linear equations. Focus Statement: Students will solve multi-step linear, quadratic, and compound equations and inequalities using the algebraic properties of the real number system. They will also graph linear and quadratic

More information

5 Systems of Equations

5 Systems of Equations Systems of Equations Concepts: Solutions to Systems of Equations-Graphically and Algebraically Solving Systems - Substitution Method Solving Systems - Elimination Method Using -Dimensional Graphs to Approximate

More information

Section Functions and Function Notation

Section Functions and Function Notation Section 1.1 - Functions and Function Notation A function is a relationship between two quantities. If the value of the first quantity determines exactly one value of the second quantity, we say the second

More information

Exam 1 Review SOLUTIONS

Exam 1 Review SOLUTIONS 1. True or False (and give a short reason): Exam 1 Review SOLUTIONS (a) If the parametric curve x = f(t), y = g(t) satisfies g (1) = 0, then it has a horizontal tangent line when t = 1. FALSE: To make

More information

Chapter 7 Quadratic Equations

Chapter 7 Quadratic Equations Chapter 7 Quadratic Equations We have worked with trinomials of the form ax 2 + bx + c. Now we are going to work with equations of this form ax 2 + bx + c = 0 quadratic equations. When we write a quadratic

More information

Average Rate of Change & Slope of a Line MATH 092

Average Rate of Change & Slope of a Line MATH 092 Average Rate of Change Average Rate of Change & Slope of a Line MATH 092 Functions are used to model the way one quantity changes with respect to another quantity. For instance, how does the distance traveled

More information

Chapter 1: January 26 January 30

Chapter 1: January 26 January 30 Chapter : January 26 January 30 Section.7: Inequalities As a diagnostic quiz, I want you to go through the first ten problems of the Chapter Test on page 32. These will test your knowledge of Sections.

More information