MAT01A1: Functions and Mathematical Models

Size: px
Start display at page:

Download "MAT01A1: Functions and Mathematical Models"

Transcription

1 MAT01A1: Functions and Mathematical Models Dr Craig 21 February 2017

2 Introduction Who: Dr Craig What: Lecturer & course coordinator for MAT01A1 Where: C-Ring 508 Web:

3 Important information Course code: MAT01A1 NOT: MAT1A1E, MAT1A3E, MATE0A1, MAEB0A1, MAA00A1, MAT00A1, MAFT0A1 Learning Guide: available on Blackboard. Please check Blackboard twice a week. Student check this account twice per week or set up forwarding to an address that you check frequently.

4 Important information Lecture times: Tuesday 08h50 10h25 Wednesdays 17h10 18h45 Lecture venues: C-LES 102, C-LES 103 Tutorials: Tuesday afternoons 13h50 15h25: D-LES 104 or D-LES 106 OR 15h30 17h05: C-LES 203 or D1 LAB 408

5 Other announcements No tuts for MAT01A1 on Wednesdays. If you see this on your timetable, it is an error. (To move your Chem. prac., Mr Kgatshe CSC02A2 students: tut on Thu 09h40 to 11h15. Maths Learning Centre in C-Ring 512: 10h30 14h35 Mondays 08h00 15h30 Tuesday to Thursday 08h00 12h55 Fridays

6 Lecturers Consultation Hours Monday: 10h30 11h30 Ms Richardson (C-503) Wednesday: 14h30 16h00 Ms Richardson (C-503) Thursday: 11h00 13h00 Dr Craig (C-508) 13h30 14h00 Ms Richardson (C-503) Friday: 11h30 13h00 Dr Craig (C-508)

7 Note: these lecture slides should be in used in conjunction with the textbook. These slides do not tell the full story. You must read the sections from the textbook and complete the prescribed tutorial exercises in order to fully understand each section.

8 Introduction to functions Four examples of functions: The area of a circle depends on the radius: A = πr 2. Population of the world depends on time: P (1950) = 2, 560, 000, 000. The cost of posting a package depends on the weight: C(w). The vertical ground acceleration during an earthquake: S(t).

9 Domain and range of functions A function f is a rule which assigns to each element x in a set D exactly one element, f(x), in a set E. The set D is the domain of f. The range of f is the set of all possible values of f(x) as x varies through the domain.

10 A symbol representing an arbitrary element of the domain is called an independent variable and a symbol representing an arbitrary element of the range is a dependent variable. In the example of the circle: r is the independent variable while A is the dependent variable.

11 Graphs of functions: a common way of representing a function is by a graph. Formally, the graph of the function f is the set of ordered pairs { ( x, f(x) ) x D } Dom(f)= [1,6] and Ran(f)=[1,7]

12 Examples Sketch the following functions and find their domain and range: (a) f(x) = 3x + 4 (b) g(x) = x 2 2 (c) h(x) = sec x

13 Representations of functions There are four ways to represent a function: Verbally (describe in words) Tables Graphically Algebraically

14 The vertical line test How do we know if a curve is a function? A curve in the xy-plane is a function of x if and only if no vertical line intersects the curve more than once.

15 The curve x 2 + y 2 = 4 is not a function: The curve y = 4 x 2 is a function:

16 Piecewise defined functions Consider the function { x + 2 if x 1 f(x) = x 2 if x > 1 Example: The absolute value function. { x if x 0 f(x) = x = x if x < 0

17 Example: step functions Consider the cost of travelling on the Rea Vaya bus. Here x is the number of km travelled and C(x) is in rands: 6.2 if 0 x 5 C(x) = 8.1 if 5 < x if 10 < x if 15 < x if 25 < x if 35 < x

18 Symmetry in functions If a function f satisfies f( x) = f(x) then f is an even function. Examples: f(x) = x 2 f(x) = cos(x) f(x) = x for all x D Another way of defining an even function is to say that it is a reflection about the y-axis.

19 Symmetry in functions A function is odd if f( x) = f(x) Examples: f(x) = x f(x) = sin(x) f(x) = x 3 for all x D An odd function is a reflection about the origin. Thus, a necessary condition for a function f to be odd is that it must have f(0) = 0.

20 Increasing and decreasing functions A function f is increasing on an interval I if whenever x 1 < x 2, we have f(x 1 ) < f(x 2 ). A function f is decreasing on an interval I if whenever x 1 < x 2 we have f(x 1 ) > f(x 2 ). Example: Is the function f(x) = cos x increasing, decreasing, or neither over the following intervals: (a) x [π, 3π/2] (b) x [0, π/2] (c) x [π/2, 3π/2]

21 Mathematical models A mathematical model is a mathematical description, using a function or an equation, of a real-world problem. If y is a linear function of x then the graph is a straight line: y = mx + c where m is the slope of the graph, and c is the y-intercept.

22 Example: The length of a newly born snake is 10cm and after 3 months the length is 25cm. It grows the same amount each month. (a) Express length as a function of time (in months) where the D = [0, 12]. (b) Draw the graph of the length function. (c) What is the length of the snake after 9 months?

23 Functions from data: If we don t have a function to work from, we can try to determine a function using empirical data. Year Number of registered cars in SA ,500, ,670, ,890, ,100, ,310, ,540, ,770, ,900,000

24 For the last example we can try to find a function which fits the data by calculating the slope of the line which goes through the first and last points. m = Therefore m = 200, , 900, 000 4, 500, To be more accurate, we can use a statistical technique known as linear regression.

25 Polynomials These are functions of the form: f(x) = a n.x n +a n 1.x n a 2.x 2 +a 1.x+a 0 where a 0,..., a n are constants. If the leading coefficient a n 0 then f(x) is a polynomial of degree n. polynomial of degree 1 = linear function polynomial of degree 2 = quadratic function polynomial of degree 3 = cubic function

26 Power functions These are functions of the form f(x) = x a Note that a can be a positive integer a = 1 n where n is a positive integer a negative integer, so f(x) = 1 x a

27 Rational functions A rational function f is a ratio of two polynomials Example: f(x) = P (x) Q(x) f(x) = 2x4 x x 2 4

28 Algebraic functions An algebraic function is one that can be formed by using the algebraic operations of addition, subtraction, multiplication, powers, division and taking roots. Note: any rational function is automatically an algebraic function. Examples: f(x) = x h(x) = x4 16x 2 x + x

29 Trigonometric functions Functions that express the ratio between x, y and r when angles are plotted on the xy-plane. sin x cos x tan x csc x sec x cot x

30 Exponential functions These are functions of the form f(x) = a x where a 0 is constant. Examples: f(x) = 2 x f(x) = 0.5 x f(x) = e x

31 f (x) = 2x

32 f (x) = 0.5x

33 Logarithmic functions f(x) = log a x where a 0 is a constant (also known as the base). Logarithmic functions are the inverse of exponential functions. That is, if y = a x then log a y = x.

34 f(x) = log 2 x

35 Make sure that you are comfortable with the sketches of exponential and logarithmic functions. Know their shape and where the intercepts occur.

MAT01A1. Numbers, Inequalities and Absolute Values. (Appendix A)

MAT01A1. Numbers, Inequalities and Absolute Values. (Appendix A) MAT01A1 Numbers, Inequalities and Absolute Values (Appendix A) Dr Craig 8 February 2017 Leftovers from yesterday: lim n i=1 3 = lim n n 3 = lim n n n 3 i ) 2 ] + 1 n[( n ( n i 2 n n + 2 i=1 i=1 3 = lim

More information

MAT01A1. Numbers, Inequalities and Absolute Values. (Appendix A)

MAT01A1. Numbers, Inequalities and Absolute Values. (Appendix A) MAT01A1 Numbers, Inequalities and Absolute Values (Appendix A) Dr Craig 7 February 2018 Leftovers from yesterday: lim n i=1 3 = lim n n 3 = lim n n n 3 i ) 2 ] + 1 n[( n ( n i 2 n n + 2 i=1 i=1 3 = lim

More information

MAT01A1: Complex Numbers (Appendix H)

MAT01A1: Complex Numbers (Appendix H) MAT01A1: Complex Numbers (Appendix H) Dr Craig 13 February 2019 Introduction Who: Dr Craig What: Lecturer & course coordinator for MAT01A1 Where: C-Ring 508 acraig@uj.ac.za Web: http://andrewcraigmaths.wordpress.com

More information

MAT01A1. Appendix E: Sigma Notation

MAT01A1. Appendix E: Sigma Notation MAT01A1 Appendix E: Sigma Notation Dr Craig 5 February 2019 Introduction Who: Dr Craig What: Lecturer & course coordinator for MAT01A1 Where: C-Ring 508 acraig@uj.ac.za Web: http://andrewcraigmaths.wordpress.com

More information

MAT01A1: Inverse Functions

MAT01A1: Inverse Functions MAT01A1: Inverse Functions Dr Craig 27 February 2018 Introduction Who: Dr Craig What: Lecturer & course coordinator for MAT01A1 Where: C-Ring 508 acraig@uj.ac.za Web: http://andrewcraigmaths.wordpress.com

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

MAT01B1: Integration of Rational Functions by Partial Fractions

MAT01B1: Integration of Rational Functions by Partial Fractions MAT01B1: Integration of Rational Functions by Partial Fractions Dr Craig 1 August 2018 My details: Dr Andrew Craig acraig@uj.ac.za Consulting hours: Monday 14h40 15h25 Thursday 11h20 12h55 Friday 11h20

More information

Calculus. Weijiu Liu. Department of Mathematics University of Central Arkansas 201 Donaghey Avenue, Conway, AR 72035, USA

Calculus. Weijiu Liu. Department of Mathematics University of Central Arkansas 201 Donaghey Avenue, Conway, AR 72035, USA Calculus Weijiu Liu Department of Mathematics University of Central Arkansas 201 Donaghey Avenue, Conway, AR 72035, USA 1 Opening Welcome to your Calculus I class! My name is Weijiu Liu. I will guide you

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

Section 0.2 & 0.3 Worksheet. Types of Functions

Section 0.2 & 0.3 Worksheet. Types of Functions MATH 1142 NAME Section 0.2 & 0.3 Worksheet Types of Functions Now that we have discussed what functions are and some of their characteristics, we will explore different types of functions. Section 0.2

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

Final Exam Review Exercise Set A, Math 1551, Fall 2017

Final Exam Review Exercise Set A, Math 1551, Fall 2017 Final Exam Review Exercise Set A, Math 1551, Fall 2017 This review set gives a list of topics that we explored throughout this course, as well as a few practice problems at the end of the document. A complete

More information

Preliminaries Lectures. Dr. Abdulla Eid. Department of Mathematics MATHS 101: Calculus I

Preliminaries Lectures. Dr. Abdulla Eid. Department of Mathematics   MATHS 101: Calculus I Preliminaries 2 1 2 Lectures Department of Mathematics http://www.abdullaeid.net/maths101 MATHS 101: Calculus I (University of Bahrain) Prelim 1 / 35 Pre Calculus MATHS 101: Calculus MATHS 101 is all about

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

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

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

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

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

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

Announcements. Topics: Homework: - sections 4.5 and * Read these sections and study solved examples in your textbook!

Announcements. Topics: Homework: - sections 4.5 and * Read these sections and study solved examples in your textbook! Announcements Topics: - sections 4.5 and 5.1-5.5 * Read these sections and study solved examples in your textbook! Homework: - review lecture notes thoroughly - work on practice problems from the textbook

More information

1. OBJECTIVE: Linear Equations

1. OBJECTIVE: Linear Equations CUNY YORK COLLEGE FINAL EXAM REVIEW MATH 120: Precalculus Use the following questions to review for your final examimation for Math 120. Your ability to answer these questions will reflect what you learned

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

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

Mock Final Exam Name. Solve and check the linear equation. 1) (-8x + 8) + 1 = -7(x + 3) A) {- 30} B) {- 6} C) {30} D) {- 28}

