Calculus I. George Voutsadakis 1. LSSU Math 151. Lake Superior State University. 1 Mathematics and Computer Science

Size: px
Start display at page:

Download "Calculus I. George Voutsadakis 1. LSSU Math 151. Lake Superior State University. 1 Mathematics and Computer Science"

Transcription

1 Calculus I George Voutsadakis 1 1 Mathematics and Computer Science Lake Superior State University LSSU Math 151 George Voutsadakis (LSSU) Calculus I November / 77

2 Outline 1 Applications of the Derivative Linear Approximations Extreme Values The Mean Value Theorem and Monotonicity The Shape of a Graph L Hôpital s Rule Graph Sketching and Asymptotes Applied Optimization Newton s Method Antiderivatives George Voutsadakis (LSSU) Calculus I November / 77

3 Linear Approximations Subsection 1 Linear Approximations George Voutsadakis (LSSU) Calculus I November / 77

4 Linear Approximations Linear Approximation of f If f is differentiable at x=a and x is small, then the difference y=f(a+ x) f(a) can be approximated by y f (a) x. George Voutsadakis (LSSU) Calculus I November / 77

5 Linear Approximations Examples 1 Use a Linear Approximation to approximate ; Consider f(x)= 1 x ; Note that f (x)= 1 ; We would like to x 2 approximate f(10+0.2) f(10); According to the linear approximation scheme, f(10.2) f(10) f (10) x= = Approximate the value of 3 8.1; Consider f(x)= 3 x; Note that f (x)= 1 3 x 2/3 ; We would like to approximate f(8.1); According to the linear approximation scheme, f(8.1) f(8) f (8) x= /3 0.1= Therefore = George Voutsadakis (LSSU) Calculus I November / 77

6 Linear Approximations Applied Example: Thermal Expansion A thin metal cable has length L=12 cm when the temperature is T=21 C. Estimate the change in length when T rises to 24 C, assuming that dl dt =kl, where k= C 1 (k is the coefficient of thermal expansion); Consider the function L(T); Note that dl dt =kl; We would like to approximate L(24) L(21); According to the linear approximation scheme, dl L(24) L(21) dt T=21 T=kL(21) T= = = George Voutsadakis (LSSU) Calculus I November / 77

7 Linear Approximations Applied Example: Pizza Gimmicks A pizza company at Corleone claims that its pizzas are circular with diameter 50 cm. Find the area of each pizza and estimate the quantity lost or gained if the diameter is off by at most 1.2 cm; Consider the function A(d)=π( d 2 )2 = π 4 d2 ; Note that A (d)= π 2 d; Thus, A(50)= π =625π cm 2. Next, We would like to approximate A, which we take to be A(51.2) A(50) or A(50) A(48.8); According to the linear approximation scheme, A A (d) d= π 2 d d=π =30π cm2. George Voutsadakis (LSSU) Calculus I November / 77

8 Linear Approximations Linearization of a Function If f is differentiable at x=a and x is a value close to a, then f(x) may be approximated by f(x) L(x)=f (a)(x a)+f(a). The straight line L(x) is called the linearization of f(x) at x=a; Example: Compute the linearization of f(x)= xe x 1 at a=1; We have f(1)= 1e 0 = 1; Moreover, f (x)= ex 1 2 x + xe x 1, whence f (1)= = 3 2 ; Therefore, L(x) = f (1)(x 1)+f(1) 3 = 2 (x 1)+1= 3 2 x 1 2. George Voutsadakis (LSSU) Calculus I November / 77

9 Linear Approximations Error Estimates If y=f(x) is a function, then the percentage error (in decimal) incurred by estimating f(a+ x) by using the linearization of f is the absolute value of the actual error divided by the actual value: PErr= f(a+ x) f(a) f (a) x. f(a+ x) Example: Estimate tan( π ) and compute the percentage error of the estimation; Let f(x)=tanx; Thus, f (x)=sec 2 x; For a= π 4 and x=0.02, we have PErr = f(a+ x) f(a) f (a) x f(a+ x) = tan(π ) tan π 4 sec2 π tan( π ) = George Voutsadakis (LSSU) Calculus I November / 77

10 Extreme Values Subsection 2 Extreme Values George Voutsadakis (LSSU) Calculus I November / 77

11 Extreme Values Absolute Extrema on an Interval Let f(x) be a function on an interval I and a I; We say that f(a) is the absolute minimum of f(x) on I if f(a) f(x) for all x I; absolute maximum of f(x) on I if f(x) f(a) for all x I; The process of finding the max or min values, collectively referred to as extreme values, is called optimization; Absolute Extrema on a Closed Interval A continuous function f(x) on a closed interval I=[a,b] attains both a minimum and a maximum value on I. George Voutsadakis (LSSU) Calculus I November / 77

12 Extreme Values Local Extrema We say that f(x) has a local (or relative) minimum at x=c if f(c) is the minimum value of f on some open interval containing c; local (or relative) maximum at x=c if f(c) is the maximum value of f on some open interval containing c; Observe that at the local extrema, if the derivative (slope of the tangent line) exists, it has value 0. George Voutsadakis (LSSU) Calculus I November / 77

