1 Functions and Inverses

Size: px
Start display at page:

Download "1 Functions and Inverses"

Transcription

1 October, 08 MAT86 Week Justin Ko Functions and Inverses Definition. A function f : D R is a rule that assigns each element in a set D to eactly one element f() in R. The set D is called the domain of f. The set R is called the range of f, and it consists of all possible values of f(). If the domain of a function is not eplicitly specified, then we take D to be the largest set such that the function is well-defined. Eample. Functions can be represented in several ways such as a formula, a graph, or a table of values. For eample, the relation from R [0, ) can be epressed as:. Formula: A mathematical formula f() =. Graph: A graph is the collection of ordered pairs {(, f()) : D} epressed as a curve in the y-plane. y f() = Note: A curve in the y-plane is the graph of a function if any vertical line intersects the curve at most once. This is called the vertical line test. 3. Table: A table of values Definition. A function is one-to-one if it never takes the same value twice; that is, for every, D, f( ) = f( ) = =. () Note: In the y-plane, a function f is one-to-one if any horizontal line intersects the graph of f at most once. This is called the horizontal line test. Definition 3. Let f() and g() be two one-to-one functions. The functions f() and g() are inverses if (f g)() = for all in the domain of g and (g f)() = for all in the domain of f. The function g is called the inverse function of f and is usually denoted by g() = f (). The inverse f satisfies several properties:. The domain of f is the range of f and the range of f is the domain of f. In the y-plane, the graph of f is obtained by reflecting the graph of f about the line y = 3. A point (, y) is on the graph of f if and only if (y, ) is a point on the graph of f. Eample. The functions f() = from (0, ) (0, ) is a one-to-one function and has an inverse given by f () = g() =. To verify this, we can check that (f g)() = ( ) = for all (0, ) and (g f)() = = for all (0, ). More generally, the set R in the notation f : D R refers to the co-domain of f. The co-domain must contain the possible values of f(), but may also contain some impossible values. For eample, one may write: let f : R R be the function f() = even though the range of f is only [0, ). For simplicity, we always take the set R to refer to the range of a function in this course, so it is not important to know what a co-domain is. Page of

2 October, 08 MAT86 Week Justin Ko. Eample Problems.. Check if a function is one-to-one Strategy: We need to check Definition directly.. To show a function is one-to-one, we need to check condition () in Definition holds by assuming f( ) = f( ) and showing that we must have =.. Alternatively, to show a function is one-to-one, it suffices to show that the function is strictly increasing or decreasing on its domain (i.e. f( ) < f( ) whenever < or f( ) > f( ) whenever < ). This essentially shows the contrapositive of (), i.e. if then f( ) f( ). This technique will be useful later on in this course once we build the tools to check this condition. 3. To show that a function is not one-to-one, it suffices to find points such that f( ) = f( ). Problem. ( ) Is the function f() = +5 6 one to one? Solution. To show the function is one-to-one, notice for 6 and 6, we have f( ) = = = f( ) ( + 5)( 6) = ( + 5)( 6) so our function is one-to-one = = =, Problem. ( ) Is the function f() = one to one? Solution. From Table, we know that is not one-to-one function. To show this directly, notice that f() = = = = f( ), so our function is not one-to-one. Problem 3. ( ) Is the function f() = e one to one? Solution 3. We will show the function is one-to-one by proving that is strictly increasing. Taking the derivative of f(), we have f () = e + e = e ( + ) > 0 for all R. In particular, we have f() is strictly increasing on R and therefore also one-to-one. Problem 4. ( ) True of False: If f() is an even function (i.e. f( ) = f()), then f() is not one-to-one. Page of

3 October, 08 MAT86 Week Justin Ko Solution 4. This is true. Since f( ) = f() for all D f, if we take D f such that 0 then we have f() = f( ) but so our function is not one-to-one. Problem 5. ( ) True of False: If f() is an odd function (i.e. one-to-one. f( ) = f()), then f() is Solution 5. This is false. For eample, consider f() = sin(). It is well known that sin() is an odd function, but f(0) = sin(0) = 0 = sin(π) = f(π), so f() is not one-to-one. Problem 6. ( ) True or False: If g : A B and f : B C are one-to-one then f g : A C is one-to-one. Solution 6. This is true. We can show Definition directly. Suppose that (f g)( ) = (f g)( ), we need to show that =. Notice that both f and g satisfy () since they are one-to-one, so as required. (f g)( ) = (f g)( ) g( ) = g( ) f satisfies ().. Finding the Inverse of a Function = g satisfies () Strategy: Solve = f(y) for y. The resulting equation is y = f (). Problem. ( ) Find the formula for the inverse of the function f() = Solution. It is easy to check that f() is one-to-one. To find the formula for f, it suffices to solve = f(y) = y + 5 y 6 in terms of y. Notice that = y + 5 y 6 y 6 = y + 5 ( )y = f () = y = Problem. ( ) Find the formula for the inverse of the function f() = + +. Solution. The function f() is not one-to-one since f(0) = = f( ), so the inverse does not eist. Problem 3. ( ) Find a formula for the inverse of the function f() =. Be sure to specify the domain of f. Solution 3. It is easy to check that f() is one-to-one on its domain [, ). To find the formula for f, it suffices to solve = f(y) = y in terms of y. Notice that = y = y f () = y =. Although the function f () makes sense for all R, the domain of this inverse is the range of f(), which is [0, ). Page 3 of

4 October, 08 MAT86 Week Justin Ko Eponential Functions An eponential function with base a > 0 is denoted by a and its inverse is denoted by log a (). The most common base for an eponential function is the mathematical constant e = Definition 4. We call function ep() = e the eponential function, and its inverse ln() = log e () the natural logarithm (some books use log() to refer to the natural logarithm). We summarize several properties of the eponential function and its logarithm. The following properties hold more generally for a > 0 instead of e (just replace the e with a). We will prove some change of base formulas in the eercises that epress eponential functions and logarithms with base a in terms of ep() and ln(). Since we can freely convert into base e, it suffices to just work with base e in most applications. Eponential ep( + y) = ep() ep(y) Logarithm ln( y) = ln() + ln(y) ep() y = ep(y ) ln( y ) = y ln() ep( ) = ep() ln() = ln( ) ep(ln()) = for > 0 ln(ep()) = for R ep(0) =, ep() = e ln() = 0, ln(e) = y f() = e y f() = ln Table : Properties of Eponential Functions Note: Some eponential epressions are defined for a < 0. For eample, ( 8) = 64 and ( 8) /3 =. However, ( 8) is not defined on R (for eample, ( 8) / does not have a real solution).. Eample Problems:.. Solving and Simplifying Epressions Involving log() and e : Problem. ( ) Solve 3 3 = 9 for. Solution. Using the properties of eponents, we have 3 3 = 9 33 = (3 ) ( ) 3 3 = 3 ( ) 3 = ( ) = 7. Problem. ( ) Simplify the epression e ln( 3 ). Page 4 of