Mock Final Exam Name. Solve and check the linear equation. 1) (-8x + 8) + 1 = -7(x + 3) A) {- 30} B) {- 6} C) {30} D) {- 28} Mock Final Exam Name Solve and check the linear equation. 1) (-8x + 8) + 1 = -7(x + 3) 1) A) {- 30} B) {- 6} C) {30} D) {- 28} First, write the value(s) that make the denominator(s) zero. Then solve the

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

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

VCE. VCE Maths Methods 1 and 2 Pocket Study Guide

VCE. VCE Maths Methods 1 and 2 Pocket Study Guide VCE VCE Maths Methods 1 and 2 Pocket Study Guide Contents Introduction iv 1 Linear functions 1 2 Quadratic functions 10 3 Cubic functions 16 4 Advanced functions and relations 24 5 Probability and simulation

More information

General Form: y = a n x n + a n 1 x n a 2 x 2 + a 1 x + a 0

General Form: y = a n x n + a n 1 x n a 2 x 2 + a 1 x + a 0 Families of Functions Prepared by: Sa diyya Hendrickson Name: Date: Definition: function A function f is a rule that relates two sets by assigning to some element (e.g. x) in a set A exactly one element

More information

Calculus I Exam 1 Review Fall 2016

Calculus I Exam 1 Review Fall 2016 Problem 1: Decide whether the following statements are true or false: (a) If f, g are differentiable, then d d x (f g) = f g. (b) If a function is continuous, then it is differentiable. (c) If a function

