Chapter 1. Equations and Inequalities. 1.1 Basic Equations

Size: px
Start display at page:

Download "Chapter 1. Equations and Inequalities. 1.1 Basic Equations"

Transcription

1 Chapter 1. Equations and Inequalities 1.1 Basic Equations Properties of Equalities (the Cancellation properties): 1. A = B if and only if A + C = B + C 2. A = B if and only if AC = BC ( C 0 ) The values of the unknown that satisfies the equation are called its solutions, or its roots. Linear Equations A linear (or first degree) equation in one variable is an equation of the form ax + b = 0, where a, b are constants; a 0. All other equations that cannot be written in the above form are, collectively, known as nonlinear equations. Example: 3x + 5 = 2 It is a linear equation 3x + 7 = 0, which has a root x = 7/3. Examples of nonlinear equations: x 2 + 2x = 0, 2 x x = 1, 2 x= x

2 Fractional Equations Put both sides into a common denominator, then equate the numerators. Example: (#26) 1 + t 1 t 3t 2 = 1 3 Solving Simple n-th-degree Equations The equation X n = a has solution(s): X = n a, if n is odd X = ± n a, if n is even and a 0 If n is even and a < 0, the equation has no real solution (but it may have complex number solutions).

3 Example: (#62) (x 1) = 0 Example: (#70) 6x 2/3 216 = 0 Example: (#81) Solving for one variable in terms of others = + ; Solve for R R R R Answer: R 1 = RR2 R R 2

4 1.2 Modeling with Equations That is, word problems! Steps for solving word problems: 1. Identify the variable: what quantity does the problem asks? 2. Express all unknown quantities in term of the said variable. 3. Set up the model: Come up with an equation relating the quantities. 4. Solve the equation. And check your answer! Example: (#20) Helen earns $7.50 an hour at her job, but if she works more than 35 hours in a week she is paid 1.5 times her regular wage for the overtime hours worked. One week her gross pay was $ How many overtime hours did she work that week?

5 Example: (#35) A jeweler has five rings, each weighing 18 g, made of an alloy of 10% silver and 90% gold. He decides to melt down the rings and add enough silver to reduce the gold content to 75%. How much silver should he add?

6 Work-rate-time / distance-speed-time Problems Formulas to know: distance traveled = speed elapsed time d = r t amount of work completed = rate elapsed time Example: (#50) Two cyclists, 90 miles apart, start riding toward each other at the same time. One cycles twice as fast as the other. If they meet 2 hours later, at what average speed is each cyclist traveling? Example: (#51) A pilot flew a jet from Montreal to Los Angeles, a distance of 2500 miles. On the return trip the average speed was 20% faster than the outbound speed. The round-trip took 9 hours 10 minutes. What was the jet s speed from Montreal to Los Angeles?

7 1.3 Quadratic Equations A quadratic equation is an equation of the form ax 2 + bx + c = 0, where a, b, and c are constants; a 0. Zero-Product Property For all real numbers A and B, AB = 0 if and only if A = 0 or B = 0. Using this property, a quadratic equation could be solved if we can express it as a zero product of two linear (first degree) factors. Solving a Quadratic Equation by Factoring Example: x 2 + 5x + 4 = 0 Because x 2 + 5x + 4 = (x + 1)(x + 4) = 0 Therefore, x + 1 = 0 or x + 4 = 0 x = 1 or x = 4 (Check!) Example: 2x 2 7x + 3 = 0 (Answer: x = 1/2 or x = 3)

8 Solving a Quadratic Equation by Completing the Square The expression x 2 + bx or x 2 bx can be made into a perfect square by b adding 2 2, the square of half of x s coefficient, yielding b b x ± bx+ = x±. 2 2 Example: x 2 + 5x + 4 = 0 Example: 2x 2 7x + 3 = 0

9 The Quadratic Formula Given ax 2 + bx + c = 0, a 0, then x b± b 2 4ac =. 2a Why? Comment: The quadratic formula is nothing more than the method of completing the square packaged in a tidy little box with a bow on top! The quantity, D = b 2 4ac, inside the radical sign of the formula is called the discriminant of the quadratic equation. The nature of the equation s solutions depends on the value of its discriminant: When b 2 4ac > 0, the roots are 2 distinct real numbers. When b 2 4ac = 0, the roots are the same real number (double root). When b 2 4ac < 0, the roots are 2 conjugate complex numbers. Example: Without finding them using the quadratic formula, we are nevertheless certain that the equation x 2 + 2x + 5 = 0 has no real roots, because its discriminant D = 2 2 4(1)(5) = 16 < 0. (In fact, the roots are x = 1 ± 2i.)

10 Modeling with Quadratic Equations Example: (#78) A rectangular bedroom is 7 ft longer than it is wide. Its area is 228 ft 2. What is the width of the room? What are the dimensions? Example: (#84) A cylindrical can has a volume of 40π cm 3 and is 10 cm tall. What is its diameter?

11 1.4 Complex Numbers A complex number is a number of the form a + bi, where a and b are real numbers, and i = 1. The number a is called the real part and b is called the imaginary part of the complex number. Comment: Strictly speaking every real number is always a complex number (with its imaginary part b = 0), hence the set of real numbers is a subset of complex numbers. But colloquially speaking, most people refer only those numbers with a nonzero imaginary part as complex numbers. Arithmetic of Complex Numbers Addition / Subtraction (a + bi) ± (c + di) = (a ± c) + (b ± d)i Multiplication (a + bi) (c + di) = (ac bd) + (ab + bc)i Division: ( a+ bi) ( c+ di) = a c + + bi di = a c + + bi di c c di di = ( ac+ bd) + ( bc ad) i 2 2 c + d Notation: Suppose r is a positive real number, then the principal square root of its negative, r, is denoted by r = r i= i r. Its other square root is denoted by i r.

12 Caution: If a and b are both negative, then a b ab!! For instance, 4 9 = 2i 3i= 6 ( 4)( 9) = 36 = 6. Example: Let A = 4 + i, B = 2 5i. Find: A + B = 6 5i B A = 2 6i AB = B / A = Exercise: Use the quadratic formula to verify that x = 1 ± 2i are the roots of the quadratic equation x 2 + 2x + 5 = 0. Comment: Every quadratic equation ax 2 + bx + c = 0, where a, b, and c are real numbers, with negative discriminant (b 2 4ac < 0) will always have a two complex roots that are conjugates. In general, every polynomial of degree 2, and of real number coefficients, if it should have a complex root, the conjugate of the said complex root is always itself a root of the equation. That is, for polynomials with real coefficients whatever complex roots it might have will always come in conjugated pair(s). Food for thought: What is i?

13 1.5 Other Types of Equations Polynomila Equations Any equation of the form p(x) = 0, where p(x) is a polynomial, is called a polynomial equation. (If p is of degree 1, then the equation is just a linear equation; similarly, a degree 2 polynomial gives us a quadratic equation.) Polynomial equations can be solved using the zero-product property. Example: 16x 4 = 1 Example: 9x 5 16x 3 = 0 x 3 (9x 2 16) = 0 x 3 (3x + 4) (3x 4) = 0 x = 0, 4/3, or 4/3 Note: A polynomial equation needs not to have any real root. But it will always have at least one real or complex root. Indeed, an n-th degree polynomial equation can have up to n, and no more than n, different real or complex roots. This fact is given by the Fundamental Theorem of Algebra.

14 Example: Find all roots, real and complex, of the equation x = 0. [Hint: It factors to (x + 2)(x 2 2x + 4) = 0.] Equations involving Radicals Example: (#50) 4 x 4x = 3 2 x 2 2 Example: (#52) 11 x = x Comment: It is especially important to check your answer if you have squared both sides while solving the equation. Always worry about the existence of extraneous solution(s).

15 Quadratic Type Equations An equation of quadratic type is an equation of the form aw 2 + bw + c = 0, where W is an expression in terms of the unknown x; a, b, and c are constants; a 0. Such type of equations can be solved by first solving for W = 0 (treating the equation as a quadratic equation), then solve for x from the intermediate result. Example: x 4 + x 2 = 12 Let W = x 2, the eq. becomes W 2 + W 12 = 0. Factoring, (W + 4)(W 3) = 0, we have W = 4, or W = 3. That is, W = x 2 = 4 or W = x 2 = 3 x = ±2i or x = ± 3 Example: x 4 + 9x 4 = 6 [Hint] Let W = x 2 x 2 3

16 1.6 Inequalities Properties of Inequalities: 1. A B if and only if A ± C B ± C 2. For C > 0, A B if and only if AC BC 3. For C < 0, A B if and only if AC BC 4. For A, B > 0, A B if and only if 1 A 1 B 5. If A B and C D, then A + C B + D (Inequalities can be added, but not, generally, subtracted.) Linear Inequalities Example: (#18) 6 x 2x + 9 x 2x + 3 3x 3 x 1. Example: (#28) 1 < 3x < 3x 12 1 < x 4

17 Nonlinear Inequalities Example: (#50) 16x x 3 First simplify: 16x x 3 0 x(16 x 2 ) 0 x(4 + x)(4 x) Example: (#60) 1 x 1 x

18 1.7 Absolute Value Equations and Inequalities The absolute value function y = x, given by the explicit description x, x 0 y = x =, x. x< 0 is the distance between any point x and the original on the real number line. Fig. For a positive number a, the distance from the point x = a or x = a to the origin is a, which is the absolute value for both a and a. The graph of y = x : Alternatively, the absolute value function can be written as (Think about this for a moment.) y x = 2 = x.

19 Note: 1. It is important to keep in mind that, in general, it is not true that 2 x = x. Rather, 2 x, x 0 x =. x. x< 0 2. This is consistent with the familiar distance functions for the xyplane or the xyz-space. Recall that the distance from the origin to a point (x,y) is d = x y on the xy-plane; and that the distance from the origin to a point (x,y,z) is d = x + y z in the xyz-space. Properties of Absolute Values For any real numbers a, b, and an integer n, a) ab = a b a = a b) b b c) a n = a n d) a + b a + b

20 Solving Equations / Inequalities Containing Absolute Values Suppose a is a positive real number, then a) x = a x = ± a b) x > a x > a or x < a c) x a x a or x a d) x < a a < x < a e) x a a x a Example: x 2 5 = 4 Example: 5x

