f (x) has an absolute minimum value f (c) at the point x = c in its domain if

Size: px
Start display at page:

Download "f (x) has an absolute minimum value f (c) at the point x = c in its domain if"

Transcription

1 Definitions - Absolute maximum and minimum values f (x) has an absolute maximum value f (c) at the point x = c in its domain if f (x) f (c) holds for every x in the domain of f (x). f (x) has an absolute minimum value f (c) at the point x = c in its domain if f (x) f (c) holds for every x in the domain of f (x). The Extreme Value Theorem (EVT) If f (x) is continuous on the closed interval [a, b], then: f (x) MUST attain an absolute maximum on [a, b], and f (x) MUST attain an absolute minimum on [a, b]. Definitions - Local maximum and minimum values f (x) has a local maximum value f (c) at the point x = c in its domain if f (x) f (c) holds for every x in an interval around c. f (x) has a local minimum value f (c) at the point x = c in its domain if f (x) f (c) holds for every x in an interval around c. Note: Some textbooks require the interval to be open in this definition (ours does not). AMAT 217 (University of Calgary) Fall / 20

2 AMAT 217 (University of Calgary) Fall / 20

3 Definitions - Special Points c is a critical point of f (x) if c is in the domain of f and f (c) = 0. c is a singular point of f (x) if c is in the domain of f and f (c) is undefined. c is an end point of the domain of f (x) if c is in the domain of f and c does not belong to any open interval contained in the domain of f. Fermat s Theorem (FT) Let f (x) be defined on an interval I. If f (x) has a local maximum or minimum at x = c, then either: x = c is a critical point of f (x), or x = c is a singular point of f (x), or x = c is a endpoint of the interval I. Test for absolute extrema of continuous functions on closed intervals: 1 Verify that the function is continuous on the interval [a, b]. 2 Find all special points of f (x) that are in the interval [a, b]. 3 Evaluate the function at the special points from step 2 (including the end points). 4 Identify the absolute extrema by comparing values. AMAT 217 (University of Calgary) Fall / 20

4 Example Find the absolute extrema of f (x) = 1 3 x x 2 2x + 1 on the interval [ 3, 5]. Step 1: The function is a polynomial so is continuous on [ 3, 5] Step 2: The derivative is: f (x) = x 2 + x 2 = (x + 2)(x 1) Both x = 1 and x = 2 are critical points (there are no singular points) Step 3: Plugging in endpoints and critical points belonging to [ 3, 5] gives: Step 4: Comparing gives: Critical Points: f ( 2) = f (1) = Singular Points: None Endpoints: f ( 3) = 2.5 f (5) = The absolute maximum is the largest the function can be on [ 3, 5] The absolute maximum of f (x) is which occurs at x = 5 The absolute minimum is the smallest the function can be on [ 3, 5] The absolute minimum is which occurs at x = 1 AMAT 217 (University of Calgary) Fall / 20

5 Curve Sketching We next look at an application of derivatives. Goal: What does f (x) = x 3 + 6x 2 15x + 7 look like? AMAT 217 (University of Calgary) Fall / 20

6 The Increasing and Decreasing Test 1 If f (x) > 0 on some interval I, then f (x) is increasing on I. 2 If f (x) < 0 on some interval I, then f (x) is decreasing on I. Example Determine all intervals where f (x) = x 3 + 6x 2 15x + 7 is increasing or decreasing. Solution: We will need the derivative: f (x) = 3x x 15 = 3(x 2 + 4x 5) = 3(x 1)(x + 5). We draw a number line and put the special points on the number line: The special points split the number line up into subintervals. Choose test points and sub into f (x) to determine inc/dec intervals. Decreasing on the interval ( 5, 1) and increasing on the intervals (, 5) (1, ). Caution: Sub test points into the derivative, not the original function. AMAT 217 (University of Calgary) Fall / 20

7 The First Derivative Test Suppose that x = c is a critical point or singular point of f (x). If f (x) is increasing (f (x) > 0) immediately to the left of x = c and decreasing (f (x) < 0) immediately to the right of x = c then x = c is a local maximum. If f (x) is decreasing (f (x) < 0) immediately to the left of x = c and increasing (f (x) > 0) immediately to the right of x = c then x = c is a local minimum. AMAT 217 (University of Calgary) Fall / 20

8 Example Find and classify all the critical points of the following function: f (x) = x 3 + 6x 2 15x + 7. Solution: From before, the derivative is: f (x) = 3(x 1)(x + 5), with critical points x = 5, 1 and intervals of increasing/decreasing as illustrated: Therefore, x = 1 is a local minimum and x = 5 is a local maximum. AMAT 217 (University of Calgary) Fall / 20