More information

Final Exam C Name i D) 2. Solve the equation by factoring. 4) x2 = x + 72 A) {1, 72} B) {-8, 9} C) {-8, -9} D) {8, 9} 9 ± i

Final Exam C Name i D) 2. Solve the equation by factoring. 4) x2 = x + 72 A) {1, 72} B) {-8, 9} C) {-8, -9} D) {8, 9} 9 ± i Final Exam C Name First, write the value(s) that make the denominator(s) zero. Then solve the equation. 7 ) x + + 3 x - = 6 (x + )(x - ) ) A) No restrictions; {} B) x -, ; C) x -; {} D) x -, ; {2} Add

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

Problems with an # after the number are the only ones that a calculator is required for in the solving process.

Problems with an # after the number are the only ones that a calculator is required for in the solving process. Instructions: Make sure all problems are numbered in order. All work is in pencil, and is shown completely. Graphs are drawn out by hand. If you use your calculator for some steps, intermediate work should

More information

Chapter 8B - Trigonometric Functions (the first part)

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

More information

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

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

More information

( ) - 4(x -3) ( ) 3 (2x -3) - (2x +12) ( x -1) 2 x -1) 2 (3x -1) - 2(x -1) Section 1: Algebra Review. Welcome to AP Calculus!

( ) - 4(x -3) ( ) 3 (2x -3) - (2x +12) ( x -1) 2 x -1) 2 (3x -1) - 2(x -1) Section 1: Algebra Review. Welcome to AP Calculus! Welcome to AP Calculus! Successful Calculus students must have a strong foundation in algebra and trigonometry. The following packet was designed to help you review your algebra skills in preparation for