13 Extreme Values Critical Points of a Function f(x) A number c in the domain of f(x) is a critical point if f (c)=0 or f (c) does not exist; Example: Consider f(x)=x 3 9x 2 +24x 10; We have f (x)=3x 2 18x+24=3(x 2 6x+8)=3(x 4)(x 2). Therefore, the critical points of f(x) are x=2 and x=4; Example: Consider f(x)= x ; We saw that f 1, if x<0 (x)={ Therefore, the only critical 1, if x>0 point of f(x) is x=0; Fermat s Theorem for Local Extrema If f(c) is a local min or max, then c is a critical point of f(x). Caution: The converse is not true!! Even though c might be a critical point, f(c) might not be a local extremum. George Voutsadakis (LSSU) Calculus I November / 77

14 Extreme Values Optimization in a Closed Interval Extreme Values on Closed Interval If f is continuous on[a,b] and f(c) is an extreme value of f on[a,b], then either c is a critical point or one of the endpoints a or b. Example: Find the extrema of f(x)=2x 3 15x 2 +24x+7 on[0,6]; We have f (x)=6x 2 30x+24= 6(x 2 5x+4)=6(x 4)(x 1). Therefore, the critical points of f in [0,6] are x=1 and x=4; Now, we compute: f(0)=7,f(1)= 18,f(4)= 9,f(6)=43; Thus, in [0,6], f(4) is the absolute min and f(6) is the absolute max of f; George Voutsadakis (LSSU) Calculus I November / 77

15 Extreme Values Another Example Find the max value of f(x)=1 (x 1) 2/3 on[ 1,2]; We have f (x)= 2 3 (x 1) 1/3 = x 1 ; Thus, in[ 1,2], f has the critical point x=1; We have f( 1)=1 3 4, f(1)=1 and f(2)=0; Therefore, f(1) is the absolute max and f( 1) the absolute min of f in[ 1,2]; How about the extreme values of f(x)=x 2 8lnx on[1,4]? George Voutsadakis (LSSU) Calculus I November / 77

16 Extreme Values A Third Example Find the max value of f(x)=sinx+cos 2 x on[0,2π]; We have f (x)= cosx 2cosxsinx= cosx(1 2sinx); Thus, in[0,2π], f has the critical points x= π 2, 3π 2 and x= π 6, 5π 6 ; We have f(0)=1, f( π 6 )= 5 4, f(π 2 )=1, f(5π 6 )= 5 4, f( 3π 2 )= 1, f(2π)=1; Therefore, f( 3π 2 ) is the absolute min and f( π 6 )=f(5π 6 ) the absolute max of f in[0,2π]; George Voutsadakis (LSSU) Calculus I November / 77

17 Extreme Values Rolle s Theorem Rolle s Theorem If f(x) is continuous on[a,b] and differentiable on(a,b), and f(a)=f(b), then there exists a c (a,b), such that f (c)=0. George Voutsadakis (LSSU) Calculus I November / 77

18 Extreme Values Illustration of Rolle s Theorem Verify Rolle s Theorem for f(x)=x 4 x 2 on[ 2,2]; Clearly, f(x) is continuous in[ 2,2], since it is a polynomial function; It is differentiable on( 2, 2), with derivative f (x)=4x 3 2x=2x(2x 2 1); Therefore, by Rolle s Theorem, there exists a c between 2 and 2, such that f (c)=2c(2c 2 1)=0. Actually, there are three solutions c=0, or c=± 2 2 ; George Voutsadakis (LSSU) Calculus I November / 77

19 Extreme Values Using Rolle s Theorem to Prove Uniqueness of Roots Show that the equation x 3 +9x 4 has precisely one real root. Consider the function f(x)=x 3 +9x 4; Since f(0)= 4<0, whereas f(1)=6>0, by the Intermediate Value Theorem, there exists a c in (0,1), such that f(c)=c 3 +9c 4=0; Therefore, the given equation has at least one real solution; Assume that it has two real solutions a and b, with a<b; This means that f(a)=f(b)=0; Since f is continuous on[a,b] and differentiable on(a,b), with derivative f (x)=3x 2 +9, by Rolle s Theorem, there exists c (a,b), such that f (c)=3c 2 +9= 0; But this is impossible!! Therefore, f(x)=0 has at most one real solution, i.e., it has exactly one real solution! George Voutsadakis (LSSU) Calculus I November / 77

20 The Mean Value Theorem and Monotonicity Subsection 3 The Mean Value Theorem and Monotonicity George Voutsadakis (LSSU) Calculus I November / 77

21 The Mean Value Theorem and Monotonicity The Mean Value Theorem The Mean Value Theorem If f(x) is continuous on the closed interval[a,b] and differentiable on the open interval(a,b), then there exists at least one value c in(a,b), such that f (c)= f(b) f(a) ; b a George Voutsadakis (LSSU) Calculus I November / 77

22 The Mean Value Theorem and Monotonicity An Example Consider f(x)= x; This function is continuous on[1, 9] as a root function; Moreover, it is differentiable on(1, 9), with derivative f (x)= 1 2 ; By the x MVT, we may conclude that there exists at least one c (1,9), such that f (c)= f(9) f(1) ; This equation says that 2 c = 1 4 ; Solving this, yields c=4; George Voutsadakis (LSSU) Calculus I November / 77

23 The Mean Value Theorem and Monotonicity Sign of the Derivative and Monotonicity A function f(x) is increasing on(a,b) if f(x 1 )<f(x 2 ), for all x 1 <x 2 in(a,b); decreasing on(a,b) if f(x 1 )>f(x 2 ), for all x 1 <x 2 in(a,b); f(x) is monotonic on(a,b) if it is either increasing or decreasing on (a,b); Sign of the Derivative If f is differentiable on(a,b), then: If f (x)>0 for all x (a,b), then f is increasing on(a,b); If f (x)<0 for all x (a,b), then f is decreasing on(a,b); Geometrically, the theorem says that the sign of the slopes of the tangent lines to y=f(x) determines the kind of the monotonicity of f on(a,b); George Voutsadakis (LSSU) Calculus I November / 77

24 The Mean Value Theorem and Monotonicity First Derivative Test for Critical Points First Derivative Test If f(x) is differentiable and that c is a critical point of f(x), then: if f (x) changes from+to at c, then f(c) is a local maximum; if f (x) changes from to+at c, then f(c) is a local minimum; Example: Let f(x)=x 2 2x 3; we have f (x)=2x 2=2(x 1); Thus, x= 1 is a critical point of f; The following is a sign table for f (x) and summarizes the behavior of f(x) with respect to monotonicity; Function x<1 x>1 f (x) + f(x) It shows that f(1) is a local minimum; George Voutsadakis (LSSU) Calculus I November / 77

25 The Mean Value Theorem and Monotonicity Second Example Consider the function f(x)=x 3 27x 20; We have f (x)=3x 2 27=3(x 2 9)=3(x+3)(x 3); Therefore, f(x) has critical points at x=±3; The following is a sign table for f (x) and summarizes the monotonicity of f(x): Function x< 3 3<x<3 x>3 f (x) + + f(x) It shows that f( 3) is a local maximum and f(3) is a local minimum; George Voutsadakis (LSSU) Calculus I November / 77

26 The Mean Value Theorem and Monotonicity Third Example Consider the function f(x)=cos 2 x+sinx in(0,π); We have f (x)= 2cosxsinx+cosx= cosx(1 2sinx); Therefore, f(x) has critical points at x= π 2 and x=π 6, 5π 6. The following is a sign table for f (x) and summarizes the monotonicity of f(x): Function 0<x< π π 6 6 <x<π π 2 2 <x<5π 5π 6 6 <x<π f (x) + + f(x) It shows that f( π 6 ),f(5π 6 ) are local maxima and f(π 2 ) is a local minimum; George Voutsadakis (LSSU) Calculus I November / 77

27 The Shape of a Graph Subsection 4 The Shape of a Graph George Voutsadakis (LSSU) Calculus I November / 77

28 The Shape of a Graph Concavity and Inflection Points If f(x) is differentiable in an open interval(a,b), then f is concave up on(a,b) if f (x) is increasing on(a,b); f is concave down on(a,b) if f (x) is decreasing on(a,b); Test for Concavity If f (x) exists for all x (a,b), then: If f (x)>0 for all x (a,b), then f is concave up on(a,b); If f (x)<0 for all x (a,b), then f is concave down on(a,b); The points where concavity changes are called inflection points; Test for Inflection Points Assuming that f (c) exists, if f (c)=0 and f (x) changes sign at x=c, then f(x) has an inflection point at x=c. George Voutsadakis (LSSU) Calculus I November / 77

29 The Shape of a Graph First Example Study the function f(x)=cosx on[0,2π] with respect to monotonicity and concavity; We have f (x)= sinx; Therefore, f(x) has critical points at x=0,π,2π; We have f (x)= cosx; Therefore, f (x) zeros at x= π 2, 3π 2 ; The following is a combined sign table for f (x),f (x) and summarizes the monotonicity and concavity of f(x): Function 0<x< π π 2 2 <x<π π<x<3π 3π 2 2 <x<2π f (x) + + f (x) + + f(x) It shows that f(0), f(2π) are local maxima, f(π) is a local minimum and at π 2, 3π 2 f has inflection points; George Voutsadakis (LSSU) Calculus I November / 77

30 The Shape of a Graph Second Example Study the function f(x)=3x 5 5x 4 +1 with respect to monotonicity and concavity; We have f (x)=15x 4 20x 3 =5x 3 (3x 4); Therefore, f(x) has critical points at x=0, 4 3 ; We have f (x)=60x 3 60x 2 =60x 2 (x 1); Therefore, f (x) zeros at x=0,1; The following is a combined sign table for f (x),f (x) and summarizes the monotonicity and concavity of f(x): 4 3 <x Function x<0 0<x<1 1<x< 4 3 f (x) + + f (x) + + f(x) It shows that f(0) is a local maximum, f( 4 3 ) is a local minimum and at x = 1 f has an inflection point; George Voutsadakis (LSSU) Calculus I November / 77

31 The Shape of a Graph Second Derivative Test for Critical Points Second Derivative Test Let c be a critical point of f(x). If f (c) exists, then: if f (c)>0, then f(c) is a local minimum; if f (c)<0, then f(c) is a local maximum; if f (c)=0, the test is inconclusive. George Voutsadakis (LSSU) Calculus I November / 77

32 The Shape of a Graph Example of Second Derivative Test Use Second derivative test to analyze the critical points of f(x)=(2x x 2 )e x ; f (x)=(2 2x)e x +(2x x 2 )e x = (2 x 2 )e x ; Therefore x=± 2 are the critical points; Moreover, f (x)= 2xe x +(2 x 2 )e x = (2 2x x 2 )e x ; Thus, f ( 2)>0 and f ( 2)<0, showing that f has a local min f( 2) and a local max f( 2); George Voutsadakis (LSSU) Calculus I November / 77

33 The Shape of a Graph One More Example Use Second derivative test to analyze the critical points of f(x)=x 5 5x 4 ; f (x)=5x 4 20x 3 =5x 3 (x 4); Therefore x=0,4 are the critical points; Moreover, f (x)=20x 3 60x 2 =20x 2 (x 3); Thus, f (0)=0 and f (4)>0, showing that f has a local min f(4) but the Second Derivative Test for x=0 is inconclusive; One needs to revert to the signs of the first derivative! George Voutsadakis (LSSU) Calculus I November / 77

34 L Hôpital s Rule Subsection 5 L Hôpital s Rule George Voutsadakis (LSSU) Calculus I November / 77

35 L Hôpital s Rule L Hôpital s Rule Assume that f(x),g(x) are differentiable on an open interval containing a, that f(a)=g(a)=0 and that g (x) 0 (except perhaps at a); Then f(x) lim x ag(x) = lim f (x) x ag (x), assuming that the limit on the right exists or is infinite; The same conclusion holds if f(x),g(x) are differentiable for x near, but not equal to, a and limf(x)=± and lim g(x)=± ; x a x a The rule may also be applied for one-side limits; George Voutsadakis (LSSU) Calculus I November / 77

36 L Hôpital s Rule Applying L Hôpital s Rule I x 3 8 Compute lim x 2 x 4 +2x 20 ; Set f(x)=x 3 8 and g(x)=x 4 +2x 8; We have f(2)=0=g(2); Therefore, by L Hôpital s Rule, lim x 2 f(x) g(x) = lim x 2 f (x) g (x) = lim x 2 3x 2 = = x 3 +2 George Voutsadakis (LSSU) Calculus I November / 77

37 L Hôpital s Rule Applying L Hôpital s Rule II 4 x 2 Compute lim x 2 sin(πx) ; Set f(x)=4 x 2 and g(x)=sin(πx); We have f(2)=0=g(2); Therefore, by L Hôpital s Rule, lim x 2 f(x) g(x) = lim x 2 f (x) g (x) = lim x 2 2x πcos(πx) = 4 π. George Voutsadakis (LSSU) Calculus I November / 77

38 L Hôpital s Rule Applying L Hôpital s Rule III cos 2 x Compute lim x π1 sinx ; 2 Set f(x)=cos 2 x and g(x)=1 sinx; We have f( π 2 )=0=g(π 2 ); Therefore, by L Hôpital s Rule, lim x π 2 f(x) g(x) = lim x π 2 = lim x π 2 f (x) g (x) 2cosxsinx cosx = lim x π 2 (2sinx) = 2. George Voutsadakis (LSSU) Calculus I November / 77

39 L Hôpital s Rule The Form 0 Compute lim x 0 + (xlnx); Note that lim x 0 +x=0 and lim x 0 +lnx= ; The form 0 is indeterminate; The following method may be used to lift this indeterminacy: Rewrite xlnx= lnx 1 x ; Set f(x)=lnx and g(x)= 1 x ; We have lim x 0 +lnx= and lim x x =+ ; Therefore, by L Hôpital s Rule, lim x 0 + f(x) g(x) = lim x 0 + f (x) g (x) = lim x x 1 x 2 = lim x 0 +( x)=0. George Voutsadakis (LSSU) Calculus I November / 77

40 L Hôpital s Rule Using Rule Twice Evaluate lim x 0 e x x 1 cosx 1 ; lim x 0 e x x 1 cosx 1 = ( 0 0 ) = lim x 0 (e x x 1) (cosx 1) = lim x 0 e x 1 sinx = ( 0 0 ) = lim x 0 (e x 1) ( sinx) = lim x 0 e x cosx = 1. George Voutsadakis (LSSU) Calculus I November / 77

41 L Hôpital s Rule Care Needed Before Applying L Hôpital s Rule Evaluate lim x 1 x x+1 ; x lim 2 +1 x 12x+1 = 2 3. We do not want to apply L Hôpital s Rule, when the form we are dealing with is not 0 0 or ; Careless application in the example above would yield the INCORRECT CONCLUSION x lim x = lim x 12x+1 x 1 2 = limx=1 2 x 1 3. Error!! George Voutsadakis (LSSU) Calculus I November / 77

42 L Hôpital s Rule The Form Compute lim( 1 x 0 sinx 1 x ); 1 Note that lim x 0 sinx = and lim x 0 1 x = ; The form is indeterminate; The following method may be used to lift this indeterminacy: 1 Rewrite sinx 1 x = x sinx xsinx ; Set f(x)=x sinx and g(x)=xsinx; We have lim x 0 (x sinx)=0 and lim x 0 xsinx=0; Therefore, by L Hôpital s Rule, lim x 0 f(x) g(x) = lim x 0 f (x) g (x) = lim x 0 1 cosx sinx+xcosx =(0 0 ) = lim x 0 sinx cosx+cosx xsinx = 0 2 =0. George Voutsadakis (LSSU) Calculus I November / 77

43 L Hôpital s Rule The Form 0 0 Compute lim x 0 + xx ; Consider f(x)=x x ; Then Therefore lim x 0 +lnf(x) = lim x 0 +ln(x x ) = lim x 0 +(xlnx) = lim x 0 + lnx 1 = lim x 0 + x 1 x 1 x 2 = lim x 0 +( x)=0. lim x 0 +f(x)= lim x 0 +elnf(x) =e lim x 0 + lnf(x) =e 0 =1. George Voutsadakis (LSSU) Calculus I November / 77

44 L Hôpital s Rule L Hôpital s Rule for Limits at Infinity Suppose that f(x),g(x) are differentiable in an interval(b, ) and that g (x) 0 for x>b; If lim f(x) and lim g(x) exist and either both are zero or both x x infinite, then f(x) lim x g(x) = lim f (x) x g (x) assuming that the limit on the right exists; An analogous result holds for x ; George Voutsadakis (LSSU) Calculus I November / 77

45 L Hôpital s Rule Form Suppose we want to discover which of the two functions f(x)=x 2 and g(x)=xlnx grows faster as x ; To this end, we compute x lim 2 x xlnx ; x lim 2 x x xlnx = lim x lnx =( )= lim x 1 1 x = lim x x= ; Thus f(x) grows asymptotically faster than g(x); Suppose we want to discover which of the two functions f(x)=(lnx) 2 and g(x)= x grows faster as x ; To this end, we compute lim x ; x (lnx) 2 lim x x (lnx) 2 = ( )= lim x = ( )= lim x 1 2 x 2lnx x 1 2 x 4 x Thus g(x) grows asymptotically faster than f(x); = lim x x 4lnx = lim x x 8 = ; George Voutsadakis (LSSU) Calculus I November / 77

46 L Hôpital s Rule Super-polynomial Growth of e x We show that f(x)=e x grows asymptotically faster than any power function f(x)=x n, for fixed n; We calculate lim x e x x n = lim x e x nx n 1 = lim x e x n(n 1)x n 2 = lim x e x n(n 1)(n 2)x n 3 = = lim x e x n! = 1 n! lim x e x =. Therefore f(x) grows asymptotically faster than g(x); George Voutsadakis (LSSU) Calculus I November / 77

47 Graph Sketching and Asymptotes Subsection 6 Graph Sketching and Asymptotes George Voutsadakis (LSSU) Calculus I November / 77

48 Graph Sketching and Asymptotes Graph Sketching I Study the function f(x)=x 2 4x+3 and sketch its graph; We have f (x)=2x 4=2(x 2); Therefore, f(x) has a critical point at x=2; We have f (x)=2; Therefore, f (x) does not have any zeros; The following is a combined sign table for f (x),f (x) and summarizes the monotonicity and concavity of f(x): Function x<2 2<x f (x) + f (x) + + f(x) It shows that f(2)= 1 is a local minimum; George Voutsadakis (LSSU) Calculus I November / 77

49 Graph Sketching and Asymptotes Graph Sketching II Study the function f(x)= 1 3 x3 1 2 x2 2x+3 and sketch its graph; We have f (x)=x 2 x 2=(x+1)(x 2); Therefore, f(x) has critical points at x= 1,2; We have f (x)=2x 1; Therefore, f (x) has a zero x= 1 2 ; The following is a combined sign table for f (x),f (x) and summarizes the monotonicity and concavity of f(x): Function x< 1 1<x< <x<2 2<x f (x) + + f (x) + + f(x) It shows that f(2) is a local minimum, f( 1) is a localmaximumandatx= 1 2 f hasaninflectionpoint; 1 George Voutsadakis (LSSU) Calculus I November / 77

50 Graph Sketching and Asymptotes Graph Sketching III Study the function f(x)=3x 4 8x 3 +6x 2 +1 and sketch its graph; We have f (x)=12x 3 24x 2 +12x=12x(x 1) 2 ; Therefore, f(x) has critical points at x=0,1; We have f (x)=36x 2 48x+12= 12(3x 2 4x+1)=12(x 1)(3x 1); Therefore, f (x) has zeros x= 1 3,1; The following is a combined sign table for f (x),f (x) and summarizes the monotonicity and concavity of f(x): Function x<0 0<x< <x<1 1<x f (x) f (x) f(x) It shows that f(0) is a local minimum, and at x= 1 3,1 f has inflection points; 1 George Voutsadakis (LSSU) Calculus I November / 77

51 Graph Sketching and Asymptotes Graph Sketching with Trigonometric Functions Study the function f(x)=cosx+ 1 2x on[0,π] and sketch its graph; We have f (x)= sinx+ 1 2 ; Therefore, f(x) has critical points at x= π 6, 5π 6 ; We have f (x)= cosx; Therefore, f (x) has zero x= π 2 ; The following is a combined sign table for f (x),f (x) and summarizes the monotonicity and concavity of f(x): Function 0<x< π π 6 6 <x<π π 2 2 <x<5π 5π 6 6 <x<π f (x) + + f (x) + + f(x) It shows that f(0),f( 5π 6 ) are local minima, f( π 6 ),f(π) are local maxima and at x=π 2 f has inflection points; George Voutsadakis (LSSU) Calculus I November / 77

52 Graph Sketching and Asymptotes Graph Sketching with Exponential Functions Study the function f(x)=xe x and sketch its graph; We have f (x)=e x +xe x =(1+x)e x ; Therefore, f(x) has critical points at x= 1; We have f (x)=e x +e x +xe x =(2+x)e x ; Therefore, f (x) has zero x= 2; The following is a combined sign table for f (x),f (x) and summarizes the monotonicity and concavity of f(x): Function x< 2 2<x< 1 1<x f (x) + f (x) + + f(x) It shows that f( 1) are local minima and at x = 2 f has inflection point; Since lim x f(x)=0, x = 0 is a horizontal asymptote as x ; George Voutsadakis (LSSU) Calculus I November / 77

53 Graph Sketching and Asymptotes Graph Sketching with Rational Functions Study the function f(x)= 3x+2 2x 4 and sketch its graph; We have Dom(f)=R {2}; Since lim x 2 f(x)= and lim x 2 +f(x)=, the line x=2 is a vertical asymptote to y=f(x); Since lim x f(x)= 3 2 and lim x f(x)= 3 2, the line y=3 2 is a horizontal asymptote to y=f(x); We have f (x)= 3(2x 4) 2(3x+2) 4 = ; Therefore, f(x) has critical (2x 4) 2 (x 2) 2 point at x=2; We have f 8 (x)= ; Therefore, f (x) is undefined at (x 2) 3 x=2; The following is a combined sign table for f (x),f (x) and summarizes the monotonicity and concavity of f(x): George Voutsadakis (LSSU) Calculus I November / 77

54 Graph Sketching and Asymptotes Study of f(x)= 3x+2 2x 4 (Cont d) Recall f 4 (x)= (x 2) 2 and f (x)= 8 (x 2) 3. Function x<2 2<x f (x) f (x) + f(x) x= 2 is outside the domain of f; so it cannot be either a local extremum or an inflection point; Taking into account the arrows of the table and the asymptotes, we sketch the graph: George Voutsadakis (LSSU) Calculus I November / 77

55 Graph Sketching and Asymptotes Graphs of Rational Functions II Study the function f(x)= 1 x 2 1 and sketch its graph; We have Dom(f)=R { 1,1}; Since lim x 1 f(x)=, lim x 1 +f(x)= and lim x 1 f(x)=, lim x 1 +f(x)=, the lines x= 1 and x=1 are a vertical asymptotes to y=f(x); Since lim x f(x)=0 and lim x f(x)=0, the line y=0 is a horizontal asymptote to y=f(x); We have f (x)=[(x 2 1) 1 ] 2x = ; Therefore, f(x) has critical (x 2 1) 2 points at x=0,±1; We also have f (x) = 2(x2 1) 2 2x2(x 2 1)2x = 2(x2 1) 8x 2 (x 2 1) 4 (x 2 1) 3 = 6x2 2 = 2(3x2 +1) ; (x 2 1) 3 (x 2 1) 3 Therefore, f (x) is undefined at x=±1; The following is a combined sign table for f (x),f (x) and summarizes the monotonicity and concavity of f(x): George Voutsadakis (LSSU) Calculus I November / 77

56 Graph Sketching and Asymptotes Study of f(x)= 1 x 2 1 (Cont d) Recall f (x)= 2x (x 2 1) 2 and f (x)= 2(3x2 +1) (x 2 1) 3. Function x< 1 1<x<0 0<x<1 1<x f (x) + + f (x) + + f(x) x=±1 are outside the domain of f; so they cannot be either local extrema or inflection points; Taking into account the arrows of the table and the asymptotes, we sketch the graph: George Voutsadakis (LSSU) Calculus I November / 77

57 Applied Optimization Subsection 7 Applied Optimization George Voutsadakis (LSSU) Calculus I November / 77

58 Applied Optimization Rectangle of Fixed Perimeter with Maximum Area A piece of wire of length L is bent into a rectangular shape. Which dimensions produce a rectangle with maximum possible area? The objective function to be maximized is A = lw; The auxiliary condition 2l+2w=L allows us to reduce w by solving for it: w= 1 2L l; Thus A(l)=l( 1 2 L l)= l Ll; Compute derivative A (l)= 2l+ 1 2L; Find critical point: 2l+ 1 2 L=0 implies l= 1 4L; Thus, the rectangle must be of dimensions 1 4 L 1 4 L and it will have max area A max= 1 16 L2 ; George Voutsadakis (LSSU) Calculus I November / 77

59 Applied Optimization Minimizing Travel Time George is swimming a quarter mile from shore and sees Jessica on the beach two miles down from his closest point to the beach. He must reach her as soon as possible in case she leaves. If he can run a mile in 10 minutes and swim a mile in 40 minutes how can he get to Jessica in the least time possible? Suppose that George swims to a point x miles down the beach from the closest point and then runs the remaining distance on the beach. The objective function to be maximized is time T(x)= T (x)=40 40x=10 x x x 1 10 x =40 x (x 2); The derivative is 10= 40x 10 x x x ; so 16x2 =x ; Set that equal to zero and solve, i.e., x= miles; George Voutsadakis (LSSU) Calculus I November / 77

60 Applied Optimization Optimizing Price for Maximum Profit An apartment building has 30 units all of which are rented at $ 1,000 per month. For each $ 40 increase in rent an additional unit becomes vacant. Assume the maintenance cost per occupied unit is $ 120 per month. What is the rental price that maximizes the monthly profit? To devise an objective function for the profit, set x be the number of $ 40 increments and subtract revenue from cost: price/unit # of units maintenace costs P(x) = R(x) C(x)= ( x)(30 x) 120(30 x) = 40x x x = 40x x Thus, the maximum profit occurs when P (x)=0, i.e., when 80x+320=0, giving x=4. Thus, the most profitable rental price is =$1160 per month. George Voutsadakis (LSSU) Calculus I November / 77

61 Applied Optimization Can of Fixed Volume Using Least Aluminum What are the dimensions of a cylindrical can of volume 900 cm 3 that uses the least amount of aluminum, i.e., that has the minimum surface area? top & bottom The objective function is A= 2πr 2 + 2πrh; The volume is πr 2 h=900, whence, we get that h= 900 ; This allows us to express the objective πr 2 function as side A(r)=2πr ; r This has derivative A (r)=4πr 1800 r 2 r=0, π = 4πr r 2 and has critical points ; The second yields the min area; What is the required h? George Voutsadakis (LSSU) Calculus I November / 77

62 Newton s Method Subsection 8 Newton s Method George Voutsadakis (LSSU) Calculus I November / 77

63 Newton s Method Newton s Method I Suppose that f(x) is a continuous function and that we would like to find a root of the equation f(x)=0; This root is the x-intercept of the graph of y=f(x); Assume, in addition, that we have an initial guess x 0 close to the real solution; George Voutsadakis (LSSU) Calculus I November / 77

64 Newton s Method Newton s Method II The slope of the tangent line at x 0 is f (x 0 ); Thus, an equation of the tangent line at x 0 is y f(x 0 )=f (x 0 )(x x 0 ); Hence, its x-intercept x 1 is x 1 =x 0 f(x 0) f (x 0 ) ; The slope of the tangent line at x 1 is f (x 1 ); Thus, an equation of the tangent line at x 1 is y f(x 1 )=f (x 1 )(x x 1 ); Hence, its x-intercept x 2 is x 2 =x 1 f(x 1) f (x 1 ) ; We iterate this process, thus obtaining Newton s formula for approximating the roots of f(x)=0; George Voutsadakis (LSSU) Calculus I November / 77

65 Newton s Method Newton s Approximation Formula Newton s Method To compute a root of f(x)=0: Choose an initial guess x 0 suspected to be close to root; Generate successive approximations using x n+1 =x n f(x n) f (x n ) ; George Voutsadakis (LSSU) Calculus I November / 77

66 Newton s Method Approximating the 3 To approximate the 3, we consider the function f(x)=x 2 3 and try to find its zero; We have f (x)=2x; Let us take x 0 =2; Then we obtain successively: x 1 x 2 x 3 = 2 f(2) f (2) =2 1 4 =1.75 = 1.75 f(1.75) f (1.75) = =1.732 = f(1.732) f (1.732) = = Note that, using a calculator, we get ; George Voutsadakis (LSSU) Calculus I November / 77

67 Newton s Method Approximating a root of cos3x=sinx Consider the function f(x)=sinx cos3x and try to find a zero; We have f (x)=cosx+3sinx3x; Let us take x 0 =1; Then we obtain successively: x 1 x 2 x 3 x 4 = 1 f(1) f (1) =1 = 0.9 f( 0.9) f ( 0.9) = = = = f( 0.717) f ( 0.717) = = = f( 0.779) f ( 0.779) = = George Voutsadakis (LSSU) Calculus I November / 77

68 Antiderivatives Subsection 9 Antiderivatives George Voutsadakis (LSSU) Calculus I November / 77

69 Antiderivatives Antiderivatives A function F(x) is an antiderivative of f(x) on the interval(a,b) if F (x)=f(x) for all x (a,b); What is an antiderivative of f(x)=cosx? F(x)=sinx; Is it the only one? What is an antiderivative of f(x)=x 2? F(x)= 1 3 x3 ; Is it the only one? The General Antiderivative If F(x) is an antiderivative of f(x) on(a,b), then every other anti-derivative on(a,b) is of the form F(x)+C for some constant C. What are the most general antiderivatives of f(x)=x 6 and g(x)=sinx? F(x)= 1 7 x7 +C; G(x)= cosx+c; George Voutsadakis (LSSU) Calculus I November / 77

70 Antiderivatives Integration and Indefinite Integrals The process of determining an antiderivative is called integration; Indefinite Integral If F (x)=f(x), we write f(x)dx=f(x)+c; The most general antiderivative F(x) + C is called the indefinite integral of f(x); Find the indefinite integral x n dx, for n 1. x n dx= 1 n+1 xn+1 +C; George Voutsadakis (LSSU) Calculus I November / 77

71 Antiderivatives Power Rule for Indefinite Integrals Power Rule x n dx= 1 n+1 xn+1 +C, if n 1; Example: Use the power rule to compute the indefinite integrals: x 12 dx= 1 13 x13 +C 1 x 7 dx= x 7 dx= 1 6 x 6 +C= 1 6x 6 +C x 4/7 dx= 1 11/7 x11/7 +C= 7 11 x11/7 +C 1 5 x 3 dx= x 3/5 dx= 1 2/5 x2/5 +C= x2 +C George Voutsadakis (LSSU) Calculus I November / 77

72 Antiderivatives y= 1 x, Sum and Constant Factor Rules Antiderivative of y= 1 x 1 x dx=ln x +C; Linearity of the Indefinite Integral Sum/Difference Rule: (f(x)±g(x))dx= f(x)dx± g(x)dx Constant Factor Rule: cf(x)dx=c f(x)dx Example: Use the rules to evaluate the indefinite integral: (5x 2 3x 4/5 +x 9 )dx= 5x 2 dx 3x 4/5 dx+ x 9 dx= 5 x 2 dx 3 x 4/5 dx+ x 9 dx=5 1 3 x x9/5 1 8 x 8 +C= 5 3 x3 5 3 x9/5 1 8 x 8 +C; George Voutsadakis (LSSU) Calculus I November / 77

73 Antiderivatives Basic Trigonometric Integrals The following formulas give the basic trigonometric integrals: sinxdx= cosx+c sec 2 xdx= tanx+c cosxdx= sinx+c csc 2 xdx= cotx+c secxtanxdx= secx+c cscxcotxdx= cscx+c Based on the basic formulas, we obtain: cos(kx+b)dx= 1 k sin(kx+b)+c sin(kx+b)dx= 1 k cos(kx+b)+c Example: Evaluate: (sin(8x 3)+20cos9x)dx= sin(8x 3)dx+20 cos9xdx= 1 8 cos(8x 3) sin9x+c; George Voutsadakis (LSSU) Calculus I November / 77

74 Antiderivatives Integrals Involving e x Integrals Involving e x e x dx=e x +C e kx+b dx= 1 k ekx+b +C Example: (7e x 4x 3 )dx=7 e x dx 4 x 3 dx=7e x 4 x4 4 +C=7ex x 4 +C 12e 7 3x dx=12 e 7 3x dx= e7 3x +C= 4e 7 3x +C George Voutsadakis (LSSU) Calculus I November / 77

75 Antiderivatives Differential Equations and Initial Conditions An antiderivative of a function f(x) is a solution to the differential equation dy dx =f(x); The most general antiderivative of the form f(x)dx=f(x)+c involving C is called the general solution of the equation; By imposing an initial condition, i.e., some equation of the form y(x 0 )=y 0, for some specific values x 0 and y 0, one may specify a particular solution of the differential equation, i.e., enable the specification of a value for C; dy The group{ dx =f(x) (differential equation plus initial condition) y(x 0 )=y 0 is called an initial value problem; George Voutsadakis (LSSU) Calculus I November / 77

76 Antiderivatives Solving an Initial Value Problem Solve dy dx =4x7 subject to the initial condition y(0)=4; We have y(x)= 4x 7 dx=4 x 7 dx=4 x8 8 +C=1 2 x8 +C; Since y(0)=4, we get 4=0+C, i.e., C=4; Therefore, we obtain the particular solution y(x)= 1 2 x8 +4; Solve dy dt =sin(πt) subject to the initial condition y(2)=2; We have y(t)= sin(πt)dt= 1 π cos(πt)+c; Since y(2)=2, we get 2= 1 π cos(2π)+c, i.e., C=2+ 1 π ; Therefore, we obtain the particular solution y(t)= 1 π cos(πt)+2+ 1 π. George Voutsadakis (LSSU) Calculus I November / 77

77 Antiderivatives Applied Initial Value Problem A car traveling with velocity 50 m/s begins to slow down at t=0 with a constant deceleration of a= 10 m/s 2. What is the velocity v(t) at time t and what distance will be traveled before the car stops? We have v(t)= 10dt= 10t+C; Since v(0)=50, we get C=50, i.e., v(t)= 10t+50; Therefore, setting v=0, we find that it will take t=5 s for the car to stop; Moreover, s(t)= v(t)dt= ( 10t+50)dt= 5t 2 +50t+C; Since s(0)=0, we get C=0, i.e., s(t)= 5t 2 +50t; Therefore, setting t=5, we find that the car will travel s(5)=125 m before it comes to a halt; George Voutsadakis (LSSU) Calculus I November / 77

Calculus I. George Voutsadakis 1. LSSU Math 151. Lake Superior State University. 1 Mathematics and Computer Science

Calculus I. George Voutsadakis 1. LSSU Math 151. Lake Superior State University. 1 Mathematics and Computer Science Calculus I George Voutsadakis 1 1 Mathematics and Computer Science Lake Superior State University LSSU Math 151 George Voutsadakis (LSSU) Calculus I November 2014 1 / 67 Outline 1 Limits Limits, Rates

More information

Fall 2009 Math 113 Final Exam Solutions. f(x) = 1 + ex 1 e x?

Fall 2009 Math 113 Final Exam Solutions. f(x) = 1 + ex 1 e x? . What are the domain and range of the function Fall 9 Math 3 Final Exam Solutions f(x) = + ex e x? Answer: The function is well-defined everywhere except when the denominator is zero, which happens when

More information

Section Maximum and Minimum Values

Section Maximum and Minimum Values Section 4.2 - Maximum and Minimum Values Definition The number f(c) is a local maximum value of f if when x is near c. local minimum value of f if when x is near c. Example 1: For what values of x does

More information

Business and Life Calculus

Business and Life Calculus Business and Life Calculus George Voutsadakis Mathematics and Computer Science Lake Superior State University LSSU Math 2 George Voutsadakis (LSSU) Calculus For Business and Life Sciences Fall 203 / 55

More information

Math 180, Exam 2, Practice Fall 2009 Problem 1 Solution. f(x) = arcsin(2x + 1) = sin 1 (3x + 1), lnx

Math 180, Exam 2, Practice Fall 2009 Problem 1 Solution. f(x) = arcsin(2x + 1) = sin 1 (3x + 1), lnx Math 80, Exam, Practice Fall 009 Problem Solution. Differentiate the functions: (do not simplify) f(x) = x ln(x + ), f(x) = xe x f(x) = arcsin(x + ) = sin (3x + ), f(x) = e3x lnx Solution: For the first

More information

MATH 151 Engineering Mathematics I

MATH 151 Engineering Mathematics I MATH 151 Engineering Mathematics I Fall 2017, WEEK 14 JoungDong Kim Week 14 Section 5.4, 5.5, 6.1, Indefinite Integrals and the Net Change Theorem, The Substitution Rule, Areas Between Curves. Section

More information

Math 113 HW #10 Solutions

Math 113 HW #10 Solutions Math HW #0 Solutions 4.5 4. Use the guidelines of this section to sketch the curve Answer: Using the quotient rule, y = x x + 9. y = (x + 9)(x) x (x) (x + 9) = 8x (x + 9). Since the denominator is always

More information

MTH4100 Calculus I. Bill Jackson School of Mathematical Sciences QMUL. Week 9, Semester 1, 2013

MTH4100 Calculus I. Bill Jackson School of Mathematical Sciences QMUL. Week 9, Semester 1, 2013 MTH4100 School of Mathematical Sciences QMUL Week 9, Semester 1, 2013 Concavity Concavity In the literature concave up is often referred to as convex, and concave down is simply called concave. The second

More information

Test 3 Review. y f(a) = f (a)(x a) y = f (a)(x a) + f(a) L(x) = f (a)(x a) + f(a)

Test 3 Review. y f(a) = f (a)(x a) y = f (a)(x a) + f(a) L(x) = f (a)(x a) + f(a) MATH 2250 Calculus I Eric Perkerson Test 3 Review Sections Covered: 3.11, 4.1 4.6. Topics Covered: Linearization, Extreme Values, The Mean Value Theorem, Consequences of the Mean Value Theorem, Concavity

More information

3.Applications of Differentiation

3.Applications of Differentiation 3.Applications of Differentiation 3.1. Maximum and Minimum values Absolute Maximum and Absolute Minimum Values Absolute Maximum Values( Global maximum values ): Largest y-value for the given function Absolute

More information

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

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

More information

Math 261 Exam 3 - Practice Problems. 1. The graph of f is given below. Answer the following questions. (a) Find the intervals where f is increasing:

Math 261 Exam 3 - Practice Problems. 1. The graph of f is given below. Answer the following questions. (a) Find the intervals where f is increasing: Math 261 Exam - Practice Problems 1. The graph of f is given below. Answer the following questions. (a) Find the intervals where f is increasing: ( 6, 4), ( 1,1),(,5),(6, ) (b) Find the intervals where

More information

Final Exam Study Guide

Final Exam Study Guide Final Exam Study Guide Final Exam Coverage: Sections 10.1-10.2, 10.4-10.5, 10.7, 11.2-11.4, 12.1-12.6, 13.1-13.2, 13.4-13.5, and 14.1 Sections/topics NOT on the exam: Sections 10.3 (Continuity, it definition

More information

Calculus I Announcements

Calculus I Announcements Slide 1 Calculus I Announcements Read sections 4.2,4.3,4.4,4.1 and 5.3 Do the homework from sections 4.2,4.3,4.4,4.1 and 5.3 Exam 3 is Thursday, November 12th See inside for a possible exam question. Slide

More information

Section 3.1 Extreme Values

Section 3.1 Extreme Values Math 132 Extreme Values Section 3.1 Section 3.1 Extreme Values Example 1: Given the following is the graph of f(x) Where is the maximum (x-value)? What is the maximum (y-value)? Where is the minimum (x-value)?

More information

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

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

More information

Math. 151, WebCalc Sections December Final Examination Solutions

Math. 151, WebCalc Sections December Final Examination Solutions Math. 5, WebCalc Sections 507 508 December 00 Final Examination Solutions Name: Section: Part I: Multiple Choice ( points each) There is no partial credit. You may not use a calculator.. Another word for

More information

MATH 2053 Calculus I Review for the Final Exam

MATH 2053 Calculus I Review for the Final Exam MATH 05 Calculus I Review for the Final Exam (x+ x) 9 x 9 1. Find the limit: lim x 0. x. Find the limit: lim x + x x (x ).. Find lim x (x 5) = L, find such that f(x) L < 0.01 whenever 0 < x

More information

4.1 Analysis of functions I: Increase, decrease and concavity

4.1 Analysis of functions I: Increase, decrease and concavity 4.1 Analysis of functions I: Increase, decrease and concavity Definition Let f be defined on an interval and let x 1 and x 2 denote points in that interval. a) f is said to be increasing on the interval

More information

Final Exam Review Packet

Final Exam Review Packet 1 Exam 1 Material Sections A.1, A.2 and A.6 were review material. There will not be specific questions focused on this material but you should know how to: Simplify functions with exponents. Factor quadratics

More information

Final Exam Review Packet

Final Exam Review Packet 1 Exam 1 Material Sections A.1, A.2 and A.6 were review material. There will not be specific questions focused on this material but you should know how to: Simplify functions with exponents. Factor quadratics

More information

14 Increasing and decreasing functions

14 Increasing and decreasing functions 14 Increasing and decreasing functions 14.1 Sketching derivatives READING Read Section 3.2 of Rogawski Reading Recall, f (a) is the gradient of the tangent line of f(x) at x = a. We can use this fact to

More information

Applications of Differentiation

Applications of Differentiation Applications of Differentiation Definitions. A function f has an absolute maximum (or global maximum) at c if for all x in the domain D of f, f(c) f(x). The number f(c) is called the maximum value of f

More information

Review Problems Math115 Final Exam (Final covers Sec , )

Review Problems Math115 Final Exam (Final covers Sec , ) Review Problems Math5 Final Exam (Final covers Sec 2.-5.2, 5.4-6.5) Final Exam, Monday, Dec 2, 206, 4:0PM - 7:00PM, Budig 20 unless Mallot 200( Jocobs), Mallot 2074( Pham), Snow 20( Beaty), Lindley 7 (

More information

The Substitution Rule

The Substitution Rule The Sbstittion Rle Kiryl Tsishchanka THEOREM The Fndamental Theorem Of Calcls, Part II): If f is continos on [a,b], then where F is any antiderivative of f, that is F f. b a ] b fx)dx Fb) Fa) Fx) a NOTATION:

