Math 31A - Review of Precalculus

Size: px
Start display at page:

Download "Math 31A - Review of Precalculus"

Transcription

1 Math 31A - Review of Precalculus 1 Introduction One frequent complaint voiced by reluctant students of mathematics is: Why do I have to study this? When will I need math in real life? While it is my personal belief that mathematics is a beautiful subject that should be studied (worshipped?) for aesthetic reasons alone, a simpler answer to the question is that mathematics is the language through which we express our understanding of the physical world. (This contentious claim may raise some interesting philosophical questions, but they are beyond the scope of this course.) In most numerate disciplines, our knowledge is encapsulated in mathematical models, which more often than not involve calculus. Calculus is one of the most widely applied areas of mathematics, because it allows us to examine the relationship between different variables. For instance, in kinetics we are interested in studying velocity - the rate of change of position with time - and acceleration - the rate of change of velocity with time. Calculus makes this possible. While some of the ideas of calculus have been around for thousands of years, the formal theory was developed (independently) by Newton and Leibniz in the 1600 s. This course provides an introduction to the subject, which will allow you to apply the concepts to problems you will encounter in other classes (and in the Real World). However, it is necessary to have a firm grasp of the prerequisites (usually covered in a precalculus course), and these notes are intended to act as a review of functions and graphs, which will appear throughout the quarter. 2 Functions Just as the operations of arithmetic (addition, subtraction, multiplication, division, etc) are applied to numbers, the operations of calculus (differentiation and integration) are applied to functions. Hence a firm understanding of functions is required before we can begin our study of calculus. 2.1 Definition of a function You can think of a function as a machine that accepts an input value and returns an output value. For a function f and an input x, we denote the output as f(x). It is important that for every input value, there is precisely one output value. Figure 1: A function as a machine While a function can be defined more generally, we will typically consider functions whose input and output values are real numbers. 2.2 Key Terminology The following are some definitions of terminology related to functions: The domain of a function is the set of input values for which the function is defined. For example, the domain of the function f(x) = 1 x is the set of non-zero real numbers; we cannot divide by 0, so 0 is not in 1

2 the domain of f. The range of a function is the set of possible output values of the function (when applied to its domain). For instance, the range of the function g(x) = x 2 is the set of non-negative numbers, as x 2 0 for any value x. The following table gives some examples of domains and ranges of functions. See if you can fill in the blanks. (R represents the set of all real numbers.) f(x) Domain Range x {x : x 0} {y : y 0} cos x R {y : 1 y 1} 1 2x 1 {x : x 1 2 } {y : y 0} tan x x2 2 The independent variable is the input of the function, usually denoted by x. If writing an equation in the form y = f(x), y is called the dependent variable because its value depends on the independent variable x. A zero (or root) of a function f is an input value x such that the corresponding output value is zero, or f(x) = Graphs of Functions While the algebraic form of the functions presented above is useful for computing exact values, it does not give us a clear picture of the overall behaviour of the function. An alternate way to present a function is its graph - this is a pictorial representation that illustrates global features very clearly. The graph of a function is obtained by plotting the points (x, f(x)) on a coordinate plane. The x-axis represents the independent variable (the input values), while the y-axis represents the dependent variable (the output values). The height of the function above/below the x-axis at a point x represents the value f(x) at that point. An example of the graph of the function f(x) = 2x + 10 is given below. Figure 2: Graph of the function f(x) = 2x + 10 Note that if we are presented with a curve in a plane, the Vertical Line Test allows us to tell whether it is the graph of a function or not. The test says that every vertical line (x = a) should intersect the curve 2

3 at most once. That is to say, if any vertical line intersects the curve twice or more, then the curve does not represent a function. This is because the function can only have one output value for every input value. 2.4 Properties of Functions As mentioned above, the graph of a function allows us to identify certain properties of the function very quickly. We list some such properties below: A function is increasing if larger input values result in larger output values. Formally, this expressed as: if x 2 x 1, then f(x 2 ) f(x 1 ). The function is strictly increasing if a slightly stronger condition holds: if x 2 > x 1, then f(x 2 ) > f(x 1 ). Graphically, this means the graph goes up as it goes to the right. Similarly, a function is decreasing if larger input values result in smaller output values. More formally, if x 2 x 1, then f(x 2 ) f(x 1 ). As you may suspect, a function is said to be strictly decreasing if whenever x 2 > x 1, then f(x 2 ) < f(x 1 ). Graphically, the graph goes down as it goes to the right. A function is even if f( x) = f(x). This means the graph is symmetric with respect to the y-axis. A function is odd if f( x) = f(x). This means the graph is symmetric with respect to the origin (i.e. the line joining (x, f(x)) and ( x, f( x)) passes through the origin). Thus the first two properties determine the direction of the graph, while the latter two determine the symmetry of the graph. These properties are useful if trying to sketch the graph of a given function. 3 Polynomials There are many, many functions (infinitely many, and a very big type of infinity), and some functions are nicer than others. Perhaps the nicest class of (interesting) functions is the polynomials. These functions are sums of multiples of non-negative integer powers of x. For example, f(x) = 3.54x 19 +2x x+21 is a polynomial (the constant term is valid as x 0 = 1), while f(x) = x 3 2 is not a polynomial, since the power is not a non-negative integer. The degree of a polynomial is the highest power of x that appears (with a non-zero coefficient). Thus the degree of the polynomial in the example is 19. There are many reasons why polynomials are nice functions (perhaps even infinitely many), which include the fact that they are not only continuous but can be differentiated infinitely many times, and that any continuous function can be approximated by polynomials (with an error as small as you want). Most of these reasons will have to wait until a course on analysis, but in this course we will be able to appreciate some of the nice calculus-related properties they have. 3.1 Linear Polynomials The simplest polynomials are the linear polynomials, which are polynomials of degree at most one. The name comes from the fact that linear polynomials represent straight lines Equations As these are polynomials of degree at most one, they can be represented in the standard form f(x) = ax + b where a and b are real numbers. This is sometimes called the slope-intercept form of the equation of the line. This is because the quantity a represents the slope of the line y = f(x) (the increase in y per unit increase in x), while the quantity b is the y-intercept (the value where the line crosses the y-axis). 3