More information

Final Exam A Name. 20 i C) Solve the equation by factoring. 4) x2 = x + 30 A) {-5, 6} B) {5, 6} C) {1, 30} D) {-5, -6} -9 ± i 3 14

Final Exam A Name. 20 i C) Solve the equation by factoring. 4) x2 = x + 30 A) {-5, 6} B) {5, 6} C) {1, 30} D) {-5, -6} -9 ± i 3 14 Final Exam A Name First, write the value(s) that make the denominator(s) zero. Then solve the equation. 1 1) x + 3 + 5 x - 3 = 30 (x + 3)(x - 3) 1) A) x -3, 3; B) x -3, 3; {4} C) No restrictions; {3} D)

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

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

Review for Cumulative Test 2

Review for Cumulative Test 2 Review for Cumulative Test We will have our second course-wide cumulative test on Tuesday February 9 th or Wednesday February 10 th, covering from the beginning of the course up to section 4.3 in our textbook.

More information

Booker T. Washington Summer Math Packet 2015 Completed by Thursday, August 20, 2015 Each student will need to print the packet from our website.

Booker T. Washington Summer Math Packet 2015 Completed by Thursday, August 20, 2015 Each student will need to print the packet from our website. BTW Math Packet Advanced Math Name Booker T. Washington Summer Math Packet 2015 Completed by Thursday, August 20, 2015 Each student will need to print the packet from our website. Go to the BTW website

