Velocity and Acceleration

Size: px
Start display at page:

Download "Velocity and Acceleration"

Transcription

1 Velocity and Acceleration Part 1: Limits, Derivatives, and Antiderivatives In R 3 ; vector-valued functions are of the form r (t) = hf (t) ; g (t) ; h (t)i ; t in [a; b] If f (t) ; g (t) ; and h (t) are continuous over [a; b], then r (t) ; t in [a; b] ; parameterizes a curve C. If r (t 1 ) 6= r (t 2 ) for all t 1 6= t 2 in (a; b) ; then C is an oriented curve with the orientation going from r (a) to r (b). Conversely, r (t) ; t in [a; b] ; is called a parametrization of C: Sometimes we will refer to r (t) as a vector-valued dependent variable. The variable t is called the parameter of r (t) : EXAMPLE 1 for t in [; 2] : Sketch the curve parametrized by r (t) = hcos (t) ; sin (t) ; ti Solution: The computer algebra system Maple yields the following curve (Note: Click and drag on the image above to see it from di erent views). 1

2 Because we have little experience with 3-dimensional curves, eliminating t from x = f (t) ; y = g (t) ; and z = h (t) tells us little about the curve. Instead, we must develop the calculus of vector-valued functions in R 3 as a means of studying curves and their parameterizations. To begin with, we de ne the limit of a vector-valued function r (t) = hf (t) ; g (t) ; h (t)i to be lim r (t) = lim f (t) ; lim g (t) ; lim h (t) (1) t!p t!p t!p t!p when each of the limits exist. As a result, we de ne the derivative of r (t) = hf (t) ; g (t) ; h (t)i to be dr dt = lim t! r (t + t) t which via the de nition of the limit (1) yields dr dt = f (t + t) f (t) g (t + t) lim ; lim t! t t! t r (t) g (t) ; lim t! h (t + t) t h (t) We often denote dr=dt by v and call it the velocity of r (t) : Likewise, the derivative of v (t) is often called the acceleration of r (t) : The computation above shows us that we have the following: Theorem 6.1: The velocity v (t) of the function r (t) = hf (t) ; g (t) ; h (t)i is v (t) = dr dt = hf (t) ; g (t) ; h (t)i Likewise, the acceleration of r (t) is given by a (t) = dv dt = hf (t) ; g (t) ; h (t)i If v (t) exists for each t in (a; b) ; then we say that r (t) is di erentiable over (a; b). EXAMPLE 2 Compute the velocity and acceleration of r (t) = t 2 ; e 2t ; t 3 Solution: To begin with, the velocity of r (t) is d v (t) = dt t2 ; d dt e2t ; d dt t3 = 2t; 2e 2t ; 3t 2 2

3 As a result, the acceleration of r (t) is a (t) = dv dt = d dt 2t; d dt 2e2t ; d dt 3t2 = 2; 4e 2t ; 6t Check your Reading: What is v (t) if r (t) = t 2 ; t 2 ; t 2? Velocity as a Tangent Vector If r (t) is the position vector of a moving object at time t; then the vector r (t + t) r (t) is a secant vector whose initial and terminal points are on the curve traced by the terminal end of r (t) : Thus, as t approaches, the resulting secant vectors more and more resemble the curve itself in the vicinity of r (t) ; so that as t approaches, the di erence quotient r (t + t) t r (t) approaches the tangent vector shown in red above. Since the di erence quotient also approaches v (t) as t approaches, we obtain the following theorem: 3

4 Theorem 6.2: The velocity vector v = dr=dt is tangent to the parametrized curve at the point with position r (t). A curve which has a non-zero tangent vector at each point is said to be smooth, and a parameterization r (t) ; t in [a; b], is said to be smooth if it parameterizes a smooth curve. EXAMPLE 3 Sketch v (1) at the point of tangency to r (t) = t 3 ; t 2 : Solution: To do so, we rst di erentiate to obtain v (t) = dr dt = 3t 2 ; 2t We then let t = 1 to obtain v (1) = h3; 2i which when graphed versus r (t) yields the following: 4

5 Notice in example 3 that v () = h; i, so r (t) = t 3 ; t 2 is not smooth at r () : As the gure shows, the curve has a cusp at r () and there is no tangent line (or a tangent vector) at a cusp. EXAMPLE 4 Sketch v (5=2) at the point of tangency to the helix r (t) = h4 cos (t) ; 4 sin (t) ; ti. Solution: To do so, we notice that v (t) = h 4 sin (t) ; 4 cos (t) ; 1i so that the velocity vector at t = 5=2 is 5 5 v = 4 sin ; 4 cos which is graphed along with the curve below: ; 1 = h 4; ; 1i Check your Reading: Which plane is v () parallel to if r (t) = hcos (t) ; sin (t) ; ti? 5

6 Antiderivatives of Vector-Valued Functions In addition, we de ne antiderivatives of q (t) = hf (t) ; g (t) ; h (t)i by Z Z Z Z q (t) dt = f (t) dt; g (t) dt; h (t) dt + hc 1 ; C 2 ; C 3 i where C 1 ; C 2 ; C 3 are arbitrary constants. The fundamental theorem of calculus then implies that Z * b Z b Z b Z + b q (t) dt = f (t) dt; g (t) dt; h (t) dt a or equivalently, if Q (t) = q (t) ; then Z b a a a a q (t) dt = Q (b) Q (a) (2) If a (t) is the acceleration of an object with an initial position r = r () and an initial velocity v = v () ; then (2) impies that a () d = v (t) v () where is the lowercase Greek letter tau and is used here because t is being used as the parameter of v (t) : Similarly for r (t) ; so that v (t) = v + a () d and r (t) = r + are the velocity and position of the objects at time t: v () d EXAMPLE 5 Find the velocity and position of an object subject to an acceleration of a (t) = h 8 sin (2t) ; 8 cos (2t) ; 32i given that v = h; ; i and r = h; ; 1i : Solution: The velocity is given by v (t) = h; 4; i + h 8 sin (2) ; 8 cos (2) ; 32i d = 8 sin (2) d; 8 cos (2) d; 32d D E = 4 cos (2)j t ; 4 sin (2)jt ; 32jt 6