Chapter 1: Equations and Inequalities Section 1.1: Graphs and Graphing Utilities The Rectangular Coordinate System and Graphs

Chapter 1: Equations and Inequalities Section 1.1: Graphs and Graphing Utilities The Rectangular Coordinate System and Graphs Chapter 1: Equations and Inequalities Section 1.1: Graphs and Graphing Utilities The Rectangular Coordinate System and Graphs Coordinate Geometry y II I P(a, b) (a, b) = (x, y) O x III IV A relationship

More information

MATH 150 Pre-Calculus

MATH 150 Pre-Calculus MATH 150 Pre-Calculus Fall, 2014, WEEK 2 JoungDong Kim Week 2: 1D, 1E, 2A Chapter 1D. Rational Expression. Definition of a Rational Expression A rational expression is an expression of the form p, where

More information

IMAGINARY NUMBERS COMMON CORE ALGEBRA II

IMAGINARY NUMBERS COMMON CORE ALGEBRA II Name: Date: IMAGINARY NUMBERS COMMON CORE ALGEBRA II Recall that in the Real Number System, it is not possible to take the square root of a negative quantity because whenever a real number is squared it

More information

Study Guide for Math 095

Study Guide for Math 095 Study Guide for Math 095 David G. Radcliffe November 7, 1994 1 The Real Number System Writing a fraction in lowest terms. 1. Find the largest number that will divide into both the numerator and the denominator.

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