4 There are a couple of alternative forms of the equation of a line. If we know that the slope of the line is m and the line passes through the point (x 0, y 0 ), then we can express the line as This is the point-slope form of the equation. y y 0 = m(x x 0 ) Alternatively, if we know the line passes through the points (x 1, y 1 ) and (x 2, y 2 ), then the two-point equation for the line is y y 1 = y 2 y 1 x 2 x 1 (x x 1 ) One can easily switch between the different forms with a little bit of algebraic manipulation Graphs As stated above, linear polynomials represent straight lines. In particular, every non-vertical straight line in the plane is the graph of a linear polynomial (vertical lines, of course, fail the vertical line test, and hence are not functions). Below we show the graphs of some sample linear polynomials: The function y = 3 The function y = 1.3x 4 The function y = 3x + 2 If a = 0, then we get a horizontal line. If a 0, then we get a non-horizontal line; if a > 0, it is increasing, while if a < 0, it is decreasing. In particular, this line must have a unique root. We can solve for it algebraically: if f(x) = ax + b = 0, then x = b a. To plot the graph of a linear polynomial, just find two points on the line and plot the unique straight line between them. These two points can be obtained by substituting any two input values x. Letting x = 0 gives the y-intercept, and can often be a useful point for plotting. 3.2 Quadratic Polynomials While the simplicity of linear polynomials may make them a favourite of students, unfortunately it also means that they are not complex enough to be used in many situations. Thus we need also consider polynomials of degree two, or quadratic functions Equations of Quadratics As a polynomial of degree two, quadratics have the standard form f(x) = ax 2 + bx + c where a 0 (otherwise it would be linear). As before, some algebra can give us different forms of the equation. Another useful form of the quadratic is the vertex form, where we write f(x) = A(x x 0 ) 2 + y 0 4

5 The point (x 0, y 0 ) is called the vertex, and as we shall see when we plot quadratics, this is the turning point of the graph. To see the relationship between the coefficients of the standard form and the vertex form, we expand the vertex form to get f(x) = A(x x 0 ) 2 + y 0 = A(x 2 2x 0 x + x 2 0) + y 0 = Ax 2 2Ax 0 x + (Ax y 0 ) Comparing this to the standard form f(x) = ax 2 +bx+c, we find that a = A, b = 2Ax 0 and c = (Ax 2 0 +y 0 ). To get the vertex form from the standard form, we solve for A, x 0 and y 0 in terms of a, b and c to get A = a, x 0 = b 2a and y 0 = c b2 4a. The process of converting the standard form into the vertex form is known as completing the square. Finally, when the quadratic has real roots (more on that in the next section), we can also write the equation in factored form, namely f(x) = A(x x 1 )(x x 2 ) Here A is the coefficient of the x 2 term (so A = a), and x 1 and x 2 are the roots of the quadratic (so f(x 1 ) = f(x 2 ) = 0) Roots of Quadratics Not every quadratic has a (real) root (and thus not every quadratic can be written in factored form). For instance, if f(x) = x 2 + 1, then since x 2 0 for every x, we have f(x) 1 for every x, and hence f(x) is never zero. The quadratic formula tells us exactly when a given quadratic has roots, and what they are (if they exist). According to the formula, the roots of the quadratic f(x) = ax 2 + bx + c are b ± b 2 4ac 2a Note that this expression is only defined when the term inside the square root, b 2 4ac, is non-negative. This term has a special name; it is called the discriminant, and is usually denoted by = b 2 4ac. In summary, given a quadratic in standard form, we wish to determine whether it has roots, and if so; what they are. We first compute the discriminant, and the following table shows the possible cases: Discriminant No. of distinct roots Roots < 0 0 none = 0 1 b 2a > 0 2 b± 2a If the quadratic is not given in standard form, then determination of the roots is even easier. In vertex form (f(x) = A(x x 0 ) 2 + y 0 ), we have y 0 No. of distinct roots Roots Ay 0 < 0 2 x 0 ± y 0 A y 0 = 0 1 x 0 Ay 0 > 0 0 none If the quadratic is given in factored form (f(x) = A(x x 1 )(x x 2 )), then the roots are given to us explicitly; they are x = x 1 and x = x 2. 5

6 3.2.3 Graphs of Quadratics The shape of the graph of a quadratic function should be a familiar shape - it is a parabola! It can come in one of two varieties: Happy parabola : a > 0 Sad parabola : a < 0 Note that the turning point of the parabola (its local minimum or maximum) is located at the vertex as defined in the vertex form of the equation. Also, if the parabola has its vertex at (x 0, y 0 ), then it is symmetric through the line x = x 0. Thus, as described in the preceding sections, from the equation of the parabola we can extract the following information: Whether it is upwards or downwards (a > 0 or a < 0) Where its vertex is How many roots it has, and where they are This is enough for us to be able to sketch a fairly accurate graph of the equation. Below are some more examples of quadratics and their graphs: f(x) = 2x 2 + x 1 f(x) = x 2 + 3x 2 An upward parabola with two distinct roots A downward parabola with two distinct roots f(x) = 4x 2 4x + 1 f(x) = 2x 2 4x + 3 An upward parabola with one root An upward parabola with no roots 6

7 3.3 Cubic Polynomials We end this section by moving one degree higher and looking at polynomials of degree three, or cubic polynomials Equations and Roots of Cubics As polynomials of degree three, cubic functions have the standard form where a 0. f(x) = ax 3 + bx 2 + cx + d Unlike quadratics, which could possibly have no real roots, cubic equations must always have at least one real root. (In fact, it is generally true that any odd-degree polynomial must have at least one real root, while even-degree polynomials need not have any roots. The maximum number of roots a polynomial of degree n can have is n.) Unfortunately, there is no counterpart of the quadratic formula for cubics; there is no nice formula for the roots of a cubic polynomial. If you are asked to find the roots of a cubic polynomial, you are generally in one of two situations: You are allowed to use a computer/graphing calculator, which have solvers that can find a root for you. You are expected to do this by hand, and there is an easy root - usually a small integer (e.g. 0, 1, -1, 2, -2) that you can find by trial and error. Suppose you have now found a root, x = x 1, so that f(x 1 ) = 0. Then you can use polynomial long division to factor the cubic into a linear term times a quadratic term (there will be no remainder) f(x) = ax 3 + bx 2 + cx + d = (x x 1 )(Ax 2 + Bx + C) If you would like a review of how polynomial long division works, try checking out We can then apply our discriminant analysis and quadratic formula to determine whether the quadratic factor has roots. If so, then these roots are also roots of the cubic polynomial. For example, consider the polynomial f(x) = x 3 + 3x 2 7x + 3. By trial and error, we find f(1) = = 0, and so 1 is a root of the cubic. This means that x 1 is a factor of the cubic polynomial. Indeed, if we carry out polynomial division, we find f(x) = x 3 + 3x 2 7x + 3 = (x 1)(x 2 + 4x 3) Evaluating the quadratic factor x 2 +4x 3, we see the discriminant is = ( 3) = = 28 > 0. Hence the quadratic has two distinct roots, which by the quadratic formula are 4± 28 2 = 2 ± 7. Thus the roots of the cubic polynomial are 2 7, 2 + 7, Graphs of Cubics In a parabola, we saw that the behaviour of the function is the same as x goes to positive or negative infinity. For instance, in the case of an upward parabola, if x is very large and positive, then f(x) is very large and positive. If x is very large and negative, then f(x) is still very large and positive. With cubics, the behaviour at the two ends of the real axis is always different. When the leading coefficient is positive, a > 0, then f(x) is very large and positive for large positive x, while f(x) is very large and negative for large negative x. If a < 0, then the relationship is inverted - f(x) is large and negative for large positive x, and f(x) is large and positive for large negative x. The two examples below illustrate this property. 7