7 Thus, v (t) = h4 cos (2t) 4; 4 sin (2t) ; 32ti, so that r (t) = h; ; 1i + v () d = (4 cos (2) 4) d; 4 sin (2) d; 1 D = 2 sin (2) 4j t ; 2 cos (2)jt ; 1 16t2E = 2 sin (2t) 4t; 2 cos (2t) 2; 1 16t 2 32d A projectile is an object whose motion is due solely to the force of gravity. The scientist Galileo showed that if a projectile moves only a short distance, then its acceleration is practically constant. That is, its acceleration is given by a (t) = g (3) where g is a constant vector called the acceleration due to gravity. The velocity v (t) of the projectile follows from integration of (3) and a given initial velocity v : The position r (t) at time t follows from integration of v (t) and a given initial position r : EXAMPLE 6 Near the surface of Mars, g = ; ; 12:2 ft= sec 2 : Find the position of a projectile with an initial position of r = h; ; i and an initial velocity of v = h1; 2; 64i. Solution: To begin with, (3) says that a (t) = h; ; 12:2i : The velocity is Z Z v (t) = a (t) dt = h; ; 12:2i dt = h; ; 12:2ti + hc 1 ; C 2 ; C 3 i 7

8 and since v = h1; 2; 64i ; we must have h1; 2; 64i = v () = h; ; 12:2 i + hc 1 ; C 2 ; C 3 i = hc 1 ; C 2 ; C 3 i Thus, the velocity of the object is v (t) = h; ; 12:2ti + h1; 2; 64i = h1; 2; 12:2t + 64i To nd r (t) ; we antidi erentiate again to obtain Z Z r (t) = v (t) dt = h1; 2; 12:2t + 64i dt = 1t; 2t; 6:1t t +hc 1 ; C 2 ; C 3 i Since r = h; ; i ; we must have hc 1 ; C 2 ; C 3 i = h; ; i ; so that the position of the object at time t is r (t) = 1t; 2t; 64t 6:1t 2 Check your Reading: Would you weigh more or less if you were on Mars? Plane of Motion and Maximum Altitude Let s suppose that r (t) is the position of a projectile at time t. Since v and a span the same plane at each time t, the motion of the projectile is in the plane through the point r with normal n = v a The maximum altitude occurs when v is horizontal, which is when the 3rd component of v is identically zero. The time to maximum altitude is denoted t max and is obtained by setting the third component of v equal to and solving for t: 8

9 Finally, the point at which the projectile strikes the ground (i.e., the xy-plane) is the point at which the third component of r (t) is equal to. Setting the third component of r (t) equal to and solving for t thus yields the time of impact, denoted t imp : The point of impact is r (t imp ) : EXAMPLE 7 Suppose a projectile has a position at time t of r (t) = 1t; 2t; 64t 16t 2 Find the plane of motion, the time to maximum height, the maximum height, the time of impact, and the point of impact of the projectile. Solution: To begin with, the velocity of the object is v (t) = h1; 2; 64 32ti and the acceleration is as expected, a (t) = h; ; 32i : Since n = v a = h1; 2; 64i h; ; 32i = h 64; 32; i the plane of motion is the plane through r = (; ; ) with normal n = h 64; 32; i : Thus, the equation of the plane of motion is 64 (x ) + 32 (y ) + (z ) = which is the vertical plane passing through the line y = 2x: To nd t max ; we set the third component of v (t) equal to and solve for t max : 64 32t = 32t = 64 t max = 2 Since t max = 2; the maximum altitude itself is simply the z-coordinate of r (t max ) : Since r (t max ) = r (2) = h2; 4; i = h2; 4; 64i the maximum altitude of the projectile is 64 feet. Finally, the time of impact occurs when the third component of r (t) is equal to : 64t 16t 2 = 16t (t 4) = t = or t = 4 9

10 Initially, the projectile is on the ground (i.e., r = h; ; i ). Thus, the time of impact must be t imp = 4; so that the point of impact is r (t imp ) = r (4) = (4; 8; ) Exercises Find the velocity and acceleration of the following vector-valued functions: 1. r (t) = t 2 ; t 3 ; t 4 2. r (t) = t 2 ; t 5 ; t 4 3. r (t) = t 1 ; t 2 ; t 3=2 D 4. r (t) = t 2 1 1=2 ; t E 1 ; 1 5. r (t) = h3 cos (t) ; 5 sin (t) ; 4 cos (t)i 6. r (t) = h3 cos (t) ; 5 sin (t) ; 4 cos (t)i 7. r (t) = htan (t) ; cot (t) ; csc (t)i 8. r (t) = e t ; e t ; ln t r (t) = h1; 1; ln [sec (t)]i 1. r (t) = h2; 3; 1i e t h1; 4; 7i e t 11. r (t) = t 2 i + tan 1 (t) j 12. r (t) = i + t j + t 2 k 13. r (t) = e t hsin (t) ; cos (t) ; ti 14. r (t) = tan (t) hsin (t) ; cos (t) ; sec (t)i Find the velocity at the given time and sketch it along with the curve r (t) : 15. r (t) = t 2 ; t 4 ; t = r (t) = 2t; 64 16t 2 ; t = r (t) = hcos (t) ; sin (t)i ; t = r (t) = hcos (t) ; sin (t)i ; t = r (t) = he t ; e t i ; t = 2. r (t) = htan (t) ; sec (t)i ; t = r (t) = h3t + 1; 2t + 3i ; t = r (t) = bt 2 ; 2bt ; t = 1 1

11 Find the velocity v (t) and the position r (t) for the given acceleration and initial conditions, and determine the plane of motion (if it exists). In exercises 23-26, also nd the time to maximum height, the maximum height, the time of impact, and the point of impact of the projectile (note: 27 and 28 are projectile motions with a small amount of atmospheric drag). 23. a (t) = h; ; 32i 24. a (t) = h; ; 32i r = h; ; i ; v = h1; 2; 64i r = h; ; i ; v = h1; 1; 96i 25. a (t) = h; ; 9:8i 26. a (t) = h; ; 9:8i r = h1; 3; i ; v = h72; 38; 65i 27. a (t) = ; ; 32e t=1 28. r = h2; 1; 3i ; v = h1; 1; i a (t) = ; ; 32e t=2 r = h; ; 64i ; v = h32; 32; i r = h; ; 4i ; v = h; ; i 29. a (t) = h 3 sin (t) ; 5 cos (t) ; 4 sin (t)i 3. a (t) = h 3 sin (t) ; 3 cos (t) ; 12:2i r = h; ; i ; v = h; ; i r = h; ; i ; v = h; ; i 31. In example 6 a projectile is moving near the surface of Mars, and we found that its position at time t is given by r (t) = 1t; 2t; 64t 6:1t 2 Find the plane of motion, the time to maximum height, the maximum height, the time of impact, and the point of impact of the projectile, and then compare the result to example 7, in which a projectile with the same initial conditions is traveling near the earth. 32. When r () is in the xy-plane, then the range of the projectile i.e., the distance the projectile travels between leaving the earth and striking the earth is the length of the vector r (t imp ) r () : That is, range = kr (t imp ) r ()k Find the range of the projectile in example 7, and then nd the range of the projectile in problem 31. How much farther would the projectile travel on Mars 11