Chapter 1A -- Real Numbers. iff. Math Symbols: Sets of Numbers

Chapter 1A -- Real Numbers. iff. Math Symbols: Sets of Numbers Fry Texas A&M University! Fall 2016! Math 150 Notes! Section 1A! Page 1 Chapter 1A -- Real Numbers Math Symbols: iff or Example: Let A = {2, 4, 6, 8, 10, 12, 14, 16,...} and let B = {3, 6, 9, 12, 15, 18,

More information

An equation is a statement that states that two expressions are equal. For example:

An equation is a statement that states that two expressions are equal. For example: Section 0.1: Linear Equations Solving linear equation in one variable: An equation is a statement that states that two expressions are equal. For example: (1) 513 (2) 16 (3) 4252 (4) 64153 To solve the

More information

171S3.2 Quadratic Equations, Functions, Zeros, and Models September 30, Quadratic Equations, Functions, Zeros, and Models

171S3.2 Quadratic Equations, Functions, Zeros, and Models September 30, Quadratic Equations, Functions, Zeros, and Models MAT 171 Precalculus Algebra Dr. Claude Moore Cape Fear Community College CHAPTER 3: Quadratic Functions and Equations; Inequalities 3.1 The Complex Numbers 3.2 Quadratic Equations, Functions, Zeros, and

More information

CHAPTER 3: Quadratic Functions and Equations; Inequalities

CHAPTER 3: Quadratic Functions and Equations; Inequalities MAT 171 Precalculus Algebra Dr. Claude Moore Cape Fear Community College CHAPTER 3: Quadratic Functions and Equations; Inequalities 3.1 The Complex Numbers 3.2 Quadratic Equations, Functions, Zeros, and

More information

To solve a radical equation, you must take both sides of an equation to a power.

To solve a radical equation, you must take both sides of an equation to a power. Topic 5 1 Radical Equations A radical equation is an equation with at least one radical expression. There are four types we will cover: x 35 3 4x x 1x 7 3 3 3 x 5 x 1 To solve a radical equation, you must

More information

Chapter 1 Notes: Quadratic Functions

Chapter 1 Notes: Quadratic Functions 19 Chapter 1 Notes: Quadratic Functions (Textbook Lessons 1.1 1.2) Graphing Quadratic Function A function defined by an equation of the form, The graph is a U-shape called a. Standard Form Vertex Form

More information

Math 1302 Notes 2. How many solutions? What type of solution in the real number system? What kind of equation is it?

Math 1302 Notes 2. How many solutions? What type of solution in the real number system? What kind of equation is it? Math 1302 Notes 2 We know that x 2 + 4 = 0 has How many solutions? What type of solution in the real number system? What kind of equation is it? What happens if we enlarge our current system? Remember

More information

3. If a coordinate is zero the point must be on an axis. If the x-coordinate is zero, where will the point be?

3. If a coordinate is zero the point must be on an axis. If the x-coordinate is zero, where will the point be? Chapter 2: Equations and Inequalities Section 1: The Rectangular Coordinate Systems and Graphs 1. Cartesian Coordinate System. 2. Plot the points ( 3, 5), (4, 3), (3, 4), ( 3, 0) 3. If a coordinate is

More information

Solving Quadratic Equations by Formula

Solving Quadratic Equations by Formula Algebra Unit: 05 Lesson: 0 Complex Numbers All the quadratic equations solved to this point have had two real solutions or roots. In some cases, solutions involved a double root, but there were always

More information

VILLA VICTORIA ACADEMY (2016) PREPARATION AND STUDY GUIDE ENTRANCE TO HONORS ALGEBRA 2 FROM ALGEBRA I. h) 2x. 18x

VILLA VICTORIA ACADEMY (2016) PREPARATION AND STUDY GUIDE ENTRANCE TO HONORS ALGEBRA 2 FROM ALGEBRA I. h) 2x. 18x VILLA VICTORIA ACADEMY (06) PREPARATION AND STUDY GUIDE ENTRANCE TO HONORS ALGEBRA FROM ALGEBRA I ) Simplify. 8 43 ) Evaluate the expression if a ; b 3; c 6; d 3) Translate each statement into symbols,

More information

= 9 = x + 8 = = -5x 19. For today: 2.5 (Review) and. 4.4a (also review) Objectives:

= 9 = x + 8 = = -5x 19. For today: 2.5 (Review) and. 4.4a (also review) Objectives: Math 65 / Notes & Practice #1 / 20 points / Due. / Name: Home Work Practice: Simplify the following expressions by reducing the fractions: 16 = 4 = 8xy =? = 9 40 32 38x 64 16 Solve the following equations

More information

Fundamentals. Copyright Cengage Learning. All rights reserved.

Fundamentals. Copyright Cengage Learning. All rights reserved. Fundamentals Copyright Cengage Learning. All rights reserved. 1.6 Modeling with Equations Copyright Cengage Learning. All rights reserved. Objectives Making and Using Models Problems About Interest Problems

More information

5.1 Monomials. Algebra 2