9 Concavity Concavity is best illustrated with a picture: Informally, a function is concave up if it opens up. A function is concave down if it opens down. Concavity has to do with the shape of the graph not whether the graph increases or decreases. Often it helps to think of the four possible combinations of concavity with increasing/decreasing: AMAT 217 (University of Calgary) Fall / 20

10 Mathematical definition of concavity: Given the function f (x) and an interval I, then f (x) is concave up on I if all the tangents to the curve on I are below the graph of f (x) f (x) is concave down on I if all the tangents to the curve on I are above the graph of f (x) Definition: A point x = c is called an inflection point if the function is continuous at the point and the concavity of the graph changes at that point. Question: What do you notice about the slopes of the tangent lines? AMAT 217 (University of Calgary) Fall / 20

11 Concavity Test If f (x) > 0 on some interval I, then f (x) is concave up on I. If f (x) < 0 on some interval I, then f (x) is concave down on I. Possible inflection points are where f (x) = 0 or DNE (check the concavity on both sides). Example Identify the intervals of concavity and inflection points for f (x) = x 3 + 6x 2 15x + 7. The process for determining concavity is almost identical to that of determining increasing/decreasing (except we use the second derivative instead). The second derivative is: f (x) = 6(x + 2). We first determine possible inflection points (where f (x) = 0 or f (x) does not exist). In our case, f (x) = 0 when x = 2. Draw a number line and sub test points into f (x): f (x) is concave down on (, 2) and concave up on ( 2, ). Since concavity changes at x = 2, then x = 2 is an inflection point. AMAT 217 (University of Calgary) Fall / 20

12 Goal: What does f (x) = x 3 + 6x 2 15x + 7 look like? x = 1 is a local minimum x = 5 is a local maximum x = 2 is an inflection point decreasing on the interval ( 5, 1) increasing on the intervals (, 5) (1, ) concave down on the interval (, 2) concave up on the interval ( 2, ) AMAT 217 (University of Calgary) Fall / 20

13 AMAT 217 (University of Calgary) Fall / 20

14 Second Derivative Test We can also use second derivative to classify critical points. Second Derivative Test Suppose that x = c is a critical number of f (x) such that f (c) = 0 and that f (x) is continuous in a region around x = c. Then, If f (c) < 0, then x = c is a local maximum. If f (c) > 0, then x = c is a local minimum. If f (c) = 0, then the second derivative test has no conclusion about c. AMAT 217 (University of Calgary) Fall / 20

15 Example Classify the critical points of using the second derivative test. f (x) = x 3 + 6x 2 15x + 7 Solution: Earlier we saw the critical points to be x = 1 and x = 5. We also noted that f (x) = 6(x + 2). Thus, f (1) = 18 > 0 and f ( 5) = 18 < 0. Therefore, x = 1 is a local minimum and x = 5 is a local maximum. AMAT 217 (University of Calgary) Fall / 20

16 Guidelines for Curve Sketching: Gather as much information as you can on f (x), including: Curve sketching guidelines Domain of f. x and y intercepts. Symmetry: Is it an even or odd function? Periodic? Horizontal, vertical and slant asymptotes. Intervals of increase/decrease. Find critical points and classify as either local max, local min or neither. Concavity and inflection points. If possible, evaluate the function at a few key points (critical and inflection points). Sketch the graph. AMAT 217 (University of Calgary) Fall / 20

17 Example Sketch the graph of y = f (x) where f (x) = 2x 2 x 2 1. Solution: Domain: The domain is {x : x 2 1 0} = {x : x ±1} = (, 1) ( 1, 1) (1, ) Intercepts: There is an x-intercept at x = 0. The y intercept is y = 0. Symmetry: f ( x) = f (x), so f is an even function (symmetric about y-axis) 2x 2 Asymptotes: lim x ± x 2 1 = lim 2 x ± 1 1/x 2 = 2. Therefore, y = 2 is a horizontal asymptote. Now the denominator is 0 at x = ±1, so we compute: 2x 2 lim x 1 + x 2 1 = +, lim 2x 2 x 1 x 2 1 =, lim 2x 2 x 1 + x 2 1 =, So the lines x = 1 and x = 1 are vertical asymptotes. lim 2x 2 x 1 x 2 1 = +. AMAT 217 (University of Calgary) Fall / 20

18 Example Sketch the graph of y = f (x) where f (x) = 2x 2 x 2 1. Solution (continued): Critical points/inc/dec: For critical points we take the derivative: f (x) = 4x(x 2 1) 2x 2 2x (x 2 1) 2 = 4x (x 2 1) 2. Note that f (x) = 0 when x = 0 (the top is zero). Also, f (x) = DNE when x = ±1 (the bottom is zero). As x = ±1 is not in the domain of f (x), the only critical point is x = 0 (recall that to be a critical point we need it to be in the domain of the original function). Drawing a number line and including all of the split points of f (x) we have: Thus f is increasing on (, 1) ( 1, 0) and decreasing on (0, 1) (1, ). By the first derivative test, x = 0 is a local max. AMAT 217 (University of Calgary) Fall / 20

