Precalc Crash Course

Size: px
Start display at page:

Download "Precalc Crash Course"

Transcription

1 Notes for CETA s Summer Bridge August 2014 Prof. Lee Townsend Townsend s Math Mantra: What s the pattern? What s the rule? Apply the rule. Repeat. Precalc Crash Course Classic Errors 1) You can cancel factors but not terms across the division line. Terms added or subtracted. Factors multiplied or divided 2 4 The 2 do not cancel. Instead, factor both numerator and denominator. 2 2 ( )( + 2) ( ) = 2 2 ( )( + 2) ( ) = 2 2 = + 2 The ( 2) do cancel as they are factors in both the numerator and denominator. 2) Negative eponents. The negative eponent means change the sign and put the term on the other side of the divisor line. y 3 y 3 y 3 = 1 y 3 Summer Bridge 2014 Page 1 of 14

2 3) Division of an equation by a common factor. In differential equations I saw this error too many times. If you have had calculus: d 2 y d dy = e d If you have not had calculus: A 2 2 B + 4 = C There is an in each term. Most of my students divide it out of the first term and the right hand side of the equation but forget the middle terms. The safest way to do the problem is to first factor the left hand side then divide the equation by the common factor. Factor: d 2 y dy 2 2 d d + 4 = e ( A 2B + 4) = C Divide: d 2 y dy 2 2 d d + 4 = e A 2B + 4 = C 4) Trig errors The calculator is in the wrong mode radians are degrees. Inverse trig functions. Radians Degrees Inverse trig functions 0 2π 2π = Graphs of trig functions One complete cycle: If you are setting the window as if you are in radian mode, (min=0, ma=2π, you will get essentially a straight line if your TI is in degree mode. 2π =6.28 not very many degrees. If you are setting the window as if you are in degree mode, (min=0, ma=360, you will get 360/ cycles in your graph if your TI is in radian mode. Notation: sin cos tan mean nothing if there is no argument. You need something like sin(), cos(), tan(). Notation for powers of trig functions and logs: books and handwritten: sin 2 () calculator entry: ( sin() )^ 2 = sin() books and handwritten: ln 2 () calculator entry: ( ln() )^ 2 = ln() ( ) 2 ( ) 2 Summer Bridge 2014 Page 2 of 14

3 A) Basic Algebra Make your problem look like a rule. Here are some rules. Eponent rules: Name Eponents Product Rule u v u v b b = b + Division Rule b u b = v bu v Power Rule u uv b = b ( ) v Unity 0 b = 1 Identity u = b log b u b ν = 1 b ν Product/Factoring rules: Name Distributive Law FOIL General method: Full Product (left to right) or Factors (right to left) a(b ± c) = ab ± ac ( a + b) ( a b) = a 2 b 2 (a ± b) 2 = a 2 ± 2ab + b 2 ( a + b) c + d a + b + c ( ) = ac + ad + bc + bd ( )( d + e) = a( d + e) + b( d + e) + c( d + e) = ad + ae + bd + be + cd + ce See the handouts for sample eams with solutions. Summer Bridge 2014 Page 3 of 14

4 B) Matri equations n equations in n unknowns Solve: 2 + y = 1 5 2y = 11 1) You can solve by intersecting y = 1 2 and y = ( ) 2. Type in the equations Press F2/6 (ZoomStd): min=-10, ma=10, scl=1 ymin=-10, yma=10, yscl=1 Select F5/5 (Intersection) It ask which curves. You only have Y1 and Y2 so press ENTER ENTER Lower bound is any value left of the intersection. You can scroll there or type in an value (read the tick marks). ENTER Upper bound is any value right of the intersection. You can scroll there or type in an value (read the tick marks). ENTER 2) You can solve by substitution. y = 1 2. Plug into the other equation ( ) = 11 You need to get the s together so distribute the = 11 Add 2 to both sides to get all terms with on the left and all terms without on the right = 9 Combine the s 9 = 9 Isolate the by dividing both sides by 9. = 1 Plug this value into the y equation to find the value of y: y = ( ) = 3 3) Do this math on the TI-89 Let mean you have pressed Solve(2+y=1,y) y = y=-11 then arrow up to y = 1 2 and press ENTER 5 2y=-11 y = =-11 then arrow up to 9 2=-11 and press ENTER ENTER The equation 9 2=-11 should now be highlighted on the command line. Type +2. The command line now says ans(1)+2 ans(1)+2 ENTER. 9=-9 Summer Bridge 2014 Page 4 of 14

5 Now type 9. The command line now says ans(1) 9. ans(1) 9 ENTER. =-1 CLEAR the command line. Scroll up to y = 1 2. ENTER to put it on the command line. Append scroll up to =-1 and press ENTER y=3 4) Use matrices First line up the equations so the s are on top of each other on the left, the y s are on top of each other on the left and the numbers are on the right. 2 + y = 1 5 2y = 11 Make a matric of the coefficients: You can either use the data/matri app or I find it much easier just to type 2,1;5, 2 [ ] ENTER Row elements are separated by commas and the rows themselves are separated by semi-colons. Let's call this matri a. [ 2,1;5, 2 ] STO a The calculator shows [ 2,1;5, 2 ] a Let s make a vector of the right hand side and call it b. 1 [ 1; 11] b 11 Note the semi-colon as there are two rows. We now write this in traditional matri notation y = 1 11 i.e. A = b where both and b are vectors with representing To solve this equation multiply both sides by A 1 A = b ( ). But A 1 A = I. I is the identity matri. For the 2D case 1 0 I = - the matri equivalent of one. 0 1 Therefore = A 1 b Since you have already defined A and b, type y Summer Bridge 2014 Page 5 of 14