More information

Summer Work for students entering PreCalculus

Summer Work for students entering PreCalculus Summer Work for students entering PreCalculus Name Directions: The following packet represent a review of topics you learned in Algebra 1, Geometry, and Algebra 2. Complete your summer packet on separate

More information

AP Calculus BC Summer Assignment Mrs. Comeau

AP Calculus BC Summer Assignment Mrs. Comeau AP Calculus BC Summer Assignment 2015-2016 Mrs. Comeau Please complete this assignment DUE: the first day of class, SEPTEMBER 2nd. Email me if you have questions, or need help over the summer. I would

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

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

Problems with an # after the number are the only ones that a calculator is required for in the solving process.

Problems with an # after the number are the only ones that a calculator is required for in the solving process. Instructions: Make sure all problems are numbered in order. (Level : If the problem had an *please skip that number) All work is in pencil, and is shown completely. Graphs are drawn out by hand. If you

More information

Rational Functions. Elementary Functions. Algebra with mixed fractions. Algebra with mixed fractions

Rational Functions. Elementary Functions. Algebra with mixed fractions. Algebra with mixed fractions Rational Functions A rational function f (x) is a function which is the ratio of two polynomials, that is, Part 2, Polynomials Lecture 26a, Rational Functions f (x) = where and are polynomials Dr Ken W

More information

FUNCTIONS AND MODELS

FUNCTIONS AND MODELS 1 FUNCTIONS AND MODELS FUNCTIONS AND MODELS 1.2 MATHEMATICAL MODELS: A CATALOG OF ESSENTIAL FUNCTIONS In this section, we will learn about: The purpose of mathematical models. MATHEMATICAL MODELS A mathematical

More information

Summer Work for students entering PreCalculus

Summer Work for students entering PreCalculus Summer Work for students entering PreCalculus Name Directions: The following packet represent a review of topics you learned in Algebra 1, Geometry, and Algebra 2. Complete your summer packet on separate

More information

Brushing up on Basic skills. Calculus AB (*problems for BC)

Brushing up on Basic skills. Calculus AB (*problems for BC) Brushing up on Basic skills To get you ready for Calculus AB (*problems for BC) Name: Directions: Use a pencil and the space provided next to each question to show all work. The purpose of this packet

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

Summer Assignment Directions:

Summer Assignment Directions: Name: Block: Date: AP Calculus AB Summer Assignment Mr. Carter Welcome to AP Calculus AB! This fall will begin an exciting, challenging journey through the world of mathematics. You will challenge yourself

More information

Calculus I Sample Exam #01

Calculus I Sample Exam #01 Calculus I Sample Exam #01 1. Sketch the graph of the function and define the domain and range. 1 a) f( x) 3 b) g( x) x 1 x c) hx ( ) x x 1 5x6 d) jx ( ) x x x 3 6 . Evaluate the following. a) 5 sin 6

More information

Math Academy I Fall Study Guide. CHAPTER ONE: FUNDAMENTALS Due Thursday, December 8

Math Academy I Fall Study Guide. CHAPTER ONE: FUNDAMENTALS Due Thursday, December 8 Name: Math Academy I Fall Study Guide CHAPTER ONE: FUNDAMENTALS Due Thursday, December 8 1-A Terminology natural integer rational real complex irrational imaginary term expression argument monomial degree