19 Example Sketch the graph of y = f (x) where f (x) = 2x 2 x 2 1. Solution (continued): Concavity/inf points: For possible inflection points we take the second derivative: f (x) = 12x (x 2 1) 3 The top is never zero. Also, the bottom is only zero when x = ±1 (but these are not in domain). Thus, there are no possible inflection points to consider. Drawing a number line and including all of the split points of f (x) we have: Hence f is concave up on (, 1) (1, ), concave down on ( 1, 1). AMAT 217 (University of Calgary) Fall / 20

20 Combine on a single number line: Note that there is a horizontal asymptote at y = 2 and that the curve has x-int of x = 0 and y-int of y = 0. Therefore, a sketch of f (x) is as follows: AMAT 217 (University of Calgary) Fall / 20

5.1 Derivatives and Graphs

5.1 Derivatives and Graphs 5.1 Derivatives and Graphs What does f say about f? If f (x) > 0 on an interval, then f is INCREASING on that interval. If f (x) < 0 on an interval, then f is DECREASING on that interval. A function has

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

MA4001 Engineering Mathematics 1 Lecture 10 Limits and Continuity

MA4001 Engineering Mathematics 1 Lecture 10 Limits and Continuity MA4001 Engineering Mathematics 1 Lecture 10 Limits and Dr. Sarah Mitchell Autumn 2014 Infinite limits If f(x) grows arbitrarily large as x a we say that f(x) has an infinite limit. Example: f(x) = 1 x

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

Polynomials. Dr. philippe B. laval Kennesaw State University. April 3, 2005

Polynomials. Dr. philippe B. laval Kennesaw State University. April 3, 2005 Polynomials Dr. philippe B. laval Kennesaw State University April 3, 2005 Abstract Handout on polynomials. The following topics are covered: Polynomial Functions End behavior Extrema Polynomial Division

More information

MATH 10550, EXAM 2 SOLUTIONS. x 2 + 2xy y 2 + x = 2

MATH 10550, EXAM 2 SOLUTIONS. x 2 + 2xy y 2 + x = 2 MATH 10550, EXAM SOLUTIONS (1) Find an equation for the tangent line to at the point (1, ). + y y + = Solution: The equation of a line requires a point and a slope. The problem gives us the point so we

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

Lecture 3: Derivatives and extremes of functions

Lecture 3: Derivatives and extremes of functions Lecture 3: Derivatives and extremes of functions Lejla Batina Institute for Computing and Information Sciences Digital Security Version: spring 2011 Lejla Batina Version: spring 2011 Wiskunde 1 1 / 16

More information

correct-choice plot f(x) and draw an approximate tangent line at x = a and use geometry to estimate its slope comment The choices were:

correct-choice plot f(x) and draw an approximate tangent line at x = a and use geometry to estimate its slope comment The choices were: Topic 1 2.1 mode MultipleSelection text How can we approximate the slope of the tangent line to f(x) at a point x = a? This is a Multiple selection question, so you need to check all of the answers that

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

Procedure for Graphing Polynomial Functions

Procedure for Graphing Polynomial Functions Procedure for Graphing Polynomial Functions P(x) = a n x n + a n-1 x n-1 + + a 1 x + a 0 To graph P(x): As an example, we will examine the following polynomial function: P(x) = 2x 3 3x 2 23x + 12 1. Determine

More information

MSLC Workshop Series Math 1148 1150 Workshop: Polynomial & Rational Functions

MSLC Workshop Series Math 1148 1150 Workshop: Polynomial & Rational Functions MSLC Workshop Series Math 1148 1150 Workshop: Polynomial & Rational Functions The goal of this workshop is to familiarize you with similarities and differences in both the graphing and expression of polynomial

More information

Calculus 1st Semester Final Review

Calculus 1st Semester Final Review Calculus st Semester Final Review Use the graph to find lim f ( ) (if it eists) 0 9 Determine the value of c so that f() is continuous on the entire real line if f ( ) R S T, c /, > 0 Find the limit: lim

More information

Rational Functions, Limits, and Asymptotic Behavior

Rational Functions, Limits, and Asymptotic Behavior Unit 2 Rational Functions, Limits, and Asymptotic Behavior Introduction An intuitive approach to the concept of a limit is often considered appropriate for students at the precalculus level. In this unit,

More information

Power functions: f(x) = x n, n is a natural number The graphs of some power functions are given below. n- even n- odd