5.1 Monomials. Algebra 2 . Monomials Algebra Goal : A..: Add, subtract, multiply, and simplify polynomials and rational expressions (e.g., multiply (x ) ( x + ); simplify 9x x. x Goal : Write numbers in scientific notation. Scientific

More information

8 th Grade Honors Variable Manipulation Part 3 Student

8 th Grade Honors Variable Manipulation Part 3 Student 8 th Grade Honors Variable Manipulation Part 3 Student 1 MULTIPLYING BINOMIALS-FOIL To multiply binomials, use FOIL: First, Outer, Inner, Last: Example: (x + 3)(x + 4) First multiply the First terms: x

More information

CHAPTER EIGHT: SOLVING QUADRATIC EQUATIONS Review April 9 Test April 17 The most important equations at this level of mathematics are quadratic

CHAPTER EIGHT: SOLVING QUADRATIC EQUATIONS Review April 9 Test April 17 The most important equations at this level of mathematics are quadratic CHAPTER EIGHT: SOLVING QUADRATIC EQUATIONS Review April 9 Test April 17 The most important equations at this level of mathematics are quadratic equations. They can be solved using a graph, a perfect square,

More information

6w 2 = 13w 6. x 2 = 2 ( x + 180) x 2 3x 10 = 0. x 2 = 5 8 x 1 16

6w 2 = 13w 6. x 2 = 2 ( x + 180) x 2 3x 10 = 0. x 2 = 5 8 x 1 16 . Solve the equation: 2 x 5 = 3 x + 6 2. Solve the equation: 6w + 48 = 4w z 3. Solve the equation 4 = 4 20 z + 8. 4. Solve the equation: 4(x + 0) + 2 = 5(x + 7) + 32 5. Solve the equation by factoring

More information

Complex Numbers: Definition: A complex number is a number of the form: z = a + bi where a, b are real numbers and i is a symbol with the property: i

Complex Numbers: Definition: A complex number is a number of the form: z = a + bi where a, b are real numbers and i is a symbol with the property: i Complex Numbers: Definition: A complex number is a number of the form: z = a + bi where a, b are real numbers and i is a symbol with the property: i 2 = 1 Sometimes we like to think of i = 1 We can treat

More information

Algebra 1 Honors EOC Review #2 Calculator Portion

Algebra 1 Honors EOC Review #2 Calculator Portion Algebra 1 Honors EOC Review # Calculator Portion 1. Ms. Robinson wrote the six numbers listed below. 18 3 7 6 4 7 5 8 4 She asked the students in her math class to identify two irrational numbers from

More information

ALGEBRA CLAST MATHEMATICS COMPETENCIES

ALGEBRA CLAST MATHEMATICS COMPETENCIES 2 ALGEBRA CLAST MATHEMATICS COMPETENCIES IC1a: IClb: IC2: IC3: IC4a: IC4b: IC: IC6: IC7: IC8: IC9: IIC1: IIC2: IIC3: IIC4: IIIC2: IVC1: IVC2: Add and subtract real numbers Multiply and divide real numbers

More information

Mathematical Focus 1 Complex numbers adhere to certain arithmetic properties for which they and their complex conjugates are defined.

Mathematical Focus 1 Complex numbers adhere to certain arithmetic properties for which they and their complex conjugates are defined. Situation: Complex Roots in Conjugate Pairs Prepared at University of Georgia Center for Proficiency in Teaching Mathematics June 30, 2013 Sarah Major Prompt: A teacher in a high school Algebra class has

More information

Section 1.1 Task List

Section 1.1 Task List Summer 017 Math 143 Section 1.1 7 Section 1.1 Task List Section 1.1 Linear Equations Work through Section 1.1 TTK Work through Objective 1 then do problems #1-3 Work through Objective then do problems

More information

Chapter 8B - Trigonometric Functions (the first part)

Chapter 8B - Trigonometric Functions (the first part) Fry Texas A&M University! Spring 2016! Math 150 Notes! Section 8B-I! Page 79 Chapter 8B - Trigonometric Functions (the first part) Recall from geometry that if 2 corresponding triangles have 2 angles of

More information

MAT 135. In Class Assignments

MAT 135. In Class Assignments MAT 15 In Class Assignments 1 Chapter 1 1. Simplify each expression: a) 5 b) (5 ) c) 4 d )0 6 4. a)factor 4,56 into the product of prime factors b) Reduce 4,56 5,148 to lowest terms.. Translate each statement

More information

P.6 Complex Numbers. -6, 5i, 25, -7i, 5 2 i + 2 3, i, 5-3i, i. DEFINITION Complex Number. Operations with Complex Numbers

P.6 Complex Numbers. -6, 5i, 25, -7i, 5 2 i + 2 3, i, 5-3i, i. DEFINITION Complex Number. Operations with Complex Numbers SECTION P.6 Complex Numbers 49 P.6 Complex Numbers What you ll learn about Complex Numbers Operations with Complex Numbers Complex Conjugates and Division Complex Solutions of Quadratic Equations... and

More information

Algebra 1 Honors EOC Review #2 Calculator Portion

Algebra 1 Honors EOC Review #2 Calculator Portion Algebra 1 Honors EOC Review # Calculator Portion 1. Ms. Robinson wrote the six numbers listed below. 18 7 6 4 7 5 8 4 She asked the students in her math class to identify two irrational numbers from the

More information

10.1 Complex Arithmetic Argand Diagrams and the Polar Form The Exponential Form of a Complex Number De Moivre s Theorem 29

10.1 Complex Arithmetic Argand Diagrams and the Polar Form The Exponential Form of a Complex Number De Moivre s Theorem 29 10 Contents Complex Numbers 10.1 Complex Arithmetic 2 10.2 Argand Diagrams and the Polar Form 12 10.3 The Exponential Form of a Complex Number 20 10.4 De Moivre s Theorem 29 Learning outcomes In this Workbook

More information

Spring Nikos Apostolakis

Spring Nikos Apostolakis Spring 07 Nikos Apostolakis Review of fractions Rational expressions are fractions with numerator and denominator polynomials. We need to remember how we work with fractions (a.k.a. rational numbers) before

More information

VILLA VICTORIA ACADEMY (2017) PREPARATION AND STUDY GUIDE ENTRANCE TO HONORS PRECALCULUS PART 1 FROM HONORS ALGEBRA II. a) 2ab b) d a. h) 2x.