More information

AP Calculus Summer Assignment Summer 2017 Expectations for Summer Assignment on the first day of the school year.

AP Calculus Summer Assignment Summer 2017 Expectations for Summer Assignment on the first day of the school year. Summer 07 Expectations for Summer Assignment This packet is to be submitted to your Calculus BC teacher on the first day of the school year. All work must be shown in the packet OR on separate paper attached

More information

FUNCTIONS AND MODELS

FUNCTIONS AND MODELS 1 FUNCTIONS AND MODELS FUNCTIONS AND MODELS The fundamental objects that we deal with in calculus are functions. FUNCTIONS AND MODELS This chapter prepares the way for calculus by discussing: The basic

More information

1.2 A List of Commonly Occurring Functions

1.2 A List of Commonly Occurring Functions Arkansas Tech University MATH 2914: Calculus I Dr. Marcel B. Finan 1.2 A List of Commonly Occurring Functions In this section, we discuss the most common functions occurring in calculus. Linear Functions

More information

AP Calculus Summer Prep

AP Calculus Summer Prep AP Calculus Summer Prep Topics from Algebra and Pre-Calculus (Solutions are on the Answer Key on the Last Pages) The purpose of this packet is to give you a review of basic skills. You are asked to have

More information

Calculus Honors and Introduction to Calculus

Calculus Honors and Introduction to Calculus Calculus Honors and Introduction to Calculus Name: This summer packet is for students entering Calculus Honors or Introduction to Calculus in the Fall of 015. The material represents concepts and skills

More information

2. Algebraic functions, power functions, exponential functions, trig functions

2. Algebraic functions, power functions, exponential functions, trig functions Math, Prep: Familiar Functions (.,.,.5, Appendix D) Name: Names of collaborators: Main Points to Review:. Functions, models, graphs, tables, domain and range. Algebraic functions, power functions, exponential

More information

Topics Covered in Math 115

Topics Covered in Math 115 Topics Covered in Math 115 Basic Concepts Integer Exponents Use bases and exponents. Evaluate exponential expressions. Apply the product, quotient, and power rules. Polynomial Expressions Perform addition

More information

Anticipated workload: 6 hours Summer Packets are due Thursday, August 24, 2017 Summer Assignment Quiz (including a unit circle quiz) the same day

Anticipated workload: 6 hours Summer Packets are due Thursday, August 24, 2017 Summer Assignment Quiz (including a unit circle quiz) the same day Dear AP Calculus BC student, Hello and welcome to the wonderful world of AP Calculus! I am excited that you have elected to take an accelerated mathematics course such as AP Calculus BC and would like

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

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

Test 2 Review Math 1111 College Algebra

Test 2 Review Math 1111 College Algebra Test 2 Review Math 1111 College Algebra 1. Begin by graphing the standard quadratic function f(x) = x 2. Then use transformations of this graph to graph the given function. g(x) = x 2 + 2 *a. b. c. d.

More information

AP Calculus AB Summer Math Packet

AP Calculus AB Summer Math Packet Name Date Section AP Calculus AB Summer Math Packet This assignment is to be done at you leisure during the summer. It is meant to help you practice mathematical skills necessary to be successful in Calculus

More information

College Prep Math Final Exam Review Packet

College Prep Math Final Exam Review Packet College Prep Math Final Exam Review Packet Name: Date of Exam: In Class 1 Directions: Complete each assignment using the due dates given by the calendar below. If you are absent from school, you are still

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

Denition and some Properties of Generalized Elementary Functions of a Real Variable

Denition and some Properties of Generalized Elementary Functions of a Real Variable Denition and some Properties of Generalized Elementary Functions of a Real Variable I. Introduction The term elementary function is very often mentioned in many math classes and in books, e.g. Calculus

More information

3 Polynomial and Rational Functions

3 Polynomial and Rational Functions 3 Polynomial and Rational Functions 3.1 Polynomial Functions and their Graphs So far, we have learned how to graph polynomials of degree 0, 1, and. Degree 0 polynomial functions are things like f(x) =,