6 a ^ 1*b 1 3 but that s y Now look at three equations in three unknowns. + y + z = 2 Solve: z = 1 + y = 1 for, y, and z. 5) Use Solver F2/1 solve( 2 + y = 1 and 5 2y = 11,{,y}) =-1 and y=3 i.e. you are solving for the set {,y}) solve(+y+z=2 and z=1 and +y=1,{,y,z}) =2 and y=-1 and z=1 Summer Bridge 2014 Page 6 of 14

7 C) Trig in four quadrants Start with basic definitions. They are visual. Just look at the triangle. The basic trig triangle Basic Definition Definition using the diagram cos = adj cos = a hyp c c b sin = opp sin = b hyp c tan = opp tan = b a adj a The above chart leads to SOHCAHTOA. It is easier to see the meaning if we insert some spaces: SOH CAH TOA. i.e. sin = O H, cos = A H, tan = O A with O=opp, A=adj, H=hyp. Now take the same triangle and put a circle around it. The origin of the circle is at the lower left hand corner of the triangle. c b The radius of the circle is the length of the hypotenuse. O a The origin is symbolized by the letter O. Now what do we do if I change the angle so it is out of quadrant I? O The basic definitions no longer work. What s the opposite? Where s the triangle? Summer Bridge 2014 Page 7 of 14

8 To figure out what to do, we need to change the notation. We redraw the original triangle in a circle using the nomenclature of the aes. cos = r (,y) O r y sin = y r tan = y From here we rethink what these formulas mean. Instead of thinking of and y as the length of the legs, think of them as the coordinates of the point on the circle. Now let s look at the point on the circle (, y) = ( 4,3). (-4,3) cos = 4 5 = sin = 3 5 = 0.6 O tan = 3 4 = 0.75 Summer Bridge 2014 Page 8 of 14

9 II I The quadrants are labeled III IV Signs of coordinates Quadrant y I + + II - + III - - IV + - Signs of trig functions (r is positive so they follow the signs of the coordinates.) Quadrant cos sin tan I II III IV Inverse Trig Functions We read sin = 3 = 0.6 as What is the angle whose sine is 0.6? 5 Let s put it in the calculator to find out the answer. I find that = sin = In radians we get = sin = Note: degrees is less than 1/360 th of the way around the circle. If you are looking for degrees and get really small numbers, you re in the wrong mode. Inverse Trig Functions are not functions. Why? Because there are two answers in a circle. The calculator gives you one of them. Inverse sine and tangent calculator answers are in quadrants I and IV. Inverse cosine answers are in quadrants I and II. Summer Bridge 2014 Page 9 of 14

10 other = cos 1 u = sin 1 u = tan 1 u Some rules for finding the second angle that satisfies a trig equation cos = u, sin = u, or tan = u and knowing the calculator angle, calculator, along with the signs of the and y coordinates follow. 1) = cos 1 u : if y < 0 then other = calculator (,y) since cos other = cos calculator = r O calculator r y (,-y) Note that to make 0 other < 360, add 360 to other : other = 360 calculator 2) = sin 1 u : if < 0 then other = 180 calculator (-,y) y - other O calculator r (,y) y since sin other = sin calculator = y r Summer Bridge 2014 Page 10 of 14

11 other 3) = tan 1 u : if < 0 then other = calculator (,y) since (-,-y) -y - O calculator r y tan other = y = tan calculator = y I try to use = tan 1 u as the rule if < 0 then other = calculator since is so easy to remember; i.e. if is negative, add 180 the calculator answer. (or π if you are in radian mode) to A piece of advice: When solving problems given data, always use the original data instead of calculated values which are rounded off to keep the error in your final answer to a minimum. Summer Bridge 2014 Page 11 of 14