VILLA VICTORIA ACADEMY (2017) PREPARATION AND STUDY GUIDE ENTRANCE TO HONORS PRECALCULUS PART 1 FROM HONORS ALGEBRA II. a) 2ab b) d a. h) 2x. VILLA VICTORIA ACADEMY (07) PREPARATION AND STUDY GUIDE ENTRANCE TO HONORS PRECALCULUS PART FROM HONORS ALGEBRA II ) Simplify. 8 4 ) Evaluate the expression if a ; b ; c 6; d ) Translate each statement

More information

Lesson 7.1 Polynomial Degree and Finite Differences

Lesson 7.1 Polynomial Degree and Finite Differences Lesson 7.1 Polynomial Degree and Finite Differences 1. Identify the degree of each polynomial. a. 3x 4 2x 3 3x 2 x 7 b. x 1 c. 0.2x 1.x 2 3.2x 3 d. 20 16x 2 20x e. x x 2 x 3 x 4 x f. x 2 6x 2x 6 3x 4 8

More information

Math 101 Review of SOME Topics

Math 101 Review of SOME Topics Math 101 Review of SOME Topics Spring 007 Mehmet Haluk Şengün May 16, 007 1 BASICS 1.1 Fractions I know you all learned all this years ago, but I will still go over it... Take a fraction, say 7. You can

More information

Equations and Inequalities

Equations and Inequalities Equations and Inequalities Figure 1 CHAPTER OUTLINE 1 The Rectangular Coordinate Systems and Graphs Linear Equations in One Variable Models and Applications Comple Numbers Quadratic Equations 6 Other Types

More information

Math 2 Variable Manipulation Part 2 Student

Math 2 Variable Manipulation Part 2 Student Math 2 Variable Manipulation Part 2 Student 1 COMPARING EQUATIONS (EQUAL TO) When comparing two problems, set part of the equations to be the same, then set the rest of the equation to be equal and solve.

More information

Chapter 3: Polynomial and Rational Functions

Chapter 3: Polynomial and Rational Functions Chapter 3: Polynomial and Rational Functions 3.1 Polynomial Functions A polynomial on degree n is a function of the form P(x) = a n x n + a n 1 x n 1 + + a 1 x 1 + a 0, where n is a nonnegative integer

More information

6.1 Solving Quadratic Equations by Factoring

6.1 Solving Quadratic Equations by Factoring 6.1 Solving Quadratic Equations by Factoring A function of degree 2 (meaning the highest exponent on the variable is 2), is called a Quadratic Function. Quadratic functions are written as, for example,

More information

10.1. Square Roots and Square- Root Functions 2/20/2018. Exponents and Radicals. Radical Expressions and Functions

10.1. Square Roots and Square- Root Functions 2/20/2018. Exponents and Radicals. Radical Expressions and Functions 10 Exponents and Radicals 10.1 Radical Expressions and Functions 10.2 Rational Numbers as Exponents 10.3 Multiplying Radical Expressions 10.4 Dividing Radical Expressions 10.5 Expressions Containing Several

More information

Chapter 4: Radicals and Complex Numbers

Chapter 4: Radicals and Complex Numbers Chapter : Radicals and Complex Numbers Section.1: A Review of the Properties of Exponents #1-: Simplify the expression. 1) x x ) z z ) a a ) b b ) 6) 7) x x x 8) y y y 9) x x y 10) y 8 b 11) b 7 y 1) y

More information

Practical Algebra. A Step-by-step Approach. Brought to you by Softmath, producers of Algebrator Software

Practical Algebra. A Step-by-step Approach. Brought to you by Softmath, producers of Algebrator Software Practical Algebra A Step-by-step Approach Brought to you by Softmath, producers of Algebrator Software 2 Algebra e-book Table of Contents Chapter 1 Algebraic expressions 5 1 Collecting... like terms 5

More information

B. Complex number have a Real part and an Imaginary part. 1. written as a + bi some Examples: 2+3i; 7+0i; 0+5i

B. Complex number have a Real part and an Imaginary part. 1. written as a + bi some Examples: 2+3i; 7+0i; 0+5i Section 11.8 Complex Numbers I. The Complex Number system A. The number i = -1 1. 9 and 24 B. Complex number have a Real part and an Imaginary part II. Powers of i 1. written as a + bi some Examples: 2+3i;

More information

Mission 1 Factoring by Greatest Common Factor and Grouping

Mission 1 Factoring by Greatest Common Factor and Grouping Algebra Honors Unit 3 Factoring Quadratics Name Quest Mission 1 Factoring by Greatest Common Factor and Grouping Review Questions 1. Simplify: i(6 4i) 3+3i A. 4i C. 60 + 3 i B. 8 3 + 4i D. 10 3 + 3 i.

More information

Common Core Algebra 2 Review Session 1

Common Core Algebra 2 Review Session 1 Common Core Algebra 2 Review Session 1 NAME Date 1. Which of the following is algebraically equivalent to the sum of 4x 2 8x + 7 and 3x 2 2x 5? (1) 7x 2 10x + 2 (2) 7x 2 6x 12 (3) 7x 4 10x 2 + 2 (4) 12x

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

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

MATH98 Intermediate Algebra Practice Test Form A

MATH98 Intermediate Algebra Practice Test Form A MATH98 Intermediate Algebra Practice Test Form A MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Solve the equation. 1) (y - 4) - (y + ) = 3y 1) A)

More information

Polynomials: Adding, Subtracting, & Multiplying (5.1 & 5.2)

Polynomials: Adding, Subtracting, & Multiplying (5.1 & 5.2) Polynomials: Adding, Subtracting, & Multiplying (5.1 & 5.) Determine if the following functions are polynomials. If so, identify the degree, leading coefficient, and type of polynomial 5 3 1. f ( x) =

More information

The ACCUPLACER (Elementary Algebra) is a 12 question placement exam. Its purpose is to make sure you are put in the appropriate math course.

The ACCUPLACER (Elementary Algebra) is a 12 question placement exam. Its purpose is to make sure you are put in the appropriate math course. About the ACCUPLACER Test The ACCUPLACER (Elementary Algebra) is a 12 question placement exam. Its purpose is to make sure you are put in the appropriate math course. A student whose score is 67 or higher