5 October, 08 MAT86 Week Justin Ko Solution. Using the properties of eponents, we have ( ( e ln( 3 ) = ep ln = ep(ln(3)) = 3. 3)) Problem 3. ( ) Simplify the epression e ln()+( 7) ln(). Solution 3. Using the properties of eponents, we have e ln()+( 7) ln() = e 3 ln() 7 ln() = e ln(3 )+ln( 7) = e ln(3 7) = e ln((3 7)) = 3 7. Problem 4. ( ) Solve the following epression for : log 54 ( ) + log 54 ( + ) =. Solution 4. Simplifying the left hand side, we combine the logarithms to conclude log 54 ( ) + log 54 ( + ) = log 54 (( ) ( + )) = log 54 ( ). Therefore, raising both sides of our original equation with base 54 implies log 54 ( ) + log 54 ( + ) = log 54 ( ) = = = 0. Notice that 56 = ( 8)( + 7) which means the equation 56 = 0 has solutions = 8 and = 7. However, since the domain of log 54 () is > 0, we have = 7 is not in the domain of either log 54 ( ) or log 54 ( + ), so our only solution is = 8. Problem 5. ( ) Solve the following epression for : 3 + = 54. Solution 5. Taking the natural logarithm of both sides, we have Since 54 = 7 = 3 3, we have Simplifying this equation, we have 3 + = 54 ( ) ln() + ( + ) ln(3) = ln(54) ( ) ln() + ( + ) ln(3) = ln(54) = ln( 3 3 ) = ln() + 3 ln(3). ln() + ln(3) = ln() + ln(3) = ln() + ln(3) ln() + ln(3) =. Page 5 of

6 October, 08 MAT86 Week Justin Ko.. Change of Base Formulas: Problem. ( ) Let b > 0 and suppose b. Prove the change of base formula log b () = ln ln b. Solution. We solve the following equation for y y = log b () b y = ln(b y ) = ln() y ln(b) = ln() y = ln() ln(b). compose both sides with b compose both sides with ln() Therefore, we have log b () = y = ln() ln(b). Note: We used the fact b, to ensure we did not divide by 0. Problem. ( ) Prove the change of base formula b = e ln(b). Solution. We solve the following equation for y b = e y ln b = y y = ln(b). compose both sides with ln() Therefore, we have b = e y = e ln(b). Page 6 of