12 D) Notes on TI-89 entry TI-89 Note: 7 gives you log(. Fill in the rest with log(8,2). When you press ENTER, this becomes log 2 8 which is 3. TI-89 Note: 9 gives you root(. Fill in the rest with root(8,3). When you press ENTER, this 3 becomes 8 which is 2. TI-89 Note: When you are unsure about how to enter formulas in the calculator, do an eample where you know the answers. That is what I always do with the above two notes. I am never quite sure of the order so I guess. If the answer is wrong then I guess with the numbers switched I know: 8 = 2 3 hence the numbers used above. Also check the Catalog. For eample, the integration formula (F3/2). In the Catalog got to A (press the = button) then scroll up to the integral sign. In the Catalog integration looks like ( integrate At the bottom of the screen you will see EXPR,var[,low,high] Translation: EXPR is the integrand i.e. what you are integrating var is the variable of integration i.e. the variable in d. The brackets indicate the net two arguments are optional. The are the limits. The integral: The integral: 2 d TI: ( 2 2 d TI: ( 1 I recommend that you always do the indefinite integral first to check your input. Then go back and put in the limits to get the numerical value of the definite integral. Summer Bridge 2014 Page 12 of 14

13 E) Logs and Eponents Transform between log and eponent form Problem 1) convert log 2 8 = 3 to eponential form. Match the form of the last column 3 = log 2 8 By pattern match find u, v, and b u = 3, v = 8,b = 2 Put the variables in the right place in column 1 8 = 2 3 v = b u v b u u = log b v 8 = = log 2 8 Problem 2) solve for v in the following problem: 3log 4 = 9. Match the form of the last column u = log b v First we have to get rid of the coefficient of the log as the form in column 5 has no coefficient. So, divide the equation by 3. log 4 = 3 By pattern match find u, v, and b u = 3, v =, b = 4 Put the variables in the right place in column 1 v = 4 3 v = b u v b u u = log b v = 4 3 = = log 4 Problem 3) solve for in the following problem: 16 = Match the form of the first column v = b u First we have to get rid of the coefficient of the b as the form in column 1 has no coefficient. So, divide the equation by 2. 8 = 3 5 By pattern match find u, v, and b u = 5, v = 8, b = 3 Put the variables in the right place in column 5 5 = log 3 8 Divide by 5 to solve for v = b u v b u u = log b v 5 = log = = 1 5 log 8 3 Summer Bridge 2014 Page 13 of 14

14 Use solver (F2/1) to check your work. Problem 2: solve(3*log(,4)=9,) =64 Problem 3: solve(16=2*3^(5),) = 3ln(2)??? 5ln(3) Log conversion rule: log b u = log u a with a=any base. Pick e. Then our calculated log a b answer becomes = 1 5 log 8 = 1 ln8 3 5 ln 3 However 8 = 2 3. The power rule of logs says nlog b u = log b u n. Now our answer is = 1 5 ln8 ln 3 = 1 ln2 3 5 ln 3 = 3 ln2 5 ln 3 Just FYI, there are two more log rules. Product Rule: Division Rule: log b uv = log b u + log b v log b u v = log b u log b v Summer Bridge 2014 Page 14 of 14

AP Calculus AB SUMMER ASSIGNMENT. Dear future Calculus AB student

AP Calculus AB SUMMER ASSIGNMENT. Dear future Calculus AB student AP Calculus AB SUMMER ASSIGNMENT Dear future Calculus AB student We are ecited to work with you net year in Calculus AB. In order to help you be prepared for this class, please complete the summer assignment.

More information

Section 6.2 Notes Page Trigonometric Functions; Unit Circle Approach

Section 6.2 Notes Page Trigonometric Functions; Unit Circle Approach Section Notes Page Trigonometric Functions; Unit Circle Approach A unit circle is a circle centered at the origin with a radius of Its equation is x y = as shown in the drawing below Here the letter t

More information

Algebra/Trigonometry Review Notes

Algebra/Trigonometry Review Notes Algebra/Trigonometry Review Notes MAC 41 Calculus for Life Sciences Instructor: Brooke Quinlan Hillsborough Community College ALGEBRA REVIEW FOR CALCULUS 1 TOPIC 1: POLYNOMIAL BASICS, POLYNOMIAL END BEHAVIOR,

More information

1 a) Remember, the negative in the front and the negative in the exponent have nothing to do w/ 1 each other. Answer: 3/ 2 3/ 4. 8x y.

1 a) Remember, the negative in the front and the negative in the exponent have nothing to do w/ 1 each other. Answer: 3/ 2 3/ 4. 8x y. AP Calculus Summer Packer Key a) Remember, the negative in the front and the negative in the eponent have nothing to do w/ each other. Answer: b) Answer: c) Answer: ( ) 4 5 = 5 or 0 /. 9 8 d) The 6,, and

More information

BARUCH COLLEGE MATH 2207 FALL 2007 MANUAL FOR THE UNIFORM FINAL EXAMINATION. No calculator will be allowed on this part.

BARUCH COLLEGE MATH 2207 FALL 2007 MANUAL FOR THE UNIFORM FINAL EXAMINATION. No calculator will be allowed on this part. BARUCH COLLEGE MATH 07 FALL 007 MANUAL FOR THE UNIFORM FINAL EXAMINATION The final eamination for Math 07 will consist of two parts. Part I: Part II: This part will consist of 5 questions. No calculator

More information

Summer AP Assignment Coversheet Falls Church High School

Summer AP Assignment Coversheet Falls Church High School Summer AP Assignment Coversheet Falls Church High School Course: AP Calculus AB Teacher Name/s: Veronica Moldoveanu, Ethan Batterman Assignment Title: AP Calculus AB Summer Packet Assignment Summary/Purpose:

More information

2017 AP Calculus AB Summer Assignment

2017 AP Calculus AB Summer Assignment 07 AP Calculus AB Summer Assignment Mrs. Peck ( kapeck@spotsylvania.k.va.us) This assignment is designed to help prepare you to start Calculus on day and be successful. I recommend that you take off the

More information

Summer AP Assignment Coversheet Falls Church High School

Summer AP Assignment Coversheet Falls Church High School Summer AP Assignment Coversheet Falls Church High School Course: AP Calculus AB Teacher Name/s: Veronica Moldoveanu, Ethan Batterman Assignment Title: AP Calculus AB Summer Packet Assignment Summary/Purpose:

More information

4 The Trigonometric Functions

4 The Trigonometric Functions Mathematics Learning Centre, University of Sydney 8 The Trigonometric Functions The definitions in the previous section apply to between 0 and, since the angles in a right angle triangle can never be greater

More information

Objectives and Essential Questions

Objectives and Essential Questions VECTORS Objectives and Essential Questions Objectives Distinguish between basic trigonometric functions (SOH CAH TOA) Distinguish between vector and scalar quantities Add vectors using graphical and analytical

More information

Mathematics Revision Guide. Shape and Space. Grade C B