More information

Equations and Inequalities. College Algebra

Equations and Inequalities. College Algebra Equations and Inequalities College Algebra Radical Equations Radical Equations: are equations that contain variables in the radicand How to Solve a Radical Equation: 1. Isolate the radical expression on

More information

2. Which of the following expressions represents the product of four less than three times x and two more than x?

2. Which of the following expressions represents the product of four less than three times x and two more than x? Algebra Topics COMPASS Review You will be allowed to use a calculator on the COMPASS test. Acceptable calculators are: basic calculators, scientific calculators, and graphing calculators up through the

More information

Section 10.1 Radical Expressions and Functions. f1-152 = = = 236 = 6. 2x 2-14x + 49 = 21x = ƒ x - 7 ƒ

Section 10.1 Radical Expressions and Functions. f1-152 = = = 236 = 6. 2x 2-14x + 49 = 21x = ƒ x - 7 ƒ 78 CHAPTER 0 Radicals, Radical Functions, and Rational Exponents Chapter 0 Summary Section 0. Radical Expressions and Functions If b a, then b is a square root of a. The principal square root of a, designated

More information

3 COMPLEX NUMBERS. 3.0 Introduction. Objectives

3 COMPLEX NUMBERS. 3.0 Introduction. Objectives 3 COMPLEX NUMBERS Objectives After studying this chapter you should understand how quadratic equations lead to complex numbers and how to plot complex numbers on an Argand diagram; be able to relate graphs

More information

5.4 - Quadratic Functions

5.4 - Quadratic Functions Fry TAMU Spring 2017 Math 150 Notes Section 5.4 Page! 92 5.4 - Quadratic Functions Definition: A function is one that can be written in the form f (x) = where a, b, and c are real numbers and a 0. (What

More information

Intermediate Algebra 100A Final Exam Review Fall 2007

Intermediate Algebra 100A Final Exam Review Fall 2007 1 Basic Concepts 1. Sets and Other Basic Concepts Words/Concepts to Know: roster form, set builder notation, union, intersection, real numbers, natural numbers, whole numbers, integers, rational numbers,

More information

The x-coordinate of the vertex: The equation of the axis of symmetry:

The x-coordinate of the vertex: The equation of the axis of symmetry: Algebra 2 Notes Section 4.1: Graph Quadratic Functions in Standard Form Objective(s): Vocabulary: I. Quadratic Function: II. Standard Form: III. Parabola: IV. Parent Function for Quadratic Functions: Vertex

More information

CHAPTER 2: Polynomial and Rational Functions

CHAPTER 2: Polynomial and Rational Functions 1) (Answers for Chapter 2: Polynomial and Rational Functions) A.2.1 CHAPTER 2: Polynomial and Rational Functions SECTION 2.1: QUADRATIC FUNCTIONS (AND PARABOLAS) ( ) ; c) x = 1 ( ) ( ) and ( 4, 0) ( )

More information

MAT 1033 Final Review for Intermediate Algebra (Revised April 2013)

MAT 1033 Final Review for Intermediate Algebra (Revised April 2013) 1 This review corresponds to the Charles McKeague textbook. Answers will be posted separately. Section 2.1: Solve a Linear Equation in One Variable 1. Solve: " = " 2. Solve: "# = " 3. Solve: " " = " Section

More information

SECTION Types of Real Numbers The natural numbers, positive integers, or counting numbers, are

SECTION Types of Real Numbers The natural numbers, positive integers, or counting numbers, are SECTION.-.3. Types of Real Numbers The natural numbers, positive integers, or counting numbers, are The negative integers are N = {, 2, 3,...}. {..., 4, 3, 2, } The integers are the positive integers,

More information

Linear equations are equations involving only polynomials of degree one.

Linear equations are equations involving only polynomials of degree one. Chapter 2A Solving Equations Solving Linear Equations Linear equations are equations involving only polynomials of degree one. Examples include 2t +1 = 7 and 25x +16 = 9x 4 A solution is a value or a set

More information

Chapter 4: Radicals and Complex Numbers

Chapter 4: Radicals and Complex Numbers Section 4.1: A Review of the Properties of Exponents #1-42: Simplify the expression. 1) x 2 x 3 2) z 4 z 2 3) a 3 a 4) b 2 b 5) 2 3 2 2 6) 3 2 3 7) x 2 x 3 x 8) y 4 y 2 y 9) 10) 11) 12) 13) 14) 15) 16)

More information

CONTENTS COLLEGE ALGEBRA: DR.YOU

CONTENTS COLLEGE ALGEBRA: DR.YOU 1 CONTENTS CONTENTS Textbook UNIT 1 LECTURE 1-1 REVIEW A. p. LECTURE 1- RADICALS A.10 p.9 LECTURE 1- COMPLEX NUMBERS A.7 p.17 LECTURE 1-4 BASIC FACTORS A. p.4 LECTURE 1-5. SOLVING THE EQUATIONS A.6 p.

More information

Radicals: To simplify means that 1) no radicand has a perfect square factor and 2) there is no radical in the denominator (rationalize).

Radicals: To simplify means that 1) no radicand has a perfect square factor and 2) there is no radical in the denominator (rationalize). Summer Review Packet for Students Entering Prealculus Radicals: To simplify means that 1) no radicand has a perfect square factor and ) there is no radical in the denominator (rationalize). Recall the

More information

Degree of a polynomial

Degree of a polynomial Variable Algebra Term Polynomial Monomial Binomial Trinomial Degree of a term Degree of a polynomial Linear A generalization of arithmetic. Letters called variables are used to denote numbers, which are

More information

Section 1.1. Chapter 1. Quadratics. Parabolas. Example. Example. ( ) = ax 2 + bx + c -2-1

