Chapter P: Preliminaries

Size: px
Start display at page:

Download "Chapter P: Preliminaries"

Transcription

1 Chapter P: Preliminaries Spring 2018 Department of Mathematics Hong Kong Baptist University 1 / 67

2 Preliminaries The preliminary chapter reviews the most important things that you should know before beginning calculus. Depending on your pre-calculus background, you may or may not be familiar with the topics in the preliminaries chapter. (1) If you are, you may want to skim over these materials to refresh your understanding of the terms used; (2) If not, you should study this chapter in detail. 2 / 67

3 P.1 Real Numbers and the Real Line Real numbers are numbers that can be expressed as decimals, for example, 5 = = = π = e = The real numbers can be represented geometrically as points on the real line, denoted by R. 3 / 67

4 Intervals Let a and b be two real numbers and a < b. Then (i) (a, b): the open interval from a to b, consisting of all real numbers x satisfying a < x < b. (ii) [a, b]: the closed interval from a to b, consisting of all real numbers x satisfying a x b. (iii) [a, b): the half-open interval from a to b, consisting of all real numbers x satisfying a x < b. (iv) (a, b]: the half-open interval from a to b, consisting of all real numbers x satisfying a < x b. Remark: Note that the whole real line is also an interval, denoted by R = (, ). The symbol is called infinity. 4 / 67

5 Unions, Intersections A real number is in the union of intervals if it is in at least one of them. A real number is in the intersection of intervals if it is in all of them. Examples: (a) The number 5 belongs to (, 1) (1, 2) (3, 6]. (b) The union (, 2) (2, ) contains all numbers except 2. (c) The intersection ( 5, 5) [3, ) is equal to the interval [3, 5). 5 / 67