More information

MAT01A1: Complex Numbers (Appendix H)

MAT01A1: Complex Numbers (Appendix H) MAT01A1: Complex Numbers (Appendix H) Dr Craig 14 February 2018 Announcements: e-quiz 1 is live. Deadline is Wed 21 Feb at 23h59. e-quiz 2 (App. A, D, E, H) opens tonight at 19h00. Deadline is Thu 22 Feb

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

Week 12: Optimisation and Course Review.

Week 12: Optimisation and Course Review. Week 12: Optimisation and Course Review. MA161/MA1161: Semester 1 Calculus. Prof. Götz Pfeiffer School of Mathematics, Statistics and Applied Mathematics NUI Galway November 21-22, 2016 Assignments. Problem

More information

1) The line has a slope of ) The line passes through (2, 11) and. 6) r(x) = x + 4. From memory match each equation with its graph.

1) The line has a slope of ) The line passes through (2, 11) and. 6) r(x) = x + 4. From memory match each equation with its graph. Review Test 2 Math 1314 Name Write an equation of the line satisfying the given conditions. Write the answer in standard form. 1) The line has a slope of - 2 7 and contains the point (3, 1). Use the point-slope

More information

Final Exam Review Problems

Final Exam Review Problems Final Exam Review Problems Name: Date: June 23, 2013 P 1.4. 33. Determine whether the line x = 4 represens y as a function of x. P 1.5. 37. Graph f(x) = 3x 1 x 6. Find the x and y-intercepts and asymptotes

More information

Chapter 4E - Combinations of Functions

Chapter 4E - Combinations of Functions Fry Texas A&M University!! Math 150!! Chapter 4E!! Fall 2015! 121 Chapter 4E - Combinations of Functions 1. Let f (x) = 3 x and g(x) = 3+ x a) What is the domain of f (x)? b) What is the domain of g(x)?

More information

AP Calculus AB Summer Review Packet

AP Calculus AB Summer Review Packet AP Calculus AB Summer Review Packet Welcome to AP Calculus! This packet contains a set of problems that serve as a prerequisite for AP Calculus. These background skills are extremely important. Many times

More information

AP Calculus AB Summer Assignment. Due Date: First day of school.

AP Calculus AB Summer Assignment. Due Date: First day of school. AP Calculus AB Summer Assignment Name: Due Date: First day of school. The purpose of this assignment is to have you practice the mathematical skills necessary to be successful in Calculus AB. All of the

More information

MATH1013 Calculus I. Functions I 1

MATH1013 Calculus I. Functions I 1 1 Steward, James, Single Variable Calculus, Early Transcendentals, 7th edition, Brooks/Coles, 2012 Based on Briggs, Cochran and Gillett: Calculus for Scientists and Engineers: Early Transcendentals, Pearson

More information

SUBJECT: ADDITIONAL MATHEMATICS CURRICULUM OUTLINE LEVEL: 3 TOPIC OBJECTIVES ASSIGNMENTS / ASSESSMENT WEB-BASED RESOURCES. Online worksheet.

SUBJECT: ADDITIONAL MATHEMATICS CURRICULUM OUTLINE LEVEL: 3 TOPIC OBJECTIVES ASSIGNMENTS / ASSESSMENT WEB-BASED RESOURCES. Online worksheet. TERM 1 Simultaneous Online worksheet. Week 1 Equations in two Solve two simultaneous equations where unknowns at least one is a linear equation, by http://www.tutorvista.com/mat substitution. Understand

More information

AP CALCULUS BC Syllabus / Summer Assignment 2015

AP CALCULUS BC Syllabus / Summer Assignment 2015 AP CALCULUS BC Syllabus / Summer Assignment 015 Name Congratulations! You made it to BC Calculus! In order to complete the curriculum before the AP Exam in May, it is necessary to do some preparatory work

More information

Chapter 3: Derivatives