Section 1.1. Chapter 1. Quadratics. Parabolas. Example. Example. ( ) = ax 2 + bx + c -2-1 Chapter 1 Quadratic Functions and Factoring Section 1.1 Graph Quadratic Functions in Standard Form Quadratics The polynomial form of a quadratic function is: f x The graph of a quadratic function is a

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

3.1 Solving Quadratic Equations by Factoring

3.1 Solving Quadratic Equations by Factoring 3.1 Solving Quadratic Equations by Factoring A function of degree (meaning the highest exponent on the variable is ) is called a Quadratic Function. Quadratic functions are written as, for example, f(x)

More information

1 Solving Algebraic Equations

1 Solving Algebraic Equations Arkansas Tech University MATH 1203: Trigonometry Dr. Marcel B. Finan 1 Solving Algebraic Equations This section illustrates the processes of solving linear and quadratic equations. The Geometry of Real

More information

University of North Georgia Department of Mathematics

University of North Georgia Department of Mathematics University of North Georgia Department of Mathematics Instructor: Berhanu Kidane Course: College Algebra Math 1111 Text Book: For this course we use the free e book by Stitz and Zeager with link: http://www.stitz-zeager.com/szca07042013.pdf

More information

CHAPTER 3: Quadratic Functions and Equations; Inequalities

CHAPTER 3: Quadratic Functions and Equations; Inequalities MAT 171 Precalculus Algebra Dr. Claude Moore Cape Fear Community College CHAPTER 3: Quadratic Functions and Equations; Inequalities 3.1 The Complex Numbers 3.2 Quadratic Equations, Functions, Zeros, and

More information

Mathematics Review. Sid Rudolph

Mathematics Review. Sid Rudolph Physics 2010 Sid Rudolph General Physics Mathematics Review These documents in mathematics are intended as a brief review of operations and methods. Early in this course, you should be totally familiar

More information

Polynomial Functions. Linear Graphs and Linear Functions 1.3

Polynomial Functions. Linear Graphs and Linear Functions 1.3 Polynomial Functions Linear Graphs and Linear Functions 1.3 Forms for equations of lines (linear functions) Ax + By = C Standard Form y = mx +b Slope-Intercept (y y 1 ) = m(x x 1 ) Point-Slope x = a Vertical

More information

Section 8 Topic 1 Comparing Linear, Quadratic, and Exponential Functions Part 1

Section 8 Topic 1 Comparing Linear, Quadratic, and Exponential Functions Part 1 Section 8: Summary of Functions Section 8 Topic 1 Comparing Linear, Quadratic, and Exponential Functions Part 1 Complete the table below to describe the characteristics of linear functions. Linear Functions

More information

Reference Material /Formulas for Pre-Calculus CP/ H Summer Packet

Reference Material /Formulas for Pre-Calculus CP/ H Summer Packet Reference Material /Formulas for Pre-Calculus CP/ H Summer Packet Week # 1 Order of Operations Step 1 Evaluate expressions inside grouping symbols. Order of Step 2 Evaluate all powers. Operations Step

More information

Chapter 1: Fundamentals of Algebra Lecture notes Math 1010

Chapter 1: Fundamentals of Algebra Lecture notes Math 1010 Section 1.1: The Real Number System Definition of set and subset A set is a collection of objects and its objects are called members. If all the members of a set A are also members of a set B, then A is

More information

Algebra 2 Pre-AP Summer Packet. PART I Solve the equation. Show all work on a separate sheet of paper. 1.) 5w 2 2w 5. 2.) 5b 4 2b 8. 6.

Algebra 2 Pre-AP Summer Packet. PART I Solve the equation. Show all work on a separate sheet of paper. 1.) 5w 2 2w 5. 2.) 5b 4 2b 8. 6. Algebra 2 Pre-AP Summer Packet PART I Solve the equation. Show all work on a separate sheet of paper. 1.) 5w 2 2w 5 2.) 5b 4 2b 8.) 2z 6z 25 4.) 2c14 6 4c 5.) p5 25 4p 6.) 17 6r 25 r 12 r 2 r 5 r 7.) 2b

More information

Polynomial Functions

Polynomial Functions Polynomial Functions Polynomials A Polynomial in one variable, x, is an expression of the form a n x 0 a 1 x n 1... a n 2 x 2 a n 1 x a n The coefficients represent complex numbers (real or imaginary),

More information

Sample Math 21 Exam Questions No Calculators Allowed

Sample Math 21 Exam Questions No Calculators Allowed No Calculators Allowed 1. Remove all grouping symbols and combine like terms: (a) (3a 4) + ( 5a + 6a) (a 7a + 11) (b) {5x 3y + [x (5x 7y)] + 4y} a [b + (a 4b)] + [5a 3b]. Perform the indicated multiplication

More information

Chapter 7 Polynomial Functions. Factoring Review. We will talk about 3 Types: ALWAYS FACTOR OUT FIRST! Ex 2: Factor x x + 64

Chapter 7 Polynomial Functions. Factoring Review. We will talk about 3 Types: ALWAYS FACTOR OUT FIRST! Ex 2: Factor x x + 64 Chapter 7 Polynomial Functions Factoring Review We will talk about 3 Types: 1. 2. 3. ALWAYS FACTOR OUT FIRST! Ex 1: Factor x 2 + 5x + 6 Ex 2: Factor x 2 + 16x + 64 Ex 3: Factor 4x 2 + 6x 18 Ex 4: Factor

More information

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

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Algebraic Concepts Review MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Solve the inequality. ) - - 0x - -x - ) A) x > -0 B) x < -0 C) x 0 D) x

More information

University of Houston High School Math Contest 2014 Algebra II Test

University of Houston High School Math Contest 2014 Algebra II Test University of Houston High School Math Contest 04 Algebra II Test 4 log (x ), what is the sum of all integers that x 8x + are in the domain of this function?. For the function f ( x ) = A. 7 B. 50 C. 44