6 Example 1: Solve (a) x 2 5x + 6 < 0, (b) x 2 + 5x + 6 > 0. Solution: (a) Since x 2 5x + 6 = (x 2)(x 3), we see that the product is negative when exactly one of the factors is negative. Thus, any solution must satisfy { { x 2 > 0 x 2 < 0 OR x 3 < 0 x 3 > 0 2 < x < 3 NO SOLUTION Hence, the solution set is the interval (2, 3). 6 / 67

7 Example 1: Solve (a) x 2 5x + 6 < 0, (b) x 2 + 5x + 6 > 0. Solution: (b) Since x 2 + 5x + 6 = (x + 2)(x + 3), we see that the product is positive when both factors have the same sign. Thus, any solution must satisfy { { x + 2 > 0 x + 2 < 0 OR x + 3 > 0 x + 3 < 0 x > 2 x < 3 Hence, the solution set is the union of intervals (, 3) ( 2, ). 7 / 67

8 Absolute Value The absolute value, or magnitude, of a number x, denoted by x, is defined by the formula { x, if x 0 x = x, if x < 0. Properties of absolute values include: 1. a = a. 2. ab = a b and a/b = a / b. 3. a ± b a + b. 4. If D is a positive number, then x a < D a D < x < a + D. x a > D either x < a D or x > a + D. 8 / 67

9 Example 2: Solve 1 2 x < 3. Solution: We must have 3 < 1 2 x < 3 4 < 2 x < 2 4 > 2 x > 2. We now have two cases: (a) If x > 0, then the two inequalities become { 2x < 2 4x > 2 = { x > 1 x > 1 2 = x > 1 2. (b) If x < 0, we get { 2x > 2 4x < 2 = { x < 1 x < 1 2 = x < 1. Thus, the solution set is (, 1) ( 1 2, ). 9 / 67

10 P.2 Cartesian Coordinates in the Plane The positions of all points in a plane can be measured with respect to two perpendicular real lines (referred to as x-axis and y-axis) in the plane intersecting at the 0-point of each. The point of intersection of the x-axis and the y-axis is called the origin and is often denoted by the letter O. For a point P(a, b), we call a the x-coordinate of P, and b the y-coordinate of P. The ordered pair (a, b) is called the Cartesian coordinates of the point P. The coordinate axes divide the plane into four regions called quadrants, numbered from I to IV. 10 / 67

11 11 / 67

12 12 / 67

13 13 / 67

14 14 / 67

15 (a) x 2 + y 2 = 4, and (b) x 2 + y / 67

16 Example 3: Solve the inequality x 2 5x 6 with the aid of a graph. Solution: We plot the graphs of y = x 2 5x and y = 6, which intersect at ( 1, 6) and (6, 6). Since the curve lies above the horizontal line to the left of x = 1 and to the right of x = 6, we conclude that the solution set is (, 1] [6, ). ( 1, 6) y y = x 2 5x y = 6 (6, 6) x 16 / 67

17 Straight Lines Given two points P 1 (x 1, y 1 ) and P 2 (x 2, y 2 ) in the plane, there is a unique straight line passing through them both. We call the line L = P 1 P 2. For any nonvertical line L, we define the slope of the line is m = y x = y 2 y 1 x 2 x / 67

18 18 / 67

19 Equations of Straight Lines The point-slope equation of a non-vertical line that passes through the point (x 1, y 1 ) and has slope m is y = m(x x 1 ) + y 1. The horizontal line passing through the point (x 1, y 1 ) is y = y 1. The vertical line passing through the point (x 1, y 1 ) is x = x 1. If an oblique line (i.e., neither horizontal or vertical) cuts the x and y axes at (a, 0) and (0, b) respectively, then a and b are called its x- and y-intercepts. 19 / 67

20 20 / 67

21 Example 4: Find the equation of the line passing through (3, 1) and (1, 2). What is its slope, and what are x- and y-intercepts? Solution: The slope is m = 2 ( 1) 1 3 Thus, the equation is given by = 3 2. y = 3 2 (x 1) + 2 or y = 3 2 x We calculate its x-intercept a by substituting y = 0: 0 = 3 2 a = a = 7 3. The y-intercept b is obtained by substituting x = 0: b = = b = / 67

22 P.4 Functions and Their Graphs The term function was first used by Leibniz in 1673 to denote the dependence of one quantity on another. For instance, the area A of a circle depends on the radius r according to the formula A = πr 2. We can say that the area (as the dependent variable) is a function of the radius (as the independent variable). As a generic function, we often refer to y as the dependent variable and x as the independent variable. Then to denote that y is a function of x, we write y = f (x). 22 / 67

23 Definition A function f on a set D into a set S is a rule that assigns a unique element f (x) in S to each element x in D. 23 / 67

24 Graphs of Functions For any given pair of (x, f (x)), we can find a unique point in the x-y plane to represent it. That is, the function y = f (x) can be represented by a curve in Cartesian coordinates system. y y = f (x) (x, f (x)) x 24 / 67

25 25 / 67

26 26 / 67

27 Domain and Range Definition (1) The domain of the function f, D(f ), is the set of all possible input values for the independent variable. (2) The range of the function f, R(f ), is the set of all possible output values for the dependent variable. If x is an input for which f (x) has a well-defined answer, then x is in the domain of f. Otherwise, it is not in D(f ). Domain convention: if f is defined by a formula without the domain being specified, then D(f ) is assumed to be the largest set for which the formula makes sense. If y is a value for which the equation y = f (x) has at least one solution x, then y is in the range of f. Otherwise, it is not in R(f ). 27 / 67

28 Example 5: Find the domain and range of function: y = f (x) = 2x 2 + 1, where x [1, 3]. Solution: (1) The domain of f is given as D(f ) = [1, 3]. (2) The range of f is R(f ) = [3, 19]. 28 / 67

29 Example 6: Find the domain and the range of function: y = f (x) = 9 x Solution: (1) The domain of f is D(f ) = [ 3, 3]. (2) The range of f is R(f ) = [1, 4]. 29 / 67

30 Example 7: Find the range of function f (x) = Solution: x x 2, where x R. + 1 We need to find all y R for which the equation y = x x 2 + 1, or equivalently, yx 2 x + y = 0, has at least one solution x. Now since x is a real number, we have = 1 4y 2 0, or 1 2 y 1 2. We thus conclude that the range of f is R(f ) = [ 0.5, 0.5]. 30 / 67

31 Example 8: Find the range of function f (x) = Solution: x x 4, where x R. + 1 To find the range of y, we need to learn Calculus. More specifically, the differentiation in Chapter 2 will help us to solve this problem. Before starting differentiation, however, we need to first introduce the limits and continuity of a function in Chapter / 67

32 Even and Odd Functions Definition Suppose that x belongs to the domain of f whenever x does. (1) We say that f is an even function if f ( x) = f (x) for every x in the domain of f. (2) We say that f is an odd function if f ( x) = f (x) for every x in the domain of f. Remark: (1) The graph of an even function is symmetric about the y-axis. (2) The graph of an odd function is symmetric about the origin. 32 / 67

33 P.5 Combining Functions to Make New Functions Functions can be combined in a variety of ways to produce new functions. Like numbers, functions can be added, subtracted, multiplied, and divided (when the denominator is nonzero) to produce new functions. There is another method, called composition, by which two functions can be combined to form a new function. We can also define new functions by using different formulas on different parts of its domain, referred to as piecewise defined functions. 33 / 67

34 Sums, Differences, Products, Quotients, and Multiples Definition Let f and g be two functions and c is a real number. Then for every x that belongs to the domains of both f and g, we define functions f + g, f g, f g, f /g, and cf by the formulas: (f + g)(x) = f (x) + g(x), (f g)(x) = f (x) g(x), (fg)(x) = f (x)g(x), ) ( f g (x) = f (x), where g(x) 0, g(x) (cf )(x) = c f (x). 34 / 67

35 Example 9: The functions f and g are defined by the formulas f (x) = x and g(x) = 2 x. Find the new functions f + g, f g, fg, f /g, g/f and f 4 at x. Also specify the domain of each function. Solution: 35 / 67

36 Example 9: The functions f and g are defined by the formulas f (x) = x and g(x) = 2 x. Find the new functions f + g, f g, fg, f /g, g/f and f 4 at x. Also specify the domain of each function. Solution: (1) (f + g)(x) = x + 2 x, D(f + g) = [0, 2]. (2) (f g)(x) = x 2 x, D(f g) = [0, 2]. (3) (fg)(x) = x(2 x), D(fg) = [0, 2]. (4) (f /g)(x) = x/(2 x), D(f /g) = [0, 2). (5) (g/f )(x) = (2 x)/x, D(g/f ) = (0, 2]. (6) (f 4 )(x) = x 2, D(f 4 ) = [0, ). 36 / 67

37 Composite Functions Definition Let f and g be two functions. The composite function of f g is defined by f g(x) = f (g(x)). The domain of f g consists of those numbers x in the domain of g for which g(x) is the domain of f. Remark: (1) If the range of g is contained in the domain of f, then the domain of f g is just the domain of g. (2) g is called the inner function and f the outer function. To calculate f (g(x)), we first calculate g and then calculate f. (3)The functions f g and g f are usually quite different. 37 / 67

38 The output of g becomes the input of f. 38 / 67

39 Example 10: Let f (x) = x and g(x) = x 2. (a) Find the composite function f g and identify its domain; (a) Find the composite function g f and identify its domain. Solution: 39 / 67

40 Example 10: Let f (x) = x and g(x) = x 2. (a) Find the composite function f g and identify its domain; (a) Find the composite function g f and identify its domain. Solution: (a) For the first composition, we have (f g)(x) = f ( x 2) = ( x 2) = x 1. The domain of f g is D(f g) = [2, ). 40 / 67

41 Example 10: Let f (x) = x and g(x) = x 2. (a) Find the composite function f g and identify its domain; (a) Find the composite function g f and identify its domain. Solution: (a) For the first composition, we have (f g)(x) = f ( x 2) = ( x 2) = x 1. The domain of f g is D(f g) = [2, ). (b) For the second composition, we have (g f )(x) = g(x 2 + 1) = x 2 1. The domain of g f is D(g f ) = (, 1] [1, ). 41 / 67

42 Piecewise Defined Functions (1) One example is the absolute value function: { x, if x 0, x = x, if x < 0. (2) Another example is the sign function: sgn(x) = x x = 1, if x > 0, 1, if x < 0, undefined, if x = / 67

43 Piecewise Defined Functions (3) A third example is the function { x, if x 2, g(x) = 1, if x = 2. Remark: A piecewise defined function with two formulas is NOT two separate functions. It is a single function in which different formulas are used to give the answer, depending on the input. 43 / 67

44 Piecewise Defined Functions (4) The greatest integer function (or the floor function) is a function whose value at x, denoted by x, is defined to be the largest integer that is x. Examples: 2.4 = 2, 1.9 = 1, 0 = 0, 1.2 = / 67

45 Basic Elementary Functions The following functions are commonly used in Calculus and are the so-called basic elementary functions: 1) Power functions: x a (a is a real number) 2) Exponential functions: a x (a is a positive real number, one important value of a is e = ) 3) Logarithmic functions: log a (x) (a is a positive real number, with log e (x) denoted by ln(x)) 4) Trigonometric functions: sin(x), cos(x), tan(x), cot(x), sec(x), csc(x) 5) Inverse Trigonometric functions: arcsin(x), arccos(x), arctan(x), arccot(x), arcsec(x), arccsc(x) 45 / 67

46 Elementary Functions Definition An elementary function is a function of one variable built from a finite number of basic elementary functions and constants through composition and combinations using the four elementary operations (+,,, /), where (f + g)(x) = f (x) + g(x), (f g)(x) = f (x) g(x), (kf )(x) = k f (x) where k R, (f g)(x) = f (x) g(x), (f /g)(x) = f (x)/g(x) where g(x) / 67

47 Examples of elementary functions include: f (x) = ln(sin(2x 2 + 1)) + e x + 1 The polynomial: P(x) = a n x n + a n 1 x n a 1 x + a 0 The rational function: P(x)/Q(x) The absolute value function: f (x) = x 47 / 67

48 Not all functions are elementary. Examples of non-elementary functions include: The Dirichlet function: { 0 if x is a rational number, f (x) = 1 if x is an irrational number. The error function: f (x) = 2 π x 0 e t2 dt. 48 / 67

49 Example 11: Show that g(x) = sin( 2 x + 1) is an elementary function. Solution: Consider the basic elementary functions f 1 (x) = 2 x, f 2 (x) = 1, f 3 (u) = u, f 4 (v) = sin(v). Then g can be written as g(x) = f 4 (f 3 (f 1 (x) + f 2 (x))) = f 4 f 3 (f 1 + f 2 )(x). Thus, g is an elementary function. 49 / 67

50 P.6 Polynomials and Rational Functions Definition A polynomial is a function P whose value at x is P(x) = a n x n + a n 1 x n a 1 x + a 0, where a n, a n 1,..., a 1 and a 0, called the coefficients of the polynomial, are constants and, if n > 0, then a n 0. Remark: The number n, the degree of the highest power of x in the polynomial, is called the degree of the polynomial. 50 / 67

51 Definition If P(x) and Q(x) are two polynomials and Q(x) is not the zero polynomial (i.e., Q(x) 0), then the function R(x) = P(x) Q(x) is called a rational function. A rational function is called proper if the degree of P is strictly lower than the degree of Q. Remarks: By the domain convention, the domain of R(x) consists of all real numbers x except those for which Q(x) = 0. Using the division algorithm, one can write any rational function as the sum of a polynomial and a proper rational function. 51 / 67

52 Example 12: Write 2x 3 3x 2 + 3x + 4 x proper rational function. as the sum of a polynomial and a Solution: Long division gives 2x 3 x x 3 3x 2 +3x +4 2x 3 +2x 3x 2 + x +4 3x 2 3 x +7 Thus, 2x 3 3x 2 + 3x + 4 x = 2x 3 + x + 7 x / 67

53 The Factor Theorem Theorem Let P be a polynomial of degree at least 1. Then the real number r is a root of P (i.e., P(r) = 0) if and only if (x r) is a factor of P(x). Proof: By the division algorithm, we have P(x) = (x r)q(x) + c, where c is a polynomial of degree 0, i.e., a constant. So P(r) = 0 c = 0 P(x) is divisible by x r. 53 / 67

54 Example 13: Let P(x) = x 3 3x 2 16x 12. Verify that P( 1) = 0, and express P(x) as a product of linear factors. Solution: We have P( 1) = ( 1) 3 3( 1) 2 16( 1) 12 = = 0. Thus, (x + 1) is a factor of P(x), so long division gives x 3 3x 2 16x 12 = (x + 1)(x 2 4x 12) = (x + 1)(x + 2)(x 6). Remark: The relationship between roots and linear factors will be useful when evaluating limits of rational functions in Chapter / 67

55 The Quadratic Formula Theorem The two solutions of the quadratic equation Ax 2 + Bx + C = 0 where A, B, and C are constants and A 0, are given by x = B ± B 2 4AC 2A. Remark: The quantity = B 2 4AC is called the discriminant of the quadratic equation or polynomial. 55 / 67

56 P.7 The Trigonometric Functions 56 / 67

57 57 / 67

58 Let C be the circle with center at the origin O and radius 1. Recall that its equation is x 2 + y 2 = 1. We use the arc length t as a measure of the size of the angle AOP t. Specifically, the radian measure of angle AOP t is AOP t = t radians. Note that the angle can also be measured in degrees. Since P π is the point ( 1, 0), halfway around the circle C from the point A, we have AOP π = π and also AOP π = 180 o. Hence, π = 180 o. Some frequently used degrees are, e.g., π/2 = 90 o, π/3 = 60 o, π/4 = 45 o, and π/6 = 30 o. 58 / 67

59 59 / 67

60 60 / 67

61 Some Useful Identities (1) The range of Sine and Cosine: 1 sin(t) 1 and 1 cos(t) 1. (2) The Pythagorean identity: sin 2 (t) + cos 2 (t) = 1. (3) Periodicity: sin(t + 2π) = sin(t) and cos(t + 2π) = cos(t). 61 / 67

62 (4) Sine is an odd function, and Cosine is an even function: sin( t) = sin(t) and cos( t) = cos(t). (5) Complementary angle identities: sin( π 2 t) = cos(t) and cos(π 2 t) = sin(t). (6) Supplementary angle identities: sin(π t) = sin(t) and cos(π t) = cos(t). 62 / 67

63 The graph of sin(x) 63 / 67

64 The graph of cos(x) 64 / 67

65 Additional Formulas for Sine and Cosine sin(s + t) = sin(s) cos(t) + cos(s) sin(t), sin(s t) = sin(s) cos(t) cos(s) sin(t), cos(s + t) = cos(s) cos(t) sin(s) sin(t), cos(s t) = cos(s) cos(t) + sin(s) sin(t). 65 / 67

66 Proof: The last formula, cos(s t) = cos(s) cos(t) + sin(s) sin(t), can be shown by noting that P s P t = P s t A. Then by this formula, we can readily derive the remaining three formulas. [The proof is not required.] 66 / 67

67 Letting s = t, by the first and third additional formulas we have Further, we can show that sin(2t) = 2 sin(t) cos(t), cos(2t) = cos 2 (t) sin 2 (t). sin 2 (t) = 1 cos(2t), 2 cos 2 (t) = 1 + cos(2t) / 67

Chapter P: Preliminaries

Chapter P: Preliminaries Chapter P: Preliminaries Winter 2016 Department of Mathematics Hong Kong Baptist University 1 / 59 Preliminaries The preliminary chapter reviews the most important things that you should know before beginning

More information

Chapter 2: Differentiation

Chapter 2: Differentiation Chapter 2: Differentiation Spring 2018 Department of Mathematics Hong Kong Baptist University 1 / 82 2.1 Tangent Lines and Their Slopes This section deals with the problem of finding a straight line L

More information

Chapter 2: Differentiation

Chapter 2: Differentiation Chapter 2: Differentiation Winter 2016 Department of Mathematics Hong Kong Baptist University 1 / 75 2.1 Tangent Lines and Their Slopes This section deals with the problem of finding a straight line L

More information

CALCULUS ASSESSMENT REVIEW

CALCULUS ASSESSMENT REVIEW CALCULUS ASSESSMENT REVIEW DEPARTMENT OF MATHEMATICS CHRISTOPHER NEWPORT UNIVERSITY 1. Introduction and Topics The purpose of these notes is to give an idea of what to expect on the Calculus Readiness

More information

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents.

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents. Math120 - Precalculus. Final Review. Fall, 2011 Prepared by Dr. P. Babaali 1 Algebra 1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents.

More information

function independent dependent domain range graph of the function The Vertical Line Test

function independent dependent domain range graph of the function The Vertical Line Test Functions A quantity y is a function of another quantity x if there is some rule (an algebraic equation, a graph, a table, or as an English description) by which a unique value is assigned to y by a corresponding

More information

Chapter 1. Functions 1.1. Functions and Their Graphs

Chapter 1. Functions 1.1. Functions and Their Graphs 1.1 Functions and Their Graphs 1 Chapter 1. Functions 1.1. Functions and Their Graphs Note. We start by assuming that you are familiar with the idea of a set and the set theoretic symbol ( an element of

More information

You should be comfortable with everything below (and if you aren t you d better brush up).

You should be comfortable with everything below (and if you aren t you d better brush up). Review You should be comfortable with everything below (and if you aren t you d better brush up).. Arithmetic You should know how to add, subtract, multiply, divide, and work with the integers Z = {...,,,

More information

MTH4100 Calculus I. Lecture notes for Week 2. Thomas Calculus, Sections 1.3 to 1.5. Rainer Klages

MTH4100 Calculus I. Lecture notes for Week 2. Thomas Calculus, Sections 1.3 to 1.5. Rainer Klages MTH4100 Calculus I Lecture notes for Week 2 Thomas Calculus, Sections 1.3 to 1.5 Rainer Klages School of Mathematical Sciences Queen Mary University of London Autumn 2009 Reading Assignment: read Thomas

More information

REQUIRED MATHEMATICAL SKILLS FOR ENTERING CADETS

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

More information

Pre-Calculus MATH 119 Fall Section 1.1. Section objectives. Section 1.3. Section objectives. Section A.10. Section objectives

Pre-Calculus MATH 119 Fall Section 1.1. Section objectives. Section 1.3. Section objectives. Section A.10. Section objectives Pre-Calculus MATH 119 Fall 2013 Learning Objectives Section 1.1 1. Use the Distance Formula 2. Use the Midpoint Formula 4. Graph Equations Using a Graphing Utility 5. Use a Graphing Utility to Create Tables

More information

3. Use absolute value notation to write an inequality that represents the statement: x is within 3 units of 2 on the real line.

3. Use absolute value notation to write an inequality that represents the statement: x is within 3 units of 2 on the real line. PreCalculus Review Review Questions 1 The following transformations are applied in the given order) to the graph of y = x I Vertical Stretch by a factor of II Horizontal shift to the right by units III

More information

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents.

1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents. Math120 - Precalculus. Final Review Prepared by Dr. P. Babaali 1 Algebra 1. Use the properties of exponents to simplify the following expression, writing your answer with only positive exponents. (a) 5

More information

CURRICULUM GUIDE. Honors Algebra II / Trigonometry

CURRICULUM GUIDE. Honors Algebra II / Trigonometry CURRICULUM GUIDE Honors Algebra II / Trigonometry The Honors course is fast-paced, incorporating the topics of Algebra II/ Trigonometry plus some topics of the pre-calculus course. More emphasis is placed

More information

Welcome to AP Calculus!!!

Welcome to AP Calculus!!! Welcome to AP Calculus!!! In preparation for next year, you need to complete this summer packet. This packet reviews & expands upon the concepts you studied in Algebra II and Pre-calculus. Make sure you

More information

2.1 The derivative. Rates of change. m sec = y f (a + h) f (a)

2.1 The derivative. Rates of change. m sec = y f (a + h) f (a) 2.1 The derivative Rates of change 1 The slope of a secant line is m sec = y f (b) f (a) = x b a and represents the average rate of change over [a, b]. Letting b = a + h, we can express the slope of the

More information

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

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

More information

Functions. Remark 1.2 The objective of our course Calculus is to study functions.

Functions. Remark 1.2 The objective of our course Calculus is to study functions. Functions 1.1 Functions and their Graphs Definition 1.1 A function f is a rule assigning a number to each of the numbers. The number assigned to the number x via the rule f is usually denoted by f(x).

More information

Chapter 2: Functions, Limits and Continuity

Chapter 2: Functions, Limits and Continuity Chapter 2: Functions, Limits and Continuity Functions Limits Continuity Chapter 2: Functions, Limits and Continuity 1 Functions Functions are the major tools for describing the real world in mathematical

More information

f(x) f(a) Limit definition of the at a point in slope notation.

f(x) f(a) Limit definition of the at a point in slope notation. Lesson 9: Orinary Derivatives Review Hanout Reference: Brigg s Calculus: Early Transcenentals, Secon Eition Topics: Chapter 3: Derivatives, p. 126-235 Definition. Limit Definition of Derivatives at a point

More information

Grade 11 or 12 Pre-Calculus

Grade 11 or 12 Pre-Calculus Grade 11 or 12 Pre-Calculus Strands 1. Polynomial, Rational, and Radical Relationships 2. Trigonometric Functions 3. Modeling with Functions Strand 1: Polynomial, Rational, and Radical Relationships Standard

More information

Objectives List. Important Students should expect test questions that require a synthesis of these objectives.

Objectives List. Important Students should expect test questions that require a synthesis of these objectives. MATH 1040 - of One Variable, Part I Textbook 1: : Algebra and Trigonometry for ET. 4 th edition by Brent, Muller Textbook 2:. Early Transcendentals, 3 rd edition by Briggs, Cochran, Gillett, Schulz s List

More information

AP CALCULUS SUMMER WORKSHEET

AP CALCULUS SUMMER WORKSHEET AP CALCULUS SUMMER WORKSHEET DUE: First Day of School, 2011 Complete this assignment at your leisure during the summer. I strongly recommend you complete a little each week. It is designed to help you

More information

Pre-Calculus Chapter 0. Solving Equations and Inequalities 0.1 Solving Equations with Absolute Value 0.2 Solving Quadratic Equations

Pre-Calculus Chapter 0. Solving Equations and Inequalities 0.1 Solving Equations with Absolute Value 0.2 Solving Quadratic Equations Pre-Calculus Chapter 0. Solving Equations and Inequalities 0.1 Solving Equations with Absolute Value 0.1.1 Solve Simple Equations Involving Absolute Value 0.2 Solving Quadratic Equations 0.2.1 Use the

More information

Chapter 0 Preliminaries

Chapter 0 Preliminaries Chapter 0 Preliminaries MA1101 Mathematics 1A Semester I Year 2017/2018 FTMD & FTI International Class Odd NIM (K-46) Lecturer: Dr. Rinovia Simanjuntak 0.1 Real Numbers and Logic Real Numbers Repeating

More information

0 Review of Basic Concepts

0 Review of Basic Concepts Calculus I (part 0): Review of Basic Concepts (by Evan Dummit, 016, v..10) Contents 0 Review of Basic Concepts 1 0.1 Numbers, Sets, and Intervals........................................ 1 0. Functions...................................................

More information

1 Solving equations 1.1 Kick off with CAS 1. Polynomials 1. Trigonometric symmetry properties 1.4 Trigonometric equations and general solutions 1.5 Literal and simultaneous equations 1.6 Review 1.1 Kick

More information

NAME: DATE: CLASS: AP CALCULUS AB SUMMER MATH 2018

NAME: DATE: CLASS: AP CALCULUS AB SUMMER MATH 2018 NAME: DATE: CLASS: AP CALCULUS AB SUMMER MATH 2018 A] Refer to your pre-calculus notebook, the internet, or the sheets/links provided for assistance. B] Do not wait until the last minute to complete this

More information

Chapter 1: Limits and Continuity

Chapter 1: Limits and Continuity Chapter 1: Limits and Continuity Winter 2015 Department of Mathematics Hong Kong Baptist University 1/69 1.1 Examples where limits arise Calculus has two basic procedures: differentiation and integration.

More information

Calculus: Early Transcendental Functions Lecture Notes for Calculus 101. Feras Awad Mahmoud

Calculus: Early Transcendental Functions Lecture Notes for Calculus 101. Feras Awad Mahmoud Calculus: Early Transcendental Functions Lecture Notes for Calculus 101 Feras Awad Mahmoud Last Updated: August 2, 2012 1 2 Feras Awad Mahmoud Department of Basic Sciences Philadelphia University JORDAN

More information

Region 16 Board of Education. Precalculus Curriculum

Region 16 Board of Education. Precalculus Curriculum Region 16 Board of Education Precalculus Curriculum 2008 1 Course Description This course offers students an opportunity to explore a variety of concepts designed to prepare them to go on to study calculus.

More information

Hello Future Calculus Level One Student,

Hello Future Calculus Level One Student, Hello Future Calculus Level One Student, This assignment must be completed and handed in on the first day of class. This assignment will serve as the main review for a test on this material. The test will

More information

Topics from Algebra and Pre-Calculus. (Key contains solved problems)

Topics from Algebra and Pre-Calculus. (Key contains solved problems) Topics from Algebra and Pre-Calculus (Key contains solved problems) Note: The purpose of this packet is to give you a review of basic skills. You are asked not to use the calculator, except on p. (8) and

More information

Step 1: Greatest Common Factor Step 2: Count the number of terms If there are: 2 Terms: Difference of 2 Perfect Squares ( + )( - )

Step 1: Greatest Common Factor Step 2: Count the number of terms If there are: 2 Terms: Difference of 2 Perfect Squares ( + )( - ) Review for Algebra 2 CC Radicals: r x p 1 r x p p r = x p r = x Imaginary Numbers: i = 1 Polynomials (to Solve) Try Factoring: i 2 = 1 Step 1: Greatest Common Factor Step 2: Count the number of terms If

More information

Math Review for AP Calculus

Math Review for AP Calculus Math Review for AP Calculus This course covers the topics shown below. Students navigate learning paths based on their level of readiness. Institutional users may customize the scope and sequence to meet

More information

List of PreCalculus Algebra Mathematical Concept Practice Sheets (Updated Spring 2015)

List of PreCalculus Algebra Mathematical Concept Practice Sheets (Updated Spring 2015) List of PreCalculus Algebra Mathematical Concept Practice Sheets (Updated Spring 2015) MAT 155P MAT 155 1 Absolute Value Equations P 7 P 3 2 Absolute Value Inequalities P 9 P 4 3 Algebraic Expressions:

More information

Unit #3 : Differentiability, Computing Derivatives

Unit #3 : Differentiability, Computing Derivatives Unit #3 : Differentiability, Computing Derivatives Goals: Determine when a function is differentiable at a point Relate the derivative graph to the the graph of an original function Compute derivative

More information

MATH 0960 ELEMENTARY ALGEBRA FOR COLLEGE STUDENTS (8 TH EDITION) BY ANGEL & RUNDE Course Outline

MATH 0960 ELEMENTARY ALGEBRA FOR COLLEGE STUDENTS (8 TH EDITION) BY ANGEL & RUNDE Course Outline MATH 0960 ELEMENTARY ALGEBRA FOR COLLEGE STUDENTS (8 TH EDITION) BY ANGEL & RUNDE Course Outline 1. Real Numbers (33 topics) 1.3 Fractions (pg. 27: 1-75 odd) A. Simplify fractions. B. Change mixed numbers

More information

Copyright 2018 UC Regents and ALEKS Corporation. ALEKS is a registered trademark of ALEKS Corporation. 2/10

Copyright 2018 UC Regents and ALEKS Corporation. ALEKS is a registered trademark of ALEKS Corporation. 2/10 Prep for Calculus This course covers the topics outlined below. You can customize the scope and sequence of this course to meet your curricular needs. Curriculum (281 topics + 125 additional topics) Real

More information

A Partial List of Topics: Math Spring 2009

A Partial List of Topics: Math Spring 2009 A Partial List of Topics: Math 112 - Spring 2009 This is a partial compilation of a majority of the topics covered this semester and may not include everything which might appear on the exam. The purpose

More information

Chapter 1: Precalculus Review

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

More information

Chapter 1A -- Real Numbers. iff. Math Symbols: Sets of Numbers. Example: Let A = {4, 8, 12, 16, 20,...} and let B = {6, 12, 18, 24, 30,...

Chapter 1A -- Real Numbers. iff. Math Symbols: Sets of Numbers. Example: Let A = {4, 8, 12, 16, 20,...} and let B = {6, 12, 18, 24, 30,... Fry Texas A&M University!! Math 150! Spring 2015 Unit 1! Page 1 Chapter 1A -- Real Numbers Math Symbols: iff or Example: Let A = {4, 8, 12, 16, 20,...} and let B = {6, 12, 18, 24, 30,...} Then A B= and

More information

Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers

Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers Coach Stones Expanded Standard Pre-Calculus Algorithm Packet Page 1 Section: P.1 Algebraic Expressions, Mathematical Models and Real Numbers CLASSIFICATIONS OF NUMBERS NATURAL NUMBERS = N = {1,2,3,4,...}

More information

Unit #3 : Differentiability, Computing Derivatives, Trig Review

Unit #3 : Differentiability, Computing Derivatives, Trig Review Unit #3 : Differentiability, Computing Derivatives, Trig Review Goals: Determine when a function is differentiable at a point Relate the derivative graph to the the graph of an original function Compute

More information

Math 12 Final Exam Review 1

Math 12 Final Exam Review 1 Math 12 Final Exam Review 1 Part One Calculators are NOT PERMITTED for this part of the exam. 1. a) The sine of angle θ is 1 What are the 2 possible values of θ in the domain 0 θ 2π? 2 b) Draw these angles

More information

Math Prep for College Physics

Math Prep for College Physics Math Prep for College Physics This course covers the topics outlined below. You can customize the scope and sequence of this course to meet your curricular needs. Curriculum (190 topics + 52 additional

More information

Math Prep for Statics

Math Prep for Statics Math Prep for Statics This course covers the topics shown below. Students navigate learning paths based on their level of readiness. Institutional users may customize the scope and sequence to meet curricular

More information

College Algebra with Trigonometry

College Algebra with Trigonometry College Algebra with Trigonometry This course covers the topics outlined below. You can customize the scope and sequence of this course to meet your curricular needs. Curriculum (556 topics + 614 additional

More information

SANDERSON HIGH SCHOOL AP CALCULUS AB/BC SUMMER REVIEW PACKET

SANDERSON HIGH SCHOOL AP CALCULUS AB/BC SUMMER REVIEW PACKET SANDERSON HIGH SCHOOL AP CALCULUS AB/BC SUMMER REVIEW PACKET 017-018 Name: 1. This packet is to be handed in on Monday August 8, 017.. All work must be shown on separate paper attached to the packet. 3.

More information

Topic Outline for Integrated Algebra 2 and Trigonometry-R One Year Program with Regents in June

Topic Outline for Integrated Algebra 2 and Trigonometry-R One Year Program with Regents in June Topic Outline for Integrated Algebra 2 and Trigonometry-R One Year Program with Regents in June Integrated Algebra 2 & Trigonometry - R Semester 1 1. Rational Expressions 7 Days A. Factoring A2.A.7 Factor

More information

ALGEBRA & TRIGONOMETRY FOR CALCULUS MATH 1340

ALGEBRA & TRIGONOMETRY FOR CALCULUS MATH 1340 ALGEBRA & TRIGONOMETRY FOR CALCULUS Course Description: MATH 1340 A combined algebra and trigonometry course for science and engineering students planning to enroll in Calculus I, MATH 1950. Topics include:

More information

Grade Math (HL) Curriculum

Grade Math (HL) Curriculum Grade 11-12 Math (HL) Curriculum Unit of Study (Core Topic 1 of 7): Algebra Sequences and Series Exponents and Logarithms Counting Principles Binomial Theorem Mathematical Induction Complex Numbers Uses

More information

f(g(x)) g (x) dx = f(u) du.

f(g(x)) g (x) dx = f(u) du. 1. Techniques of Integration Section 8-IT 1.1. Basic integration formulas. Integration is more difficult than derivation. The derivative of every rational function or trigonometric function is another

More information

Algebra One Dictionary

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

More information

A Library of Functions

A Library of Functions LibraryofFunctions.nb 1 A Library of Functions Any study of calculus must start with the study of functions. Functions are fundamental to mathematics. In its everyday use the word function conveys to us

More information

Comparison of Virginia s College and Career Ready Mathematics Performance Expectations with the Common Core State Standards for Mathematics

Comparison of Virginia s College and Career Ready Mathematics Performance Expectations with the Common Core State Standards for Mathematics Comparison of Virginia s College and Career Ready Mathematics Performance Expectations with the Common Core State Standards for Mathematics February 17, 2010 1 Number and Quantity The Real Number System

More information

b n x n + b n 1 x n b 1 x + b 0

b n x n + b n 1 x n b 1 x + b 0 Math Partial Fractions Stewart 7.4 Integrating basic rational functions. For a function f(x), we have examined several algebraic methods for finding its indefinite integral (antiderivative) F (x) = f(x)

More information

Course Outcome Summary

Course Outcome Summary Course Information: Algebra 2 Description: Instruction Level: 10-12 Total Credits: 2.0 Prerequisites: Textbooks: Course Topics for this course include a review of Algebra 1 topics, solving equations, solving

More information

MATHia Unit MATHia Workspace Overview TEKS

MATHia Unit MATHia Workspace Overview TEKS 1 Function Overview Searching for Patterns Exploring and Analyzing Patterns Comparing Familiar Function Representations Students watch a video about a well-known mathematician creating an expression for

More information

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

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

More information

Chapter 3: Transcendental Functions

Chapter 3: Transcendental Functions Chapter 3: Transcendental Functions Spring 2018 Department of Mathematics Hong Kong Baptist University 1 / 32 Except for the power functions, the other basic elementary functions are also called the transcendental

More information

ADDITIONAL MATHEMATICS

ADDITIONAL MATHEMATICS ADDITIONAL MATHEMATICS GCE Ordinary Level (Syllabus 4018) CONTENTS Page NOTES 1 GCE ORDINARY LEVEL ADDITIONAL MATHEMATICS 4018 2 MATHEMATICAL NOTATION 7 4018 ADDITIONAL MATHEMATICS O LEVEL (2009) NOTES

More information

Sec 4.1 Limits, Informally. When we calculated f (x), we first started with the difference quotient. f(x + h) f(x) h

Sec 4.1 Limits, Informally. When we calculated f (x), we first started with the difference quotient. f(x + h) f(x) h 1 Sec 4.1 Limits, Informally When we calculated f (x), we first started with the difference quotient f(x + h) f(x) h and made h small. In other words, f (x) is the number f(x+h) f(x) approaches as h gets

More information

DuVal High School Summer Review Packet AP Calculus

DuVal High School Summer Review Packet AP Calculus DuVal High School Summer Review Packet AP Calculus Welcome to AP Calculus AB. This packet contains background skills you need to know for your AP Calculus. My suggestion is, you read the information and

More information

Solving equations UNCORRECTED PAGE PROOFS

Solving equations UNCORRECTED PAGE PROOFS 1 Solving equations 1.1 Kick off with CAS 1. Polynomials 1.3 Trigonometric symmetry properties 1.4 Trigonometric equations and general solutions 1.5 Literal equations and simultaneous equations 1.6 Review

More information

Summer Assignment MAT 414: Calculus

Summer Assignment MAT 414: Calculus Summer Assignment MAT 414: Calculus Calculus - Math 414 Summer Assignment Due first day of school in September Name: 1. If f ( x) = x + 1, g( x) = 3x 5 and h( x) A. f ( a+ ) x+ 1, x 1 = then find: x+ 7,

More information

R1: Sets A set is a collection of objects sets are written using set brackets each object in onset is called an element or member

R1: Sets A set is a collection of objects sets are written using set brackets each object in onset is called an element or member Chapter R Review of basic concepts * R1: Sets A set is a collection of objects sets are written using set brackets each object in onset is called an element or member Ex: Write the set of counting numbers

More information

ECM Calculus and Geometry. Revision Notes

ECM Calculus and Geometry. Revision Notes ECM1702 - Calculus and Geometry Revision Notes Joshua Byrne Autumn 2011 Contents 1 The Real Numbers 1 1.1 Notation.................................................. 1 1.2 Set Notation...............................................

More information

Summer Packet A Math Refresher For Students Entering IB Mathematics SL

Summer Packet A Math Refresher For Students Entering IB Mathematics SL Summer Packet A Math Refresher For Students Entering IB Mathematics SL Name: PRECALCULUS SUMMER PACKET Directions: This packet is required if you are registered for Precalculus for the upcoming school

More information

Algebra I Unit Report Summary

Algebra I Unit Report Summary Algebra I Unit Report Summary No. Objective Code NCTM Standards Objective Title Real Numbers and Variables Unit - ( Ascend Default unit) 1. A01_01_01 H-A-B.1 Word Phrases As Algebraic Expressions 2. A01_01_02

More information

Glossary. Glossary 981. Hawkes Learning Systems. All rights reserved.

Glossary. Glossary 981. Hawkes Learning Systems. All rights reserved. A Glossary Absolute value The distance a number is from 0 on a number line Acute angle An angle whose measure is between 0 and 90 Addends The numbers being added in an addition problem Addition principle

More information

Mathematic 108, Fall 2015: Solutions to assignment #7

Mathematic 108, Fall 2015: Solutions to assignment #7 Mathematic 08, Fall 05: Solutions to assignment #7 Problem # Suppose f is a function with f continuous on the open interval I and so that f has a local maximum at both x = a and x = b for a, b I with a

More information

Math 121: Calculus 1 - Winter 2012/2013 Review of Precalculus Concepts

Math 121: Calculus 1 - Winter 2012/2013 Review of Precalculus Concepts Introduction Math 11: Calculus 1 - Winter 01/01 Review of Precalculus Concepts Welcome to Math 11 - Calculus 1, Winter 01/01! This problems in this packet are designed to help you review the topics from

More information

a x a y = a x+y a x a = y ax y (a x ) r = a rx and log a (xy) = log a (x) + log a (y) log a ( x y ) = log a(x) log a (y) log a (x r ) = r log a (x).

a x a y = a x+y a x a = y ax y (a x ) r = a rx and log a (xy) = log a (x) + log a (y) log a ( x y ) = log a(x) log a (y) log a (x r ) = r log a (x). You should prepare the following topics for our final exam. () Pre-calculus. (2) Inverses. (3) Algebra of Limits. (4) Derivative Formulas and Rules. (5) Graphing Techniques. (6) Optimization (Maxima and

More information

WA State Common Core Standards - Mathematics

WA State Common Core Standards - Mathematics Number & Quantity The Real Number System Extend the properties of exponents to rational exponents. 1. Explain how the definition of the meaning of rational exponents follows from extending the properties

More information

ACT MATH MUST-KNOWS Pre-Algebra and Elementary Algebra: 24 questions

ACT MATH MUST-KNOWS Pre-Algebra and Elementary Algebra: 24 questions Pre-Algebra and Elementary Algebra: 24 questions Basic operations using whole numbers, integers, fractions, decimals and percents Natural (Counting) Numbers: 1, 2, 3 Whole Numbers: 0, 1, 2, 3 Integers:

More information

a) An even function is symmetric with respect to the y-axis. An odd function is symmetric with respect to the origin.

a) An even function is symmetric with respect to the y-axis. An odd function is symmetric with respect to the origin. Course Review Course Review Question 1 Page 479 a) An even function is symmetric with respect to the y-axis. An odd function is symmetric with respect to the origin. b) Substitute x for x in f(x). If f(

More information

PART ONE: Solve algebraically and check. Be sure to show all work.

PART ONE: Solve algebraically and check. Be sure to show all work. NAME AP CALCULUS BC SUMMER ASSIGNMENT 2017 DIRECTIONS: Each part must be completed separately on looseleaf. All work should be shown and done in a neat and precise manner. Any questions pertaining to the

More information

2.2 The derivative as a Function

2.2 The derivative as a Function 2.2 The derivative as a Function Recall: The derivative of a function f at a fixed number a: f a f a+h f(a) = lim h 0 h Definition (Derivative of f) For any number x, the derivative of f is f x f x+h f(x)

More information

Advanced Mathematics Unit 2 Limits and Continuity

Advanced Mathematics Unit 2 Limits and Continuity Advanced Mathematics 3208 Unit 2 Limits and Continuity NEED TO KNOW Expanding Expanding Expand the following: A) (a + b) 2 B) (a + b) 3 C) (a + b)4 Pascals Triangle: D) (x + 2) 4 E) (2x -3) 5 Random Factoring

More information

Advanced Mathematics Unit 2 Limits and Continuity

Advanced Mathematics Unit 2 Limits and Continuity Advanced Mathematics 3208 Unit 2 Limits and Continuity NEED TO KNOW Expanding Expanding Expand the following: A) (a + b) 2 B) (a + b) 3 C) (a + b)4 Pascals Triangle: D) (x + 2) 4 E) (2x -3) 5 Random Factoring