8 f(x) = x 3 + 3x 2 4x + 2 f(x) = x 3 + 3x 2 4x + 2 So whenever you have to sketch the graph of a cubic, always start with the leading coefficient - use it to determine the direction of the cubic. We also have to look out for roots of the cubic. The previous section explained how to find the roots of the cubic - try to find one by trial and error, divide to get a quadratic, and then use the discriminant and quadratic formula to find the remaining roots. Depending on the form of the quadratic factor, you can have 1, 2 or 3 different roots (but you must always have at least 1). The pictures below show the different possibilities. Upward Cubic with One Root Upward Cubic with Two Roots Upward Cubic with Three Roots f(x) = x 3 3x 2 + 3x 1 f(x) = x 3 + x 2 x 1 f(x) = x 3 + 2x 2 x 2 Downward Cubic with One Root Downward Cubic with Two Roots Downward Cubic with Three Roots f(x) = x 3 + 3x 2 3x + 1 f(x) = x 3 x 2 + x + 1 f(x) = x 3 2x 2 + x + 2 Note that when there are multiple roots, there should be a turning point between every pair of consecutive roots. This should help guide your sketch. 8

9 4 Composition of Functions Most functions are very complicated, and direct analysis would be very messy. One way to make them easier to study is to build them up through composition of simpler functions. 4.1 Definition of composed functions Recall that we can think of functions as machines - we input one number and get another number as the output. Composition of functions is stringing these machines together (in series), so that the output of one machine becomes the input of another. This is analogous to a manufacturing line; a series of machines work together, with each completing a simple task before passing the result onto the next machine. In this way, complex products can be built one simple step at a time. Figure 3: Composition is Linking the Function Machines Together Suppose we have two functions, f(x) and g(x). The composition f g (read f composed with g ) is the function that results when we apply g to x, and then feed the output g(x) as input to f. Thus (f g)(x) = f(g(x)). Note that the order the functions are applied is inside-out, or right-to-left in the composition notation. 4.2 Evaluation of compositions Given f and g, we get an expression for f g by simply replacing x in the equation for f with g(x). Then we can substitute in the equation for g(x) (remember to use parenthesis - constants should factor through). For instance, suppose f(x) = x 2 + 2x + 1 and g(x) = x 3. Then we have (f g)(x) = f(g(x)) = (g(x)) 2 + 2(g(x)) + 1 = (x 3) 2 + 2(x 3) + 1 If necessary, we could expand further to get (f g)(x) = x 2 4x + 4. This is a good place to note that the order of the composition matters! If we were to instead evaluate g f, then we get (g f)(x) = g(f(x)) = g(x 2 + 2x + 1) = (x 2 + 2x + 1) 3 = x 2 + 2x 2 (f g)(x) We can repeat the process for any number of functions. If f(x) = x 2, g(x) = x + 1 and h(x) = x, then (f g h)(x) = f(g(h(x))) = f(g( x)) = f(( x) + 1) = (( x) + 1) 2 = x + 2 x + 1 Note, however, that if we are only interesting in particular values of the composition, then we can avoid the algebraic manipulation. In the previous example, if we wanted to find (f g h)(4), then we note that h(4) = 4 = 2, g(h(4)) = g(2) = = 3, and so (f g h)(4) = f(g(h(4))) = f(3) = 3 2 = Decomposing Functions It is often useful to be able to decompose functions as well - given a complicated function, we want to write it as the composition of simpler functions. This is useful because it can separate the complexity of the original function into separate parts, which we can then deal with later (you will see this in action when we learn the chain rule). 9

10 This is perhaps easiest to see by example. Suppose we have the function f(x) = 1 cos 3 x. There are two complicated expressions here - the square root and the cosine cubed. If we parenthesise the cosine cubed (f(x) = 1 (cos 3 x)), this suggests letting the inner function be h(x) = cos 3 x, and then the outer function is g(x) = 1 x. We then have f(x) = (g h)(x), reducing the function to a composition of simpler functions. Note that this is not the only way to decompose the function. We could also have used G(x) = x and H(x) = 1 cos 3 x, and then f(x) = (G H)(x). Moreover, we could have decomposed it into three functions: f 1 (x) = x, f 2 (x) = 1 x 3, and f 3 (x) = cos x. Then f(x) = (f 1 f 2 f 3 )(x). These three functions are even simpler, but the trade-off is that we have more functions. 4.4 Domains and Ranges of Compositions Recall that the domain of a function is the set of possible inputs, while the range is the set of possible outputs. Determining the domain and range of a composed function can be a little tricky, since the domains and ranges of the two functions interact a little. In my experience, it is easier to try and find the domain first. For example, let f(x) = x and g(x) = 4 x 2. We wish to find the domain of (f g)(x) = f(g(x)). If x is in the domain, then f(g(x)) must make sense, so g(x) must be in the domain of f. f(x) = x, which is defined for x 0. Hence for f(g(x)) to be defined, we must have g(x) = 4 x 2 0. Solving this, we find x 2 4, so 2 x 2. Hence the domain of (f g) is [ 2, 2]. Now what about the range? We know from our above calculations that when x is in [ 2, 2], g(x) 0. However, g(x) = 4 x 2, and x 2 is always non-negative, so g(x) 4. Hence we are feeding the interval [0, 4] into f. If 0 y 4, then 0 y 2, and so 0 f(g(x)) 2 for x in the domain [ 2, 2]. So we see the range is [0, 2]. To review, we first list the domain D of the outer function f. Then we have to find which values of x can go into the inner function g such that the result g(x) lies in D. This gives the domain for the composed function. To get the range of the composed function, we have to see what g does to the domain, and then see what f does to that set. If we have more than two functions being composed, we can just continue this process. Note that F = f g h = f (g h), so if we let G = g h, then F = f G. We can use the method to find the range and domain of G, and then use that information to find the range and domain of F. 5 Conclusion I realise these notes may be a little rushed, but they are intended to hopefully awaken your memories of the material rather than teach it. Also, you may have been taught different methods for approaching these kind of problems. Provided your method works and you understand why it works, that is perfectly fine. If you have any questions about any of the above, please do me. I wish you all the very best for this course. Have a great quarter! 10