More information

Calculus Homework 1 National Central University, Spring semester 2012

Calculus Homework 1 National Central University, Spring semester 2012 Calculus Homework 1 National Central University, Spring semester 01 Problem 1. (10%) Compute the following its. (1) x Sol. () (1) In class we have shown that x x [ = () Since a 3 b 3 = (a b)(a +ab+b ),

More information

Math 180, Final Exam, Fall 2012 Problem 1 Solution

Math 180, Final Exam, Fall 2012 Problem 1 Solution Math 80, Final Exam, Fall 0 Problem Solution. Find the derivatives of the following functions: (a) ln(ln(x)) (b) x 6 + sin(x) e x (c) tan(x ) + cot(x ) (a) We evaluate the derivative using the Chain Rule.

More information

Applications of Derivatives

Applications of Derivatives Applications of Derivatives Extrema on an Interval Objective: Understand the definition of extrema of a function on an interval. Understand the definition of relative extrema of a function on an open interval.

More information

WORKBOOK. MATH 31. CALCULUS AND ANALYTIC GEOMETRY I.

WORKBOOK. MATH 31. CALCULUS AND ANALYTIC GEOMETRY I. WORKBOOK. MATH 31. CALCULUS AND ANALYTIC GEOMETRY I. DEPARTMENT OF MATHEMATICS AND COMPUTER SCIENCE Contributors: U. N. Iyer and P. Laul. (Many problems have been directly taken from Single Variable Calculus,

More information

Learning Objectives for Math 165

Learning Objectives for Math 165 Learning Objectives for Math 165 Chapter 2 Limits Section 2.1: Average Rate of Change. State the definition of average rate of change Describe what the rate of change does and does not tell us in a given

More information

Math 2413 General Review for Calculus Last Updated 02/23/2016

Math 2413 General Review for Calculus Last Updated 02/23/2016 Math 243 General Review for Calculus Last Updated 02/23/206 Find the average velocity of the function over the given interval.. y = 6x 3-5x 2-8, [-8, ] Find the slope of the curve for the given value of

More information

Final Examination 201-NYA-05 May 18, 2018

Final Examination 201-NYA-05 May 18, 2018 . ( points) Evaluate each of the following limits. 3x x + (a) lim x x 3 8 x + sin(5x) (b) lim x sin(x) (c) lim x π/3 + sec x ( (d) x x + 5x ) (e) lim x 5 x lim x 5 + x 6. (3 points) What value of c makes

More information

Foothill High School. AP Calculus BC. Note Templates Semester 1, Student Name.

Foothill High School. AP Calculus BC. Note Templates Semester 1, Student Name. Foothill High School AP Calculus BC Note Templates Semester 1, 2011-2012 Student Name Teacher: Burt Dixon bdixon@pleasanton.k12.ca.us 2.1 Limits Chap1-2 Page 1 Chap1-2 Page 2 Chap1-2 Page 3 Chap1-2 Page

More information

3. Go over old quizzes (there are blank copies on my website try timing yourself!)

3. Go over old quizzes (there are blank copies on my website try timing yourself!) final exam review General Information The time and location of the final exam are as follows: Date: Tuesday, June 12th Time: 10:15am-12:15pm Location: Straub 254 The exam will be cumulative; that is, it

More information

Section 4.1. Math 150 HW 4.1 Solutions C. Panza

Section 4.1. Math 150 HW 4.1 Solutions C. Panza Math 50 HW 4. Solutions C. Panza Section 4. Eercise 0. Use Eq. ( to estimate f. Use a calculator to compute both the error and the percentage error. 0. f( =, a = 5, = 0.4 Estimate f: f ( = 4 f (5 = 9 f

More information

1.1 Definition of a Limit. 1.2 Computing Basic Limits. 1.3 Continuity. 1.4 Squeeze Theorem

1.1 Definition of a Limit. 1.2 Computing Basic Limits. 1.3 Continuity. 1.4 Squeeze Theorem 1. Limits 1.1 Definition of a Limit 1.2 Computing Basic Limits 1.3 Continuity 1.4 Squeeze Theorem 1.1 Definition of a Limit The limit is the central object of calculus. It is a tool from which other fundamental

More information

MTH Calculus with Analytic Geom I TEST 1

MTH Calculus with Analytic Geom I TEST 1 MTH 229-105 Calculus with Analytic Geom I TEST 1 Name Please write your solutions in a clear and precise manner. SHOW your work entirely. (1) Find the equation of a straight line perpendicular to the line

More information

AP Calculus Free-Response Questions 1969-present AB

AP Calculus Free-Response Questions 1969-present AB AP Calculus Free-Response Questions 1969-present AB 1969 1. Consider the following functions defined for all x: f 1 (x) = x, f (x) = xcos x, f 3 (x) = 3e x, f 4 (x) = x - x. Answer the following questions

More information

Math 1120 Calculus Test 3

Math 1120 Calculus Test 3 March 27, 2002 Your name The first 7 problems count 5 points each Problems 8 through 11 are multiple choice and count 7 points each and the final ones counts as marked In the multiple choice section, circle

More information

MA 113 Calculus I Fall 2012 Exam 3 13 November Multiple Choice Answers. Question

MA 113 Calculus I Fall 2012 Exam 3 13 November Multiple Choice Answers. Question MA 113 Calculus I Fall 2012 Exam 3 13 November 2012 Name: Section: Last 4 digits of student ID #: This exam has ten multiple choice questions (five points each) and five free response questions (ten points

More information

Calculus I 5. Applications of differentiation

Calculus I 5. Applications of differentiation 2301107 Calculus I 5. Applications of differentiation Chapter 5:Applications of differentiation C05-2 Outline 5.1. Extreme values 5.2. Curvature and Inflection point 5.3. Curve sketching 5.4. Related rate

More information

MATH 1241 Common Final Exam Fall 2010

MATH 1241 Common Final Exam Fall 2010 MATH 1241 Common Final Exam Fall 2010 Please print the following information: Name: Instructor: Student ID: Section/Time: The MATH 1241 Final Exam consists of three parts. You have three hours for the

More information

Classroom Voting Questions: Calculus II

Classroom Voting Questions: Calculus II Classroom Voting Questions: Calculus II Section 5.1: How Do We Measure Distance Traveled? 1. True or False The left-sum always underestimates the area under the curve. 2. True or False Averaging the left

More information

Math 180, Final Exam, Fall 2007 Problem 1 Solution

Math 180, Final Exam, Fall 2007 Problem 1 Solution Problem Solution. Differentiate with respect to x. Write your answers showing the use of the appropriate techniques. Do not simplify. (a) x 27 x 2/3 (b) (x 2 2x + 2)e x (c) ln(x 2 + 4) (a) Use the Power

More information

1 Cost, Revenue and Profit

1 Cost, Revenue and Profit MATH 104 - SECTION 101 FIN AL REVIEW 1 Cost, Revenue and Profit C(x), R(x), and P(x); marginal cost MC(x), marginal revenue MR(x), and marginal profit M P(x). 1. Profit is the difference between cost and

More information

Find all points where the function is discontinuous. 1) Find all vertical asymptotes of the given function. x(x - 1) 2) f(x) =

Find all points where the function is discontinuous. 1) Find all vertical asymptotes of the given function. x(x - 1) 2) f(x) = Math 90 Final Review Find all points where the function is discontinuous. ) Find all vertical asymptotes of the given function. x(x - ) 2) f(x) = x3 + 4x Provide an appropriate response. 3) If x 3 f(x)