More information

Algebra 2 CP and Algebra 2 A/B Curriculum Pacing Guide First Nine Weeks

Algebra 2 CP and Algebra 2 A/B Curriculum Pacing Guide First Nine Weeks Algebra CP and Algebra A/B Curriculum Pacing Guide 03-04 First Nine Weeks Unit Functions A.APR. Understand that polynomials form a system analogous to the integers, namely, they are closed under the operations

More information

PreCalculus. Curriculum (637 topics additional topics)

PreCalculus. Curriculum (637 topics additional topics) PreCalculus This course covers the topics shown below. Students navigate learning paths based on their level of readiness. Institutional users may customize the scope and sequence to meet curricular needs.

More information

Math 121: Calculus 1 - Fall 2012/2013 Review of Precalculus Concepts

Math 121: Calculus 1 - Fall 2012/2013 Review of Precalculus Concepts Introduction Math 11: Calculus 1 - Fall 01/01 Review of Precalculus Concepts Welcome to Math 11 - Calculus 1, Fall 01/01! This problems in this packet are designed to help you review the topics from Algebra

More information

PreCalculus. Curriculum (447 topics additional topics)

PreCalculus. Curriculum (447 topics additional topics) PreCalculus This course covers the topics shown below. Students navigate learning paths based on their level of readiness. Institutional users may customize the scope and sequence to meet curricular needs.

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