Week 1: Functions and Equations

Week 1: Functions and Equations Week 1: Functions and Equations Goals: Review functions Introduce modeling using linear and quadratic functions Solving equations and systems Suggested Textbook Readings: Chapter 2: 2.1-2.2, and Chapter

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Polynomial and Rational Functions Quadratic Functions Overview of Objectives, students should be able to: 1. Recognize the characteristics of parabolas. 2. Find the intercepts a. x intercepts by solving

More information

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1 Implicit Functions Defining Implicit Functions Up until now in this course, we have only talked about functions, which assign to every real number x in their domain exactly one real number f(x). The graphs

More information

2013 MBA Jump Start Program

2013 MBA Jump Start Program 2013 MBA Jump Start Program Module 2: Mathematics Thomas Gilbert Mathematics Module Algebra Review Calculus Permutations and Combinations [Online Appendix: Basic Mathematical Concepts] 2 1 Equation of

More information

Review of Fundamental Mathematics

Review of Fundamental Mathematics Review of Fundamental Mathematics As explained in the Preface and in Chapter 1 of your textbook, managerial economics applies microeconomic theory to business decision making. The decision-making tools

More information

Solving Quadratic Equations

Solving Quadratic Equations 9.3 Solving Quadratic Equations by Using the Quadratic Formula 9.3 OBJECTIVES 1. Solve a quadratic equation by using the quadratic formula 2. Determine the nature of the solutions of a quadratic equation

More information

CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA

CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA We Can Early Learning Curriculum PreK Grades 8 12 INSIDE ALGEBRA, GRADES 8 12 CORRELATED TO THE SOUTH CAROLINA COLLEGE AND CAREER-READY FOUNDATIONS IN ALGEBRA April 2016 www.voyagersopris.com Mathematical

More information

3.3. Solving Polynomial Equations. Introduction. Prerequisites. Learning Outcomes

3.3. Solving Polynomial Equations. Introduction. Prerequisites. Learning Outcomes Solving Polynomial Equations 3.3 Introduction Linear and quadratic equations, dealt within Sections 3.1 and 3.2, are members of a class of equations, called polynomial equations. These have the general

More information

The Method of Partial Fractions Math 121 Calculus II Spring 2015

The Method of Partial Fractions Math 121 Calculus II Spring 2015 Rational functions. as The Method of Partial Fractions Math 11 Calculus II Spring 015 Recall that a rational function is a quotient of two polynomials such f(x) g(x) = 3x5 + x 3 + 16x x 60. The method

More information

10.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED

10.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED CONDENSED L E S S O N 10.1 Solving Quadratic Equations In this lesson you will look at quadratic functions that model projectile motion use tables and graphs to approimate solutions to quadratic equations

More information

Creating, Solving, and Graphing Systems of Linear Equations and Linear Inequalities

Creating, Solving, and Graphing Systems of Linear Equations and Linear Inequalities Algebra 1, Quarter 2, Unit 2.1 Creating, Solving, and Graphing Systems of Linear Equations and Linear Inequalities Overview Number of instructional days: 15 (1 day = 45 60 minutes) Content to be learned

More information

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions.

This unit will lay the groundwork for later units where the students will extend this knowledge to quadratic and exponential functions. Algebra I Overview View unit yearlong overview here Many of the concepts presented in Algebra I are progressions of concepts that were introduced in grades 6 through 8. The content presented in this course

More information

Vieta s Formulas and the Identity Theorem

Vieta s Formulas and the Identity Theorem Vieta s Formulas and the Identity Theorem This worksheet will work through the material from our class on 3/21/2013 with some examples that should help you with the homework The topic of our discussion

More information

1 Shapes of Cubic Functions

1 Shapes of Cubic Functions MA 1165 - Lecture 05 1 1/26/09 1 Shapes of Cubic Functions A cubic function (a.k.a. a third-degree polynomial function) is one that can be written in the form f(x) = ax 3 + bx 2 + cx + d. (1) Quadratic

More information

MA107 Precalculus Algebra Exam 2 Review Solutions

MA107 Precalculus Algebra Exam 2 Review Solutions MA107 Precalculus Algebra Exam 2 Review Solutions February 24, 2008 1. The following demand equation models the number of units sold, x, of a product as a function of price, p. x = 4p + 200 a. Please write

More information

6.1 Add & Subtract Polynomial Expression & Functions

6.1 Add & Subtract Polynomial Expression & Functions 6.1 Add & Subtract Polynomial Expression & Functions Objectives 1. Know the meaning of the words term, monomial, binomial, trinomial, polynomial, degree, coefficient, like terms, polynomial funciton, quardrtic

More information

1.7 Graphs of Functions

1.7 Graphs of Functions 64 Relations and Functions 1.7 Graphs of Functions In Section 1.4 we defined a function as a special type of relation; one in which each x-coordinate was matched with only one y-coordinate. We spent most

More information

Algebra II End of Course Exam Answer Key Segment I. Scientific Calculator Only

Algebra II End of Course Exam Answer Key Segment I. Scientific Calculator Only Algebra II End of Course Exam Answer Key Segment I Scientific Calculator Only Question 1 Reporting Category: Algebraic Concepts & Procedures Common Core Standard: A-APR.3: Identify zeros of polynomials

More information

Math 120 Final Exam Practice Problems, Form: A

Math 120 Final Exam Practice Problems, Form: A Math 120 Final Exam Practice Problems, Form: A Name: While every attempt was made to be complete in the types of problems given below, we make no guarantees about the completeness of the problems. Specifically,

More information

PYTHAGOREAN TRIPLES KEITH CONRAD

PYTHAGOREAN TRIPLES KEITH CONRAD PYTHAGOREAN TRIPLES KEITH CONRAD 1. Introduction A Pythagorean triple is a triple of positive integers (a, b, c) where a + b = c. Examples include (3, 4, 5), (5, 1, 13), and (8, 15, 17). Below is an ancient

More information

Algebra I Vocabulary Cards

Algebra I Vocabulary Cards Algebra I Vocabulary Cards Table of Contents Expressions and Operations Natural Numbers Whole Numbers Integers Rational Numbers Irrational Numbers Real Numbers Absolute Value Order of Operations Expression

More information