12 than it would on the earth? Exercises explore Major League Baseball s "GameDay" pitch tracking system, in which the trajectory of a pitch is calculated using an imaging system, the coordinate system below, and projectile motion. Speci cally, the Game Day pitch tracking system estimates the trajectory of a baseball in terms of a constant acceleration a (shown in black in the image above), a position r when tracking begins (the beginning of the blue curve), and an initial velocity v when tracking begins (4, 5, or 55 feet from the back of home plate). 33. On September 9, 29 in a game between Anaheim and Seattle, Mark Jipsen through Ken Gri ey, Jr., a sweeping curveball with the following gameday vectors: r = h 2:924; 5; 5:895i ; v = h2:264; 121:647; 2:486i a = h1:529; 3:971; 41:439i Find the parameterization of the ball s trajectory r (t) by integrating a twice and using the given initial data. What is the plane of motion of the curveball? What is its position as it crosses the front of the plate ( i.e., when y = 1:417 feet)? How much did it move from left to right 34. Repeat Exercise 33 for Mark Jipsen s last pitch of that game, which is r = h 2:91; 5; 5:773i ; v = h8:42; 141:714; 4:76i a = h 1:669; 36:44; 13:16i Is this also a curveball (in your opinion)? 35. On July 3, 29 in a game between Minnesota and Detroit, Joel Zumaya threw a pitch clocked at well over 1 mph (and possibly the fastest pitch ever recorded a possible 15 mph when it left his hand at approximately y = 55 feet). The data for that pitch is 12

13 r = h 1:91; 5; 5:928i ; v = h9:588; 147:939; 5:642i a = h 15:819; 39:136; 6:834i How fast was the pitch traveling initially (i.e., when y = 5 feet)? How long did it take to travel from y = 55 (approximate point of release) to y = 1:417 feet (the front of the plate)? How fast was it traveling when it crossed the front of the plate? (hint: 1 mile = 528 feet). 36. Try it out! The data and information above can be obtained by beginning at Alan M. Nathan s website Try nding the information above for an outing of your favorite pitcher and then repeating exercise Magnus Force: The pitches in exercise 33 to 36 do not fall straight down because the spin of a baseball creates a force called the Magnus force which is perpendicular both to the direction of motion and to the axis about which the ball spins. For example, an angular velocity of about 15 revolutions per minute induces a Magnus force which is about 1/3 the acceleration due to gravity i.e., about 11 feet per sec per sec! Drag must also be considered when Magnus force is considered, giving us an approximate acceleration of a = h11; 32; 32i 13

14 Use this information to construct the trajectory of such a baseball given that r = h; 5; 6i and v = h; 132; i (i.e., ball 6 feet above the ground traveling 9 mph at 5 feet from the back of home plate). 38. Magnus Force Theory: In reality, the drag, magnus, and gravitational forces lead to an acceleration vector of the form a = KC D vv KC L v (v!) g where K is a constant equalt to about 5: per foot, v is the magnitude of the velocity v vector, g is the acceleration due to gravity,! is the unit vector parallel to the axis of rotation of the ball, and C D and C L are the drag and lift constants, respectively. Explain why a cannot be constant (i.e., the same at all times), and use this to explain why the Gameday curves are only statistical approximations and not actual physical trajectories. (more with Magnus force in later sections!) 39. When r = h; ; i ; then projectile motion begins at the origin. Show that if r = h; ; i ; then t imp = 2t max : 4. * A Basketball s Initial Velocity: An NBA player shoots a 3-pointer from 24 feet ( 3 point line is at 23 9 ), and 1.4 seconds elapse before it passes through the hoop. If we assume that the player released the ball from a height of 8 feet, then what is the initial velocity of the ball? And what is the ball s maximum altitude? 41. Bezier Curves: The Bezier curve determined by the 4 points P (x ; y ) ; P 1 (x 1 ; y 1 ) ; P 2 (x 2 ; y 2 ) ; and P 3 (x 3 ; y 3 ) is the curve with endpoints P and P 3!! which is tangent to the vectors P P 1 and P 2 P 3 at the points P and P 3 ; respec- 14

15 tively. In this exercise, we show that a Bezier curve is the graph of the vector valued function r (t) = hx ; y i t hx 1 ; y 1 i t 2 (1 t) + 3 hx 2 ; y 2 i t (1 t) 2 + hx 3 ; y 3 i (1 t) 3 for t in [; 1] : 1. (a) Compute r () and r (1) : (b) Compute v (t) ; and then compute v () and v (1) : (c) Explain how (a) and (b) relate to the gure shown above. 42. Bezier Curves: Construct the Bezier curve using the parameterization in exercise 39 using the 4 points P (; ) ; P 1 (; 1) ; P 2 (1; 1) ; and P 3 (1; ) ; and!! then sketch the result along with the vectors P P 1 and P 2 P 3 : 43. Write to Learn: Bezier curves are often used to connect a sequence of points (position vectors) P ; P 1 ; : : : ; P n with a curve subject to a set of control 15

16 points (position vectors) Q ; : : : ; Q n 1 ; R ; : : : ; R n 1 : Write short essay in which you show that for each j = 1; : : : ; n, the curve r j (t) = P j 1 t 3 + 3R j 1 t 2 (1 t) + 3Q j 1 t (1 t) 2 + P j (1 t) 3 for t in [; 1] satis es r j () = P j 1 and r j (1) = P j, as well as v j () = 3 (R j 1 P j ) ; and v j (1) = 3 (P j 1 Q j 1 ) What conditions on P j ; R j 1 and Q j, j = ; : : : ; n 1; are necessary for the collection of "pieces" r 1 (t) ; : : : ; r n (t) to form a smooth curve connecting all the points P ; P 1 ; P 2 ; : : : ; P n. 44.Write to Learn: Suppose that r (t) = hf (t) ; g (t) ; h (t)i ; t in [a; b] ; parametrizes a curve C; and suppose that is a di erentiable, 1-1 function. Write a short essay explaining why r (t) = hf ( (u)) ; g ( (u)) ; h ( (u))i ; u in [c; d] parameterizes the same curve C when c = 1 (a) and d = 1 (b) : What is the velocity vector for the new parameterization? How is it related to the velocity vector for the original parameterization? 16

Antiderivatives. Definition A function, F, is said to be an antiderivative of a function, f, on an interval, I, if. F x f x for all x I.

Antiderivatives. Definition A function, F, is said to be an antiderivative of a function, f, on an interval, I, if. F x f x for all x I. Antiderivatives Definition A function, F, is said to be an antiderivative of a function, f, on an interval, I, if F x f x for all x I. Theorem If F is an antiderivative of f on I, then every function of