Mathematics Revision Guide. Shape and Space. Grade C B Mathematics Revision Guide Shape and Space Grade C B 1 A of = b h 2 Area 6cm = 10 6 2 = 60 2 8cm = 30cm 2 6cm 12cm A of = (a+b) h 2 = (6+12) 5 2 = (18) 5 2 = 90 2 = 4 2 7cm 1 6cm A of = π r r = π 6 6 =

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment Name: AP Calculus AB Summer Assignment Due Date: The beginning of class on the last class day of the first week of school. The purpose of this assignment is to have you practice the mathematical skills

More information

Avon High School Name AP Calculus AB Summer Review Packet Score Period

Avon High School Name AP Calculus AB Summer Review Packet Score Period Avon High School Name AP Calculus AB Summer Review Packet Score Period f 4, find:.) If a.) f 4 f 4 b.) Topic A: Functions f c.) f h f h 4 V r r a.) V 4.) If, find: b.) V r V r c.) V r V r.) If f and g

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB Summer Assignment Name: When you come back to school, it is my epectation that you will have this packet completed. You will be way behind at the beginning of the year if you haven t attempted

More information

Warm Up 1. What is the third angle measure in a triangle with angles measuring 65 and 43? 72

Warm Up 1. What is the third angle measure in a triangle with angles measuring 65 and 43? 72 Warm Up 1. What is the third angle measure in a triangle with angles measuring 65 and 43? 72 Find each value. Round trigonometric ratios to the nearest hundredth and angle measures to the nearest degree.

More information

AP Calculus BC Summer Assignment 2018

AP Calculus BC Summer Assignment 2018 AP Calculus BC Summer Assignment 018 Name: When you come back to school, I will epect you to have attempted every problem. These skills are all different tools that we will pull out of our toolbo at different

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB Summer Assignment Name: When you come back to school, you will be epected to have attempted every problem. These skills are all different tools that you will pull out of your toolbo this

More information

Summer Review Packet for Students Entering AP Calculus BC. Complex Fractions

Summer Review Packet for Students Entering AP Calculus BC. Complex Fractions Summer Review Packet for Students Entering AP Calculus BC Comple Fractions When simplifying comple fractions, multiply by a fraction equal to 1 which has a numerator and denominator composed of the common

More information

Calculus Summer Assignment

Calculus Summer Assignment Calculus Summer Assignment This review packet covers material that will be given on a test to AP Calculus students during the first week of class. A topic list is below, followed by a written assignment.

More information

Precalculus with Trigonometry Honors Summer Packet

Precalculus with Trigonometry Honors Summer Packet Precalculus with Trigonometry Honors Summer Packet Welcome to Precalculus with Trigonometry Honors! We look forward to guiding you through an informative and eciting year en route to Calculus! In order

More information

COUNCIL ROCK HIGH SCHOOL MATHEMATICS. A Note Guideline of Algebraic Concepts. Designed to assist students in A Summer Review of Algebra