More information

Calculus 1 Exam 1 MAT 250, Spring 2011 D. Ivanšić. Name: Show all your work!

Calculus 1 Exam 1 MAT 250, Spring 2011 D. Ivanšić. Name: Show all your work! Calculus 1 Exam 1 MAT 250, Spring 2011 D. Ivanšić Name: Show all your work! 1. (16pts) Use the graph of the function to answer the following. Justify your answer if a limit does not exist. lim x 2 f(x)

More information

Calculus I (Math 241) (In Progress)

Calculus I (Math 241) (In Progress) Calculus I (Math 241) (In Progress) The following is a collection of Calculus I (Math 241) problems. Students may expect that their final exam is comprised, more or less, of one problem from each section,

More information

Solutions to Math 41 Final Exam December 10, 2012

Solutions to Math 41 Final Exam December 10, 2012 Solutions to Math 4 Final Exam December,. ( points) Find each of the following limits, with justification. If there is an infinite limit, then explain whether it is or. x ln(t + ) dt (a) lim x x (5 points)

More information

Old Math 220 Exams. David M. McClendon. Department of Mathematics Ferris State University

Old Math 220 Exams. David M. McClendon. Department of Mathematics Ferris State University Old Math 0 Exams David M. McClendon Department of Mathematics Ferris State University Last updated to include exams from Spring 05 Contents Contents General information about these exams 4 Exams from 0