More information

Review Exercises for Chapter 2

Review Exercises for Chapter 2 Review Eercises for Chapter 367 Review Eercises for Chapter. f 1 1 f f f lim lim 1 1 1 1 lim 1 1 1 1 lim 1 1 lim lim 1 1 1 1 1 1 1 1 1 4. 8. f f f f lim lim lim lim lim f 4, 1 4, if < if (a) Nonremovable

More information

Introduction to Vector Functions

Introduction to Vector Functions Introduction to Vector Functions Differentiation and Integration Philippe B. Laval KSU Today Philippe B. Laval (KSU) Vector Functions Today 1 / 14 Introduction In this section, we study the differentiation

More information

APPLICATIONS OF DIFFERENTIATION

APPLICATIONS OF DIFFERENTIATION 4 APPLICATIONS OF DIFFERENTIATION APPLICATIONS OF DIFFERENTIATION 4.9 Antiderivatives In this section, we will learn about: Antiderivatives and how they are useful in solving certain scientific problems.

More information

2. Evaluate C. F d r if F = xyî + (x + y)ĵ and C is the curve y = x 2 from ( 1, 1) to (2, 4).

2. Evaluate C. F d r if F = xyî + (x + y)ĵ and C is the curve y = x 2 from ( 1, 1) to (2, 4). Exam 3 Study Guide Math 223 Section 12 Fall 2015 Instructor: Dr. Gilbert 1. Which of the following vector fields are conservative? If you determine that a vector field is conservative, find a valid potential

More information

Properties of the Gradient

Properties of the Gradient Properties of the Gradient Gradients and Level Curves In this section, we use the gradient and the chain rule to investigate horizontal and vertical slices of a surface of the form z = g (x; y) : To begin

More information

Later in this chapter, we are going to use vector functions to describe the motion of planets and other objects through space.

Later in this chapter, we are going to use vector functions to describe the motion of planets and other objects through space. 10 VECTOR FUNCTIONS VECTOR FUNCTIONS Later in this chapter, we are going to use vector functions to describe the motion of planets and other objects through space. Here, we prepare the way by developing

More information

A Statistical Study of PITCHf/x Pitched Baseball Trajectories

A Statistical Study of PITCHf/x Pitched Baseball Trajectories A Statistical Study of PITCHf/x Pitched Baseball Trajectories Alan M. Nathan Department of Physics, University of Illinois, Urbana, IL 6181 February 8, 28 A statistical study of PITCHf/x trajectories is

More information

CHAPTER 3: DERIVATIVES

CHAPTER 3: DERIVATIVES (Exercises for Section 3.1: Derivatives, Tangent Lines, and Rates of Change) E.3.1 CHAPTER 3: DERIVATIVES SECTION 3.1: DERIVATIVES, TANGENT LINES, and RATES OF CHANGE In these Exercises, use a version

More information

The Jacobian. v y u y v (see exercise 46). The total derivative is also known as the Jacobian Matrix of the transformation T (u; v) :

The Jacobian. v y u y v (see exercise 46). The total derivative is also known as the Jacobian Matrix of the transformation T (u; v) : The Jacobian The Jacobian of a Transformation In this section, we explore the concept of a "derivative" of a coordinate transformation, which is known as the Jacobian of the transformation. However, in

More information

Calculus I Sample Exam #01

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

More information

= π + sin π = π + 0 = π, so the object is moving at a speed of π feet per second after π seconds. (c) How far does it go in π seconds?

= π + sin π = π + 0 = π, so the object is moving at a speed of π feet per second after π seconds. (c) How far does it go in π seconds? Mathematics 115 Professor Alan H. Stein April 18, 005 SOLUTIONS 1. Define what is meant by an antiderivative or indefinite integral of a function f(x). Solution: An antiderivative or indefinite integral

More information

Chapter 5: Limits and Derivatives

Chapter 5: Limits and Derivatives Chapter 5: Limits and Derivatives Chapter 5 Overview: Introduction to Limits and Derivatives In a later chapter, maximum and minimum points of a curve will be found both by calculator and algebraically.

More information

Summer Review Packet (Limits & Derivatives) 1. Answer the following questions using the graph of ƒ(x) given below.

Summer Review Packet (Limits & Derivatives) 1. Answer the following questions using the graph of ƒ(x) given below. Name AP Calculus BC Summer Review Packet (Limits & Derivatives) Limits 1. Answer the following questions using the graph of ƒ() given below. (a) Find ƒ(0) (b) Find ƒ() (c) Find f( ) 5 (d) Find f( ) 0 (e)

More information

Chapter 2 Overview: Introduction to Limits and Derivatives

Chapter 2 Overview: Introduction to Limits and Derivatives Chapter 2 Overview: Introduction to Limits and Derivatives In a later chapter, maximum and minimum points of a curve will be found both by calculator and algebraically. While the algebra of this process

More information

AP Calculus AB Unit 6 Packet Antiderivatives. Antiderivatives

AP Calculus AB Unit 6 Packet Antiderivatives. Antiderivatives Antiderivatives Name In mathematics, we use the inverse operation to undo a process. Let s imagine undoing following everyday processes. Process Locking your car Going to sleep Taking out your calculator

More information

PDF Created with deskpdf PDF Writer - Trial ::

PDF Created with deskpdf PDF Writer - Trial :: y 3 5 Graph of f ' x 76. The graph of f ', the derivative f, is shown above for x 5. n what intervals is f increasing? (A) [, ] only (B) [, 3] (C) [3, 5] only (D) [0,.5] and [3, 5] (E) [, ], [, ], and

More information

1.5 The Derivative (2.7, 2.8 & 2.9)

1.5 The Derivative (2.7, 2.8 & 2.9) 1.5. THE DERIVATIVE (2.7, 2.8 & 2.9) 47 1.5 The Derivative (2.7, 2.8 & 2.9) The concept we are about to de ne is not new. We simply give it a new name. Often in mathematics, when the same idea seems to

More information

Introduction to Vector Functions

Introduction to Vector Functions Introduction to Vector Functions Limits and Continuity Philippe B Laval KSU Spring 2012 Philippe B Laval (KSU) Introduction to Vector Functions Spring 2012 1 / 14 Introduction In this section, we study

More information

CALCULUS: Graphical,Numerical,Algebraic by Finney,Demana,Watts and Kennedy Chapter 3: Derivatives 3.3: Derivative of a function pg.