COUNCIL ROCK HIGH SCHOOL MATHEMATICS. A Note Guideline of Algebraic Concepts. Designed to assist students in A Summer Review of Algebra COUNCIL ROCK HIGH SCHOOL MATHEMATICS A Note Guideline of Algebraic Concepts Designed to assist students in A Summer Review of Algebra [A teacher prepared compilation of the 7 Algebraic concepts deemed

More information

ZETA MATHS. Higher Mathematics Revision Checklist

ZETA MATHS. Higher Mathematics Revision Checklist ZETA MATHS Higher Mathematics Revision Checklist Contents: Epressions & Functions Page Logarithmic & Eponential Functions Addition Formulae. 3 Wave Function.... 4 Graphs of Functions. 5 Sets of Functions

More information

Unit 2 - The Trigonometric Functions - Classwork

Unit 2 - The Trigonometric Functions - Classwork Unit 2 - The Trigonometric Functions - Classwork Given a right triangle with one of the angles named ", and the sides of the triangle relative to " named opposite, adjacent, and hypotenuse (picture on

More information

Algebra/Pre-calc Review

Algebra/Pre-calc Review Algebra/Pre-calc Review The following pages contain various algebra and pre-calculus topics that are used in the stud of calculus. These pages were designed so that students can refresh their knowledge

More information

Name: Math Analysis Chapter 3 Notes: Exponential and Logarithmic Functions

Name: Math Analysis Chapter 3 Notes: Exponential and Logarithmic Functions Name: Math Analysis Chapter 3 Notes: Eponential and Logarithmic Functions Day : Section 3-1 Eponential Functions 3-1: Eponential Functions After completing section 3-1 you should be able to do the following:

More information

AP Calculus AB Summer Assignment

AP Calculus AB Summer Assignment AP Calculus AB 07-08 Summer Assignment Welcome to AP Calculus AB! You are epected to complete the attached homework assignment during the summer. This is because of class time constraints and the amount

More information

A.P. Calculus Summer Assignment

A.P. Calculus Summer Assignment A.P. Calculus Summer Assignment This assignment is due the first day of class at the beginning of the class. It will be graded and counts as your first test grade. This packet contains eight sections and

More information

Unit Circle. Return to. Contents

Unit Circle. Return to. Contents Unit Circle Return to Table of Contents 32 The Unit Circle The circle x 2 + y 2 = 1, with center (0,0) and radius 1, is called the unit circle. Quadrant II: x is negative and y is positive (0,1) 1 Quadrant

More information

Pre-AP Geometry 8-2 Study Guide: Trigonometric Ratios (pp ) Page! 1 of! 14

Pre-AP Geometry 8-2 Study Guide: Trigonometric Ratios (pp ) Page! 1 of! 14 Pre-AP Geometry 8-2 Study Guide: Trigonometric Ratios (pp 541-544) Page! 1 of! 14 Attendance Problems. Write each fraction as a decimal rounded to the nearest hundredths. 2 7 1.! 2.! 3 24 Solve each equation.

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

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

C. Finding roots of trinomials: 1st Example: x 2 5x = 14 x 2 5x 14 = 0 (x 7)(x + 2) = 0 Answer: x = 7 or x = -2

C. Finding roots of trinomials: 1st Example: x 2 5x = 14 x 2 5x 14 = 0 (x 7)(x + 2) = 0 Answer: x = 7 or x = -2 AP Calculus Students: Welcome to AP Calculus. Class begins in approimately - months. In this packet, you will find numerous topics that were covered in your Algebra and Pre-Calculus courses. These are

More information

Higher Mathematics Course Notes

Higher Mathematics Course Notes Higher Mathematics Course Notes Equation of a Line (i) Collinearity: (ii) Gradient: If points are collinear then they lie on the same straight line. i.e. to show that A, B and C are collinear, show that

More information

Brief Revision Notes and Strategies

Brief Revision Notes and Strategies Brief Revision Notes and Strategies Straight Line Distance Formula d = ( ) + ( y y ) d is distance between A(, y ) and B(, y ) Mid-point formula +, y + M y M is midpoint of A(, y ) and B(, y ) y y Equation

More information

Solution. Using the point-slope form of the equation we have the answer immediately: y = 4 5 (x ( 2)) + 9 = 4 (x +2)+9

Solution. Using the point-slope form of the equation we have the answer immediately: y = 4 5 (x ( 2)) + 9 = 4 (x +2)+9 Chapter Review. Lines Eample. Find the equation of the line that goes through the point ( 2, 9) and has slope 4/5. Using the point-slope form of the equation we have the answer immediately: y = 4 5 ( (

More information

Summer Induction Work

Summer Induction Work A-level Maths Summer Induction Work Deadline: Monday 11th September The Hazeley Academy Mathematics A Level Maths Edecel: Pure Maths, Statistics and Mechanics Objective: To reinforce key GCSE skills in

More information

The function x² + y² = 1, is the algebraic function that describes a circle with radius = 1.

The function x² + y² = 1, is the algebraic function that describes a circle with radius = 1. 8.3 The Unit Circle Outline Background Trig Function Information Unit circle Relationship between unit circle and background information 6 Trigonometric Functions Values of 6 Trig Functions The Unit Circle

More information

AP Physics 1 Mr. Perkins June 2014 SUMMER WORK FOR AP PHYSICS 1 STUDENTS

AP Physics 1 Mr. Perkins June 2014 SUMMER WORK FOR AP PHYSICS 1 STUDENTS AP Physics 1 Mr. Perkins June 2014 SUMMER WORK FOR 2014-2015 AP PHYSICS 1 STUDENTS 1. Read Chapter 1 of Textbook (Giancoli pp.1-17). Make a list of questions about any topics you would like clarified on

More information

6.5 Trigonometric Equations

6.5 Trigonometric Equations 6. Trigonometric Equations In this section, we discuss conditional trigonometric equations, that is, equations involving trigonometric functions that are satisfied only by some values of the variable (or

More information

Unit 6: 10 3x 2. Semester 2 Final Review Name: Date: Advanced Algebra

Unit 6: 10 3x 2. Semester 2 Final Review Name: Date: Advanced Algebra Semester Final Review Name: Date: Advanced Algebra Unit 6: # : Find the inverse of: 0 ) f ( ) = ) f ( ) Finding Inverses, Graphing Radical Functions, Simplifying Radical Epressions, & Solving Radical Equations

More information

Crash Course in Trigonometry

Crash Course in Trigonometry Crash Course in Trigonometry Dr. Don Spickler September 5, 003 Contents 1 Trigonometric Functions 1 1.1 Introduction.................................... 1 1. Right Triangle Trigonometry...........................

More information

George Washington Carver Engineering and Science High School 2018 Summer Enrichment

George Washington Carver Engineering and Science High School 2018 Summer Enrichment George Washington Carver Engineering and Science High School 2018 Summer Enrichment CALCULUS ASSIGNMENT #1: SUMMER PROJECT (Due Tuesday September 11 th ) (Worth 100 points for the packet and 100 points

More information

The graph of a proportional relation always contains the origin and has a slope equal to the constant of proportionality.

The graph of a proportional relation always contains the origin and has a slope equal to the constant of proportionality. Chapter 11.1 Ratios and Rates A ratio is a comparison of two numbers, a and b, by division. The numbers a and b are called terms of the ratio. A ratio can be expressed in three different ways. 1. Word

More information

b = 2, c = 3, we get x = 0.3 for the positive root. Ans. (D) x 2-2x - 8 < 0, or (x - 4)(x + 2) < 0, Therefore -2 < x < 4 Ans. (C)

b = 2, c = 3, we get x = 0.3 for the positive root. Ans. (D) x 2-2x - 8 < 0, or (x - 4)(x + 2) < 0, Therefore -2 < x < 4 Ans. (C) SAT II - Math Level 2 Test #02 Solution 1. The positive zero of y = x 2 + 2x is, to the nearest tenth, equal to (A) 0.8 (B) 0.7 + 1.1i (C) 0.7 (D) 0.3 (E) 2.2 ± Using Quadratic formula, x =, with a = 1,

More information

Summer Packet Geometry PAP

Summer Packet Geometry PAP Summer Packet Geometry PAP IMPORTANT INSTRUCTIONS FOR STUDENTS!!! We understand that students come to Geometry with different strengths and needs. For this reason, students have options for completing

More information

Pure Core 2. Revision Notes

Pure Core 2. Revision Notes Pure Core Revision Notes June 06 Pure Core Algebra... Polynomials... Factorising... Standard results... Long division... Remainder theorem... 4 Factor theorem... 5 Choosing a suitable factor... 6 Cubic

More information

Trigonometry Trigonometry comes from the Greek word meaning measurement of triangles Angles are typically labeled with Greek letters

Trigonometry Trigonometry comes from the Greek word meaning measurement of triangles Angles are typically labeled with Greek letters Trigonometry Trigonometry comes from the Greek word meaning measurement of triangles Angles are typically labeled with Greek letters α( alpha), β ( beta), θ ( theta) as well as upper case letters A,B,

More information

ADVANCED PLACEMENT PHYSICS 1

ADVANCED PLACEMENT PHYSICS 1 ADVANCED PLACEMENT PHYSICS 1 MS. LAWLESS ALAWLESS@SOMERVILLESCHOOLS.ORG Purpose of Assignments: This assignment is broken into 8 Skills. Skills 1-6, and 8 are review of science and math literacy. Skill

More information

Pythagoras Theorem. What it is: When to use: What to watch out for:

Pythagoras Theorem. What it is: When to use: What to watch out for: Pythagoras Theorem a + b = c Where c is the length of the hypotenuse and a and b are the lengths of the other two sides. Note: Only valid for right-angled triangles! When you know the lengths of any two

More information

6.4 Division of Polynomials. (Long Division and Synthetic Division)

6.4 Division of Polynomials. (Long Division and Synthetic Division) 6.4 Division of Polynomials (Long Division and Synthetic Division) When we combine fractions that have a common denominator, we just add or subtract the numerators and then keep the common denominator

More information

Inverse Relations. 5 are inverses because their input and output are switched. For instance: f x x. x 5. f 4

Inverse Relations. 5 are inverses because their input and output are switched. For instance: f x x. x 5. f 4 Inverse Functions Inverse Relations The inverse of a relation is the set of ordered pairs obtained by switching the input with the output of each ordered pair in the original relation. (The domain of the

More information

5.5 Special Rights. A Solidify Understanding Task

5.5 Special Rights. A Solidify Understanding Task SECONDARY MATH III // MODULE 5 MODELING WITH GEOMETRY 5.5 In previous courses you have studied the Pythagorean theorem and right triangle trigonometry. Both of these mathematical tools are useful when

More information

(A) 6.79 s (B) s (C) s (D) s (E) s. Question

(A) 6.79 s (B) s (C) s (D) s (E) s. Question AP Physics - Problem Drill 02: Basic Math for Physics No. 1 of 10 1. Solve the following equation for time (with the correct number of significant figures): (A) 6.79 s (B) 6.785 s (C) 0.147 s (D) 0.1474

More information

Summer Packet Honors PreCalculus

Summer Packet Honors PreCalculus Summer Packet Honors PreCalculus Honors Pre-Calculus is a demanding course that relies heavily upon a student s algebra, geometry, and trigonometry skills. You are epected to know these topics before entering

More information

Unit S Student Success Sheet (SSS) Trigonometric Identities Part 3 (section 5.5)

Unit S Student Success Sheet (SSS) Trigonometric Identities Part 3 (section 5.5) Unit S Student Success Sheet (SSS) Trigonometric Identities Part 3 (section 5.5) Standards: Trig 11.0 Segerstrom High School -- Math Analysis Honors Name: Period: Thinkbinder Study Group: www.bit.ly/chatunits

More information

Algebra 2/Pre-Calculus

Algebra 2/Pre-Calculus Algebra /Pre-Calculus Name Introduction to Eponential Functions (Day 1, Eponential Functions) In this handout, we will introduce eponential functions. Definition We say f () is an eponential function if

More information

Feedback D. Incorrect! Exponential functions are continuous everywhere. Look for features like square roots or denominators that could be made 0.

Feedback D. Incorrect! Exponential functions are continuous everywhere. Look for features like square roots or denominators that could be made 0. Calculus Problem Solving Drill 07: Trigonometric Limits and Continuity No. of 0 Instruction: () Read the problem statement and answer choices carefully. () Do your work on a separate sheet of paper. (3)

More information

REVIEW: MORE FUNCTIONS AP CALCULUS :: MR. VELAZQUEZ

REVIEW: MORE FUNCTIONS AP CALCULUS :: MR. VELAZQUEZ REVIEW: MORE FUNCTIONS AP CALCULUS :: MR. VELAZQUEZ INVERSE FUNCTIONS Two functions are inverses if they undo each other. In other words, composing one function in the other will result in simply x (the

More information

Lesson #33 Solving Incomplete Quadratics

Lesson #33 Solving Incomplete Quadratics Lesson # Solving Incomplete Quadratics A.A.4 Know and apply the technique of completing the square ~ 1 ~ We can also set up any quadratic to solve it in this way by completing the square, the technique

More information

Math 121 (Lesieutre); 9.1: Polar coordinates; November 22, 2017

Math 121 (Lesieutre); 9.1: Polar coordinates; November 22, 2017 Math 2 Lesieutre; 9: Polar coordinates; November 22, 207 Plot the point 2, 2 in the plane If you were trying to describe this point to a friend, how could you do it? One option would be coordinates, but

More information

A BRIEF REVIEW OF ALGEBRA AND TRIGONOMETRY

A BRIEF REVIEW OF ALGEBRA AND TRIGONOMETRY A BRIEF REVIEW OF ALGEBRA AND TRIGONOMETR Some Key Concepts:. The slope and the equation of a straight line. Functions and functional notation. The average rate of change of a function and the DIFFERENCE-

More information

Calculus I. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed.

Calculus I. Here are a couple of warnings to my students who may be here to get a copy of what happened on a day that you missed. This document was written and copyrighted by Paul Dawkins. Use of this document and its online version is governed by the Terms and Conditions of Use located at. The online version of this document is

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

Jan 1 4:08 PM. We write this in a shorter manner for simplicity. leg

Jan 1 4:08 PM. We write this in a shorter manner for simplicity. leg Review Pythagorean Theorem Jan 1 4:08 PM We write this in a shorter manner for simplicity. leg hyp leg or a c b Note, the last statement can be misleading if the letters used are not in the correct position.

More information

Calculus Summer TUTORIAL

Calculus Summer TUTORIAL Calculus Summer TUTORIAL The purpose of this tutorial is to have you practice the mathematical skills necessary to be successful in Calculus. All of the skills covered in this tutorial are from Pre-Calculus,

More information

Fundamentals of Algebra, Geometry, and Trigonometry. (Self-Study Course)

Fundamentals of Algebra, Geometry, and Trigonometry. (Self-Study Course) Fundamentals of Algebra, Geometry, and Trigonometry (Self-Study Course) This training is offered eclusively through the Pennsylvania Department of Transportation, Business Leadership Office, Technical

More information

Fox Lane High School Department of Mathematics

Fox Lane High School Department of Mathematics Fo Lane High School Department of Mathematics June 08 Hello Future AP Calculus AB Student! This is the summer assignment for all students taking AP Calculus AB net school year. It contains a set of problems

More information

SOH CAH TOA. b c. sin opp. hyp. cos adj. hyp a c. tan opp. adj b a

SOH CAH TOA. b c. sin opp. hyp. cos adj. hyp a c. tan opp. adj b a SOH CAH TOA sin opp hyp b c c 2 a 2 b 2 cos adj hyp a c tan opp adj b a Trigonometry Review We will be focusing on triangles What is a right triangle? A triangle with a 90º angle What is a hypotenuse?

More information

Review Notes for IB Standard Level Math

Review Notes for IB Standard Level Math Review Notes for IB Standard Level Math 1 Contents 1 Algebra 8 1.1 Rules of Basic Operations............................... 8 1.2 Rules of Roots..................................... 8 1.3 Rules of Exponents...................................

More information

Trig. Trig is also covered in Appendix C of the text. 1SOHCAHTOA. These relations were first introduced

Trig. Trig is also covered in Appendix C of the text. 1SOHCAHTOA. These relations were first introduced Trig Trig is also covered in Appendix C of the text. 1SOHCAHTOA These relations were first introduced for a right angled triangle to relate the angle,its opposite and adjacent sides and the hypotenuse.

More information

SECTION 6.3: VECTORS IN THE PLANE

SECTION 6.3: VECTORS IN THE PLANE (Section 6.3: Vectors in the Plane) 6.18 SECTION 6.3: VECTORS IN THE PLANE Assume a, b, c, and d are real numbers. PART A: INTRO A scalar has magnitude but not direction. We think of real numbers as scalars,

More information

Newbattle Community High School Higher Mathematics. Key Facts Q&A

Newbattle Community High School Higher Mathematics. Key Facts Q&A Key Facts Q&A Ways of using this booklet: 1) Write the questions on cards with the answers on the back and test yourself. ) Work with a friend who is also doing to take turns reading a random question

More information

Integration by inverse substitution

Integration by inverse substitution Roberto s Notes on Integral Calculus Chapter : Integration methods Section 9 Integration by inverse substitution by using the sine function What you need to know already: How to integrate through basic

More information

Math Analysis/Honors Math Analysis Summer Assignment

Math Analysis/Honors Math Analysis Summer Assignment Math Analysis/Honors Math Analysis Summer Assignment To be successful in Math Analysis or Honors Math Analysis, a full understanding of the topics listed below is required prior to the school year. To

More information

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

More information

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

Integration by Triangle Substitutions

Integration by Triangle Substitutions Integration by Triangle Substitutions The Area of a Circle So far we have used the technique of u-substitution (ie, reversing the chain rule) and integration by parts (reversing the product rule) to etend

More information

Math 123 Summary of Important Algebra & Trigonometry Concepts Chapter 1 & Appendix D, Stewart, Calculus Early Transcendentals

Math 123 Summary of Important Algebra & Trigonometry Concepts Chapter 1 & Appendix D, Stewart, Calculus Early Transcendentals Math Summar of Important Algebra & Trigonometr Concepts Chapter & Appendi D, Stewart, Calculus Earl Transcendentals Function a rule that assigns to each element in a set D eactl one element, called f (

More information

George Washington Carver Engineering and Science High School 2018 Summer Enrichment

George Washington Carver Engineering and Science High School 2018 Summer Enrichment George Washington Carver Engineering and Science High School 2018 Summer Enrichment Due Tuesday September 11 th AP AB CALCULUS This summer assignment requires you to review key precalculus and algebra

More information

Troy High School AP Calculus Summer Packet

Troy High School AP Calculus Summer Packet Troy High School AP Calculus Summer Packet As instructors of AP Calculus, we have etremely high epectations of students taking our courses. We epect a certain level of independence to be demonstrated by

More information

. Do the assigned problems on a separate sheet of paper and show your work for questions 1-40

. Do the assigned problems on a separate sheet of paper and show your work for questions 1-40 Dear future AP Physics C students, I m very excited to have you in AP Physics C next year! This class is a calculus-based, first year college physics course. It is a very rigorous class that physics and

More information

MHF4U: Practice Mastery Test #3

MHF4U: Practice Mastery Test #3 MHF4U: Practice Mastery Test #3 Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Simplify a. b. 4x c. d. 2. Expand and simplify (2x + 1)(x - 3) a. b. c.

More information

. Do the assigned problems on separate paper and show your work for questions 1-44

. Do the assigned problems on separate paper and show your work for questions 1-44 Dear future AP Physics C students, I m very excited to have you in AP Physics C next year! This class is a calculusbased, first semester college physics course. It is a very rigorous class that physics

More information

West Essex Regional School District. AP Calculus AB. Summer Packet

West Essex Regional School District. AP Calculus AB. Summer Packet West Esse Regional School District AP Calculus AB Summer Packet 05-06 Calculus AB Calculus AB covers the equivalent of a one semester college calculus course. Our focus will be on differential and integral

More information

Maths Pack. Distance Learning Mathematics Support Pack. For the University Certificates in Astronomy and Cosmology

Maths Pack. Distance Learning Mathematics Support Pack. For the University Certificates in Astronomy and Cosmology Maths Pack Distance Learning Mathematics Support Pack For the University Certificates in Astronomy and Cosmology These certificate courses are for your enjoyment. However, a proper study of astronomy or

More information

Core Mathematics 2 Trigonometry

Core Mathematics 2 Trigonometry Core Mathematics 2 Trigonometry Edited by: K V Kumaran Email: kvkumaran@gmail.com Core Mathematics 2 Trigonometry 2 1 Trigonometry Sine, cosine and tangent functions. Their graphs, symmetries and periodicity.

More information

MATHS S4 Credit Course CHECKLIST

MATHS S4 Credit Course CHECKLIST St Ninian s High School MATHS S Credit Course CHECKLIST I understand this part of the course = I am unsure of this part of the course = I do not understand this part of the course = Name Class Teacher

More information

Calculus with business applications, Lehigh U, Lecture 05 notes Summer

Calculus with business applications, Lehigh U, Lecture 05 notes Summer Calculus with business applications, Lehigh U, Lecture 0 notes Summer 0 Trigonometric functions. Trigonometric functions often arise in physical applications with periodic motion. They do not arise often

More information

TRIG REVIEW NOTES. Co-terminal Angles: Angles that end at the same spot. (sines, cosines, and tangents will equal)

TRIG REVIEW NOTES. Co-terminal Angles: Angles that end at the same spot. (sines, cosines, and tangents will equal) TRIG REVIEW NOTES Convert from radians to degrees: multiply by 0 180 Convert from degrees to radians: multiply by 0. 180 Co-terminal Angles: Angles that end at the same spot. (sines, cosines, and tangents

More information

A summary of factoring methods

A summary of factoring methods Roberto s Notes on Prerequisites for Calculus Chapter 1: Algebra Section 1 A summary of factoring methods What you need to know already: Basic algebra notation and facts. What you can learn here: What

More information

Section 1.2 A Catalog of Essential Functions

Section 1.2 A Catalog of Essential Functions Chapter 1 Section Page 1 of 6 Section 1 A Catalog of Essential Functions Linear Models: All linear equations have the form rise change in horizontal The letter m is the of the line, or It can be positive,

More information

1 Exponential Functions Limit Derivative Integral... 5

1 Exponential Functions Limit Derivative Integral... 5 Contents Eponential Functions 3. Limit................................................. 3. Derivative.............................................. 4.3 Integral................................................

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. Welcome to AP Calculus!!! For you to be successful in the fall when you come back to school you will need to complete this summer homework assignment. This will be worth grades when you get back to class

More information

f x and the x axis on an interval from x a and

f x and the x axis on an interval from x a and Unit 6: Chapter 8 Areas and Volumes & Density Functions Part 1: Areas To find the area bounded by a function bwe use the integral: f d b a b 0 f d f d. a b a f and the ais on an interval from a and. This

More information

Introduction. So, why did I even bother to write this?

Introduction. So, why did I even bother to write this? Introduction This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The review contains the occasional

More information

Chapter 13: Trigonometry Unit 1

Chapter 13: Trigonometry Unit 1 Chapter 13: Trigonometry Unit 1 Lesson 1: Radian Measure Lesson 2: Coterminal Angles Lesson 3: Reference Angles Lesson 4: The Unit Circle Lesson 5: Trig Exact Values Lesson 6: Trig Exact Values, Radian

More information

Calculus 2 - Examination

Calculus 2 - Examination Calculus - Eamination Concepts that you need to know: Two methods for showing that a function is : a) Showing the function is monotonic. b) Assuming that f( ) = f( ) and showing =. Horizontal Line Test:

More information

Bishop Kelley High School Summer Math Program Course: Algebra 2 A

Bishop Kelley High School Summer Math Program Course: Algebra 2 A 06 07 Bishop Kelley High School Summer Math Program Course: Algebra A NAME: DIRECTIONS: Show all work in packet!!! The first 6 pages of this packet provide eamples as to how to work some of the problems

More information

2015 SUMMER MATH PACKET

2015 SUMMER MATH PACKET Name: Date: 05 SUMMER MATH PACKET College Algebra Trig. - I understand that the purpose of the summer packet is for my child to review the topics they have already mastered in previous math classes and

More information