Summer 2017 Review For Students Entering AP Calculus AB/BC

Summer 2017 Review For Students Entering AP Calculus AB/BC Summer 2017 Review For Students Entering AP Calculus AB/BC Holy Name High School AP Calculus Summer Homework 1 A.M.D.G. AP Calculus AB Summer Review Packet Holy Name High School Welcome to AP Calculus

More information

8th Grade Math Definitions

8th Grade Math Definitions 8th Grade Math Definitions Absolute Value: 1. A number s distance from zero. 2. For any x, is defined as follows: x = x, if x < 0; x, if x 0. Acute Angle: An angle whose measure is greater than 0 and less

More information

Higher Mathematics Skills Checklist

Higher Mathematics Skills Checklist Higher Mathematics Skills Checklist 1.1 The Straight Line (APP) I know how to find the distance between 2 points using the Distance Formula or Pythagoras I know how to find gradient from 2 points, angle

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

Algebra and Trigonometry

Algebra and Trigonometry Algebra and Trigonometry 978-1-63545-098-9 To learn more about all our offerings Visit Knewtonalta.com Source Author(s) (Text or Video) Title(s) Link (where applicable) OpenStax Jay Abramson, Arizona State

More information

MATH 103 Pre-Calculus Mathematics Dr. McCloskey Fall 2008 Final Exam Sample Solutions