Power functions: f(x) = x n, n is a natural number The graphs of some power functions are given below. n- even n- odd 5.1 Polynomial Functions A polynomial unctions is a unction o the orm = a n n + a n-1 n-1 + + a 1 + a 0 Eample: = 3 3 + 5 - The domain o a polynomial unction is the set o all real numbers. The -intercepts

More information

1. Then f has a relative maximum at x = c if f(c) f(x) for all values of x in some

1. Then f has a relative maximum at x = c if f(c) f(x) for all values of x in some Section 3.1: First Derivative Test Definition. Let f be a function with domain D. 1. Then f has a relative maximum at x = c if f(c) f(x) for all values of x in some open interval containing c. The number

More information

Section 3.2 Polynomial Functions and Their Graphs

Section 3.2 Polynomial Functions and Their Graphs Section 3.2 Polynomial Functions and Their Graphs EXAMPLES: P(x) = 3, Q(x) = 4x 7, R(x) = x 2 +x, S(x) = 2x 3 6x 2 10 QUESTION: Which of the following are polynomial functions? (a) f(x) = x 3 +2x+4 (b)

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

WARM UP EXERCSE. 2-1 Polynomials and Rational Functions

WARM UP EXERCSE. 2-1 Polynomials and Rational Functions WARM UP EXERCSE Roots, zeros, and x-intercepts. x 2! 25 x 2 + 25 x 3! 25x polynomial, f (a) = 0! (x - a)g(x) 1 2-1 Polynomials and Rational Functions Students will learn about: Polynomial functions Behavior

More information

Rolle s Theorem. q( x) = 1

Rolle s Theorem. q( x) = 1 Lecture 1 :The Mean Value Theorem We know that constant functions have derivative zero. Is it possible for a more complicated function to have derivative zero? In this section we will answer this question

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

Plot the following two points on a graph and draw the line that passes through those two points. Find the rise, run and slope of that line.

Plot the following two points on a graph and draw the line that passes through those two points. Find the rise, run and slope of that line. Objective # 6 Finding the slope of a line Material: page 117 to 121 Homework: worksheet NOTE: When we say line... we mean straight line! Slope of a line: It is a number that represents the slant of a line

More information

MATH 121 FINAL EXAM FALL 2010-2011. December 6, 2010

MATH 121 FINAL EXAM FALL 2010-2011. December 6, 2010 MATH 11 FINAL EXAM FALL 010-011 December 6, 010 NAME: SECTION: Instructions: Show all work and mark your answers clearly to receive full credit. This is a closed notes, closed book exam. No electronic

More information

Equations. #1-10 Solve for the variable. Inequalities. 1. Solve the inequality: 2 5 7. 2. Solve the inequality: 4 0

Equations. #1-10 Solve for the variable. Inequalities. 1. Solve the inequality: 2 5 7. 2. Solve the inequality: 4 0 College Algebra Review Problems for Final Exam Equations #1-10 Solve for the variable 1. 2 1 4 = 0 6. 2 8 7 2. 2 5 3 7. = 3. 3 9 4 21 8. 3 6 9 18 4. 6 27 0 9. 1 + log 3 4 5. 10. 19 0 Inequalities 1. Solve

More information

Analyzing Functions Intervals of Increase & Decrease Lesson 76

Analyzing Functions Intervals of Increase & Decrease Lesson 76 (A) Lesson Objectives a. Understand what is meant by the terms increasing/decreasing as it relates to functions b. Use graphic and algebraic methods to determine intervals of increase/decrease c. Apply

More information

Examples of Tasks from CCSS Edition Course 3, Unit 5

Examples of Tasks from CCSS Edition Course 3, Unit 5 Examples of Tasks from CCSS Edition Course 3, Unit 5 Getting Started The tasks below are selected with the intent of presenting key ideas and skills. Not every answer is complete, so that teachers can

More information

1.6 A LIBRARY OF PARENT FUNCTIONS. Copyright Cengage Learning. All rights reserved.

1.6 A LIBRARY OF PARENT FUNCTIONS. Copyright Cengage Learning. All rights reserved. 1.6 A LIBRARY OF PARENT FUNCTIONS Copyright Cengage Learning. All rights reserved. What You Should Learn Identify and graph linear and squaring functions. Identify and graph cubic, square root, and reciprocal

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

Algebra 2 Notes AII.7 Functions: Review, Domain/Range. Function: Domain: Range:

Algebra 2 Notes AII.7 Functions: Review, Domain/Range. Function: Domain: Range: Name: Date: Block: Functions: Review What is a.? Relation: Function: Domain: Range: Draw a graph of a : a) relation that is a function b) relation that is NOT a function Function Notation f(x): Names the