More information

(b) x = (d) x = (b) x = e (d) x = e4 2 ln(3) 2 x x. is. (b) 2 x, x 0. (d) x 2, x 0

(b) x = (d) x = (b) x = e (d) x = e4 2 ln(3) 2 x x. is. (b) 2 x, x 0. (d) x 2, x 0 1. Solve the equation 3 4x+5 = 6 for x. ln(6)/ ln(3) 5 (a) x = 4 ln(3) ln(6)/ ln(3) 5 (c) x = 4 ln(3)/ ln(6) 5 (e) x = 4. Solve the equation e x 1 = 1 for x. (b) x = (d) x = ln(5)/ ln(3) 6 4 ln(6) 5/ ln(3)

More information

MATH 162 R E V I E W F I N A L E X A M FALL 2016

MATH 162 R E V I E W F I N A L E X A M FALL 2016 MATH 6 R E V I E W F I N A L E X A M FALL 06 BASICS Graphs. Be able to graph basic functions, such as polynomials (eg, f(x) = x 3 x, x + ax + b, x(x ) (x + ) 3, know about the effect of multiplicity of

More information

Limit. Chapter Introduction

Limit. Chapter Introduction Chapter 9 Limit Limit is the foundation of calculus that it is so useful to understand more complicating chapters of calculus. Besides, Mathematics has black hole scenarios (dividing by zero, going to

More information

Business and Life Calculus

Business and Life Calculus Business and Life Calculus George Voutsadakis 1 1 Mathematics and Computer Science Lake Superior State University LSSU Math 112 George Voutsadakis (LSSU) Calculus For Business and Life Sciences Fall 2013

More information

Math 1431 Final Exam Review

Math 1431 Final Exam Review Math 1431 Final Exam Review Comprehensive exam. I recommend you study all past reviews and practice exams as well. Know all rules/formulas. Make a reservation for the final exam. If you miss it, go back

More information

b) The trend is for the average slope at x = 1 to decrease. The slope at x = 1 is 1.

b) The trend is for the average slope at x = 1 to decrease. The slope at x = 1 is 1. Chapters 1 to 8 Course Review Chapters 1 to 8 Course Review Question 1 Page 509 a) i) ii) [2(16) 12 + 4][2 3+ 4] 4 1 [2(2.25) 4.5+ 4][2 3+ 4] 1.51 = 21 3 = 7 = 1 0.5 = 2 [2(1.21) 3.3+ 4][2 3+ 4] iii) =