Chapter 3: Derivatives Name: Date: Period: AP Calc AB Mr. Mellina Chapter 3: Derivatives Sections: v 2.4 Rates of Change & Tangent Lines v 3.1 Derivative of a Function v 3.2 Differentiability v 3.3 Rules for Differentiation

More information

Summer Work Packet for MPH Math Classes

Summer Work Packet for MPH Math Classes Summer Work Packet for MPH Math Classes Students going into AP Calculus AB Sept. 018 Name: This packet is designed to help students stay current with their math skills. Each math class expects a certain

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

MAT137 Calculus! Lecture 6

MAT137 Calculus! Lecture 6 MAT137 Calculus! Lecture 6 Today: 3.2 Differentiation Rules; 3.3 Derivatives of higher order. 3.4 Related rates 3.5 Chain Rule 3.6 Derivative of Trig. Functions Next: 3.7 Implicit Differentiation 4.10

More information

MHCA Math Summer Packet 2015

MHCA Math Summer Packet 2015 Directions: MHCA Math Summer Packet 2015 For students entering PreCalculus Honors You are to complete all the problems assigned in this packet by Friday, September 4 th. If you don t turn in your summer

More information

AP Calculus Summer Homework MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

AP Calculus Summer Homework MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. AP Calculus Summer Homework 2015-2016 Part 2 Name Score MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the distance d(p1, P2) between the points

More information

College Algebra: Midterm Review

College Algebra: Midterm Review College Algebra: A Missive from the Math Department Learning College Algebra takes effort on your part as the student. Here are some hints for studying that you may find useful. Work Problems If you do,

More information

To get horizontal and slant asymptotes algebraically we need to know about end behaviour for rational functions.

To get horizontal and slant asymptotes algebraically we need to know about end behaviour for rational functions. Concepts: Horizontal Asymptotes, Vertical Asymptotes, Slant (Oblique) Asymptotes, Transforming Reciprocal Function, Sketching Rational Functions, Solving Inequalities using Sign Charts. Rational Function

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

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

Functions and their Graphs

Functions and their Graphs Chapter One Due Monday, December 12 Functions and their Graphs Functions Domain and Range Composition and Inverses Calculator Input and Output Transformations Quadratics Functions A function yields a specific

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. B) 6x + 4

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. B) 6x + 4 Math1420 Review Comprehesive Final Assessment Test Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Add or subtract as indicated. x + 5 1) x2

More information

AP Calculus (AB/BC) Prerequisite Packet Paint Branch High School Math Department

AP Calculus (AB/BC) Prerequisite Packet Paint Branch High School Math Department Updated 6/015 The problems in this packet are designed to help ou review topics from previous math courses that are important to our success in AP Calculus AB / BC. It is important that ou take time during

More information

Unit 5: Proportions and Lines. Activities: Resources:

Unit 5: Proportions and Lines. Activities: Resources: Timeline: 2 nd nine weeks Vocabulary: Slope Formula, Rate of Change, Y Intercept, Slope intercept form, Vertical, Horizontal Linear Function Slope Slope of a Line Unit 5: Proportions and Lines New State

More information

Mathematics 1 Lecture Notes Chapter 1 Algebra Review

Mathematics 1 Lecture Notes Chapter 1 Algebra Review Mathematics 1 Lecture Notes Chapter 1 Algebra Review c Trinity College 1 A note to the students from the lecturer: This course will be moving rather quickly, and it will be in your own best interests to

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

1) Find the equations of lines (in point-slope form) passing through (-1,4) having the given characteristics:

1) Find the equations of lines (in point-slope form) passing through (-1,4) having the given characteristics: AP Calculus AB Summer Worksheet Name 10 This worksheet is due at the beginning of class on the first day of school. It will be graded on accuracy. You must show all work to earn credit. You may work together

More information

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

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

More information

Name Date. Show all work! Exact answers only unless the problem asks for an approximation.

Name Date. Show all work! Exact answers only unless the problem asks for an approximation. Advanced Calculus & AP Calculus AB Summer Assignment Name Date Show all work! Eact answers only unless the problem asks for an approimation. These are important topics from previous courses that you must

More information