CALCULUS: Graphical,Numerical,Algebraic by Finney,Demana,Watts and Kennedy Chapter 3: Derivatives 3.3: Derivative of a function pg. CALCULUS: Graphical,Numerical,Algebraic b Finne,Demana,Watts and Kenned Chapter : Derivatives.: Derivative of a function pg. 116-16 What ou'll Learn About How to find the derivative of: Functions with

More information

Solutions to Test #1 MATH 2421

Solutions to Test #1 MATH 2421 Solutions to Test # MATH Pulhalskii/Kawai (#) Decide whether the following properties are TRUE or FALSE for arbitrary vectors a; b; and c: Circle your answer. [Remember, TRUE means that the statement is

More information

Unit 10 Parametric and Polar Equations - Classwork

Unit 10 Parametric and Polar Equations - Classwork Unit 10 Parametric and Polar Equations - Classwork Until now, we have been representing graphs by single equations involving variables x and y. We will now study problems with which 3 variables are used

More information

Average rates of change May be used to estimate the derivative at a point

Average rates of change May be used to estimate the derivative at a point Derivatives Big Ideas Rule of Four: Numerically, Graphically, Analytically, and Verbally Average rate of Change: Difference Quotient: y x f( a+ h) f( a) f( a) f( a h) f( a+ h) f( a h) h h h Average rates

More information

Full file at

Full file at . Find the equation of the tangent line to y 6 at. y 9 y y 9 y Ans: A Difficulty: Moderate Section:.. Find an equation of the tangent line to y = f() at =. f y = 6 + 8 y = y = 6 + 8 y = + Ans: D Difficulty:

More information

2.2 Differentiation and Integration of Vector-Valued Functions

2.2 Differentiation and Integration of Vector-Valued Functions .. DIFFERENTIATION AND INTEGRATION OF VECTOR-VALUED FUNCTIONS133. Differentiation and Interation of Vector-Valued Functions Simply put, we differentiate and interate vector functions by differentiatin

More information

Falling Objects and Projectile Motion

Falling Objects and Projectile Motion Falling Objects and Projectile Motion Gravity influences motion in a particular way. How does a dropped object behave? accelerate, or speed constant? What if they have: different masses? different shapes?

More information

Find the slope of the curve at the given point P and an equation of the tangent line at P. 1) y = x2 + 11x - 15, P(1, -3)

Find the slope of the curve at the given point P and an equation of the tangent line at P. 1) y = x2 + 11x - 15, P(1, -3) Final Exam Review AP Calculus AB Find the slope of the curve at the given point P and an equation of the tangent line at P. 1) y = x2 + 11x - 15, P(1, -3) Use the graph to evaluate the limit. 2) lim x

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

Chapter Four. Derivatives. in the interior of a set S of real numbers means there is an interval centered at t 0

Chapter Four. Derivatives. in the interior of a set S of real numbers means there is an interval centered at t 0 Chapter Four Derivatives 4 Derivatives Suppose f is a vector function and t 0 is a point in the interior of the domain of f ( t 0 in the interior of a set S of real numbers means there is an interval centered

More information

Determining the 3D Spin Axis from TrackMan Data (updated, March 31, 2015)

Determining the 3D Spin Axis from TrackMan Data (updated, March 31, 2015) Determining the 3D Spin Axis from TrackMan Data (updated, March 31, 2015) Alan M. Nathan Department of Physics, University of Illinois, Urbana, IL 61801 A technique is developed to determine the direction

More information

3 Vectors and Two- Dimensional Motion

3 Vectors and Two- Dimensional Motion May 25, 1998 3 Vectors and Two- Dimensional Motion Kinematics of a Particle Moving in a Plane Motion in two dimensions is easily comprehended if one thinks of the motion as being made up of two independent

More information

1 + x 2 d dx (sec 1 x) =

1 + x 2 d dx (sec 1 x) = Page This exam has: 8 multiple choice questions worth 4 points each. hand graded questions worth 4 points each. Important: No graphing calculators! Any non-graphing, non-differentiating, non-integrating

More information

MA 125 CALCULUS I FALL 2006 December 08, 2006 FINAL EXAM. Name (Print last name first):... Instructor:... Section:... PART I

MA 125 CALCULUS I FALL 2006 December 08, 2006 FINAL EXAM. Name (Print last name first):... Instructor:... Section:... PART I CALCULUS I, FINAL EXAM 1 MA 125 CALCULUS I FALL 2006 December 08, 2006 FINAL EXAM Name (Print last name first):............................................. Student ID Number:...........................

More information

( ) as a fraction. If both numerator and denominator are

( ) as a fraction. If both numerator and denominator are A. Limits and Horizontal Asymptotes What you are finding: You can be asked to find lim f x x a (H.A.) problem is asking you find lim f x x ( ) and lim f x x ( ). ( ) or lim f x x ± ( ). Typically, a horizontal

More information

MA 125 CALCULUS I SPRING 2007 April 27, 2007 FINAL EXAM. Name (Print last name first):... Student ID Number (last four digits):...

MA 125 CALCULUS I SPRING 2007 April 27, 2007 FINAL EXAM. Name (Print last name first):... Student ID Number (last four digits):... CALCULUS I, FINAL EXAM 1 MA 125 CALCULUS I SPRING 2007 April 27, 2007 FINAL EXAM Name (Print last name first):............................................. Student ID Number (last four digits):........................

More information

13.1. For further details concerning the physics involved and animations of the trajectories of the particles, see the following websites:

13.1. For further details concerning the physics involved and animations of the trajectories of the particles, see the following websites: 8 CHAPTER VECTOR FUNCTIONS N Some computer algebra sstems provide us with a clearer picture of a space curve b enclosing it in a tube. Such a plot enables us to see whether one part of a curve passes in

More information

PreCalculus Second Semester Review Ch. P to Ch. 3 (1st Semester) ~ No Calculator

PreCalculus Second Semester Review Ch. P to Ch. 3 (1st Semester) ~ No Calculator PreCalculus Second Semester Review Ch. P to Ch. 3 (1st Semester) ~ No Calculator Solve. Express answer using interval notation where appropriate. Check for extraneous solutions. P3 1. x x+ 5 1 3x = P5.

More information

2.2 Average vs. Instantaneous Description

2.2 Average vs. Instantaneous Description 2 KINEMATICS 2.2 Average vs. Instantaneous Description Name: 2.2 Average vs. Instantaneous Description 2.2.1 Average vs. Instantaneous Velocity In the previous activity, you figured out that you can calculate

More information

Name Class. (a) (b) (c) 4 t4 3 C

Name Class. (a) (b) (c) 4 t4 3 C Chapter 4 Test Bank 77 Test Form A Chapter 4 Name Class Date Section. Evaluate the integral: t dt. t C (a) (b) 4 t4 C t C C t. Evaluate the integral: 5 sec x tan x dx. (a) 5 sec x tan x C (b) 5 sec x C

More information

MATH 1190 Exam 4 (Version 2) Solutions December 1, 2006 S. F. Ellermeyer Name

MATH 1190 Exam 4 (Version 2) Solutions December 1, 2006 S. F. Ellermeyer Name MATH 90 Exam 4 (Version ) Solutions December, 006 S. F. Ellermeyer Name Instructions. Your work on this exam will be graded according to two criteria: mathematical correctness and clarity of presentation.

More information

Analysis of PITCHf/x Pitched Baseball Trajectories. Abstract

Analysis of PITCHf/x Pitched Baseball Trajectories. Abstract Analysis of PTCHf/x Pitched Baseball Trajectories Alan M. Nathan Department of Physics, University of llinois, Urbana, L 6181 December 9, 27 Abstract An analysis is presented of 99 baseball trajectories

More information

Math 2413 Final Exam Review 1. Evaluate, giving exact values when possible.

Math 2413 Final Exam Review 1. Evaluate, giving exact values when possible. Math 4 Final Eam Review. Evaluate, giving eact values when possible. sin cos cos sin y. Evaluate the epression. loglog 5 5ln e. Solve for. 4 6 e 4. Use the given graph of f to answer the following: y f

More information

AP Calculus AB: Semester Review Notes Information in the box are MASTERY CONCEPTS. Be prepared to apply these concepts on your midterm.

AP Calculus AB: Semester Review Notes Information in the box are MASTERY CONCEPTS. Be prepared to apply these concepts on your midterm. AP Calculus AB: Semester Review Notes Information in the box are MASTERY CONCEPTS. Be prepared to apply these concepts on your midterm. Name: Date: Period: I. Limits and Continuity Definition of Average

More information

f : R 2 R (x, y) x 2 + y 2

f : R 2 R (x, y) x 2 + y 2 Chapter 2 Vector Functions 2.1 Vector-Valued Functions 2.1.1 Definitions Until now, the functions we studied took a real number as input and gave another real number as output. Hence, when defining a function,

More information

5 Transcendental Functions

5 Transcendental Functions 57 5 Transcendental Functions In the discussion before Problem on page 53, we pointed out that G(x) = R x af(t)dt is an antiderivative of f(x). Subsequently, we used that fact to compare G(x) with an antiderivative

More information

Vector Functions & Space Curves MATH 2110Q

Vector Functions & Space Curves MATH 2110Q Vector Functions & Space Curves Vector Functions & Space Curves Vector Functions Definition A vector function or vector-valued function is a function that takes real numbers as inputs and gives vectors

More information

MA261-A Calculus III 2006 Fall Homework 7 Solutions Due 10/20/2006 8:00AM

MA261-A Calculus III 2006 Fall Homework 7 Solutions Due 10/20/2006 8:00AM MA26-A Calculus III 2006 Fall Homework 7 Solutions Due 0/20/2006 8:00AM 3 #4 Find the rst partial derivatives of the function f (; ) 5 + 3 3 2 + 3 4 f (; ) 5 4 + 9 2 2 + 3 4 f (; ) 6 3 + 2 3 3 #6 Find

More information

Math 2250 Final Exam Practice Problem Solutions. f(x) = ln x x. 1 x. lim. lim. x x = lim. = lim 2

Math 2250 Final Exam Practice Problem Solutions. f(x) = ln x x. 1 x. lim. lim. x x = lim. = lim 2 Math 5 Final Eam Practice Problem Solutions. What are the domain and range of the function f() = ln? Answer: is only defined for, and ln is only defined for >. Hence, the domain of the function is >. Notice

More information

Use a calculator to find the value of the expression in radian measure rounded to 2 decimal places. 1 8) cos-1 6