7 October, 08 MAT86 Week Justin Ko 3 Absolute Value For R, the absolute value of is a piecewise function defined by { 0 = < 0. It is easy to check that for, y R, we have. Non-negativity: 0. Multiplicativity: y = y 3. Positive Definiteness: = 0 if and only if = 0 4. Triangle Inequality: + y + y 5. Reverse Triangle Inequality: y y. The graph is given below: y y = 3. Eample Problems 3.. Absolute Value Inequalities: Strategy: We can proceed in two ways:. In general, we need to break our region into cases where our absolute values change sign and solve the inequality on each region separately.. Shortcut: If we want to compute f() C or f() C then we can replace the absolute value with ± and solve the two cases corresponding to +f() and f(). Problem. ( ) Find all such that Solution. Rearranging the inequality, we have ± Solving for the case with the positive sign, we have Page 7 of

8 October, 08 MAT86 Week Justin Ko and for the case with the negative sign, we have Therefore, we have 3 7. Note: Notice that 3, so we do not run into the issue of dividing by zero in the first step. Problem. ( ) Find the domain of the function f() = sin ( 3 7). Solution. Since the domain of sin is, the domain of f() are the values of such that 3 7. To solve this inequality, we notice 3 7 ±( 3 7) Solving for the case with the positive sign, we have and for the case with the negative sign, we have ( 3 7) 3 8 ( 3 7) /3. Therefore, we have 6 /3. Problem 3. ( ) Find all such that + 8 < Solution 3. The function + 8 changes sign when = 8, so we consider the regions < 8 and > 8.. > 8: In this case we have + 8 = + 8, so solving the inequality gives + 8 < < >. Since we must have both 8 and >, we have our inequality is satisfied when >.. < 8: In this case we have + 8 = ( + 8) so solving the inequality gives + 8 < < > 3. Since we must have both < 8 and > 3, no satisfies our inequality. 3. = 8: When = 8, we have 0 < , so = 8 does not satisfy our inequality. Combining the cases above, our solutions are >. Page 8 of

9 October, 08 MAT86 Week Justin Ko Problem 4. ( ) Find all such that < + 4. Solution 4. The function changes sign when = and + 4 changes sign when = 4, so we consider the cases. < 4: On this region, we have = + and + 4 = 4 so we have < < 4 8 < 0, which is a false epression, so no in this region satisfies our inequality.. 4 < < : On this region, we have = + and + 4 = + 4 so we have < < + 4 > 0. so we must have > 0 and 4 < < which means 0 < < is a solution to the inequality. 3. > : On this region, we have = and + 4 = + 4 so we have < + 4 < < 4, which is a true epression so > is a solution to the inequality. 4. = 4 or = : When = 4, we have 6 < which is false, so = 4 is not a solution. When =, we have 0 < 4 which is true, so = is a solution. Combining our cases above, our solutions are > 0. Page 9 of

10 October, 08 MAT86 Week Justin Ko 4 Trigonometric Functions The 3 main trigonometric functions discussed in this course are sin(), cos() and tan(). The key values of sin() and cos() can be summarized by the table of values π 0 6 sin() 0 cos() 3 π 4 π π The values for other key values can be etrapolated by remembering the shapes of the graphs y = sin y = cos y = tan y y y The key trigonometric identies are. Pythagorean Identity:. Sum and Difference Formulas: sin(α ± β) = sin(α) cos(β) ± sin(β) cos(α), from these, one can derive the following identities sin θ + cos θ =. 3. Symmetry and Periodicity: (Use the Sum and Difference Formulas) cos(α ± β) = cos(α) cos(β) sin(α) sin(β). sin( θ) = sin(θ), cos( θ) = cos(θ), sin(θ + kπ) = sin(θ), cos(θ + kπ) = cos(θ) 4. Complementary and Supplementary Angles: (Use the Sum and Difference Formulas) ( π ) ( π ) sin θ = cos(θ), sin(π θ) = sin(θ), cos θ = sin(θ), cos(π θ) = cos(θ). 5. Double Angle Formulas: (Use the Sum and Difference Formulas and the Pythagorean Identity) sin(θ) = sin(θ) cos(θ), cos(θ) = cos (θ) sin (θ) = sin (θ) = cos (θ). 6. Half Angle Formulas: (Use the Double Angle Formulas for cos(θ)) sin θ = cos(θ), cos θ = + cos θ. 7. Product to Sum Formulas: (Use the Sum and Difference Formulas) cos(α) cos(β) = (cos(α + β) + cos(α β)), sin(α) sin(β) = (cos(α β) cos(α + β)), sin(α) cos(β) = (sin(α + β) + sin(α β)). To solve some word problems, it is also useful to recall the Cosine Law c = a + b ab cos C where C is the angle opposite side c. Page 0 of

11 October, 08 MAT86 Week Justin Ko 4. Eample Problems 4.. General Trigonometry Problems Problem. ( ) Find all such that ( cos + π ) = 0. Solution. From the graph of cos(), we know cos() = 0 = π + kπ for k Z. Therefore, the solutions of our equation are such that + π = π + kπ = kπ for k Z. Problem. ( ) Derive the Sum and Difference formulas. Solution. Recall Euler s Identity, If we take θ = α + β, then e iθ = cos(θ) + i sin(θ). e i(α+β) = cos(α + β) + i sin(α + β) and using the fact ep(a + b) = ep(a) ep(b), we also have e i(α+β) = e iα e iβ = (cos(α) + i sin(α))(cos(β) + i sin(β)) ( ) ( ) = cos(α) cos(β) sin(α) sin(β) + i sin(α) cos(β) + sin(β) cos(α). Therefore, our two equations above implies ( ) ( ) cos(α+β)+i sin(α+β) = e i(α+β) = cos(α) cos(β) sin(α) sin(β) +i sin(α) cos(β) + sin(β) cos(α). Equating the real and imaginary parts, we have cos(α + β) = cos(α) cos(β) sin(α) sin(β) and sin(α + β) = sin(α) cos(β) + sin(β) cos(α). To derive the formulas for α β, we use the fact sin( ) = sin() and cos( ) = cos() and use our formulas above to conclude and cos(α β) = cos(α + ( β)) = cos(α) cos( β) sin(α) sin( β) = cos(α) cos(β) + sin(α) sin(β) sin(α β) = sin(α + ( β)) = sin(α) cos( β) + sin( β) cos(α) = sin(α) cos(β) sin(β) cos(α). 4.. Inverse Trig Problems Problem. ( ) Find the such that. sin(sin ()) =. sin (sin()) = 3. tan (tan()) = 4. cot (cot()) = 5. csc(csc ()) = 6. cos(cos ()) =. Page of

12 October, 08 MAT86 Week Justin Ko Solution. Recall that the domain of a composition f g is { D g : g() D f } where D g and D f are the respective domains of g and f. Even though the trigonometric functions sin(), cos(),... are defined on large domains, the functions are not one-to-one, so its inverses are not well defined on the larger domain. We always restrict the domain of the trigonometric functions to the range of the inverse functions so that the inverses behave nicely. The answers to these problems can be read directly off the domains and ranges of the inverse trigonometric functions in Table. Let D f and R f be the domains and ranges of f.. The inverse identity sin(sin ()) = holds for all D sin () = [, ].. The inverse identity sin (sin()) = holds for all D sin() = R sin () = [ π, π ]. 3. The inverse identity tan (tan()) = holds for all D tan() = R tan () = ( π, π ). 4. The inverse identity cot (cot()) = holds for all D cot() = (0, π). 5. The inverse identity csc(csc ()) = holds for all D csc () = (, ] [, ). 6. The inverse identity cos(cos ()) = holds for all D cos () = [, ]. Problem. ( ) Rewrite the epression tan(cos ()) without using trigonometric functions. What is the domain of this function? Solution. We can solve this problem either geometrically or algebraically. Geometric Solution: We first find the domain of our function. We have D cos () = [, ] and D tan() = { k+ π}, so our domain consists of points in D cos () such that cos () π 0. Therefore, the domain of our function is [, ] \ {0}. Case > 0: We first consider the case such that > 0 on our domain. On this region, we have θ = cos () [0, π ] (the first quadrant). The triangle corresponding to cos(θ) = in the first quadrant is given by θ From this triangle, we see tan(cos ()) = tan(θ) = for (0, ]. Case < 0: We now consider the case such that < 0 on our domain. On this region, we have θ = cos () [ π, π] (the second quadrant). The triangle corresponding to cos(θ) = in the second quadrant is given by Page of

13 October, 08 MAT86 Week Justin Ko θ Notice that < 0, so this triangle is indeed in the second quadrant. From this triangle, we see tan(cos ()) = tan(θ) = for [, 0). Algebraic Solution: We first find the domain of our function. We have D cos () = [, ] and D tan() = { k+ π}, so our domain consists of points in D cos () such that cos () π 0. Therefore, the domain of our function is [, ] \ {0}. Case > 0: We first consider the case such that 0 on our domain. On this region, we have θ = cos () [0, π ] so trigonometric functions are positive. We now solve the identity algebraically. We want to write tan(θ) in terms of cos(θ). Using the Pythagorean identity, sin (θ) + cos (θ) = tan (θ) + = cos (θ) tan (θ) = cos (θ) cos (θ) cos (θ) tan(θ) =. cos(θ) Since tan(θ) 0 and cos(θ) > 0, we didn t have to worry about absolute values when taking the squareroots of both sides or dividing by zero. Therefore, if we set θ = cos (), we have tan(cos cos (cos ()) = ()) cos(cos = for (0, ]. ()) Case < 0: We now consider the case such that < 0 on our domain. We can easily check that our function tan(cos ()) is odd. To see this, notice that cos () π is odd, and therefore tan((cos () π ) + π ) is a composition of odd functions and therefore odd. Etending our solution for > 0 to make it odd, we have tan(cos ()) = ( ) = for [, 0). Problem 6. ( ) Rewrite the epression tan(csc ()) without using trigonometric functions. What is the domain of this function? Solution 6. We can solve this problem either geometrically or algebraically. Geometric Solution: We first find the domain of our function. We have D csc () = (, ] [, ) and D tan() = { k+ π}, so our domain consists of points in D csc () such that csc () ± π ±. Therefore, the domain of our function is (, ) (, ). Case > 0: We first consider the case such that > 0 on our domain. On this region, we have θ = csc () [0, π ] (the first quadrant). The triangle corresponding to csc(θ) = in the first quadrant is given by Page 3 of

14 October, 08 MAT86 Week Justin Ko θ From this triangle, we see tan(csc ()) = tan(θ) = for (, ). Case < 0: We first consider the case such that > 0 on our domain. On this region, we have θ = csc () [ π, 0] (the fourth quadrant). The triangle corresponding to csc(θ) = in the fourth quadrant is given by θ Notice that < 0, so the side opposite the right angle is positive. From this triangle, we see tan(csc ()) = tan(θ) = for (, ). Algebraic Solution: We first find the domain of our function. We have D csc () = (, ] [, ) and D tan() = { k+ π}, so our domain consists of points in D csc () such that csc () ± π ±. Therefore, the domain of our function is (, ) (, ). Case > 0: We first consider the case such that > 0 on our domain. On this region, we have θ = csc () [0, π ] so trig functions are all positive. We now solve the identity algebraically. We want to write tan(θ) in terms of csc(θ). Using the Pythagorean identity, sin (θ) + cos (θ) = + tan (θ) = csc(θ) tan (θ) = csc (θ) tan(θ) = csc (θ). Since sin(θ) > 0 and cos(θ) > 0 on this domain, we didn t have to worry about absolute values when taking the squareroots of both sides or dividing by zero. Therefore, if we set θ = csc (), we have tan(csc ()) = for (, ). Case < 0: We now consider the case such that < 0 on our domain. We can easily check that our function tan(csc ()) is odd. To see this, notice that sec () π is odd, and therefore Page 4 of

15 October, 08 MAT86 Week Justin Ko tan((sec () π ) + π ) is a composition of odd functions and therefore odd. Etending our solution to make it odd, we have tan(csc ()) = ( ) = for (, ). Remark: We used the following fact in Solutions 5 and Solution 6. Suppose we know f() for > 0. odd or even manner We can use following formulas to etend our functions in an. Odd Etension: For < 0, the odd etension of f is given by f( ).. Even Etension: For < 0, the even etension of f is given by f( ). Page 5 of

16 October, 08 MAT86 Week Justin Ko 5 Hyperbolic Functions The 3 main hyperbolic functions discussed in this course are sinh() = e e, cosh() = e + e, tanh() = sinh() cosh(). The graphs of these functions are given by y = sinh y y = cosh y y = tanh y Just like the trigonometric functions, the hyperbolic functions satisfy a similar set of properties. Analogue of the Pythagorean Identity: cosh () sinh () =.. Sum and Difference Formulas: sinh(±y) = sinh() cosh(y)±sinh() cosh(y), cosh(±y) = cosh() cosh(y)±sinh() sinh(y). 3. Double Angle Formulas: (Use sum and difference formulas and the Pythagorean identity) sinh() = sinh() cosh(), cosh() = cosh ()+sinh () = sinh ()+ = cosh (). 4. Half Angle Formulas: (Use the double angle formula for cosh()) sinh () = cosh(), cosh () = cosh() +. Similarly to the trigonometric functions, we can also define the following lesser used hyperbolic functions csch() = sinh(), sech() = cosh(), coth() = tanh(). 5. Eample Problems Problem. ( ) Derive the formula for cosh (). Solution. We eplicitly compute the inverse of f() = cosh(). Since cosh() is not one to one, we have to restrict its domain to 0 to make our function one to one. We know that the range of Page 6 of

17 October, 08 MAT86 Week Justin Ko cosh() is [, ). Setting f(y) = and solving for y, we have cosh(y) = ey + e y = e y + e y = 0 e y e y + = 0 e y = ± 4 4 multiply both sides by e y using the quadratic formula e y = + since e y must be > 0 for all y = ln( + ). This solution makes sense because, so we have y 0 as needed. Therefore, the formula for the inverse function is f () = ln( + ). Note: If we multiplied both sides by e y, in the computation above, we would have deduced that f () = ln( + ). This is the other possible inverse of cosh () if we choose to restrict its domain to 0. Problem. ( ) Verify the Pythagorean identity cosh () sinh () =. Solution. This is a direct computation. We have ( e cosh () sinh y + e y ) ( e y e y ) e y + + e y e y + e y () = + = 4 =. Page 7 of

18 October, 08 MAT86 Week Justin Ko 6 Appendi: Essential Functions and Their Graphs Below is a non-ehaustive list of the basic functions we will encounter in this class. Elementary Functions Function Domain Range One-to-One n (where n is even) R [0, ) No n (where n is odd) R R Yes [0, ) [0, ) Yes R \ {0} R \ {0} Yes R [0, ) No Eponential Functions Function Domain Range One-to-One a (where a > 0) R (0, ) Yes log a () (where a > 0) (0, ) R Yes Trigonometric Functions Function Domain Range One-to-One sin() R [, ] No cos() R [, ] No tan() = sin() cos() { : k+ π, k Z} R No sin () [, ] [ π, π ] Yes cos () [, ] [0, π] Yes tan () R ( π, π ) Yes csc() = sin() { : kπ, k Z} (, ] [, ) No sec() = cos() { : k+ π, k Z} (, ] [, ) No cot() = tan() { : kπ, k Z} R No csc () (, ] [, ) [ π, 0) (0, π ] Yes sec () (, ] [, ) [0, π ) ( π, π] Yes cot () R (0, π) Yes Hyperbolic Functions Function Domain Range One-to-One sinh() = e e R R Yes cosh() = e +e R [, ) No tanh() = sinh() cosh() R (, ) Yes sinh () = ln( + + ) R R Yes cosh () = ln( + ) [, ) [0, ) Yes tanh () = + ln( ) (, ) R Yes csch() = sinh() R \ {0} R \ {0} Yes sech() = cosh() R (0, ] No coth() = tanh() R \ {0} (, ) (, ) Yes Table : Table of Functions Page 8 of

19 October, 08 MAT86 Week Justin Ko 6. Graphs 6.. Trigonometric Functions The trigonometric functions are not one-to-one, so we first restrict the domain of the trig functions to a region such that the functions is one-to-one. Trigonometric functions with leading sine terms are restricted to a subset of the domain [ π/, π/] and the Trigonometric functions with leading cosine terms are restricted to the domain [0, π]. Note: In the following pictures, the dotted blue graph is the full function. The blue graph is the one-to-one function on the restricted domain. And the red graph is the inverse function. Sine Function: Cosine Function: Tangent Function: Page 9 of

20 October, 08 MAT86 Week Justin Ko Cosecant Function: Secant Function: Cotangent Function: 6.. Eponential Functions Eponential Function with base e: Page 0 of

21 October, 08 MAT86 Week Justin Ko 6..3 Hyperbolic Functions Hyperbolic Sine: Hyperbolic Cosine: Hyperbolic Tangent: Page of

Math Section 4.3 Unit Circle Trigonometry

Math Section 4.3 Unit Circle Trigonometry Math 10 - Section 4. Unit Circle Trigonometry An angle is in standard position if its vertex is at the origin and its initial side is along the positive x axis. Positive angles are measured counterclockwise

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

CK- 12 Algebra II with Trigonometry Concepts 1

CK- 12 Algebra II with Trigonometry Concepts 1 14.1 Graphing Sine and Cosine 1. A.,1 B. (, 1) C. 3,0 D. 11 1, 6 E. (, 1) F. G. H. 11, 4 7, 1 11, 3. 3. 5 9,,,,,,, 4 4 4 4 3 5 3, and, 3 3 CK- 1 Algebra II with Trigonometry Concepts 1 4.ans-1401-01 5.

More information

October 27, 2018 MAT186 Week 3 Justin Ko. We use the following notation to describe the limiting behavior of functions.

October 27, 2018 MAT186 Week 3 Justin Ko. We use the following notation to describe the limiting behavior of functions. October 27, 208 MAT86 Week 3 Justin Ko Limits. Intuitive Definitions of Limits We use the following notation to describe the iting behavior of functions.. (Limit of a Function A it is written as f( = L

More information

Using the Definitions of the Trigonometric Functions

Using the Definitions of the Trigonometric Functions 1.4 Using the Definitions of the Trigonometric Functions Reciprocal Identities Signs and Ranges of Function Values Pythagorean Identities Quotient Identities February 1, 2013 Mrs. Poland Objectives Objective

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

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

Section 6.2 Trigonometric Functions: Unit Circle Approach

Section 6.2 Trigonometric Functions: Unit Circle Approach Section. Trigonometric Functions: Unit Circle Approach The unit circle is a circle of radius centered at the origin. If we have an angle in standard position superimposed on the unit circle, the terminal

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

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

Chapter 5 Analytic Trigonometry

Chapter 5 Analytic Trigonometry Chapter 5 Analytic Trigonometry Overview: 5.1 Using Fundamental Identities 5.2 Verifying Trigonometric Identities 5.3 Solving Trig Equations 5.4 Sum and Difference Formulas 5.5 Multiple-Angle and Product-to-sum

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

Solutions to Problem Sheet for Week 6

Solutions to Problem Sheet for Week 6 THE UNIVERSITY OF SYDNEY SCHOOL OF MATHEMATICS AND STATISTICS Solutions to Problem Sheet for Week 6 MATH90: Differential Calculus (Advanced) Semester, 07 Web Page: sydney.edu.au/science/maths/u/ug/jm/math90/

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

Honors Algebra 2 Chapter 14 Page 1

Honors Algebra 2 Chapter 14 Page 1 Section. (Introduction) Graphs of Trig Functions Objectives:. To graph basic trig functions using t-bar method. A. Sine and Cosecant. y = sinθ y y y y 0 --- --- 80 --- --- 30 0 0 300 5 35 5 35 60 50 0

More information

MA40S Pre-calculus UNIT C Trigonometric Identities CLASS NOTES Analyze Trigonometric Identities Graphically and Verify them Algebraically

MA40S Pre-calculus UNIT C Trigonometric Identities CLASS NOTES Analyze Trigonometric Identities Graphically and Verify them Algebraically 1 MA40S Pre-calculus UNIT C Trigonometric Identities CLASS NOTES Analyze Trigonometric Identities Graphically and Verify them Algebraically Definition Trigonometric identity Investigate 1. Using the diagram

More information

Math Analysis Chapter 5 Notes: Analytic Trigonometric

Math Analysis Chapter 5 Notes: Analytic Trigonometric Math Analysis Chapter 5 Notes: Analytic Trigonometric Day 9: Section 5.1-Verifying Trigonometric Identities Fundamental Trig Identities Reciprocal Identities: 1 1 1 sin u = cos u = tan u = cscu secu cot

More information

Precalculus Review. Functions to KNOW! 1. Polynomial Functions. Types: General form Generic Graph and unique properties. Constants. Linear.

Precalculus Review. Functions to KNOW! 1. Polynomial Functions. Types: General form Generic Graph and unique properties. Constants. Linear. Precalculus Review Functions to KNOW! 1. Polynomial Functions Types: General form Generic Graph and unique properties Constants Linear Quadratic Cubic Generalizations for Polynomial Functions - The domain

More information

FUNCTIONS OF ONE VARIABLE FUNCTION DEFINITIONS

FUNCTIONS OF ONE VARIABLE FUNCTION DEFINITIONS Page of 6 FUNCTIONS OF ONE VARIABLE FUNCTION DEFINITIONS 6. HYPERBOLIC FUNCTIONS These functions which are defined in terms of e will be seen later to be related to the trigonometic functions via comple

More information

Section Inverse Trigonometry. In this section, we will define inverse since, cosine and tangent functions. x is NOT one-to-one.

Section Inverse Trigonometry. In this section, we will define inverse since, cosine and tangent functions. x is NOT one-to-one. Section 5.4 - Inverse Trigonometry In this section, we will define inverse since, cosine and tangent functions. RECALL Facts about inverse functions: A function f ) is one-to-one if no two different inputs

More information

FUNDAMENTAL TRIGONOMETRIC INDENTITIES 1 = cos. sec θ 1 = sec. = cosθ. Odd Functions sin( t) = sint. csc( t) = csct tan( t) = tant

FUNDAMENTAL TRIGONOMETRIC INDENTITIES 1 = cos. sec θ 1 = sec. = cosθ. Odd Functions sin( t) = sint. csc( t) = csct tan( t) = tant NOTES 8: ANALYTIC TRIGONOMETRY Name: Date: Period: Mrs. Nguyen s Initial: LESSON 8.1 TRIGONOMETRIC IDENTITIES FUNDAMENTAL TRIGONOMETRIC INDENTITIES Reciprocal Identities sinθ 1 cscθ cosθ 1 secθ tanθ 1

More information

Sect 7.4 Trigonometric Functions of Any Angles

Sect 7.4 Trigonometric Functions of Any Angles Sect 7.4 Trigonometric Functions of Any Angles Objective #: Extending the definition to find the trigonometric function of any angle. Before we can extend the definition our trigonometric functions, we

More information

SET 1. (1) Solve for x: (a) e 2x = 5 3x

SET 1. (1) Solve for x: (a) e 2x = 5 3x () Solve for x: (a) e x = 5 3x SET We take natural log on both sides: ln(e x ) = ln(5 3x ) x = 3 x ln(5) Now we take log base on both sides: log ( x ) = log (3 x ln 5) x = log (3 x ) + log (ln(5)) x x

More information

7.3 Inverse Trigonometric Functions

7.3 Inverse Trigonometric Functions 58 transcendental functions 73 Inverse Trigonometric Functions We now turn our attention to the inverse trigonometric functions, their properties and their graphs, focusing on properties and techniques

More information

AMB121F Trigonometry Notes

AMB121F Trigonometry Notes AMB11F Trigonometry Notes Trigonometry is a study of measurements of sides of triangles linked to the angles, and the application of this theory. Let ABC be right-angled so that angles A and B are acute

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

More with Angles Reference Angles

More with Angles Reference Angles More with Angles Reference Angles A reference angle is the angle formed by the terminal side of an angle θ, and the (closest) x axis. A reference angle, θ', is always 0 o

More information

From now on angles will be drawn with their vertex at the. The angle s initial ray will be along the positive. Think of the angle s

From now on angles will be drawn with their vertex at the. The angle s initial ray will be along the positive. Think of the angle s Fry Texas A&M University!! Math 150!! Chapter 8!! Fall 2014! 1 Chapter 8A Angles and Circles From now on angles will be drawn with their vertex at the The angle s initial ray will be along the positive.

More information

Basic Trigonometry. DSchafer05. October 5, 2005

Basic Trigonometry. DSchafer05. October 5, 2005 Basic Trigonometry DSchafer05 October 5, 005 1 Fundementals 1.1 Trigonometric Functions There are three basic trigonometric functions, sine, cosine and tangent, whose definitions can be easily observed

More information

4.3 Inverse Trigonometric Properties

4.3 Inverse Trigonometric Properties www.ck1.org Chapter. Inverse Trigonometric Functions. Inverse Trigonometric Properties Learning Objectives Relate the concept of inverse functions to trigonometric functions. Reduce the composite function

More information

1 Applications of the Chain Rule

1 Applications of the Chain Rule November 7, 08 MAT86 Week 6 Justin Ko Applications of the Chain Rule We go over several eamples of applications of the chain rule to compute erivatives of more complicate functions. Chain Rule: If z =

More information

Math Section 4.3 Unit Circle Trigonometry

Math Section 4.3 Unit Circle Trigonometry Math 10 - Section 4. Unit Circle Trigonometry An angle is in standard position if its vertex is at the origin and its initial side is along the positive x axis. Positive angles are measured counterclockwise

More information

3.1 Fundamental Identities

3.1 Fundamental Identities www.ck.org Chapter. Trigonometric Identities and Equations. Fundamental Identities Introduction We now enter into the proof portion of trigonometry. Starting with the basic definitions of sine, cosine,

More information

Pre- Calculus Mathematics Trigonometric Identities and Equations

Pre- Calculus Mathematics Trigonometric Identities and Equations Pre- Calculus Mathematics 12 6.1 Trigonometric Identities and Equations Goal: 1. Identify the Fundamental Trigonometric Identities 2. Simplify a Trigonometric Expression 3. Determine the restrictions on

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

Section 7.3 Double Angle Identities

Section 7.3 Double Angle Identities Section 7.3 Double Angle Identities 3 Section 7.3 Double Angle Identities Two special cases of the sum of angles identities arise often enough that we choose to state these identities separately. Identities

More information

Section 5.4 The Other Trigonometric Functions

Section 5.4 The Other Trigonometric Functions Section 5.4 The Other Trigonometric Functions Section 5.4 The Other Trigonometric Functions In the previous section, we defined the e and coe functions as ratios of the sides of a right triangle in a circle.

More information

sin cos 1 1 tan sec 1 cot csc Pre-Calculus Mathematics Trigonometric Identities and Equations

sin cos 1 1 tan sec 1 cot csc Pre-Calculus Mathematics Trigonometric Identities and Equations Pre-Calculus Mathematics 12 6.1 Trigonometric Identities and Equations Goal: 1. Identify the Fundamental Trigonometric Identities 2. Simplify a Trigonometric Expression 3. Determine the restrictions on

More information

5.3 Properties of Trigonometric Functions Objectives

5.3 Properties of Trigonometric Functions Objectives Objectives. Determine the Domain and Range of the Trigonometric Functions. 2. Determine the Period of the Trigonometric Functions. 3. Determine the Signs of the Trigonometric Functions in a Given Quadrant.

More information

Lesson 33 - Trigonometric Identities. Pre-Calculus

Lesson 33 - Trigonometric Identities. Pre-Calculus Lesson 33 - Trigonometric Identities Pre-Calculus 1 (A) Review of Equations An equation is an algebraic statement that is true for only several values of the variable The linear equation 5 = 2x 3 is only

More information

2. Pythagorean Theorem:

2. Pythagorean Theorem: Chapter 4 Applications of Trigonometric Functions 4.1 Right triangle trigonometry; Applications 1. A triangle in which one angle is a right angle (90 0 ) is called a. The side opposite the right angle

More information

90 Chapter 5 Logarithmic, Exponential, and Other Transcendental Functions. Name Class. (a) (b) ln x (c) (a) (b) (c) 1 x. y e (a) 0 (b) y.

90 Chapter 5 Logarithmic, Exponential, and Other Transcendental Functions. Name Class. (a) (b) ln x (c) (a) (b) (c) 1 x. y e (a) 0 (b) y. 90 Chapter 5 Logarithmic, Eponential, and Other Transcendental Functions Test Form A Chapter 5 Name Class Date Section. Find the derivative: f ln. 6. Differentiate: y. ln y y y y. Find dy d if ey y. y

More information

Solution Sheet 1.4 Questions 26-31

Solution Sheet 1.4 Questions 26-31 Solution Sheet 1.4 Questions 26-31 26. Using the Limit Rules evaluate i) ii) iii) 3 2 +4+1 0 2 +4+3, 3 2 +4+1 2 +4+3, 3 2 +4+1 1 2 +4+3. Note When using a Limit Rule you must write down which Rule you