JUST THE MATHS UNIT NUMBER 1.8. ALGEBRA 8 (Polynomials) A.J.Hobson

JUST THE MATHS UNIT NUMBER 1.8. ALGEBRA 8 (Polynomials) A.J.Hobson JUST THE MATHS UNIT NUMBER 1.8 ALGEBRA 8 (Polynomials) by A.J.Hobson 1.8.1 The factor theorem 1.8.2 Application to quadratic and cubic expressions 1.8.3 Cubic equations 1.8.4 Long division of polynomials

More information

Understanding Basic Calculus

Understanding Basic Calculus Understanding Basic Calculus S.K. Chung Dedicated to all the people who have helped me in my life. i Preface This book is a revised and expanded version of the lecture notes for Basic Calculus and other

More information

Answer Key for California State Standards: Algebra I

Answer Key for California State Standards: Algebra I Algebra I: Symbolic reasoning and calculations with symbols are central in algebra. Through the study of algebra, a student develops an understanding of the symbolic language of mathematics and the sciences.

More information

Chapter 4. Polynomial and Rational Functions. 4.1 Polynomial Functions and Their Graphs

Chapter 4. Polynomial and Rational Functions. 4.1 Polynomial Functions and Their Graphs Chapter 4. Polynomial and Rational Functions 4.1 Polynomial Functions and Their Graphs A polynomial function of degree n is a function of the form P = a n n + a n 1 n 1 + + a 2 2 + a 1 + a 0 Where a s

More information

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Solving quadratic equations 3.2 Introduction A quadratic equation is one which can be written in the form ax 2 + bx + c = 0 where a, b and c are numbers and x is the unknown whose value(s) we wish to find.

More information

Math Review. for the Quantitative Reasoning Measure of the GRE revised General Test

Math Review. for the Quantitative Reasoning Measure of the GRE revised General Test Math Review for the Quantitative Reasoning Measure of the GRE revised General Test www.ets.org Overview This Math Review will familiarize you with the mathematical skills and concepts that are important

More information

POLYNOMIAL FUNCTIONS

POLYNOMIAL FUNCTIONS POLYNOMIAL FUNCTIONS Polynomial Division.. 314 The Rational Zero Test.....317 Descarte s Rule of Signs... 319 The Remainder Theorem.....31 Finding all Zeros of a Polynomial Function.......33 Writing a

More information

Higher Education Math Placement

Higher Education Math Placement Higher Education Math Placement Placement Assessment Problem Types 1. Whole Numbers, Fractions, and Decimals 1.1 Operations with Whole Numbers Addition with carry Subtraction with borrowing Multiplication

More information

PLOTTING DATA AND INTERPRETING GRAPHS

PLOTTING DATA AND INTERPRETING GRAPHS PLOTTING DATA AND INTERPRETING GRAPHS Fundamentals of Graphing One of the most important sets of skills in science and mathematics is the ability to construct graphs and to interpret the information they

More information

South Carolina College- and Career-Ready (SCCCR) Algebra 1

South Carolina College- and Career-Ready (SCCCR) Algebra 1 South Carolina College- and Career-Ready (SCCCR) Algebra 1 South Carolina College- and Career-Ready Mathematical Process Standards The South Carolina College- and Career-Ready (SCCCR) Mathematical Process

More information

Polynomial Operations and Factoring

Polynomial Operations and Factoring Algebra 1, Quarter 4, Unit 4.1 Polynomial Operations and Factoring Overview Number of instructional days: 15 (1 day = 45 60 minutes) Content to be learned Identify terms, coefficients, and degree of polynomials.

More information

Florida Math for College Readiness

Florida Math for College Readiness Core Florida Math for College Readiness Florida Math for College Readiness provides a fourth-year math curriculum focused on developing the mastery of skills identified as critical to postsecondary readiness

More information

Algebra I Notes Relations and Functions Unit 03a

Algebra I Notes Relations and Functions Unit 03a OBJECTIVES: F.IF.A.1 Understand the concept of a function and use function notation. Understand that a function from one set (called the domain) to another set (called the range) assigns to each element

More information

2x + y = 3. Since the second equation is precisely the same as the first equation, it is enough to find x and y satisfying the system

2x + y = 3. Since the second equation is precisely the same as the first equation, it is enough to find x and y satisfying the system 1. Systems of linear equations We are interested in the solutions to systems of linear equations. A linear equation is of the form 3x 5y + 2z + w = 3. The key thing is that we don t multiply the variables

More information

ALGEBRA REVIEW LEARNING SKILLS CENTER. Exponents & Radicals

ALGEBRA REVIEW LEARNING SKILLS CENTER. Exponents & Radicals ALGEBRA REVIEW LEARNING SKILLS CENTER The "Review Series in Algebra" is taught at the beginning of each quarter by the staff of the Learning Skills Center at UC Davis. This workshop is intended to be an

More information

ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form

ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form Goal Graph quadratic functions. VOCABULARY Quadratic function A function that can be written in the standard form y = ax 2 + bx+ c where a 0 Parabola

More information

DRAFT. Algebra 1 EOC Item Specifications

DRAFT. Algebra 1 EOC Item Specifications DRAFT Algebra 1 EOC Item Specifications The draft Florida Standards Assessment (FSA) Test Item Specifications (Specifications) are based upon the Florida Standards and the Florida Course Descriptions as

More information

What are the place values to the left of the decimal point and their associated powers of ten?

What are the place values to the left of the decimal point and their associated powers of ten? The verbal answers to all of the following questions should be memorized before completion of algebra. Answers that are not memorized will hinder your ability to succeed in geometry and algebra. (Everything

More information

MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education)

MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education) MATH 095, College Prep Mathematics: Unit Coverage Pre-algebra topics (arithmetic skills) offered through BSE (Basic Skills Education) Accurately add, subtract, multiply, and divide whole numbers, integers,

More information

Logo Symmetry Learning Task. Unit 5

Logo Symmetry Learning Task. Unit 5 Logo Symmetry Learning Task Unit 5 Course Mathematics I: Algebra, Geometry, Statistics Overview The Logo Symmetry Learning Task explores graph symmetry and odd and even functions. Students are asked to

More information

BEST METHODS FOR SOLVING QUADRATIC INEQUALITIES.

BEST METHODS FOR SOLVING QUADRATIC INEQUALITIES. BEST METHODS FOR SOLVING QUADRATIC INEQUALITIES. I. GENERALITIES There are 3 common methods to solve quadratic inequalities. Therefore, students sometimes are confused to select the fastest and the best

More information

TOPIC 4: DERIVATIVES