Use a calculator to find the value of the expression in radian measure rounded to 2 decimal places. 1 8) cos-1 6 Math 180 - chapter 7 and 8.1-8. - New Edition - Spring 09 Name Find the value of the expression. 1) sin-1 0.5 ) tan-1-1 ) cos-1 (- ) 4) sin-1 Find the exact value of the expression. 5) sin [sin-1 (0.7)]

More information

UNIT 3: DERIVATIVES STUDY GUIDE

UNIT 3: DERIVATIVES STUDY GUIDE Calculus I UNIT 3: Derivatives REVIEW Name: Date: UNIT 3: DERIVATIVES STUDY GUIDE Section 1: Section 2: Limit Definition (Derivative as the Slope of the Tangent Line) Calculating Rates of Change (Average

More information

C) ) cos (cos-1 0.4) 5) A) 0.4 B) 2.7 C) 0.9 D) 3.5 C) - 4 5

C) ) cos (cos-1 0.4) 5) A) 0.4 B) 2.7 C) 0.9 D) 3.5 C) - 4 5 Precalculus B Name Please do NOT write on this packet. Put all work and answers on a separate piece of paper. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the

More information

Determining the Drag Coefficient from PITCHf/x Data

Determining the Drag Coefficient from PITCHf/x Data Determining the Drag Coefficient from PITCHf/x Data Isaac N. Hall Michigan State University, East Lansing, Michigan 48824 Alan M. Nathan Department of Physics, University of Illinois, Urbana, IL 61801

More information

4.1 Implicit Differentiation

4.1 Implicit Differentiation 4.1 Implicit Differentiation Learning Objectives A student will be able to: Find the derivative of variety of functions by using the technique of implicit differentiation. Consider the equation We want

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. C) ±

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. C) ± Final Review for Pre Calculus 009 Semester Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Solve the equation algebraically. ) v + 5 = 7 - v

More information

Chapter 3: Derivatives

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

More information

CHAPTER 3: DERIVATIVES

CHAPTER 3: DERIVATIVES (Answers to Exercises for Capter 3: Derivatives) A.3.1 CHAPTER 3: DERIVATIVES SECTION 3.1: DERIVATIVES, TANGENT LINES, and RATES OF CHANGE 1) a) f ( 3) f 3.1 3.1 3 f 3.01 f ( 3) 3.01 3 f 3.001 f ( 3) 3.001

More information

June To Advanced Placement Calculus Student,

June To Advanced Placement Calculus Student, June 2018 To Advanced Placement Calculus Student, I congratulate you on accepting the challenge of taking the Advanced Placement Calculus course at Northwestern. I have prepared this packet to give you

More information

Chapter 3 Derivatives

Chapter 3 Derivatives Chapter Derivatives Section 1 Derivative of a Function What you ll learn about The meaning of differentiable Different ways of denoting the derivative of a function Graphing y = f (x) given the graph of

More information

1 The Derivative and Differrentiability