More information

Chapter 9 Notes SN AA U2C9

Chapter 9 Notes SN AA U2C9 Chapter 9 Notes SN AA U2C9 Name Period Section 2-3: Direct Variation Section 9-1: Inverse Variation Two variables x and y show direct variation if y = kx for some nonzero constant k. Another kind of variation

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

CHAPTER 2 Solving Equations and Inequalities

CHAPTER 2 Solving Equations and Inequalities CHAPTER Solving Equations and Inequalities Section. Linear Equations and Problem Solving........... 8 Section. Solving Equations Graphically............... 89 Section. Comple Numbers......................

More information

Objective Mathematics

Objective Mathematics Multiple choice questions with ONE correct answer : ( Questions No. 1-5 ) 1. If the equation x n = (x + ) is having exactly three distinct real solutions, then exhaustive set of values of 'n' is given

More information

Section 7.4: ADDING AND SUBTRACTING RATIONAL EXPRESSIONS WITH DIFFERENT DENOMINATORS

Section 7.4: ADDING AND SUBTRACTING RATIONAL EXPRESSIONS WITH DIFFERENT DENOMINATORS INTERMEDIATE ALGEBRA WORKBOOK/FOR USE WITH ROBERT BLITZER S TEXTBOOK INTRODUCTORY AND INTERMEDIATE ALGEBRA FOR COLLEGE STUDENTS, 4TH ED. Section 7.4: ADDING AND SUBTRACTING RATIONAL EXPRESSIONS WITH DIFFERENT

More information

STANDARDS OF LEARNING CONTENT REVIEW NOTES ALGEBRA II. 2 nd Nine Weeks,

STANDARDS OF LEARNING CONTENT REVIEW NOTES ALGEBRA II. 2 nd Nine Weeks, STANDARDS OF LEARNING CONTENT REVIEW NOTES ALGEBRA II 2 nd Nine Weeks, 2016-2017 1 OVERVIEW Algebra II Content Review Notes are designed by the High School Mathematics Steering Committee as a resource

More information

11.2 The Quadratic Formula

11.2 The Quadratic Formula 11.2 The Quadratic Formula Solving Quadratic Equations Using the Quadratic Formula. By solving the general quadratic equation ax 2 + bx + c = 0 using the method of completing the square, one can derive

More information

JUST THE MATHS UNIT NUMBER 1.3. ALGEBRA 3 (Indices and radicals (or surds)) A.J.Hobson

JUST THE MATHS UNIT NUMBER 1.3. ALGEBRA 3 (Indices and radicals (or surds)) A.J.Hobson JUST THE MATHS UNIT NUMBER 1 ALGEBRA (Indices and radicals (or surds)) by AJHobson 11 Indices 12 Radicals (or Surds) 1 Exercises 14 Answers to exercises UNIT 1 - ALGEBRA - INDICES AND RADICALS (or Surds)

More information

Recognize the appropriate method for factoring a polynomial Use a general strategy for factoring polynomials

Recognize the appropriate method for factoring a polynomial Use a general strategy for factoring polynomials Section 6.5: A GENERAL FACTORING STRATEGY When you are done with your homework you should be able to Recognize the appropriate method for factoring a polynomial Use a general strategy for factoring polynomials

More information

x 9 or x > 10 Name: Class: Date: 1 How many natural numbers are between 1.5 and 4.5 on the number line?

x 9 or x > 10 Name: Class: Date: 1 How many natural numbers are between 1.5 and 4.5 on the number line? 1 How many natural numbers are between 1.5 and 4.5 on the number line? 2 How many composite numbers are between 7 and 13 on the number line? 3 How many prime numbers are between 7 and 20 on the number

More information

Algebra II Vocabulary Alphabetical Listing. Absolute Maximum: The highest point over the entire domain of a function or relation.

Algebra II Vocabulary Alphabetical Listing. Absolute Maximum: The highest point over the entire domain of a function or relation. Algebra II Vocabulary Alphabetical Listing Absolute Maximum: The highest point over the entire domain of a function or relation. Absolute Minimum: The lowest point over the entire domain of a function

More information

Honours Advanced Algebra Unit 2: Polynomial Functions Factors, Zeros, and Roots: Oh My! Learning Task (Task 5) Date: Period:

Honours Advanced Algebra Unit 2: Polynomial Functions Factors, Zeros, and Roots: Oh My! Learning Task (Task 5) Date: Period: Honours Advanced Algebra Name: Unit : Polynomial Functions Factors, Zeros, and Roots: Oh My! Learning Task (Task 5) Date: Period: Mathematical Goals Know and apply the Remainder Theorem Know and apply

More information

Arithmetic Operations. The real numbers have the following properties: In particular, putting a 1 in the Distributive Law, we get

Arithmetic Operations. The real numbers have the following properties: In particular, putting a 1 in the Distributive Law, we get MCA AP Calculus AB Summer Assignment The following packet is a review of many of the skills needed as we begin the study of Calculus. There two major sections to this review. Pages 2-9 are review examples

More information

Algebra II Chapter 5

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

More information

More Vocabulary for Expressions

More Vocabulary for Expressions More Vocabulary for Expressions Since algebraic expressions come in several different forms, there are special words used to help describe these expressions. For example, if the expression can be written

More information

Lesson 8: Why Stay with Whole Numbers?

Lesson 8: Why Stay with Whole Numbers? Student Outcomes Students use function notation, evaluate functions for inputs in their domains, and interpret statements that use function notation in terms of a context. Students create functions that

More information

2.5 Complex Zeros and the Fundamental Theorem of Algebra

2.5 Complex Zeros and the Fundamental Theorem of Algebra 210 CHAPTER 2 Polynomial, Power, and Rational Functions What you ll learn about Two Major Theorems Complex Conjugate Zeros Factoring with Real Number Coefficients... and why These topics provide the complete

More information