TOPIC 4: DERIVATIVES TOPIC 4: DERIVATIVES 1. The derivative of a function. Differentiation rules 1.1. The slope of a curve. The slope of a curve at a point P is a measure of the steepness of the curve. If Q is a point on the

More information

Section 1.1 Linear Equations: Slope and Equations of Lines

Section 1.1 Linear Equations: Slope and Equations of Lines Section. Linear Equations: Slope and Equations of Lines Slope The measure of the steepness of a line is called the slope of the line. It is the amount of change in y, the rise, divided by the amount of

More information

7.1 Graphs of Quadratic Functions in Vertex Form

7.1 Graphs of Quadratic Functions in Vertex Form 7.1 Graphs of Quadratic Functions in Vertex Form Quadratic Function in Vertex Form A quadratic function in vertex form is a function that can be written in the form f (x) = a(x! h) 2 + k where a is called

More information

is identically equal to x 2 +3x +2

is identically equal to x 2 +3x +2 Partial fractions 3.6 Introduction It is often helpful to break down a complicated algebraic fraction into a sum of simpler fractions. 4x+7 For example it can be shown that has the same value as 1 + 3

More information

Application. Outline. 3-1 Polynomial Functions 3-2 Finding Rational Zeros of. Polynomial. 3-3 Approximating Real Zeros of.

Application. Outline. 3-1 Polynomial Functions 3-2 Finding Rational Zeros of. Polynomial. 3-3 Approximating Real Zeros of. Polynomial and Rational Functions Outline 3-1 Polynomial Functions 3-2 Finding Rational Zeros of Polynomials 3-3 Approximating Real Zeros of Polynomials 3-4 Rational Functions Chapter 3 Group Activity:

More information

South Carolina College- and Career-Ready (SCCCR) Pre-Calculus

South Carolina College- and Career-Ready (SCCCR) Pre-Calculus South Carolina College- and Career-Ready (SCCCR) Pre-Calculus Key Concepts Arithmetic with Polynomials and Rational Expressions PC.AAPR.2 PC.AAPR.3 PC.AAPR.4 PC.AAPR.5 PC.AAPR.6 PC.AAPR.7 Standards Know

More information

EQUATIONS and INEQUALITIES

EQUATIONS and INEQUALITIES EQUATIONS and INEQUALITIES Linear Equations and Slope 1. Slope a. Calculate the slope of a line given two points b. Calculate the slope of a line parallel to a given line. c. Calculate the slope of a line

More information

Algebra 1 Course Title

Algebra 1 Course Title Algebra 1 Course Title Course- wide 1. What patterns and methods are being used? Course- wide 1. Students will be adept at solving and graphing linear and quadratic equations 2. Students will be adept

More information

GRE Prep: Precalculus

GRE Prep: Precalculus GRE Prep: Precalculus Franklin H.J. Kenter 1 Introduction These are the notes for the Precalculus section for the GRE Prep session held at UCSD in August 2011. These notes are in no way intended to teach

More information

Cubic Functions: Global Analysis

Cubic Functions: Global Analysis Chapter 14 Cubic Functions: Global Analysis The Essential Question, 231 Concavity-sign, 232 Slope-sign, 234 Extremum, 235 Height-sign, 236 0-Concavity Location, 237 0-Slope Location, 239 Extremum Location,

More information

CURVE FITTING LEAST SQUARES APPROXIMATION

CURVE FITTING LEAST SQUARES APPROXIMATION CURVE FITTING LEAST SQUARES APPROXIMATION Data analysis and curve fitting: Imagine that we are studying a physical system involving two quantities: x and y Also suppose that we expect a linear relationship

More information

Equations, Inequalities & Partial Fractions

Equations, Inequalities & Partial Fractions Contents Equations, Inequalities & Partial Fractions.1 Solving Linear Equations 2.2 Solving Quadratic Equations 1. Solving Polynomial Equations 1.4 Solving Simultaneous Linear Equations 42.5 Solving Inequalities

More information

2.1 Increasing, Decreasing, and Piecewise Functions; Applications

2.1 Increasing, Decreasing, and Piecewise Functions; Applications 2.1 Increasing, Decreasing, and Piecewise Functions; Applications Graph functions, looking for intervals on which the function is increasing, decreasing, or constant, and estimate relative maxima and minima.

More information

How To Understand And Solve Algebraic Equations

How To Understand And Solve Algebraic Equations College Algebra Course Text Barnett, Raymond A., Michael R. Ziegler, and Karl E. Byleen. College Algebra, 8th edition, McGraw-Hill, 2008, ISBN: 978-0-07-286738-1 Course Description This course provides

More information

Functions. MATH 160, Precalculus. J. Robert Buchanan. Fall 2011. Department of Mathematics. J. Robert Buchanan Functions

Functions. MATH 160, Precalculus. J. Robert Buchanan. Fall 2011. Department of Mathematics. J. Robert Buchanan Functions Functions MATH 160, Precalculus J. Robert Buchanan Department of Mathematics Fall 2011 Objectives In this lesson we will learn to: determine whether relations between variables are functions, use function

More information

Year 9 set 1 Mathematics notes, to accompany the 9H book.