More information

Formulas that must be memorized:

Formulas that must be memorized: Formulas that must be memorized: Position, Velocity, Acceleration Speed is increasing when v(t) and a(t) have the same signs. Speed is decreasing when v(t) and a(t) have different signs. Section I: Limits

More information

MATH 408N PRACTICE FINAL

MATH 408N PRACTICE FINAL 2/03/20 Bormashenko MATH 408N PRACTICE FINAL Show your work for all the problems. Good luck! () Let f(x) = ex e x. (a) [5 pts] State the domain and range of f(x). Name: TA session: Since e x is defined

More information

Test 3 Review. fx ( ) ( x 2) 4/5 at the indicated extremum. y x 2 3x 2. Name: Class: Date: Short Answer

Test 3 Review. fx ( ) ( x 2) 4/5 at the indicated extremum. y x 2 3x 2. Name: Class: Date: Short Answer Name: Class: Date: ID: A Test 3 Review Short Answer 1. Find the value of the derivative (if it exists) of fx ( ) ( x 2) 4/5 at the indicated extremum. 7. A rectangle is bounded by the x- and y-axes and

More information

Chapter 3: The Derivative in Graphing and Applications

Chapter 3: The Derivative in Graphing and Applications Chapter 3: The Derivative in Graphing and Applications Summary: The main purpose of this chapter is to use the derivative as a tool to assist in the graphing of functions and for solving optimization problems.