More information

Calculus 1: Sample Questions, Final Exam, Solutions

Calculus 1: Sample Questions, Final Exam, Solutions Calculus : Sample Questions, Final Exam, Solutions. Short answer. Put your answer in the blank. NO PARTIAL CREDIT! (a) (b) (c) (d) (e) e 3 e Evaluate dx. Your answer should be in the x form of an integer.

More information

PRACTICE FINAL. Problem 1. Find the dimensions of the isosceles triangle with largest area that can be inscribed in a circle of radius 10cm.

PRACTICE FINAL. Problem 1. Find the dimensions of the isosceles triangle with largest area that can be inscribed in a circle of radius 10cm. PRACTICE FINAL Problem 1. Find the dimensions of the isosceles triangle with largest area that can be inscribed in a circle of radius 1cm. Solution. Let x be the distance between the center of the circle

More information

Calculus with Parametric Curves

Calculus with Parametric Curves Calculus with Parametric Curves Suppose f and g are differentiable functions and we want to find the tangent line at a point on the parametric curve x f(t), y g(t) where y is also a differentiable function

More information

Mathematics. Accelerated GSE Analytic Geometry B/Advanced Algebra Unit 7: Rational and Radical Relationships

Mathematics. Accelerated GSE Analytic Geometry B/Advanced Algebra Unit 7: Rational and Radical Relationships Georgia Standards of Excellence Frameworks Mathematics Accelerated GSE Analytic Geometry B/Advanced Algebra Unit 7: Rational and Radical Relationships These materials are for nonprofit educational purposes

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

a. all of the above b. none of the above c. B, C, D, and F d. C, D, F e. C only f. C and F

a. all of the above b. none of the above c. B, C, D, and F d. C, D, F e. C only f. C and F FINAL REVIEW WORKSHEET COLLEGE ALGEBRA Chapter 1. 1. Given the following equations, which are functions? (A) y 2 = 1 x 2 (B) y = 9 (C) y = x 3 5x (D) 5x + 2y = 10 (E) y = ± 1 2x (F) y = 3 x + 5 a. all

More information

100. In general, we can define this as if b x = a then x = log b

100. In general, we can define this as if b x = a then x = log b Exponents and Logarithms Review 1. Solving exponential equations: Solve : a)8 x = 4! x! 3 b)3 x+1 + 9 x = 18 c)3x 3 = 1 3. Recall: Terminology of Logarithms If 10 x = 100 then of course, x =. However,

More information

Lecture 8 : Coordinate Geometry. The coordinate plane The points on a line can be referenced if we choose an origin and a unit of 20

Lecture 8 : Coordinate Geometry. The coordinate plane The points on a line can be referenced if we choose an origin and a unit of 20 Lecture 8 : Coordinate Geometry The coordinate plane The points on a line can be referenced if we choose an origin and a unit of 0 distance on the axis and give each point an identity on the corresponding

More information

Unit 3 - Lesson 3. MM3A2 - Logarithmic Functions and Inverses of exponential functions

Unit 3 - Lesson 3. MM3A2 - Logarithmic Functions and Inverses of exponential functions Math Instructional Framework Time Frame Unit Name Learning Task/Topics/ Themes Standards and Elements Lesson Essential Questions Activator Unit 3 - Lesson 3 MM3A2 - Logarithmic Functions and Inverses of

More information

PRE-CALCULUS GRADE 12

PRE-CALCULUS GRADE 12 PRE-CALCULUS GRADE 12 [C] Communication Trigonometry General Outcome: Develop trigonometric reasoning. A1. Demonstrate an understanding of angles in standard position, expressed in degrees and radians.

More information

Graphing Linear Equations

Graphing Linear Equations Graphing Linear Equations I. Graphing Linear Equations a. The graphs of first degree (linear) equations will always be straight lines. b. Graphs of lines can have Positive Slope Negative Slope Zero slope

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

2008 AP Calculus AB Multiple Choice Exam

2008 AP Calculus AB Multiple Choice Exam 008 AP Multiple Choice Eam Name 008 AP Calculus AB Multiple Choice Eam Section No Calculator Active AP Calculus 008 Multiple Choice 008 AP Calculus AB Multiple Choice Eam Section Calculator Active AP Calculus

More information

Graphing Rational Functions

Graphing Rational Functions Graphing Rational Functions A rational function is defined here as a function that is equal to a ratio of two polynomials p(x)/q(x) such that the degree of q(x) is at least 1. Examples: is a rational function

More information

Answer Key for the Review Packet for Exam #3

Answer Key for the Review Packet for Exam #3 Answer Key for the Review Packet for Eam # Professor Danielle Benedetto Math Ma-Min Problems. Show that of all rectangles with a given area, the one with the smallest perimeter is a square. Diagram: y

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