Year 9 set 1 Mathematics notes, to accompany the 9H book. Part 1: Year 9 set 1 Mathematics notes, to accompany the 9H book. equations 1. (p.1), 1.6 (p. 44), 4.6 (p.196) sequences 3. (p.115) Pupils use the Elmwood Press Essential Maths book by David Raymer (9H

More information

Algebra II A Final Exam

Algebra II A Final Exam Algebra II A Final Exam Multiple Choice Identify the choice that best completes the statement or answers the question. Evaluate the expression for the given value of the variable(s). 1. ; x = 4 a. 34 b.

More information

7 Relations and Functions

7 Relations and Functions 7 Relations and Functions In this section, we introduce the concept of relations and functions. Relations A relation R from a set A to a set B is a set of ordered pairs (a, b), where a is a member of A,

More information

Algebra 2 Year-at-a-Glance Leander ISD 2007-08. 1st Six Weeks 2nd Six Weeks 3rd Six Weeks 4th Six Weeks 5th Six Weeks 6th Six Weeks

Algebra 2 Year-at-a-Glance Leander ISD 2007-08. 1st Six Weeks 2nd Six Weeks 3rd Six Weeks 4th Six Weeks 5th Six Weeks 6th Six Weeks Algebra 2 Year-at-a-Glance Leander ISD 2007-08 1st Six Weeks 2nd Six Weeks 3rd Six Weeks 4th Six Weeks 5th Six Weeks 6th Six Weeks Essential Unit of Study 6 weeks 3 weeks 3 weeks 6 weeks 3 weeks 3 weeks

More information

Microeconomic Theory: Basic Math Concepts

Microeconomic Theory: Basic Math Concepts Microeconomic Theory: Basic Math Concepts Matt Van Essen University of Alabama Van Essen (U of A) Basic Math Concepts 1 / 66 Basic Math Concepts In this lecture we will review some basic mathematical concepts

More information

Zero: If P is a polynomial and if c is a number such that P (c) = 0 then c is a zero of P.

Zero: If P is a polynomial and if c is a number such that P (c) = 0 then c is a zero of P. MATH 11011 FINDING REAL ZEROS KSU OF A POLYNOMIAL Definitions: Polynomial: is a function of the form P (x) = a n x n + a n 1 x n 1 + + a x + a 1 x + a 0. The numbers a n, a n 1,..., a 1, a 0 are called

More information

Practice Test Answer and Alignment Document Mathematics: Algebra II Performance Based Assessment - Paper

Practice Test Answer and Alignment Document Mathematics: Algebra II Performance Based Assessment - Paper The following pages include the answer key for all machine-scored items, followed by the rubrics for the hand-scored items. - The rubrics show sample student responses. Other valid methods for solving

More information

FACTORING QUADRATICS 8.1.1 and 8.1.2

FACTORING QUADRATICS 8.1.1 and 8.1.2 FACTORING QUADRATICS 8.1.1 and 8.1.2 Chapter 8 introduces students to quadratic equations. These equations can be written in the form of y = ax 2 + bx + c and, when graphed, produce a curve called a parabola.

More information

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions.

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions. Chapter 1 Vocabulary identity - A statement that equates two equivalent expressions. verbal model- A word equation that represents a real-life problem. algebraic expression - An expression with variables.

More information

MATH 21. College Algebra 1 Lecture Notes

MATH 21. College Algebra 1 Lecture Notes MATH 21 College Algebra 1 Lecture Notes MATH 21 3.6 Factoring Review College Algebra 1 Factoring and Foiling 1. (a + b) 2 = a 2 + 2ab + b 2. 2. (a b) 2 = a 2 2ab + b 2. 3. (a + b)(a b) = a 2 b 2. 4. (a

More information

https://williamshartunionca.springboardonline.org/ebook/book/27e8f1b87a1c4555a1212b...

https://williamshartunionca.springboardonline.org/ebook/book/27e8f1b87a1c4555a1212b... of 19 9/2/2014 12:09 PM Answers Teacher Copy Plan Pacing: 1 class period Chunking the Lesson Example A #1 Example B Example C #2 Check Your Understanding Lesson Practice Teach Bell-Ringer Activity Students

More information

Polynomial Expressions and Equations

Polynomial Expressions and Equations Polynomial Expressions and Equations This is a really close-up picture of rain. Really. The picture represents falling water broken down into molecules, each with two hydrogen atoms connected to one oxygen

More information

Determine If An Equation Represents a Function

Determine If An Equation Represents a Function Question : What is a linear function? The term linear function consists of two parts: linear and function. To understand what these terms mean together, we must first understand what a function is. The

More information

Dear Accelerated Pre-Calculus Student:

Dear Accelerated Pre-Calculus Student: Dear Accelerated Pre-Calculus Student: I am very excited that you have decided to take this course in the upcoming school year! This is a fastpaced, college-preparatory mathematics course that will also

More information

Polynomials and Quadratics

Polynomials and Quadratics Polynomials and Quadratics Want to be an environmental scientist? Better be ready to get your hands dirty!.1 Controlling the Population Adding and Subtracting Polynomials............703.2 They re Multiplying

More information

http://www.aleks.com Access Code: RVAE4-EGKVN Financial Aid Code: 6A9DB-DEE3B-74F51-57304

http://www.aleks.com Access Code: RVAE4-EGKVN Financial Aid Code: 6A9DB-DEE3B-74F51-57304 MATH 1340.04 College Algebra Location: MAGC 2.202 Meeting day(s): TR 7:45a 9:00a, Instructor Information Name: Virgil Pierce Email: piercevu@utpa.edu Phone: 665.3535 Teaching Assistant Name: Indalecio

More information

2.5 Transformations of Functions

2.5 Transformations of Functions 2.5 Transformations of Functions Section 2.5 Notes Page 1 We will first look at the major graphs you should know how to sketch: Square Root Function Absolute Value Function Identity Function Domain: [

More information

What does the number m in y = mx + b measure? To find out, suppose (x 1, y 1 ) and (x 2, y 2 ) are two points on the graph of y = mx + b.

What does the number m in y = mx + b measure? To find out, suppose (x 1, y 1 ) and (x 2, y 2 ) are two points on the graph of y = mx + b. PRIMARY CONTENT MODULE Algebra - Linear Equations & Inequalities T-37/H-37 What does the number m in y = mx + b measure? To find out, suppose (x 1, y 1 ) and (x 2, y 2 ) are two points on the graph of

More information

High School Algebra Reasoning with Equations and Inequalities Solve systems of equations.

High School Algebra Reasoning with Equations and Inequalities Solve systems of equations. Performance Assessment Task Graphs (2006) Grade 9 This task challenges a student to use knowledge of graphs and their significant features to identify the linear equations for various lines. A student

More information

Vocabulary Words and Definitions for Algebra

Vocabulary Words and Definitions for Algebra Name: Period: Vocabulary Words and s for Algebra Absolute Value Additive Inverse Algebraic Expression Ascending Order Associative Property Axis of Symmetry Base Binomial Coefficient Combine Like Terms

More information

LINEAR EQUATIONS IN TWO VARIABLES

LINEAR EQUATIONS IN TWO VARIABLES 66 MATHEMATICS CHAPTER 4 LINEAR EQUATIONS IN TWO VARIABLES The principal use of the Analytic Art is to bring Mathematical Problems to Equations and to exhibit those Equations in the most simple terms that

More information

Section 1.1. Introduction to R n

Section 1.1. Introduction to R n The Calculus of Functions of Several Variables Section. Introduction to R n Calculus is the study of functional relationships and how related quantities change with each other. In your first exposure to

More information

Linear Programming. Solving LP Models Using MS Excel, 18

Linear Programming. Solving LP Models Using MS Excel, 18 SUPPLEMENT TO CHAPTER SIX Linear Programming SUPPLEMENT OUTLINE Introduction, 2 Linear Programming Models, 2 Model Formulation, 4 Graphical Linear Programming, 5 Outline of Graphical Procedure, 5 Plotting

More information

MATH 60 NOTEBOOK CERTIFICATIONS

MATH 60 NOTEBOOK CERTIFICATIONS MATH 60 NOTEBOOK CERTIFICATIONS Chapter #1: Integers and Real Numbers 1.1a 1.1b 1.2 1.3 1.4 1.8 Chapter #2: Algebraic Expressions, Linear Equations, and Applications 2.1a 2.1b 2.1c 2.2 2.3a 2.3b 2.4 2.5

More information

Solutions to Homework 10

Solutions to Homework 10 Solutions to Homework 1 Section 7., exercise # 1 (b,d): (b) Compute the value of R f dv, where f(x, y) = y/x and R = [1, 3] [, 4]. Solution: Since f is continuous over R, f is integrable over R. Let x

More information

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates Further Pure Summary Notes. Roots of Quadratic Equations For a quadratic equation ax + bx + c = 0 with roots α and β Sum of the roots Product of roots a + b = b a ab = c a If the coefficients a,b and c

More information

1 Lecture: Integration of rational functions by decomposition

1 Lecture: Integration of rational functions by decomposition Lecture: Integration of rational functions by decomposition into partial fractions Recognize and integrate basic rational functions, except when the denominator is a power of an irreducible quadratic.

More information

Solving Systems of Two Equations Algebraically

Solving Systems of Two Equations Algebraically 8 MODULE 3. EQUATIONS 3b Solving Systems of Two Equations Algebraically Solving Systems by Substitution In this section we introduce an algebraic technique for solving systems of two equations in two unknowns

More information

1.2 GRAPHS OF EQUATIONS. Copyright Cengage Learning. All rights reserved.

1.2 GRAPHS OF EQUATIONS. Copyright Cengage Learning. All rights reserved. 1.2 GRAPHS OF EQUATIONS Copyright Cengage Learning. All rights reserved. What You Should Learn Sketch graphs of equations. Find x- and y-intercepts of graphs of equations. Use symmetry to sketch graphs

More information

MATHEMATICS FOR ENGINEERING BASIC ALGEBRA

MATHEMATICS FOR ENGINEERING BASIC ALGEBRA MATHEMATICS FOR ENGINEERING BASIC ALGEBRA TUTORIAL 3 EQUATIONS This is the one of a series of basic tutorials in mathematics aimed at beginners or anyone wanting to refresh themselves on fundamentals.

More information

Mathematics Placement

Mathematics Placement Mathematics Placement The ACT COMPASS math test is a self-adaptive test, which potentially tests students within four different levels of math including pre-algebra, algebra, college algebra, and trigonometry.

More information

More Quadratic Equations

More Quadratic Equations More Quadratic Equations Math 99 N1 Chapter 8 1 Quadratic Equations We won t discuss quadratic inequalities. Quadratic equations are equations where the unknown appears raised to second power, and, possibly

More information

6 EXTENDING ALGEBRA. 6.0 Introduction. 6.1 The cubic equation. Objectives

6 EXTENDING ALGEBRA. 6.0 Introduction. 6.1 The cubic equation. Objectives 6 EXTENDING ALGEBRA Chapter 6 Extending Algebra Objectives After studying this chapter you should understand techniques whereby equations of cubic degree and higher can be solved; be able to factorise

More information

Linear Equations. Find the domain and the range of the following set. {(4,5), (7,8), (-1,3), (3,3), (2,-3)}

Linear Equations. Find the domain and the range of the following set. {(4,5), (7,8), (-1,3), (3,3), (2,-3)} Linear Equations Domain and Range Domain refers to the set of possible values of the x-component of a point in the form (x,y). Range refers to the set of possible values of the y-component of a point in

More information

COLLEGE ALGEBRA. Paul Dawkins

COLLEGE ALGEBRA. Paul Dawkins COLLEGE ALGEBRA Paul Dawkins Table of Contents Preface... iii Outline... iv Preliminaries... Introduction... Integer Exponents... Rational Exponents... 9 Real Exponents...5 Radicals...6 Polynomials...5

More information

Lagrange Interpolation is a method of fitting an equation to a set of points that functions well when there are few points given.

Lagrange Interpolation is a method of fitting an equation to a set of points that functions well when there are few points given. Polynomials (Ch.1) Study Guide by BS, JL, AZ, CC, SH, HL Lagrange Interpolation is a method of fitting an equation to a set of points that functions well when there are few points given. Sasha s method

More information

Temperature Scales. The metric system that we are now using includes a unit that is specific for the representation of measured temperatures.

Temperature Scales. The metric system that we are now using includes a unit that is specific for the representation of measured temperatures. Temperature Scales INTRODUCTION The metric system that we are now using includes a unit that is specific for the representation of measured temperatures. The unit of temperature in the metric system is

More information

Microeconomics Sept. 16, 2010 NOTES ON CALCULUS AND UTILITY FUNCTIONS

Microeconomics Sept. 16, 2010 NOTES ON CALCULUS AND UTILITY FUNCTIONS DUSP 11.203 Frank Levy Microeconomics Sept. 16, 2010 NOTES ON CALCULUS AND UTILITY FUNCTIONS These notes have three purposes: 1) To explain why some simple calculus formulae are useful in understanding

More information

Objectives. Materials

Objectives. Materials Activity 4 Objectives Understand what a slope field represents in terms of Create a slope field for a given differential equation Materials TI-84 Plus / TI-83 Plus Graph paper Introduction One of the ways

More information

Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress

Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress Biggar High School Mathematics Department National 5 Learning Intentions & Success Criteria: Assessing My Progress Expressions & Formulae Topic Learning Intention Success Criteria I understand this Approximation

More information

GRAPHING IN POLAR COORDINATES SYMMETRY

GRAPHING IN POLAR COORDINATES SYMMETRY GRAPHING IN POLAR COORDINATES SYMMETRY Recall from Algebra and Calculus I that the concept of symmetry was discussed using Cartesian equations. Also remember that there are three types of symmetry - y-axis,

More information

Copyrighted Material. Chapter 1 DEGREE OF A CURVE

Copyrighted Material. Chapter 1 DEGREE OF A CURVE Chapter 1 DEGREE OF A CURVE Road Map The idea of degree is a fundamental concept, which will take us several chapters to explore in depth. We begin by explaining what an algebraic curve is, and offer two

More information

Chapter 7 - Roots, Radicals, and Complex Numbers

Chapter 7 - Roots, Radicals, and Complex Numbers Math 233 - Spring 2009 Chapter 7 - Roots, Radicals, and Complex Numbers 7.1 Roots and Radicals 7.1.1 Notation and Terminology In the expression x the is called the radical sign. The expression under the

More information