1 The Derivative and Differrentiability 1 The Derivative and Differrentiability 1.1 Derivatives and rate of change Exercise 1 Find the equation of the tangent line to f (x) = x 2 at the point (1, 1). Exercise 2 Suppose that a ball is dropped

More information

MAT 272 Test 1 Review. 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same

MAT 272 Test 1 Review. 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same 11.1 Vectors in the Plane 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same direction as. QP a. u =< 1, 2 > b. u =< 1 5, 2 5 > c. u =< 1, 2 > d. u =< 1 5, 2 5 > 2. If u has magnitude

More information

The Princeton Review AP Calculus BC Practice Test 2

The Princeton Review AP Calculus BC Practice Test 2 0 The Princeton Review AP Calculus BC Practice Test CALCULUS BC SECTION I, Part A Time 55 Minutes Number of questions 8 A CALCULATOR MAY NOT BE USED ON THIS PART OF THE EXAMINATION Directions: Solve each

More information

OpenStax-CNX module: m Vectors. OpenStax College. Abstract

OpenStax-CNX module: m Vectors. OpenStax College. Abstract OpenStax-CNX module: m49412 1 Vectors OpenStax College This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 4.0 In this section you will: Abstract View vectors

More information

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

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

More information

Everything Old Is New Again: Connecting Calculus To Algebra Andrew Freda

Everything Old Is New Again: Connecting Calculus To Algebra Andrew Freda Everything Old Is New Again: Connecting Calculus To Algebra Andrew Freda (afreda@deerfield.edu) ) Limits a) Newton s Idea of a Limit Perhaps it may be objected, that there is no ultimate proportion of

More information

Questions from Larson Chapter 4 Topics. 5. Evaluate

Questions from Larson Chapter 4 Topics. 5. Evaluate Math. Questions from Larson Chapter 4 Topics I. Antiderivatives. Evaluate the following integrals. (a) x dx (4x 7) dx (x )(x + x ) dx x. A projectile is launched vertically with an initial velocity of

More information

Halldorson Honors Pre Calculus Name 4.1: Angles and Their Measures

Halldorson Honors Pre Calculus Name 4.1: Angles and Their Measures .: Angles and Their Measures. Approximate each angle in terms of decimal degrees to the nearest ten thousandth. a. θ = 5 '5" b. θ = 5 8'. Approximate each angle in terms of degrees, minutes, and seconds

More information

Slopes and Rates of Change

Slopes and Rates of Change Slopes and Rates of Change If a particle is moving in a straight line at a constant velocity, then the graph of the function of distance versus time is as follows s s = f(t) t s s t t = average velocity

More information

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

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

More information

1 x. II. CHAPTER 2: (A) Graphing Rational Functions: Show Asymptotes using dotted lines, Intercepts, Holes(Coordinates, if any.)

1 x. II. CHAPTER 2: (A) Graphing Rational Functions: Show Asymptotes using dotted lines, Intercepts, Holes(Coordinates, if any.) FINAL REVIEW-014: Before using this review guide be sure to study your test and quizzes from this year. The final will contain big ideas from the first half of the year (chapters 1-) but it will be focused

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

2.2 The derivative as a Function

2.2 The derivative as a Function 2.2 The derivative as a Function Recall: The derivative of a function f at a fixed number a: f a f a+h f(a) = lim h 0 h Definition (Derivative of f) For any number x, the derivative of f is f x f x+h f(x)

More information

Antiderivatives and Indefinite Integrals

Antiderivatives and Indefinite Integrals Antiderivatives and Indefinite Integrals MATH 151 Calculus for Management J. Robert Buchanan Department of Mathematics Fall 2018 Objectives After completing this lesson we will be able to use the definition

More information

" $ CALCULUS 2 WORKSHEET #21. t, y = t + 1. are A) x = 0, y = 0 B) x = 0 only C) x = 1, y = 0 D) x = 1 only E) x= 0, y = 1

 $ CALCULUS 2 WORKSHEET #21. t, y = t + 1. are A) x = 0, y = 0 B) x = 0 only C) x = 1, y = 0 D) x = 1 only E) x= 0, y = 1 CALCULUS 2 WORKSHEET #2. The asymptotes of the graph of the parametric equations x = t t, y = t + are A) x = 0, y = 0 B) x = 0 only C) x =, y = 0 D) x = only E) x= 0, y = 2. What are the coordinates of

More information

Figure 2.1 The Inclined Plane

Figure 2.1 The Inclined Plane PHYS-101 LAB-02 One and Two Dimensional Motion 1. Objectives The objectives of this experiment are: to measure the acceleration due to gravity using one-dimensional motion, i.e. the motion of an object

More information

Vectors, dot product, and cross product

Vectors, dot product, and cross product MTH 201 Multivariable calculus and differential equations Practice problems Vectors, dot product, and cross product 1. Find the component form and length of vector P Q with the following initial point

More information

AP Calculus AB 2nd Semester Homework List

AP Calculus AB 2nd Semester Homework List AP Calculus AB 2nd Semester Homework List Date Assigned: 1/4 DUE Date: 1/6 Title: Typsetting Basic L A TEX and Sigma Notation Write the homework out on paper. Then type the homework on L A TEX. Use this

More information

HOMEWORK 3 MA1132: ADVANCED CALCULUS, HILARY 2017

HOMEWORK 3 MA1132: ADVANCED CALCULUS, HILARY 2017 HOMEWORK MA112: ADVANCED CALCULUS, HILARY 2017 (1) A particle moves along a curve in R with position function given by r(t) = (e t, t 2 + 1, t). Find the velocity v(t), the acceleration a(t), the speed

More information

Calculus with the TI-89. Sample Activity: Exploration 7. Brendan Kelly

Calculus with the TI-89. Sample Activity: Exploration 7. Brendan Kelly Calculus with the TI-89 Sample Activity: Eploration 7 Brendan Kelly EXPLORATION 7 Functions & Their Etrema Who Hit the Longest Home Run in Major League History? THE BETTMANN ARCHIVE Mickey Mantle 1931-1996

More information

MTH 252 Lab Supplement

MTH 252 Lab Supplement Fall 7 Pilot MTH 5 Lab Supplement Supplemental Material by Austina Fong Contents Antiderivatives... Trigonometric Substitution... Approimate Integrals Technology Lab (Optional)... 4 Error Bound Formulas...

More information

AP CALCULUS BC SUMMER ASSIGNMENT

AP CALCULUS BC SUMMER ASSIGNMENT AP CALCULUS BC SUMMER ASSIGNMENT Work these problems on notebook paper. All work must be shown. Use your graphing calculator only on problems -55, 80-8, and 7. Find the - and y-intercepts and the domain

