Math 138: Introduction to solving systems of equations with matrices. The Concept of Balance for Systems of Equations

Size: px
Start display at page:

Download "Math 138: Introduction to solving systems of equations with matrices. The Concept of Balance for Systems of Equations"

Transcription

1 Math 138: Introduction to solving systems of equations with matrices. Pedagogy focus: Concept of equation balance, integer arithmetic, quadratic equations. The Concept of Balance for Systems of Equations Before beginning to investigate lines and parabolas with matrices, we must talk about three principles of balance for equation solving. Balance Principle #1 (Adding rows to rows OK): Equal Quantities added to Equal Quantities results in still Equal Quantities. To explain BP#1 further: There is no doubt that 2 = 2 And similarly it is clear that 3 = 3 So, if we add them both together, is it not clear that = =5? Another way to think about it is with a balance scale. If you have 2 unit weights on each side of a scale and you put on 3 unit weights on each side, the scale is still in balance and now has 5 weights on each side. What this essentially means, when we work with matrices which will represent equations, is that adding rows to rows does not change the information or solutions created by the initial system.

2 Balance Principle #2 (Multiplying a Row by a Number OK): If equal quantities are both multiplied by the same number, the result is still equal quantities. This is really just the same thing as BP#1 if one recalls that multiplication is defined as repeated addition, or n a = a + + a. Using the example as above, n times Clearly 2=2 Doesn t 3 2 = 3 2? or; = ? Yes, since 3 2 = , and if we add the same number of 2 s to both sides of a balance scale, it will still be in balance. Also note that since division can be thought of as multiplication by a fraction, then BP#2 also means we can divide an equation, or row of a matrix, and still have a true balanced equation. For example, 4 = 1 4 = 2, so: 2 2 Balance Principle #3 (Row Switching is OK) If two sets of equal quantities are equal, the order they are presented does not matter. This is perhaps the easiest principle to understand, which essentially says that the order of equations in a given system does not change the solution, or information, given in the system. For example, 2=2 and 3=3 is the same as: 3=3 and 2=2.

3 Example. Let s suppose we wish to find two numbers such that they both add to 7 and the largest minus the smaller equals 1. What are the two numbers? Solution: If we let the larger number be x and the smaller number be y then we get the following system of linear (1 st degree) equations: x + y = 7 x y = 1 Now, we will put this system into a matrix as follows: x y # Note: The two columns of numbers towards the left represent the coefficients multiplying the variables x and y. The basic idea for solving the system with a matrix is to keep applying the three principles of balance in order to achieve a matrix representation like: x y # 1 0 ω 0 1 φ If we can get these left two columns of numbers, 1 0 to show up while keeping the 0 1 overall system in balance, then we will have solved the system, since this would result in: 1 x + 0 y = x = ω and 0 x + 1 y = y = φ where the symbols ω and φ just represent some numbers which are the solutions to the system. So, let s proceed to solve this system using the balance steps:

4 Our first goal is to achieve a 1 in the upper left corner. In this case we have that, but if we didn t we could switch rows if there is a one in the right position in the bottom row; or, we could divide the row to make a 1 (division is actually the same as multiplication since 4 = 1 4 ). We call these numbers on the diagonal pivots Our next goal, after having a 1 in the pivot position, is to make zeros underneath the 1. Remember we can add rows to other rows and we can multiply rows also; but, we can also multiply AND add a row to another row. In our method, we will always ADD rows so that we don t get confused. Below the pivot is a 1, so I would like to add a 1 to it so that I can zero it out. So, to do this we will multiply ALL of row 1 by 1 and then add that row to row 2. We can write this like: R1 + R2 for our new row 2. It is helpful to pencil-in the row that you are adding underneath the second row as such: This gives us the new matrix, which is still in balance: Working in a kind of counter clockwise direction, we next want to make a 1 in the pivot position of the second row (currently occupied by the number 2). When making this pivot, one would not want to add row 1 at all, since that would destroy the nice zero we just made, so it is best to divide the row at this point, which in this case would be a step such as: 1 R2, which would give us:

5 4. We have almost reached our goal of making show up for the coefficients of the variables. All that is needed to be done is to make a zero above the pivot in the second row. To do this we will use row 2 since when we add the correct multiple of that row to row 1, the 0 in row 2 will never disturb the pivot in row 1. So, at this point, 1 R2 + R1 would achieve our goal: giving us our solution matrix: LOOKING BACK Going back to the original system of equations, let s see if x = 4 and y = 3 forms a solution for both of the equations: = = 1 in which case, we observe that the solutions work and we have found the two numbers Example. Now for a similar example involving fractions, suppose that twice a number plus another number is 17, and twice the first number plus three times the second number is 27. What are the two numbers? Solution: Reading the last sentence first, we can assign the typical variables, x and y for the unknown first and second numbers, respectively. Working with the given information, we have the following system:

6 2x + y = 17 2x + 3y = 27 giving us the following matrix system to reduce: Remember our first goal is to get a 1 in the upper-left pivot position, but in this case we did not already have a 1. It is usually the case to divide the first row by 2, but since there is also a 2 below it, if we wanted, we could knock out the 2 below the 2 in the first row now. (instead of subtracting, we always add to avoid confusion, so in this case we have row1 + row2: which gives us: We can now confront the need to do the operation row1. (or we could make a 1 in 2 the second row by dividing by a 2, it is totally up to you!) Since, in the way we are showing the steps, we didn t make the 1 in the second row yet, we now do this with the row operation row2 2 :

7 4. Almost finished! This one is a bit harder because it involves fractions. Just keep a steady focus and keep performing the correct balance operations until your goal matrix is achieved. We would like to make a zero above the pivot in the second row, we need to add 1 2 row2 + row1 as follows: giving us our goal coefficient matrix and subsequent solution: The two numbers are 6 and 5! LOOKING BACK A quick check shows that the solutions fit the original equations and make sense in the overall problem: = = = = 27 Finding Equations of Lines through Two Points The familiar approach to finding the equation of a line through two points runs something like this: Example. Find the equation of the line through the points (3, 3) and ( 2,7). (Recall that the y intercept form for the equation of a line is: y = mx + b, and the slope going through two points (x 1, y 1 ) and (x 2, y 2 ) is defined as: m = y 2 y 1 x 2 x 1 ).

8 m = ( 2) = 10 = 2 y = 2x + b 5 Now by plugging in either point, we can solve for b: 3 = b b = = 3 The y intercept form for the equation of a line is: y = 2x + 3. Sometimes, the standard form of a line is asked for, which is of the form Ax + By = C, which essentially requires bring the x and y monomial terms to one side of the equation: LOOKING BACK 2x + y = 2x + ( 2x) + 3 = = 3 2x + y = 3 Let s see if the given points satisfy the equation in standard form: 2(3) + ( 3) = 6 + ( 3) = 3 and 2( 2) + 7 = = 3 verifies we found the correct equation through the two points In the next example, it will be demonstrated how to find the same equation through the given points, using a matrix to solve for the two unknowns, m and b. Example. Find the equation of the line through the points (3, 3) and ( 2,7) using a matrix approach. Plug in the given points into mx + b = yand develop a 2 2 system of equations as follows: m(3) + b = 3 and m( 2) + b = 7 3m + b = 3 2m + b = 7 Now, we can use our three principles of balance to find the unknown variables m and b:

9 1 2 R1+R R R2 1 5 R R2+R ( 1) + ( 1) The final matrix reveals that m = 2 and b = 3 in agreement with the previous example s result that y = 2x + 3 as can be verified in the graph in Figure 3.1. Figure 1.1 Graph of y = 2x + 3 through two given points.

10 Solving 3 3 Systems for finding Equations of Parabolas When working with matrices, many of you might be thinking, why should we do these matrix methods since I can easily find these equations using methods I have already learned such as substitution. Well, it is true that you can solve a system using substitution, but the fact of the matter is that when working with much larger systems, the advantages of using matrices becomes more evident. As an example, imagine you were locked in a room, and the only way you could get out would be to solve a system of equations. Well, using substitution, you might be in the room a long, long time; but, by using matrices and applying the exact same three balance principles we ve discussed, you could get out in about minutes once you get the hang of it! So, let s up the system to the 3 3 level and begin to learn the general pattern. Example. I am thinking of three integers such that they all add to 19, five less than the sum of the first two numbers is the third number and the first number is twice the third number. What are the three numbers? Solution: Reading the last sentence first, we need to find three numbers, so let s use the standard algebra letters x, y, and z for the first, second and third numbers, respectively. The first relationship is not too difficult and comes out to: x + y + z = 19 In the second relationship, one must read carefully and understand the subtleties in the sentence. If you read it carefully enough, you should see that it amounts to the algebraic equation: (x + y) 5 = z For our matrix systems, the equations must have all of the letters on the left, and the numbers on the right; so, it is important to order the variables the same way. Using the typical convention, order the variables as x, y, z and rearrange the equation to get:

11 x + y z = 5 Try it on your own and see if you get the same result. In the above case the parentheses were really not needed, but they were included to emphasize that the 5 was being taken away from the entire sum of x + y. If you had been given a problem where it said that the third number was x + y less than the number 5, it would be important to understand that the x + y was grouped together; so, that statement would amount to an equation like: z = 5 (x + y) = 5 x y, and would have to be converted to x + y + z = 5. This little digression is not meant to confuse you, but make you aware of how careful one must be when converting words into equations in relation to the use of grouping symbols like parentheses. It is not a topic you can instantly understand, but must master through practice, making a few mistakes and finally getting successful results which you can check on your own by looking back. Back to the problem, the last relationship can also present some confusion when trying to write the equation. Many times when working with a relationship such as this, students pick the wrong variable to multiply by a number. To prevent this problem, try and identify which is the larger number. The statement says that the first number is twice the third number. Clearly it is the first number that is larger, so that would lead to the equation x = 2z. Remember, though, that for our matrix approach, we need all of the variables on the left side and in the correct order, leading to the equation: x 2z = 0. Now that we have the equations, we will further rewrite them by remembering to place all of the 0 s in for coefficients of variables which are not present in the equations: x + y + z = 19 x + y z = 5 x + 0 y 2z = 0 Having the equations in this form, we are finally ready to write down the matrix:

12 In the 3 3 case, our new goal coefficient matrix for the first three columns is We are lucky we already have a 1 in the first pivot position, so now we will do 2 balance operations at once and make 0 s underneath the 1 in the upper left position. This can easily be accomplished by doing row1 + row2 and row1 + row3. You might be wondering why I picked row1 as the row I used. You can actually pick any rows to use, since if you are using the principles of balance correctly, the system will still be in balance and contain the original information that was given in the problem. After doing a lot of this, one finds that it is easiest to just use the first row to do the elimination on all of the lower rows. If you did those operations, you would get the matrix: Next, one could do BP#3 and then BP#2 by exchanging the second and third rows and then multiply the second row by 1. The reason for this is to focus on getting the 1 in the second pivot position, in the second row (like my goal matrix has in the position circled. Performing these operations gives us the matrix system: Now, the focus can again move kind of counter-clockwise to the pivot in the third row (i.e., ), in which case we can make a 1 by the operation 1 row3, giving us:

13 Now, what is left is to begin making 0 s in the spots above the pivot positions. To make things faster, we can use row3 twice to zero out the numbers in row1 and row2. Try and think about why the following operations would do this: 3 row3 + row2 and 1 row3 + row1, in which case we would have the new representation: Almost finished since once the 1 is zeroed out above the second pivot, we will have our goal matrix! To do this we need only apply the balance operation, 1 row2 + row1, to get our answer: LOOKING BACK Let s check now and see if these solutions are the correct numbers by putting them into the original equations: 14 + ( 2) + 7 = = ( 2) 7 = 12 7 = = = 0

14 Example. Find the equation of the parabola, in the form ax 2 + bx + c = y, running through the points (1,4), ( 1,12) and (2,9). First notice that if only two points are chosen, such as (1,4) and (2,9) then there are an infinite variety of parabolas that can go through those points. When we list the third point, it really narrows the choices down to only one unique parabola. This fact directly corresponds to the need for three equations, when solving for three unknowns, just as in the previous line example, only two equations/points are necessary to find the equation of a line. 1. First, we generate three equations by plugging in the given (x, y) ordered pair points: (1,4) a (1) 2 + b 1 + c = 4 a + b + c = 4 ( 1,12) a ( 1) 2 + b ( 1) + c = 12 a b + c = 12 (2,1) a (2) 2 + b (2) + c = 9 4a + 2b + c = 9 2. Now we can form a system matrix which solves for the unknowns a, b and c: Finally, we simply apply the three principles of balance which reduces the matrix and finds the unknowns: R1+R R1+R R R2+R R3+R1 1 3 R R2+R1

15 LOOKING BACK The balance principles have yielded the result that a = 3, b = 4 and c = 5, suggesting that the unknown parabola has the equation: y = 3x 2 4x + 5. Checking to see that this parabola runs through the given points: 3(1) 2 4(1) + 5 = = 4 3( 1) 2 4( 1) + 5 = = 12 3(2) 2 4(2) + 5 = = = 9 confirming that we found the correct equation of a parabola, as can also be seen from the graph in Figure 3.2 Graph of y = 3x 2 4x + 5 through three given points.

16 Math 138 HP M1 homework continued: 8. I am thinking of three numbers such that the third number is three times the first number, the numbers all add to 55 and the third number is twice the second number. What are the three numbers. 9. Find the quadratic equation of the form y = ax 2 + bx + c going through the points (1,0); (-1,8); and (2,5). Enter the Matrix and Destroy Voldemort! 10. To find the magic number that Harry Potter needs to utter to destroy Lord Voldemort, he needs to figure out the formula for a quadratic equation, based on the inscription of three ordered pairs of integers found on the front of Dumbledore s tomb. If the equation, in the form of ax 2 + bx + c=y, can be found, then all Harry need do is to plug in the perfect number x=7 into the equation of the parabola the matrix finds, and then say the corresponding y digit to Voldemort, before casting the Havra Cadavre spell. The points on the tomb for the mystic parabola were ( 1,22) (1,6) and (2,1). What is the number he needs to say?

Solving Equations Quick Reference

Solving Equations Quick Reference Solving Equations Quick Reference Integer Rules Addition: If the signs are the same, add the numbers and keep the sign. If the signs are different, subtract the numbers and keep the sign of the number

More information

Algebra & Trig Review

Algebra & Trig Review Algebra & Trig Review 1 Algebra & Trig Review This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The

More information

STEP Support Programme. Hints and Partial Solutions for Assignment 17

STEP Support Programme. Hints and Partial Solutions for Assignment 17 STEP Support Programme Hints and Partial Solutions for Assignment 7 Warm-up You need to be quite careful with these proofs to ensure that you are not assuming something that should not be assumed. For

More information

2017 SUMMER REVIEW FOR STUDENTS ENTERING GEOMETRY

2017 SUMMER REVIEW FOR STUDENTS ENTERING GEOMETRY 2017 SUMMER REVIEW FOR STUDENTS ENTERING GEOMETRY The following are topics that you will use in Geometry and should be retained throughout the summer. Please use this practice to review the topics you

More information

1 Introduction. 2 Solving Linear Equations

1 Introduction. 2 Solving Linear Equations 1 Introduction This essay introduces some new sets of numbers. Up to now, the only sets of numbers (algebraic systems) we know is the set Z of integers with the two operations + and and the system R of

More information

1 Introduction. 2 Solving Linear Equations. Charlotte Teacher Institute, Modular Arithmetic

1 Introduction. 2 Solving Linear Equations. Charlotte Teacher Institute, Modular Arithmetic 1 Introduction This essay introduces some new sets of numbers. Up to now, the only sets of numbers (algebraic systems) we know is the set Z of integers with the two operations + and and the system R of

More information

Quadratic Equations Part I

Quadratic Equations Part I Quadratic Equations Part I Before proceeding with this section we should note that the topic of solving quadratic equations will be covered in two sections. This is done for the benefit of those viewing

More information

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

More information

A-Level Notes CORE 1

A-Level Notes CORE 1 A-Level Notes CORE 1 Basic algebra Glossary Coefficient For example, in the expression x³ 3x² x + 4, the coefficient of x³ is, the coefficient of x² is 3, and the coefficient of x is 1. (The final 4 is

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 017/018 DR. ANTHONY BROWN. Lines and Their Equations.1. Slope of a Line and its y-intercept. In Euclidean geometry (where

More information

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Algebra. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

Algebra Exam. Solutions and Grading Guide

Algebra Exam. Solutions and Grading Guide Algebra Exam Solutions and Grading Guide You should use this grading guide to carefully grade your own exam, trying to be as objective as possible about what score the TAs would give your responses. Full

More information

Geometry 21 Summer Work Packet Review and Study Guide

Geometry 21 Summer Work Packet Review and Study Guide Geometry Summer Work Packet Review and Study Guide This study guide is designed to accompany the Geometry Summer Work Packet. Its purpose is to offer a review of the ten specific concepts covered in the

More information

Math Precalculus I University of Hawai i at Mānoa Spring

Math Precalculus I University of Hawai i at Mānoa Spring Math 135 - Precalculus I University of Hawai i at Mānoa Spring - 2013 Created for Math 135, Spring 2008 by Lukasz Grabarek and Michael Joyce Send comments and corrections to lukasz@math.hawaii.edu Contents

More information

Introduction. So, why did I even bother to write this?

Introduction. So, why did I even bother to write this? Introduction This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The review contains the occasional

More information

MEI Core 1. Basic Algebra. Section 1: Basic algebraic manipulation and solving simple equations. Manipulating algebraic expressions

MEI Core 1. Basic Algebra. Section 1: Basic algebraic manipulation and solving simple equations. Manipulating algebraic expressions MEI Core Basic Algebra Section : Basic algebraic manipulation and solving simple equations Notes and Examples These notes contain subsections on Manipulating algebraic expressions Collecting like terms

More information

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology

Intermediate Algebra. Gregg Waterman Oregon Institute of Technology Intermediate Algebra Gregg Waterman Oregon Institute of Technology c 2017 Gregg Waterman This work is licensed under the Creative Commons Attribution 4.0 International license. The essence of the license

More information

Math Lecture 3 Notes

Math Lecture 3 Notes Math 1010 - Lecture 3 Notes Dylan Zwick Fall 2009 1 Operations with Real Numbers In our last lecture we covered some basic operations with real numbers like addition, subtraction and multiplication. This

More information

Algebra 31 Summer Work Packet Review and Study Guide

Algebra 31 Summer Work Packet Review and Study Guide Algebra Summer Work Packet Review and Study Guide This study guide is designed to accompany the Algebra Summer Work Packet. Its purpose is to offer a review of the ten specific concepts covered in the

More information

Solving Quadratic & Higher Degree Equations

Solving Quadratic & Higher Degree Equations Chapter 7 Solving Quadratic & Higher Degree Equations Sec 1. Zero Product Property Back in the third grade students were taught when they multiplied a number by zero, the product would be zero. In algebra,

More information

SCIE 4101 Fall Math Review Packet #2 Notes Patterns and Algebra I Topics

SCIE 4101 Fall Math Review Packet #2 Notes Patterns and Algebra I Topics SCIE 4101 Fall 014 Math Review Packet # Notes Patterns and Algebra I Topics I consider Algebra and algebraic thought to be the heart of mathematics everything else before that is arithmetic. The first

More information

Polynomials; Add/Subtract

Polynomials; Add/Subtract Chapter 7 Polynomials Polynomials; Add/Subtract Polynomials sounds tough enough. But, if you look at it close enough you ll notice that students have worked with polynomial expressions such as 6x 2 + 5x

More information

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2:

Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: Math101, Sections 2 and 3, Spring 2008 Review Sheet for Exam #2: 03 17 08 3 All about lines 3.1 The Rectangular Coordinate System Know how to plot points in the rectangular coordinate system. Know the

More information

Physics Motion Math. (Read objectives on screen.)

Physics Motion Math. (Read objectives on screen.) Physics 302 - Motion Math (Read objectives on screen.) Welcome back. When we ended the last program, your teacher gave you some motion graphs to interpret. For each section, you were to describe the motion

More information

Answers to the problems will be posted on the school website, go to Academics tab, then select Mathematics and select Summer Packets.

Answers to the problems will be posted on the school website, go to Academics tab, then select Mathematics and select Summer Packets. Name Geometry SUMMER PACKET This packet contains Algebra I topics that you have learned before and should be familiar with coming into Geometry. We will use these concepts on a regular basis throughout

More information

Unit 7: Factoring Quadratic Polynomials

Unit 7: Factoring Quadratic Polynomials Unit 7: Factoring Quadratic Polynomials A polynomial is represented by: where the coefficients are real numbers and the exponents are nonnegative integers. Side Note: Examples of real numbers: Examples

More information

Lesson 21 Not So Dramatic Quadratics

Lesson 21 Not So Dramatic Quadratics STUDENT MANUAL ALGEBRA II / LESSON 21 Lesson 21 Not So Dramatic Quadratics Quadratic equations are probably one of the most popular types of equations that you ll see in algebra. A quadratic equation has

More information

32. SOLVING LINEAR EQUATIONS IN ONE VARIABLE

32. SOLVING LINEAR EQUATIONS IN ONE VARIABLE get the complete book: /getfulltextfullbook.htm 32. SOLVING LINEAR EQUATIONS IN ONE VARIABLE classifying families of sentences In mathematics, it is common to group together sentences of the same type

More information

COLLEGE ALGEBRA. Paul Dawkins

COLLEGE ALGEBRA. Paul Dawkins COLLEGE ALGEBRA Paul Dawkins Table of Contents Preface... iii Outline... iv Preliminaries... 7 Introduction... 7 Integer Exponents... 8 Rational Exponents...5 Radicals... Polynomials...30 Factoring Polynomials...36

More information

Example: 2x y + 3z = 1 5y 6z = 0 x + 4z = 7. Definition: Elementary Row Operations. Example: Type I swap rows 1 and 3

Example: 2x y + 3z = 1 5y 6z = 0 x + 4z = 7. Definition: Elementary Row Operations. Example: Type I swap rows 1 and 3 Linear Algebra Row Reduced Echelon Form Techniques for solving systems of linear equations lie at the heart of linear algebra. In high school we learn to solve systems with or variables using elimination

More information

Math Precalculus I University of Hawai i at Mānoa Spring

Math Precalculus I University of Hawai i at Mānoa Spring Math 135 - Precalculus I University of Hawai i at Mānoa Spring - 2014 Created for Math 135, Spring 2008 by Lukasz Grabarek and Michael Joyce Send comments and corrections to lukasz@math.hawaii.edu Contents

More information

9.4 Radical Expressions

9.4 Radical Expressions Section 9.4 Radical Expressions 95 9.4 Radical Expressions In the previous two sections, we learned how to multiply and divide square roots. Specifically, we are now armed with the following two properties.

More information

ABE Math Review Package

ABE Math Review Package P a g e ABE Math Review Package This material is intended as a review of skills you once learned and wish to review before your assessment. Before studying Algebra, you should be familiar with all of the

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

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.]

[Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty.] Math 43 Review Notes [Disclaimer: This is not a complete list of everything you need to know, just some of the topics that gave people difficulty Dot Product If v (v, v, v 3 and w (w, w, w 3, then the

More information

Math 308 Midterm Answers and Comments July 18, Part A. Short answer questions

Math 308 Midterm Answers and Comments July 18, Part A. Short answer questions Math 308 Midterm Answers and Comments July 18, 2011 Part A. Short answer questions (1) Compute the determinant of the matrix a 3 3 1 1 2. 1 a 3 The determinant is 2a 2 12. Comments: Everyone seemed to

More information

2-7 Solving Quadratic Inequalities. ax 2 + bx + c > 0 (a 0)

2-7 Solving Quadratic Inequalities. ax 2 + bx + c > 0 (a 0) Quadratic Inequalities In One Variable LOOKS LIKE a quadratic equation but Doesn t have an equal sign (=) Has an inequality sign (>,

More information

Calculus II. Calculus II tends to be a very difficult course for many students. There are many reasons for this.

Calculus II. Calculus II tends to be a very difficult course for many students. There are many reasons for this. Preface Here are my online notes for my Calculus II course that I teach here at Lamar University. Despite the fact that these are my class notes they should be accessible to anyone wanting to learn Calculus

More information

Math Fundamentals for Statistics I (Math 52) Unit 7: Connections (Graphs, Equations and Inequalities)

Math Fundamentals for Statistics I (Math 52) Unit 7: Connections (Graphs, Equations and Inequalities) Math Fundamentals for Statistics I (Math 52) Unit 7: Connections (Graphs, Equations and Inequalities) By Scott Fallstrom and Brent Pickett The How and Whys Guys This work is licensed under a Creative Commons

More information

Math 120. x x 4 x. . In this problem, we are combining fractions. To do this, we must have

Math 120. x x 4 x. . In this problem, we are combining fractions. To do this, we must have Math 10 Final Eam Review 1. 4 5 6 5 4 4 4 7 5 Worked out solutions. In this problem, we are subtracting one polynomial from another. When adding or subtracting polynomials, we combine like terms. Remember

More information

SCIE 4101 Spring Math Review Packet #2 Notes Algebra I

SCIE 4101 Spring Math Review Packet #2 Notes Algebra I SCIE 4101 Spring 011 Math Review Packet # Notes Algebra I I consider Algebra and algebraic thought to be the heart of mathematics everything else before that is arithmetic. The first characteristic of

More information

Conceptual Explanations: Simultaneous Equations Distance, rate, and time

Conceptual Explanations: Simultaneous Equations Distance, rate, and time Conceptual Explanations: Simultaneous Equations Distance, rate, and time If you travel 30 miles per hour for 4 hours, how far do you go? A little common sense will tell you that the answer is 120 miles.

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

Prealgebra. Edition 5

Prealgebra. Edition 5 Prealgebra Edition 5 Prealgebra, Edition 5 2009, 2007, 2005, 2004, 2003 Michelle A. Wyatt (M A Wyatt) 2009, Edition 5 Michelle A. Wyatt, author Special thanks to Garry Knight for many suggestions for the

More information

Algebra Review. Finding Zeros (Roots) of Quadratics, Cubics, and Quartics. Kasten, Algebra 2. Algebra Review

Algebra Review. Finding Zeros (Roots) of Quadratics, Cubics, and Quartics. Kasten, Algebra 2. Algebra Review Kasten, Algebra 2 Finding Zeros (Roots) of Quadratics, Cubics, and Quartics A zero of a polynomial equation is the value of the independent variable (typically x) that, when plugged-in to the equation,

More information

CHAPTER 1 LINEAR EQUATIONS

CHAPTER 1 LINEAR EQUATIONS CHAPTER 1 LINEAR EQUATIONS Sec 1. Solving Linear Equations Kids began solving simple equations when they worked missing addends problems in first and second grades. They were given problems such as 4 +

More information

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions.

Partial Fractions. June 27, In this section, we will learn to integrate another class of functions: the rational functions. Partial Fractions June 7, 04 In this section, we will learn to integrate another class of functions: the rational functions. Definition. A rational function is a fraction of two polynomials. For example,

More information

WSMA Algebra - Expressions Lesson 14

WSMA Algebra - Expressions Lesson 14 Algebra Expressions Why study algebra? Because this topic provides the mathematical tools for any problem more complicated than just combining some given numbers together. Algebra lets you solve word problems

More information

( )( b + c) = ab + ac, but it can also be ( )( a) = ba + ca. Let s use the distributive property on a couple of

( )( b + c) = ab + ac, but it can also be ( )( a) = ba + ca. Let s use the distributive property on a couple of Factoring Review for Algebra II The saddest thing about not doing well in Algebra II is that almost any math teacher can tell you going into it what s going to trip you up. One of the first things they

More information

Algebra 2 Segment 1 Lesson Summary Notes

Algebra 2 Segment 1 Lesson Summary Notes Algebra 2 Segment 1 Lesson Summary Notes For each lesson: Read through the LESSON SUMMARY which is located. Read and work through every page in the LESSON. Try each PRACTICE problem and write down the

More information

Solving Quadratic & Higher Degree Equations

Solving Quadratic & Higher Degree Equations Chapter 9 Solving Quadratic & Higher Degree Equations Sec 1. Zero Product Property Back in the third grade students were taught when they multiplied a number by zero, the product would be zero. In algebra,

More information

Algebra 2 Summer Work Packet Review and Study Guide

Algebra 2 Summer Work Packet Review and Study Guide Algebra Summer Work Packet Review and Study Guide This study guide is designed to accompany the Algebra Summer Work Packet. Its purpose is to offer a review of the nine specific concepts covered in the

More information

Lesson 3-2: Solving Linear Systems Algebraically

Lesson 3-2: Solving Linear Systems Algebraically Yesterday we took our first look at solving a linear system. We learned that a linear system is two or more linear equations taken at the same time. Their solution is the point that all the lines have

More information

Chapter 5 Simplifying Formulas and Solving Equations

Chapter 5 Simplifying Formulas and Solving Equations Chapter 5 Simplifying Formulas and Solving Equations Look at the geometry formula for Perimeter of a rectangle P = L W L W. Can this formula be written in a simpler way? If it is true, that we can simplify

More information

Basic ALGEBRA 2 SUMMER PACKET

Basic ALGEBRA 2 SUMMER PACKET Name Basic ALGEBRA SUMMER PACKET This packet contains Algebra I topics that you have learned before and should be familiar with coming into Algebra II. We will use these concepts on a regular basis throughout

More information

MA 1128: Lecture 08 03/02/2018. Linear Equations from Graphs And Linear Inequalities

MA 1128: Lecture 08 03/02/2018. Linear Equations from Graphs And Linear Inequalities MA 1128: Lecture 08 03/02/2018 Linear Equations from Graphs And Linear Inequalities Linear Equations from Graphs Given a line, we would like to be able to come up with an equation for it. I ll go over

More information

MITOCW ocw-18_02-f07-lec02_220k

MITOCW ocw-18_02-f07-lec02_220k MITOCW ocw-18_02-f07-lec02_220k The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free.

More information

Ch. 12 Higher Degree Equations Rational Root

Ch. 12 Higher Degree Equations Rational Root Ch. 12 Higher Degree Equations Rational Root Sec 1. Synthetic Substitution ~ Division of Polynomials This first section was covered in the chapter on polynomial operations. I m reprinting it here because

More information

Section 2.7 Solving Linear Inequalities

Section 2.7 Solving Linear Inequalities Section.7 Solving Linear Inequalities Objectives In this section, you will learn to: To successfully complete this section, you need to understand: Add and multiply an inequality. Solving equations (.1,.,

More information

To factor an expression means to write it as a product of factors instead of a sum of terms. The expression 3x

To factor an expression means to write it as a product of factors instead of a sum of terms. The expression 3x Factoring trinomials In general, we are factoring ax + bx + c where a, b, and c are real numbers. To factor an expression means to write it as a product of factors instead of a sum of terms. The expression

More information

CH 59 SQUARE ROOTS. Every positive number has two square roots. Ch 59 Square Roots. Introduction

CH 59 SQUARE ROOTS. Every positive number has two square roots. Ch 59 Square Roots. Introduction 59 CH 59 SQUARE ROOTS Introduction W e saw square roots when we studied the Pythagorean Theorem. They may have been hidden, but when the end of a right-triangle problem resulted in an equation like c =

More information

Edexcel AS and A Level Mathematics Year 1/AS - Pure Mathematics

Edexcel AS and A Level Mathematics Year 1/AS - Pure Mathematics Year Maths A Level Year - Tet Book Purchase In order to study A Level Maths students are epected to purchase from the school, at a reduced cost, the following tetbooks that will be used throughout their

More information

POLYNOMIAL EXPRESSIONS PART 1

POLYNOMIAL EXPRESSIONS PART 1 POLYNOMIAL EXPRESSIONS PART 1 A polynomial is an expression that is a sum of one or more terms. Each term consists of one or more variables multiplied by a coefficient. Coefficients can be negative, so

More information

Math 302 Module 4. Department of Mathematics College of the Redwoods. June 17, 2011

Math 302 Module 4. Department of Mathematics College of the Redwoods. June 17, 2011 Math 302 Module 4 Department of Mathematics College of the Redwoods June 17, 2011 Contents 4 Integer Exponents and Polynomials 1 4a Polynomial Identification and Properties of Exponents... 2 Polynomials...

More information

Section 1.1: Patterns in Division

Section 1.1: Patterns in Division Section 1.1: Patterns in Division Dividing by 2 All even numbers are divisible by 2. E.g., all numbers ending in 0,2,4,6 or 8. Dividing by 4 1. Are the last two digits in your number divisible by 4? 2.

More information

Please bring the task to your first physics lesson and hand it to the teacher.

Please bring the task to your first physics lesson and hand it to the teacher. Pre-enrolment task for 2014 entry Physics Why do I need to complete a pre-enrolment task? This bridging pack serves a number of purposes. It gives you practice in some of the important skills you will

More information

How to use these notes

How to use these notes Chapter How to use these notes These notes were prepared for the University of Utah s Math 00 refresher course. They asssume that the user has had the Math 00 course Intermediate Algebra or its equivalent

More information

CH 73 THE QUADRATIC FORMULA, PART II

CH 73 THE QUADRATIC FORMULA, PART II 1 CH THE QUADRATIC FORMULA, PART II INTRODUCTION W ay back in Chapter 55 we used the Quadratic Formula to solve quadratic equations like 6x + 1x + 0 0, whose solutions are 5 and 8. In fact, all of the

More information

Final Review Sheet. B = (1, 1 + 3x, 1 + x 2 ) then 2 + 3x + 6x 2

Final Review Sheet. B = (1, 1 + 3x, 1 + x 2 ) then 2 + 3x + 6x 2 Final Review Sheet The final will cover Sections Chapters 1,2,3 and 4, as well as sections 5.1-5.4, 6.1-6.2 and 7.1-7.3 from chapters 5,6 and 7. This is essentially all material covered this term. Watch

More information

June If you want, you may scan your assignment and convert it to a.pdf file and it to me.

June If you want, you may scan your assignment and convert it to a.pdf file and  it to me. Summer Assignment Pre-Calculus Honors June 2016 Dear Student: This assignment is a mandatory part of the Pre-Calculus Honors course. Students who do not complete the assignment will be placed in the regular

More information

Take the Anxiety Out of Word Problems

Take the Anxiety Out of Word Problems Take the Anxiety Out of Word Problems I find that students fear any problem that has words in it. This does not have to be the case. In this chapter, we will practice a strategy for approaching word problems

More information

Math 5a Reading Assignments for Sections

Math 5a Reading Assignments for Sections Math 5a Reading Assignments for Sections 4.1 4.5 Due Dates for Reading Assignments Note: There will be a very short online reading quiz (WebWork) on each reading assignment due one hour before class on

More information

Secondary Math 2H Unit 3 Notes: Factoring and Solving Quadratics

Secondary Math 2H Unit 3 Notes: Factoring and Solving Quadratics Secondary Math H Unit 3 Notes: Factoring and Solving Quadratics 3.1 Factoring out the Greatest Common Factor (GCF) Factoring: The reverse of multiplying. It means figuring out what you would multiply together

More information

Chapter 1. Foundations of GMAT Math. Arithmetic

Chapter 1. Foundations of GMAT Math. Arithmetic Chapter of Foundations of GMAT Math In This Chapter Quick-Start Definitions Basic Numbers Greater Than and Less Than Adding and Subtracting Positives and Negatives Multiplying and Dividing Distributing

More information

Chapter 2A - Solving Equations

Chapter 2A - Solving Equations - Chapter A Chapter A - Solving Equations Introduction and Review of Linear Equations An equation is a statement which relates two or more numbers or algebraic expressions. For example, the equation 6

More information

Are you ready for Algebra 3? Summer Packet *Required for all Algebra 3/Trigonometry Students*

Are you ready for Algebra 3? Summer Packet *Required for all Algebra 3/Trigonometry Students* Name: Date: Period: Are you ready for Algebra? Summer Packet *Required for all Students* The course prepares students for Pre Calculus and college math courses. In order to accomplish this, the course

More information

CS1800: Mathematical Induction. Professor Kevin Gold

CS1800: Mathematical Induction. Professor Kevin Gold CS1800: Mathematical Induction Professor Kevin Gold Induction: Used to Prove Patterns Just Keep Going For an algorithm, we may want to prove that it just keeps working, no matter how big the input size

More information

Differential Equations

Differential Equations This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Quadratic Equations

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Quadratic Equations ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 018/019 DR ANTHONY BROWN 31 Graphs of Quadratic Functions 3 Quadratic Equations In Chapter we looked at straight lines,

More information

1.2 The Role of Variables

1.2 The Role of Variables 1.2 The Role of Variables variables sentences come in several flavors true false conditional In this section, a name is given to mathematical sentences that are sometimes true, sometimes false they are

More information

Provide Computational Solutions to Power Engineering Problems SAMPLE. Learner Guide. Version 3

Provide Computational Solutions to Power Engineering Problems SAMPLE. Learner Guide. Version 3 Provide Computational Solutions to Power Engineering Problems Learner Guide Version 3 Training and Education Support Industry Skills Unit Meadowbank Product Code: 5793 Acknowledgments The TAFE NSW Training

More information

Example: 2x y + 3z = 1 5y 6z = 0 x + 4z = 7. Definition: Elementary Row Operations. Example: Type I swap rows 1 and 3

Example: 2x y + 3z = 1 5y 6z = 0 x + 4z = 7. Definition: Elementary Row Operations. Example: Type I swap rows 1 and 3 Math 0 Row Reduced Echelon Form Techniques for solving systems of linear equations lie at the heart of linear algebra. In high school we learn to solve systems with or variables using elimination and substitution

More information

Suppose we have the set of all real numbers, R, and two operations, +, and *. Then the following are assumed to be true.

Suppose we have the set of all real numbers, R, and two operations, +, and *. Then the following are assumed to be true. Algebra Review In this appendix, a review of algebra skills will be provided. Students sometimes think that there are tricks needed to do algebra. Rather, algebra is a set of rules about what one may and

More information

Student Instruction Sheet: Unit 3, Lesson 3. Solving Quadratic Relations

Student Instruction Sheet: Unit 3, Lesson 3. Solving Quadratic Relations Student Instruction Sheet: Unit 3, Lesson 3 Solving Quadratic Relations Suggested Time: 75 minutes What s important in this lesson: In this lesson, you will learn how to solve a variety of quadratic relations.

More information

Matrices, Row Reduction of Matrices

Matrices, Row Reduction of Matrices Matrices, Row Reduction of Matrices October 9, 014 1 Row Reduction and Echelon Forms In the previous section, we saw a procedure for solving systems of equations It is simple in that it consists of only

More information

Algebra 1: Hutschenreuter Chapter 10 Notes Adding and Subtracting Polynomials

Algebra 1: Hutschenreuter Chapter 10 Notes Adding and Subtracting Polynomials Algebra 1: Hutschenreuter Chapter 10 Notes Name 10.1 Adding and Subtracting Polynomials Polynomial- an expression where terms are being either added and/or subtracted together Ex: 6x 4 + 3x 3 + 5x 2 +

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

Solving and Graphing a Linear Inequality of a Single Variable

Solving and Graphing a Linear Inequality of a Single Variable Chapter 3 Graphing Fundamentals Section 3.1 Solving and Graphing a Linear Inequality of a Single Variable TERMINOLOGY 3.1 Previously Used: Isolate a Variable Simplifying Expressions Prerequisite Terms:

More information

No Solution Equations Let s look at the following equation: 2 +3=2 +7

No Solution Equations Let s look at the following equation: 2 +3=2 +7 5.4 Solving Equations with Infinite or No Solutions So far we have looked at equations where there is exactly one solution. It is possible to have more than solution in other types of equations that are

More information

STARTING WITH CONFIDENCE

STARTING WITH CONFIDENCE STARTING WITH CONFIDENCE A- Level Maths at Budmouth Name: This booklet has been designed to help you to bridge the gap between GCSE Maths and AS Maths. Good mathematics is not about how many answers you

More information

Module 3 Study Guide. GCF Method: Notice that a polynomial like 2x 2 8 xy+9 y 2 can't be factored by this method.

Module 3 Study Guide. GCF Method: Notice that a polynomial like 2x 2 8 xy+9 y 2 can't be factored by this method. Module 3 Study Guide The second module covers the following sections of the textbook: 5.4-5.8 and 6.1-6.5. Most people would consider this the hardest module of the semester. Really, it boils down to your

More information

When they compared their results, they had an interesting discussion:

When they compared their results, they had an interesting discussion: 27 2.5 Making My Point A Solidify Understanding Task Zac and Sione were working on predicting the number of quilt blocks in this pattern: CC BY Camille King https://flic.kr/p/hrfp When they compared their

More information

CALCULUS I. Review. Paul Dawkins

CALCULUS I. Review. Paul Dawkins CALCULUS I Review Paul Dawkins Table of Contents Preface... ii Review... 1 Introduction... 1 Review : Functions... Review : Inverse Functions...1 Review : Trig Functions...0 Review : Solving Trig Equations...7

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

Solving Equations by Adding and Subtracting

Solving Equations by Adding and Subtracting SECTION 2.1 Solving Equations by Adding and Subtracting 2.1 OBJECTIVES 1. Determine whether a given number is a solution for an equation 2. Use the addition property to solve equations 3. Determine whether

More information

Lesson 5b Solving Quadratic Equations

Lesson 5b Solving Quadratic Equations Lesson 5b Solving Quadratic Equations In this lesson, we will continue our work with Quadratics in this lesson and will learn several methods for solving quadratic equations. The first section will introduce

More information

Getting Started with Communications Engineering

Getting Started with Communications Engineering 1 Linear algebra is the algebra of linear equations: the term linear being used in the same sense as in linear functions, such as: which is the equation of a straight line. y ax c (0.1) Of course, if we

More information

CAHSEE on Target UC Davis, School and University Partnerships

CAHSEE on Target UC Davis, School and University Partnerships UC Davis, School and University Partnerships CAHSEE on Target Mathematics Curriculum Published by The University of California, Davis, School/University Partnerships Program 2006 Director Sarah R. Martinez,

More information

Math 119 Main Points of Discussion

Math 119 Main Points of Discussion Math 119 Main Points of Discussion 1. Solving equations: When you have an equation like y = 3 + 5, you should see a relationship between two variables, and y. The graph of y = 3 + 5 is the picture of this

More information

Check boxes of Edited Copy of Sp Topics (was 261-pilot)

Check boxes of Edited Copy of Sp Topics (was 261-pilot) Check boxes of Edited Copy of 10023 Sp 11 253 Topics (was 261-pilot) Intermediate Algebra (2011), 3rd Ed. [open all close all] R-Review of Basic Algebraic Concepts Section R.2 Ordering integers Plotting

More information