More information

Foundations of Calculus. November 18, 2014

Foundations of Calculus. November 18, 2014 Foundations of Calculus November 18, 2014 Contents 1 Conic Sections 3 11 A review of the coordinate system 3 12 Conic Sections 4 121 Circle 4 122 Parabola 5 123 Ellipse 5 124 Hyperbola 6 2 Review of Functions

More information

Math 1501 Calc I Fall 2013 Lesson 9 - Lesson 20

Math 1501 Calc I Fall 2013 Lesson 9 - Lesson 20 Math 1501 Calc I Fall 2013 Lesson 9 - Lesson 20 Instructor: Sal Barone School of Mathematics Georgia Tech August 19 - August 6, 2013 (updated October 4, 2013) L9: DIFFERENTIATION RULES Covered sections:

More information

Spring 2015 Sample Final Exam

Spring 2015 Sample Final Exam Math 1151 Spring 2015 Sample Final Exam Final Exam on 4/30/14 Name (Print): Time Limit on Final: 105 Minutes Go on carmen.osu.edu to see where your final exam will be. NOTE: This exam is much longer than

More information

Blue Pelican Calculus First Semester

Blue Pelican Calculus First Semester Blue Pelican Calculus First Semester Student Version 1.01 Copyright 2011-2013 by Charles E. Cook; Refugio, Tx Edited by Jacob Cobb (All rights reserved) Calculus AP Syllabus (First Semester) Unit 1: Function

More information

Calculus 221 worksheet

Calculus 221 worksheet Calculus 221 worksheet Graphing A function has a global maximum at some a in its domain if f(x) f(a) for all other x in the domain of f. Global maxima are sometimes also called absolute maxima. A function

More information

Calculus II. George Voutsadakis 1. LSSU Math 152. Lake Superior State University. 1 Mathematics and Computer Science

Calculus II. George Voutsadakis 1. LSSU Math 152. Lake Superior State University. 1 Mathematics and Computer Science Calculus II George Voutsadakis Mathematics and Computer Science Lake Superior State University LSSU Math 52 George Voutsadakis (LSSU) Calculus II February 205 / 88 Outline Techniques of Integration Integration

More information

(e) 2 (f) 2. (c) + (d). Limits at Infinity. 2.5) 9-14,25-34,41-43,46-47,56-57, (c) (d) 2

(e) 2 (f) 2. (c) + (d). Limits at Infinity. 2.5) 9-14,25-34,41-43,46-47,56-57, (c) (d) 2 Math 150A. Final Review Answers, Spring 2018. Limits. 2.2) 7-10, 21-24, 28-1, 6-8, 4-44. 1. Find the values, or state they do not exist. (a) (b) 1 (c) DNE (d) 1 (e) 2 (f) 2 (g) 2 (h) 4 2. lim f(x) = 2,

More information

3. Find the slope of the tangent line to the curve given by 3x y e x+y = 1 + ln x at (1, 1).

3. Find the slope of the tangent line to the curve given by 3x y e x+y = 1 + ln x at (1, 1). 1. Find the derivative of each of the following: (a) f(x) = 3 2x 1 (b) f(x) = log 4 (x 2 x) 2. Find the slope of the tangent line to f(x) = ln 2 ln x at x = e. 3. Find the slope of the tangent line to

More information

Free Response Questions Compiled by Kaye Autrey for face-to-face student instruction in the AP Calculus classroom

Free Response Questions Compiled by Kaye Autrey for face-to-face student instruction in the AP Calculus classroom Free Response Questions 1969-010 Compiled by Kaye Autrey for face-to-face student instruction in the AP Calculus classroom 1 AP Calculus Free-Response Questions 1969 AB 1 Consider the following functions

More information

3. On the grid below, sketch and label graphs of the following functions: y = sin x, y = cos x, and y = sin(x π/2). π/2 π 3π/2 2π 5π/2

3. On the grid below, sketch and label graphs of the following functions: y = sin x, y = cos x, and y = sin(x π/2). π/2 π 3π/2 2π 5π/2 AP Physics C Calculus C.1 Name Trigonometric Functions 1. Consider the right triangle to the right. In terms of a, b, and c, write the expressions for the following: c a sin θ = cos θ = tan θ =. Using

More information

Calculus I Review Solutions

Calculus I Review Solutions Calculus I Review Solutions. Compare and contrast the three Value Theorems of the course. When you would typically use each. The three value theorems are the Intermediate, Mean and Extreme value theorems.

More information

Math Essentials of Calculus by James Stewart Prepared by Jason Gaddis

Math Essentials of Calculus by James Stewart Prepared by Jason Gaddis Math 231 - Essentials of Calculus by James Stewart Prepared by Jason Gaddis Chapter 3 - Applications of Differentiation 3.1 - Maximum and Minimum Values Note We continue our study of functions using derivatives.

More information

Final practice, Math 31A - Lec 1, Fall 2013 Name and student ID: Question Points Score Total: 90

Final practice, Math 31A - Lec 1, Fall 2013 Name and student ID: Question Points Score Total: 90 Final practice, Math 31A - Lec 1, Fall 13 Name and student ID: Question Points Score 1 1 1 3 1 4 1 5 1 6 1 7 1 8 1 9 1 Total: 9 1. a) 4 points) Find all points x at which the function fx) x 4x + 3 + x

More information

LSU AP Calculus Practice Test Day

LSU AP Calculus Practice Test Day LSU AP Calculus Practice Test Day AP Calculus AB 2018 Practice Exam Section I Part A AP CALCULUS AB: PRACTICE EXAM SECTION I: PART A NO CALCULATORS ALLOWED. YOU HAVE 60 MINUTES. 1. If y = ( 1 + x 5) 3