MATH 103 Pre-Calculus Mathematics Dr. McCloskey Fall 2008 Final Exam Sample Solutions MATH 103 Pre-Calculus Mathematics Dr. McCloskey Fall 008 Final Exam Sample Solutions In these solutions, FD refers to the course textbook (PreCalculus (4th edition), by Faires and DeFranza, published by

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

Chapter 3: Inequalities, Lines and Circles, Introduction to Functions

Chapter 3: Inequalities, Lines and Circles, Introduction to Functions QUIZ AND TEST INFORMATION: The material in this chapter is on Quiz 3 and Exam 2. You should complete at least one attempt of Quiz 3 before taking Exam 2. This material is also on the final exam and used

More information

Algebra III INSTRUCTIONAL PACING GUIDE (Days Based on 90 minutes)

Algebra III INSTRUCTIONAL PACING GUIDE (Days Based on 90 minutes) EA, IA, PC-1. Connect algebra and trigonometry with other branches of mathematics. EA, IA, PC-1.7 G-1. G-1.8 G-1.9 Understand how to represent algebraic and trigonometric relationships by using tools such

More information

MATH 1040 Objectives List

MATH 1040 Objectives List MATH 1040 Objectives List Textbook: Calculus, Early Transcendentals, 7th edition, James Stewart Students should expect test questions that require synthesis of these objectives. Unit 1 WebAssign problems

More information

Summer Review for Students Entering AP Calculus AB

Summer Review for Students Entering AP Calculus AB Summer Review for Students Entering AP Calculus AB Class: Date: AP Calculus AB Summer Packet Please show all work in the spaces provided The answers are provided at the end of the packet Algebraic Manipulation

More information

ax 2 + bx + c = 0 where

ax 2 + bx + c = 0 where Chapter P Prerequisites Section P.1 Real Numbers Real numbers The set of numbers formed by joining the set of rational numbers and the set of irrational numbers. Real number line A line used to graphically

More information

Algebraic. techniques1

Algebraic. techniques1 techniques Algebraic An electrician, a bank worker, a plumber and so on all have tools of their trade. Without these tools, and a good working knowledge of how to use them, it would be impossible for them

More information