More information

CHAPTER 4 DIFFERENTIAL VECTOR CALCULUS

CHAPTER 4 DIFFERENTIAL VECTOR CALCULUS CHAPTER 4 DIFFERENTIAL VECTOR CALCULUS 4.1 Vector Functions 4.2 Calculus of Vector Functions 4.3 Tangents REVIEW: Vectors Scalar a quantity only with its magnitude Example: temperature, speed, mass, volume

More information

Basic Theory of Differential Equations

Basic Theory of Differential Equations page 104 104 CHAPTER 1 First-Order Differential Equations 16. The following initial-value problem arises in the analysis of a cable suspended between two fixed points y = 1 a 1 + (y ) 2, y(0) = a, y (0)

More information

AP Calculus Review Assignment Answer Sheet 1. Name: Date: Per. Harton Spring Break Packet 2015

AP Calculus Review Assignment Answer Sheet 1. Name: Date: Per. Harton Spring Break Packet 2015 AP Calculus Review Assignment Answer Sheet 1 Name: Date: Per. Harton Spring Break Packet 015 This is an AP Calc Review packet. As we get closer to the eam, it is time to start reviewing old concepts. Use

More information

1 Antiderivatives graphically and numerically

1 Antiderivatives graphically and numerically Math B - Calculus by Hughes-Hallett, et al. Chapter 6 - Constructing antiderivatives Prepared by Jason Gaddis Antiderivatives graphically and numerically Definition.. The antiderivative of a function f

More information

Derivatives and Rates of Change

Derivatives and Rates of Change Sec.1 Derivatives and Rates of Change A. Slope of Secant Functions rise Recall: Slope = m = = run Slope of the Secant Line to a Function: Examples: y y = y1. From this we are able to derive: x x x1 m y

More information

Mat 270 Final Exam Review Sheet Fall 2012 (Final on December 13th, 7:10 PM - 9:00 PM in PSH 153)

Mat 270 Final Exam Review Sheet Fall 2012 (Final on December 13th, 7:10 PM - 9:00 PM in PSH 153) Mat 70 Final Eam Review Sheet Fall 0 (Final on December th, 7:0 PM - 9:00 PM in PSH 5). Find the slope of the secant line to the graph of y f ( ) between the points f ( b) f ( a) ( a, f ( a)), and ( b,

More information

AP Calculus Chapter 3 Testbank (Mr. Surowski)

AP Calculus Chapter 3 Testbank (Mr. Surowski) AP Calculus Chapter 3 Testbank (Mr. Surowski) Part I. Multiple-Choice Questions (5 points each; please circle the correct answer.). If f(x) = 0x 4 3 + x, then f (8) = (A) (B) 4 3 (C) 83 3 (D) 2 3 (E) 2

More information

x 3x 1 if x 3 On problems 8 9, use the definition of continuity to find the values of k and/or m that will make the function continuous everywhere.

x 3x 1 if x 3 On problems 8 9, use the definition of continuity to find the values of k and/or m that will make the function continuous everywhere. CALCULUS AB WORKSHEET ON CONTINUITY AND INTERMEDIATE VALUE THEOREM Work the following on notebook paper. On problems 1 4, sketch the graph of a function f that satisfies the stated conditions. 1. f has

More information

1969 AP Calculus BC: Section I

1969 AP Calculus BC: Section I 969 AP Calculus BC: Section I 9 Minutes No Calculator Note: In this eamination, ln denotes the natural logarithm of (that is, logarithm to the base e).. t The asymptotes of the graph of the parametric

More information

CLEP Calculus. Time 60 Minutes 45 Questions. For each question below, choose the best answer from the choices given. 2. If f(x) = 3x, then f (x) =

CLEP Calculus. Time 60 Minutes 45 Questions. For each question below, choose the best answer from the choices given. 2. If f(x) = 3x, then f (x) = CLEP Calculus Time 60 Minutes 5 Questions For each question below, choose the best answer from the choices given. 7. lim 5 + 5 is (A) 7 0 (C) 7 0 (D) 7 (E) Noneistent. If f(), then f () (A) (C) (D) (E)

More information

All work must be shown in this course for full credit. Unsupported answers may receive NO credit.

All work must be shown in this course for full credit. Unsupported answers may receive NO credit. AP Calculus.4 Worksheet All work must be shown in this course for full credit. Unsupported answers may receive NO credit.. What is a difference quotient?. How do you find the slope of a curve (aka slope

More information

In this activity, we explore the application of differential equations to the real world as applied to projectile motion.

In this activity, we explore the application of differential equations to the real world as applied to projectile motion. Applications of Calculus: Projectile Motion ID: XXXX Name Class In this activity, we explore the application of differential equations to the real world as applied to projectile motion. Open the file CalcActXX_Projectile_Motion_EN.tns

More information

Calculus AB Topics Limits Continuity, Asymptotes

Calculus AB Topics Limits Continuity, Asymptotes Calculus AB Topics Limits Continuity, Asymptotes Consider f x 2x 1 x 3 1 x 3 x 3 Is there a vertical asymptote at x = 3? Do not give a Precalculus answer on a Calculus exam. Consider f x 2x 1 x 3 1 x 3

More information

Calculus III: Practice Final

Calculus III: Practice Final Calculus III: Practice Final Name: Circle one: Section 6 Section 7. Read the problems carefully. Show your work unless asked otherwise. Partial credit will be given for incomplete work. The exam contains

More information

Section Vector Functions and Space Curves

Section Vector Functions and Space Curves Section 13.1 Section 13.1 Goals: Graph certain plane curves. Compute limits and verify the continuity of vector functions. Multivariable Calculus 1 / 32 Section 13.1 Equation of a Line The equation of

More information

AP Calculus (BC) Summer Assignment (169 points)

AP Calculus (BC) Summer Assignment (169 points) AP Calculus (BC) Summer Assignment (69 points) This packet is a review of some Precalculus topics and some Calculus topics. It is to be done NEATLY and on a SEPARATE sheet of paper. Use your discretion

More information

2.1 The derivative. Rates of change. m sec = y f (a + h) f (a)

2.1 The derivative. Rates of change. m sec = y f (a + h) f (a) 2.1 The derivative Rates of change 1 The slope of a secant line is m sec = y f (b) f (a) = x b a and represents the average rate of change over [a, b]. Letting b = a + h, we can express the slope of the

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

Section 14.1 Vector Functions and Space Curves

Section 14.1 Vector Functions and Space Curves Section 14.1 Vector Functions and Space Curves Functions whose range does not consists of numbers A bulk of elementary mathematics involves the study of functions - rules that assign to a given input a

More information

Summer Assignment Directions:

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

More information