More information

Business and Life Calculus

Business and Life Calculus Business and Life Calculus George Voutsadakis 1 1 Mathematics and Computer Science Lake Superior State University LSSU Math 112 George Voutsadakis (LSSU) Calculus For Business and Life Sciences Fall 2013

More information

Calculus II Lecture Notes

Calculus II Lecture Notes Calculus II Lecture Notes David M. McClendon Department of Mathematics Ferris State University 206 edition Contents Contents 2 Review of Calculus I 5. Limits..................................... 7.2 Derivatives...................................3

More information

4. Theory of the Integral

4. Theory of the Integral 4. Theory of the Integral 4.1 Antidifferentiation 4.2 The Definite Integral 4.3 Riemann Sums 4.4 The Fundamental Theorem of Calculus 4.5 Fundamental Integration Rules 4.6 U-Substitutions 4.1 Antidifferentiation

More information

AP Calculus BC Syllabus Course Overview

AP Calculus BC Syllabus Course Overview AP Calculus BC Syllabus Course Overview Textbook Anton, Bivens, and Davis. Calculus: Early Transcendentals, Combined version with Wiley PLUS. 9 th edition. Hoboken, NJ: John Wiley & Sons, Inc. 2009. Course

More information

MATH 151 Engineering Mathematics I

MATH 151 Engineering Mathematics I MATH 151 Engineering Mathematics I Spring 2019, WEEK 10 JoungDong Kim Week 10 Section 4.2, 4.3, 4.4 Mean Value Theorem, How Derivatives Affect the Shape of a Graph, Indeterminate Forms and L Hospital s

More information

Math 112 (Calculus I) Midterm Exam 3 KEY

Math 112 (Calculus I) Midterm Exam 3 KEY Math 11 (Calculus I) Midterm Exam KEY Multiple Choice. Fill in the answer to each problem on your computer scored answer sheet. Make sure your name, section and instructor are on that sheet. 1. Which of

More information

X. Numerical Methods

X. Numerical Methods X. Numerical Methods. Taylor Approximation Suppose that f is a function defined in a neighborhood of a point c, and suppose that f has derivatives of all orders near c. In section 5 of chapter 9 we introduced

More information

MATH 019: Final Review December 3, 2017

MATH 019: Final Review December 3, 2017 Name: MATH 019: Final Review December 3, 2017 1. Given f(x) = x 5, use the first or second derivative test to complete the following (a) Calculate f (x). If using the second derivative test, calculate

More information

Review for the Final Exam

Review for the Final Exam Calculus Lia Vas. Integrals. Evaluate the following integrals. (a) ( x 4 x 2 ) dx (b) (2 3 x + x2 4 ) dx (c) (3x + 5) 6 dx (d) x 2 dx x 3 + (e) x 9x 2 dx (f) x dx x 2 (g) xe x2 + dx (h) 2 3x+ dx (i) x

More information

MAXIMA AND MINIMA CHAPTER 7.1 INTRODUCTION 7.2 CONCEPT OF LOCAL MAXIMA AND LOCAL MINIMA

MAXIMA AND MINIMA CHAPTER 7.1 INTRODUCTION 7.2 CONCEPT OF LOCAL MAXIMA AND LOCAL MINIMA CHAPTER 7 MAXIMA AND MINIMA 7.1 INTRODUCTION The notion of optimizing functions is one of the most important application of calculus used in almost every sphere of life including geometry, business, trade,

More information

Section 3.7. Rolle s Theorem and the Mean Value Theorem

Section 3.7. Rolle s Theorem and the Mean Value Theorem Section.7 Rolle s Theorem and the Mean Value Theorem The two theorems which are at the heart of this section draw connections between the instantaneous rate of change and the average rate of change of

More information

Sample Mathematics 106 Questions

Sample Mathematics 106 Questions Sample Mathematics 106 Questions x 2 + 8x 65 (1) Calculate lim x 5. x 5 (2) Consider an object moving in a straight line for which the distance s (measured in feet) it s travelled from its starting point

More information

(a) The best linear approximation of f at x = 2 is given by the formula. L(x) = f(2) + f (2)(x 2). f(2) = ln(2/2) = ln(1) = 0, f (2) = 1 2.

(a) The best linear approximation of f at x = 2 is given by the formula. L(x) = f(2) + f (2)(x 2). f(2) = ln(2/2) = ln(1) = 0, f (2) = 1 2. Math 180 Written Homework Assignment #8 Due Tuesday, November 11th at the beginning of your discussion class. Directions. You are welcome to work on the following problems with other MATH 180 students,

More information

Unit 5: Applications of Differentiation

Unit 5: Applications of Differentiation Unit 5: Applications of Differentiation DAY TOPIC ASSIGNMENT 1 Implicit Differentiation (p. 1) p. 7-73 Implicit Differentiation p. 74-75 3 Implicit Differentiation Review 4 QUIZ 1 5 Related Rates (p. 8)

More information

f (x) = 2x x = 2x2 + 4x 6 x 0 = 2x 2 + 4x 6 = 2(x + 3)(x 1) x = 3 or x = 1.

f (x) = 2x x = 2x2 + 4x 6 x 0 = 2x 2 + 4x 6 = 2(x + 3)(x 1) x = 3 or x = 1. F16 MATH 15 Test November, 016 NAME: SOLUTIONS CRN: Use only methods from class. You must show work to receive credit. When using a theorem given in class, cite the theorem. Reminder: Calculators are not

More information

Math 142 Week-in-Review #11 (Final Exam Review: All previous sections as well as sections 6.6 and 6.7)

Math 142 Week-in-Review #11 (Final Exam Review: All previous sections as well as sections 6.6 and 6.7) Math 142 Week-in-Review #11 (Final Exam Review: All previous sections as well as sections 6.6 and 6.7) Note: This review is intended to highlight the topics covered on the Final Exam (with emphasis on

More information

Section Derivatives of Polynomials and Exponential Functions

Section Derivatives of Polynomials and Exponential Functions Section 3.1 - Derivatives of Polynomials and Exponential Functions Constant Function Rule: If f(x)=c where c is a constant then Power Rule: If f(x)=x n, where n is a real number, then Constant Multiple

More information

Have a Safe and Happy Break

Have a Safe and Happy Break Math 121 Final EF: December 10, 2013 Name Directions: 1 /15 2 /15 3 /15 4 /15 5 /10 6 /10 7 /20 8 /15 9 /15 10 /10 11 /15 12 /20 13 /15 14 /10 Total /200 1. No book, notes, or ouiji boards. You may use

More information

Section 1.1: A Preview of Calculus When you finish your homework, you should be able to

Section 1.1: A Preview of Calculus When you finish your homework, you should be able to Section 1.1: A Preview of Calculus When you finish your homework, you should be able to π Understand what calculus is and how it compares with precalculus π Understand that the tangent line problem is

More information

Math 111 Calculus I Fall 2005 Practice Problems For Final December 5, 2005

Math 111 Calculus I Fall 2005 Practice Problems For Final December 5, 2005 Math 111 Calculus I Fall 2005 Practice Problems For Final December 5, 2005 As always, the standard disclaimers apply In particular, I make no claims that all the material which will be on the exam is represented

More information

Math 110 Final Exam General Review. Edward Yu

Math 110 Final Exam General Review. Edward Yu Math 110 Final Exam General Review Edward Yu Da Game Plan Solving Limits Regular limits Indeterminate Form Approach Infinities One sided limits/discontinuity Derivatives Power Rule Product/Quotient Rule

More information

Shape of a curve. Nov 15, 2016

Shape of a curve. Nov 15, 2016 Shape of a curve Nov 15, 2016 y = f(x) Where does the curve of f attain its maximum or minimum value? Where does the curve of f increase or decrease? What is its sketch? Some definitions Def: Absolute

More information

Math 121 Test 3 - Review 1. Use differentials to approximate the following. Compare your answer to that of a calculator

Math 121 Test 3 - Review 1. Use differentials to approximate the following. Compare your answer to that of a calculator Math Test - Review Use differentials to approximate the following. Compare your answer to that of a calculator.. 99.. 8. 6. Consider the graph of the equation f(x) = x x a. Find f (x) and f (x). b. Find

More information

Workbook for Calculus I

Workbook for Calculus I Workbook for Calculus I By Hüseyin Yüce New York 2007 1 Functions 1.1 Four Ways to Represent a Function 1. Find the domain and range of the function f(x) = 1 + x + 1 and sketch its graph. y 3 2 1-3 -2-1

More information

cos t 2 sin 2t (vi) y = cosh t sinh t (vii) y sin x 2 = x sin y 2 (viii) xy = cot(xy) (ix) 1 + x = sin(xy 2 ) (v) g(t) =

cos t 2 sin 2t (vi) y = cosh t sinh t (vii) y sin x 2 = x sin y 2 (viii) xy = cot(xy) (ix) 1 + x = sin(xy 2 ) (v) g(t) = MATH1003 REVISION 1. Differentiate the following functions, simplifying your answers when appropriate: (i) f(x) = (x 3 2) tan x (ii) y = (3x 5 1) 6 (iii) y 2 = x 2 3 (iv) y = ln(ln(7 + x)) e 5x3 (v) g(t)

More information

Math 125: Exam 3 Review

Math 125: Exam 3 Review Math 125: Exam 3 Review Since we re using calculators, to keep the playing field level between all students, I will ask that you refrain from using certain features of your calculator, including graphing.

More information