More information

A. Incorrect! For a point to lie on the unit circle, the sum of the squares of its coordinates must be equal to 1.

A. Incorrect! For a point to lie on the unit circle, the sum of the squares of its coordinates must be equal to 1. Algebra - Problem Drill 19: Basic Trigonometry - Right Triangle No. 1 of 10 1. Which of the following points lies on the unit circle? (A) 1, 1 (B) 1, (C) (D) (E), 3, 3, For a point to lie on the unit circle,

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

Chapter 1. Functions 1.3. Trigonometric Functions

Chapter 1. Functions 1.3. Trigonometric Functions 1.3 Trigonometric Functions 1 Chapter 1. Functions 1.3. Trigonometric Functions Definition. The number of radians in the central angle A CB within a circle of radius r is defined as the number of radius

More information

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

Since 1 revolution = 1 = = Since 1 revolution = 1 = =

Since 1 revolution = 1 = = Since 1 revolution = 1 = = Fry Texas A&M University Math 150 Chapter 8A Fall 2015! 207 Since 1 revolution = 1 = = Since 1 revolution = 1 = = Convert to revolutions (or back to degrees and/or radians) a) 45! = b) 120! = c) 450! =

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

Using this definition, it is possible to define an angle of any (positive or negative) measurement by recognizing how its terminal side is obtained.