Functions: Piecewise, Even and Odd.

Functions: Piecewise, Even and Odd. Functions: Piecewise, Even and Odd. MA161/MA1161: Semester 1 Calculus. Prof. Götz Pfeiffer School of Mathematics, Statistics and Applied Mathematics NUI Galway September 21-22, 2015 Tutorials, Online Homework.

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

Zeros of Polynomial Functions

Zeros of Polynomial Functions Zeros of Polynomial Functions The Rational Zero Theorem If f (x) = a n x n + a n-1 x n-1 + + a 1 x + a 0 has integer coefficients and p/q (where p/q is reduced) is a rational zero, then p is a factor of

More information

AP CALCULUS AB 2007 SCORING GUIDELINES (Form B)

AP CALCULUS AB 2007 SCORING GUIDELINES (Form B) AP CALCULUS AB 2007 SCORING GUIDELINES (Form B) Question 4 Let f be a function defined on the closed interval 5 x 5 with f ( 1) = 3. The graph of f, the derivative of f, consists of two semicircles and

More information

Lecture 3 : The Natural Exponential Function: f(x) = exp(x) = e x. y = exp(x) if and only if x = ln(y)

Lecture 3 : The Natural Exponential Function: f(x) = exp(x) = e x. y = exp(x) if and only if x = ln(y) Lecture 3 : The Natural Exponential Function: f(x) = exp(x) = Last day, we saw that the function f(x) = ln x is one-to-one, with domain (, ) and range (, ). We can conclude that f(x) has an inverse function

More information

x), etc. In general, we have

x), etc. In general, we have BASIC CALCULUS REFRESHER. Introduction. Ismor Fischer, Ph.D. Dept. of Statistics UW-Madison This is a very condensed and simplified version of basic calculus, which is a prerequisite for many courses in

More information

18.01 Single Variable Calculus Fall 2006

18.01 Single Variable Calculus Fall 2006 MIT OpenCourseWare http://ocw.mit.edu 8.0 Single Variable Calculus Fall 2006 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. Unit : Derivatives A. What

More information

+ 4θ 4. We want to minimize this function, and we know that local minima occur when the derivative equals zero. Then consider

+ 4θ 4. We want to minimize this function, and we know that local minima occur when the derivative equals zero. Then consider Math Xb Applications of Trig Derivatives 1. A woman at point A on the shore of a circular lake with radius 2 miles wants to arrive at the point C diametrically opposite A on the other side of the lake

More information

Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks

Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks Thnkwell s Homeschool Precalculus Course Lesson Plan: 36 weeks Welcome to Thinkwell s Homeschool Precalculus! We re thrilled that you ve decided to make us part of your homeschool curriculum. This lesson

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

Good Questions. Answer: (a). Both f and g are given by the same rule, and are defined on the same domain, hence they are the same function.

Good Questions. Answer: (a). Both f and g are given by the same rule, and are defined on the same domain, hence they are the same function. Good Questions Limits 1. [Q] Let f be the function defined by f(x) = sin x + cos x and let g be the function defined by g(u) = sin u + cos u, for all real numbers x and u. Then, (a) f and g are exactly

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

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

Student Performance Q&A:

Student Performance Q&A: Student Performance Q&A: 2008 AP Calculus AB and Calculus BC Free-Response Questions The following comments on the 2008 free-response questions for AP Calculus AB and Calculus BC were written by the Chief

More information

The degree of a polynomial function is equal to the highest exponent found on the independent variables.

The degree of a polynomial function is equal to the highest exponent found on the independent variables. DETAILED SOLUTIONS AND CONCEPTS - POLYNOMIAL FUNCTIONS Prepared by Ingrid Stewart, Ph.D., College of Southern Nevada Please Send Questions and Comments to ingrid.stewart@csn.edu. Thank you! PLEASE NOTE

More information

8 Polynomials Worksheet

8 Polynomials Worksheet 8 Polynomials Worksheet Concepts: Quadratic Functions The Definition of a Quadratic Function Graphs of Quadratic Functions - Parabolas Vertex Absolute Maximum or Absolute Minimum Transforming the Graph

More information

Slope-Intercept Equation. Example

Slope-Intercept Equation. Example 1.4 Equations of Lines and Modeling Find the slope and the y intercept of a line given the equation y = mx + b, or f(x) = mx + b. Graph a linear equation using the slope and the y-intercept. Determine

More information

MEMORANDUM. All students taking the CLC Math Placement Exam PLACEMENT INTO CALCULUS AND ANALYTIC GEOMETRY I, MTH 145:

MEMORANDUM. All students taking the CLC Math Placement Exam PLACEMENT INTO CALCULUS AND ANALYTIC GEOMETRY I, MTH 145: MEMORANDUM To: All students taking the CLC Math Placement Eam From: CLC Mathematics Department Subject: What to epect on the Placement Eam Date: April 0 Placement into MTH 45 Solutions This memo is an

More information

The Point-Slope Form

The Point-Slope Form 7. The Point-Slope Form 7. OBJECTIVES 1. Given a point and a slope, find the graph of a line. Given a point and the slope, find the equation of a line. Given two points, find the equation of a line y Slope

More information

SECTION 2.5: FINDING ZEROS OF POLYNOMIAL FUNCTIONS

SECTION 2.5: FINDING ZEROS OF POLYNOMIAL FUNCTIONS SECTION 2.5: FINDING ZEROS OF POLYNOMIAL FUNCTIONS Assume f ( x) is a nonconstant polynomial with real coefficients written in standard form. PART A: TECHNIQUES WE HAVE ALREADY SEEN Refer to: Notes 1.31

More information

Algebra and Geometry Review (61 topics, no due date)

Algebra and Geometry Review (61 topics, no due date) Course Name: Math 112 Credit Exam LA Tech University Course Code: ALEKS Course: Trigonometry Instructor: Course Dates: Course Content: 159 topics Algebra and Geometry Review (61 topics, no due date) Properties

More information

BookTOC.txt. 1. Functions, Graphs, and Models. Algebra Toolbox. Sets. The Real Numbers. Inequalities and Intervals on the Real Number Line

BookTOC.txt. 1. Functions, Graphs, and Models. Algebra Toolbox. Sets. The Real Numbers. Inequalities and Intervals on the Real Number Line College Algebra in Context with Applications for the Managerial, Life, and Social Sciences, 3rd Edition Ronald J. Harshbarger, University of South Carolina - Beaufort Lisa S. Yocco, Georgia Southern University

More information

1.3 LINEAR EQUATIONS IN TWO VARIABLES. Copyright Cengage Learning. All rights reserved.

1.3 LINEAR EQUATIONS IN TWO VARIABLES. Copyright Cengage Learning. All rights reserved. 1.3 LINEAR EQUATIONS IN TWO VARIABLES Copyright Cengage Learning. All rights reserved. What You Should Learn Use slope to graph linear equations in two variables. Find the slope of a line given two points

More information

Estimating the Average Value of a Function

Estimating the Average Value of a Function Estimating the Average Value of a Function Problem: Determine the average value of the function f(x) over the interval [a, b]. Strategy: Choose sample points a = x 0 < x 1 < x 2 < < x n 1 < x n = b and

More information

LIMITS AND CONTINUITY

LIMITS AND CONTINUITY LIMITS AND CONTINUITY 1 The concept of it Eample 11 Let f() = 2 4 Eamine the behavior of f() as approaches 2 2 Solution Let us compute some values of f() for close to 2, as in the tables below We see from

More information

AP Calculus AB Syllabus

AP Calculus AB Syllabus Course Overview and Philosophy AP Calculus AB Syllabus The biggest idea in AP Calculus is the connections among the representations of the major concepts graphically, numerically, analytically, and verbally.

More information

Average rate of change of y = f(x) with respect to x as x changes from a to a + h:

Average rate of change of y = f(x) with respect to x as x changes from a to a + h: L15-1 Lecture 15: Section 3.4 Definition of the Derivative Recall the following from Lecture 14: For function y = f(x), the average rate of change of y with respect to x as x changes from a to b (on [a,

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 Modeling Change: A Precalculus Course. Marcel B. Finan Arkansas Tech University c All Rights Reserved

Functions Modeling Change: A Precalculus Course. Marcel B. Finan Arkansas Tech University c All Rights Reserved Functions Modeling Change: A Precalculus Course Marcel B. Finan Arkansas Tech University c All Rights Reserved 1 PREFACE This supplement consists of my lectures of a freshmen-level mathematics class offered

More information

List the elements of the given set that are natural numbers, integers, rational numbers, and irrational numbers. (Enter your answers as commaseparated

List the elements of the given set that are natural numbers, integers, rational numbers, and irrational numbers. (Enter your answers as commaseparated MATH 142 Review #1 (4717995) Question 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Description This is the review for Exam #1. Please work as many problems as possible

More information

Clovis Community College Core Competencies Assessment 2014 2015 Area II: Mathematics Algebra

Clovis Community College Core Competencies Assessment 2014 2015 Area II: Mathematics Algebra Core Assessment 2014 2015 Area II: Mathematics Algebra Class: Math 110 College Algebra Faculty: Erin Akhtar (Learning Outcomes Being Measured) 1. Students will construct and analyze graphs and/or data

More information

(b)using the left hand end points of the subintervals ( lower sums ) we get the aprroximation

(b)using the left hand end points of the subintervals ( lower sums ) we get the aprroximation (1) Consider the function y = f(x) =e x on the interval [, 1]. (a) Find the area under the graph of this function over this interval using the Fundamental Theorem of Calculus. (b) Subdivide the interval

More information

1 Functions, Graphs and Limits

1 Functions, Graphs and Limits 1 Functions, Graphs and Limits 1.1 The Cartesian Plane In this course we will be dealing a lot with the Cartesian plane (also called the xy-plane), so this section should serve as a review of it and its

More information

Angles and Quadrants. Angle Relationships and Degree Measurement. Chapter 7: Trigonometry

Angles and Quadrants. Angle Relationships and Degree Measurement. Chapter 7: Trigonometry Chapter 7: Trigonometry Trigonometry is the study of angles and how they can be used as a means of indirect measurement, that is, the measurement of a distance where it is not practical or even possible

More information

Algebra 2: Themes for the Big Final Exam

Algebra 2: Themes for the Big Final Exam Algebra : Themes for the Big Final Exam Final will cover the whole year, focusing on the big main ideas. Graphing: Overall: x and y intercepts, fct vs relation, fct vs inverse, x, y and origin symmetries,

More information

Mark Howell Gonzaga High School, Washington, D.C.

Mark Howell Gonzaga High School, Washington, D.C. Be Prepared for the Calculus Eam Mark Howell Gonzaga High School, Washington, D.C. Martha Montgomery Fremont City Schools, Fremont, Ohio Practice eam contributors: Benita Albert Oak Ridge High School,

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

Prentice Hall Mathematics: Algebra 2 2007 Correlated to: Utah Core Curriculum for Math, Intermediate Algebra (Secondary)

Prentice Hall Mathematics: Algebra 2 2007 Correlated to: Utah Core Curriculum for Math, Intermediate Algebra (Secondary) Core Standards of the Course Standard 1 Students will acquire number sense and perform operations with real and complex numbers. Objective 1.1 Compute fluently and make reasonable estimates. 1. Simplify

More information

7.7 Solving Rational Equations

7.7 Solving Rational Equations Section 7.7 Solving Rational Equations 7 7.7 Solving Rational Equations When simplifying comple fractions in the previous section, we saw that multiplying both numerator and denominator by the appropriate

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

Estimated Pre Calculus Pacing Timeline

Estimated Pre Calculus Pacing Timeline Estimated Pre Calculus Pacing Timeline 2010-2011 School Year The timeframes listed on this calendar are estimates based on a fifty-minute class period. You may need to adjust some of them from time to

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

Analyzing Piecewise Functions

Analyzing Piecewise Functions Connecting Geometry to Advanced Placement* Mathematics A Resource and Strategy Guide Updated: 04/9/09 Analyzing Piecewise Functions Objective: Students will analyze attributes of a piecewise function including

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

AP Calculus AB 2004 Scoring Guidelines

AP Calculus AB 2004 Scoring Guidelines AP Calculus AB 4 Scoring Guidelines The materials included in these files are intended for noncommercial use by AP teachers for course and eam preparation; permission for any other use must be sought from

More information

2-5 Rational Functions

2-5 Rational Functions -5 Rational Functions Find the domain of each function and the equations of the vertical or horizontal asymptotes, if any 1 f () = The function is undefined at the real zeros of the denominator b() = 4

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

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

MATH 10034 Fundamental Mathematics IV

MATH 10034 Fundamental Mathematics IV MATH 0034 Fundamental Mathematics IV http://www.math.kent.edu/ebooks/0034/funmath4.pdf Department of Mathematical Sciences Kent State University January 2, 2009 ii Contents To the Instructor v Polynomials.

More information

Slope-Intercept Form of a Linear Equation Examples

Slope-Intercept Form of a Linear Equation Examples Slope-Intercept Form of a Linear Equation Examples. In the figure at the right, AB passes through points A(0, b) and B(x, y). Notice that b is the y-intercept of AB. Suppose you want to find an equation

More information

Calculus AB 2014 Scoring Guidelines

Calculus AB 2014 Scoring Guidelines P Calculus B 014 Scoring Guidelines 014 The College Board. College Board, dvanced Placement Program, P, P Central, and the acorn logo are registered trademarks of the College Board. P Central is the official

More information

Unit 7 Quadratic Relations of the Form y = ax 2 + bx + c

Unit 7 Quadratic Relations of the Form y = ax 2 + bx + c Unit 7 Quadratic Relations of the Form y = ax 2 + bx + c Lesson Outline BIG PICTURE Students will: manipulate algebraic expressions, as needed to understand quadratic relations; identify characteristics

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