Using this definition, it is possible to define an angle of any (positive or negative) measurement by recognizing how its terminal side is obtained. Angle in Standard Position With the Cartesian plane, we define an angle in Standard Position if it has its vertex on the origin and one of its sides ( called the initial side ) is always on the positive

More information

Sum and difference formulae for sine and cosine. Elementary Functions. Consider angles α and β with α > β. These angles identify points on the

Sum and difference formulae for sine and cosine. Elementary Functions. Consider angles α and β with α > β. These angles identify points on the Consider angles α and β with α > β. These angles identify points on the unit circle, P (cos α, sin α) and Q(cos β, sin β). Part 5, Trigonometry Lecture 5.1a, Sum and Difference Formulas Dr. Ken W. Smith

More information

Analytic Trigonometry

Analytic Trigonometry Chapter 5 Analytic Trigonometry Course Number Section 5.1 Using Fundamental Identities Objective: In this lesson you learned how to use fundamental trigonometric identities to evaluate trigonometric 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

Solutions for Trigonometric Functions of Any Angle

Solutions for Trigonometric Functions of Any Angle Solutions for Trigonometric Functions of Any Angle I. Souldatos Answers Problem... Consider the following triangle with AB = and AC =.. Find the hypotenuse.. Find all trigonometric numbers of angle B..

More information

Math 104 Midterm 3 review November 12, 2018

Math 104 Midterm 3 review November 12, 2018 Math 04 Midterm review November, 08 If you want to review in the textbook, here are the relevant sections: 4., 4., 4., 4.4, 4..,.,. 6., 6., 6., 6.4 7., 7., 7., 7.4. Consider a right triangle with base

More information

Differential and Integral Calculus

Differential and Integral Calculus School of science an engineering El Akhawayn University Monay, March 31 st, 2008 Outline 1 Definition of hyperbolic functions: The hyperbolic cosine an the hyperbolic sine of the real number x are enote

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

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

As we know, the three basic trigonometric functions are as follows: Figure 1

As we know, the three basic trigonometric functions are as follows: Figure 1 Trigonometry Basic Functions As we know, the three basic trigonometric functions are as follows: sin θ = cos θ = opposite hypotenuse adjacent hypotenuse tan θ = opposite adjacent Where θ represents an

More information

Sum and Difference Identities

Sum and Difference Identities Sum and Difference Identities By: OpenStaxCollege Mount McKinley, in Denali National Park, Alaska, rises 20,237 feet (6,168 m) above sea level. It is the highest peak in North America. (credit: Daniel

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

Chapter 4 Trigonometric Functions

Chapter 4 Trigonometric Functions Chapter 4 Trigonometric Functions Overview: 4.1 Radian and Degree Measure 4.2 Trigonometric Functions: The Unit Circle 4.3 Right Triangle Trigonometry 4.4 Trigonometric Functions of Any Angle 4.5 Graphs

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

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

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

Trigonometric Functions. Copyright Cengage Learning. All rights reserved.

Trigonometric Functions. Copyright Cengage Learning. All rights reserved. 4 Trigonometric Functions Copyright Cengage Learning. All rights reserved. 4.3 Right Triangle Trigonometry Copyright Cengage Learning. All rights reserved. What You Should Learn Evaluate trigonometric

More information

Basic Math Formulas. Unit circle. and. Arithmetic operations (ab means a b) Powers and roots. a(b + c)= ab + ac

Basic Math Formulas. Unit circle. and. Arithmetic operations (ab means a b) Powers and roots. a(b + c)= ab + ac Basic Math Formulas Arithmetic operations (ab means ab) Powers and roots a(b + c)= ab + ac a+b c = a b c + c a b + c d = ad+bc bd a b = a c d b d c a c = ac b d bd a b = a+b ( a ) b = ab (y) a = a y a

More information

Methods of Integration

Methods of Integration Methods of Integration Essential Formulas k d = k +C sind = cos +C n d = n+ n + +C cosd = sin +C e d = e +C tand = ln sec +C d = ln +C cotd = ln sin +C + d = tan +C lnd = ln +C secd = ln sec + tan +C cscd

More information

Chapter 8: Further Applications of Trigonometry

Chapter 8: Further Applications of Trigonometry 308 Chapter 8 Chapter 8: Further Applications of Trigonometry In this chapter, we will eplore additional applications of trigonometry. We will begin with an etension of the right triangle trigonometry

More information

L Hôpital s Rule was discovered by Bernoulli but written for the first time in a text by L Hôpital.

L Hôpital s Rule was discovered by Bernoulli but written for the first time in a text by L Hôpital. 7.5. Ineterminate Forms an L Hôpital s Rule L Hôpital s Rule was iscovere by Bernoulli but written for the first time in a text by L Hôpital. Ineterminate Forms 0/0 an / f(x) If f(x 0 ) = g(x 0 ) = 0,

More information

Lesson 28 Working with Special Triangles

Lesson 28 Working with Special Triangles Lesson 28 Working with Special Triangles Pre-Calculus 3/3/14 Pre-Calculus 1 Review Where We ve Been We have a new understanding of angles as we have now placed angles in a circle on a coordinate plane

More information

MATH 32 FALL 2012 FINAL EXAM - PRACTICE EXAM SOLUTIONS

MATH 32 FALL 2012 FINAL EXAM - PRACTICE EXAM SOLUTIONS MATH 2 FALL 2012 FINAL EXAM - PRACTICE EXAM SOLUTIONS (1) ( points) Solve the equation x 1 =. Solution: Since x 1 =, x 1 = or x 1 =. Solving for x, x = 4 or x = 2. (2) In the triangle below, let a = 4,

More information

secθ 1 cosθ The pythagorean identities can also be expressed as radicals

secθ 1 cosθ The pythagorean identities can also be expressed as radicals Basic Identities Section Objectives: Students will know how to use fundamental trigonometric identities to evaluate trigonometric functions and simplify trigonometric expressions. We use trig. identities

More information

4. Functions of one variable

4. Functions of one variable 4. Functions of one variable These lecture notes present my interpretation of Ruth Lawrence s lecture notes (in Hebrew) 1 In this chapter we are going to meet one of the most important concepts in mathematics:

More information

Chapter 3 Differentiation Rules (continued)

Chapter 3 Differentiation Rules (continued) Chapter 3 Differentiation Rules (continued) Sec 3.5: Implicit Differentiation (continued) Implicit Differentiation What if you want to find the slope of the tangent line to a curve that is not the graph

More information

Hyperbolic functions

Hyperbolic functions Roberto s Notes on Differential Calculus Chapter 5: Derivatives of transcendental functions Section Derivatives of Hyperbolic functions What you need to know already: Basic rules of differentiation, including

More information

Section 1.2 A Catalog of Essential Functions

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

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

MATH 1010E University Mathematics Lecture Notes (week 8) Martin Li

MATH 1010E University Mathematics Lecture Notes (week 8) Martin Li MATH 1010E University Mathematics Lecture Notes (week 8) Martin Li 1 L Hospital s Rule Another useful application of mean value theorems is L Hospital s Rule. It helps us to evaluate its of indeterminate

More information

Chapter 7, Continued

Chapter 7, Continued Math 150, Fall 008, c Benjamin Aurispa Chapter 7, Continued 7.3 Double-Angle, Half-Angle, and Product-Sum Formulas Double-Angle Formulas Formula for Sine: Formulas for Cosine: Formula for Tangent: sin

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

Lesson 22 - Trigonometric Identities

Lesson 22 - Trigonometric Identities POP QUIZ Lesson - Trigonometric Identities IB Math HL () Solve 5 = x 3 () Solve 0 = x x 6 (3) Solve = /x (4) Solve 4 = x (5) Solve sin(θ) = (6) Solve x x x x (6) Solve x + = (x + ) (7) Solve 4(x ) = (x

More information

Trigonometric substitutions (8.3).

Trigonometric substitutions (8.3). Review for Eam 2. 5 or 6 problems. No multiple choice questions. No notes, no books, no calculators. Problems similar to homeworks. Eam covers: 7.4, 7.6, 7.7, 8-IT, 8., 8.2. Solving differential equations

More information

Essential Question How can you verify a trigonometric identity?

Essential Question How can you verify a trigonometric identity? 9.7 Using Trigonometric Identities Essential Question How can you verify a trigonometric identity? Writing a Trigonometric Identity Work with a partner. In the figure, the point (, y) is on a circle of

More information

MATH 2412 Sections Fundamental Identities. Reciprocal. Quotient. Pythagorean

MATH 2412 Sections Fundamental Identities. Reciprocal. Quotient. Pythagorean MATH 41 Sections 5.1-5.4 Fundamental Identities Reciprocal Quotient Pythagorean 5 Example: If tanθ = and θ is in quadrant II, find the exact values of the other 1 trigonometric functions using only fundamental

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

Section 6.1 Sinusoidal Graphs

Section 6.1 Sinusoidal Graphs Chapter 6: Periodic Functions In the previous chapter, the trigonometric functions were introduced as ratios of sides of a right triangle, and related to points on a circle We noticed how the x and y values

More information

Given an arc of length s on a circle of radius r, the radian measure of the central angle subtended by the arc is given by θ = s r :

Given an arc of length s on a circle of radius r, the radian measure of the central angle subtended by the arc is given by θ = s r : Given an arc of length s on a circle of radius r, the radian measure of the central angle subtended by the arc is given by θ = s r : To convert from radians (rad) to degrees ( ) and vice versa, use the

More information

Analytic Trigonometry. Copyright Cengage Learning. All rights reserved.

Analytic Trigonometry. Copyright Cengage Learning. All rights reserved. Analytic Trigonometry Copyright Cengage Learning. All rights reserved. 7.4 Basic Trigonometric Equations Copyright Cengage Learning. All rights reserved. Objectives Basic Trigonometric Equations Solving

More information

Given an arc of length s on a circle of radius r, the radian measure of the central angle subtended by the arc is given by θ = s r :

Given an arc of length s on a circle of radius r, the radian measure of the central angle subtended by the arc is given by θ = s r : Given an arc of length s on a circle of radius r, the radian measure of the central angle subtended by the arc is given by θ = s r : To convert from radians (rad) to degrees ( ) and vice versa, use the

More information

MATH 100 REVIEW PACKAGE

MATH 100 REVIEW PACKAGE SCHOOL OF UNIVERSITY ARTS AND SCIENCES MATH 00 REVIEW PACKAGE Gearing up for calculus and preparing for the Assessment Test that everybody writes on at. You are strongly encouraged not to use a calculator

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

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

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

These items need to be included in the notebook. Follow the order listed.

These items need to be included in the notebook. Follow the order listed. * Use the provided sheets. * This notebook should be your best written work. Quality counts in this project. Proper notation and terminology is important. We will follow the order used in class. Anyone

More information

Chapter 2 Derivatives

Chapter 2 Derivatives Chapter Derivatives Section. An Intuitive Introuction to Derivatives Consier a function: Slope function: Derivative, f ' For each, the slope of f is the height of f ' Where f has a horizontal tangent line,

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

Lone Star College-CyFair Formula Sheet

Lone Star College-CyFair Formula Sheet Lone Star College-CyFair Formula Sheet The following formulas are critical for success in the indicated course. Student CANNOT bring these formulas on a formula sheet or card to tests and instructors MUST

More information

PreCalculus First Semester Exam Review

PreCalculus First Semester Exam Review PreCalculus First Semester Eam Review Name You may turn in this eam review for % bonus on your eam if all work is shown (correctly) and answers are correct. Please show work NEATLY and bo in or circle

More information

Chapter 7: Trigonometric Equations and Identities

Chapter 7: Trigonometric Equations and Identities Chapter 7: Trigonometric Equations and Identities In the last two chapters we have used basic definitions and relationships to simplify trigonometric expressions and equations. In this chapter we will

More information