Chapter 2: The Derivative

Size: px
Start display at page:

Download "Chapter 2: The Derivative"

Transcription

1 Chapter 2: The Derivative Summary: Chapter 2 builds upon the ideas of limits and continuity discussed in the previous chapter. By using limits, the instantaneous rate at which a function changes with respect to its inputs can be investigated. This leads to the ability to find tangent lines to a function at a given point. These two concepts are encompassed by the derivative which is a new function that can be used to find the slope of a curve at a given point. A progression from continuous functions to those which have tangent lines to those which are differentiable can be seen. The concept of the derivative also provides some valuable tools for determining the shape of a given function and how a function behaves. These tools are a direct result of a derivative s ability to describe the slope of a function at a point. Many tools for finding the derivatives of functions are also discussed in this chapter so that derivatives of more complicated functions can be found. In the latter part of this chapter, it is discussed whether or not the slope of a general curve can be found if the curve does not have an eplicit function representation. The process of implicit differentiation allows dy/d to be found even when an epression for y = f() is not eplicitly known. Implicit differentiation can then be applied to find a relationship between the rate of change of variables in many situations. Finally, the ideas of tangent lines are more thoroughly described as linear approimations. Linear approimations then lead to the idea of differentials which allow for the estimation of a small change in a function given a small change in its inputs. OBJECTIVES: After reading and working through this chapter you should be able to do the following:. Understand the definition of the derivative and its implications ( 2.,2.2) 2. Be able to read and understand different notations for the derivative ( 2.2) 3. Find derivatives of simple functions like polynomials ( 2.3) or trigonometric functions ( 2.5) 4. Use the product and/or quotient rules to find derivatives of functions involving products or quotients of other functions ( 2.4) 5. Use the chain rule (either form) to find the derivatives of functions which involve the compositions of other functions ( 2.6) 29

2 30 6. Find the slope of a curve that is defined implicitly ( 2.7). 7. Use derivatives to relate the rates of different quantities that depend upon the same parameter such as time ( 2.8). 8. Approimate functions using linearizations or differentials ( 2.9). 2. Tangent Lines and Rates of Change PURPOSE: To use limits and continuity to investigate the slope of a function at a point. slope of a secant line instantaneous rate of change This section attempts to bridge the gap between limits and continuity and the slope of a graph. The process is one where the slope of a secant line can be seen as the average rate of change of a function. This becomes the instantaneous rate of change as the two points defining the secant line approach each other in the limit. The slope of the tangent line at a point 0 is defined as a limit: m tan = lim h 0 f( 0 + h) f( 0 ) h This slope can then be used to construct the tangent line to a function f() at the point ( 0, f( 0 )): y f( 0 ) = m tan ( 0 ) This is nothing more than the point-slope form of a line. In this case, the slope m tan is determined by a limiting process. The big idea in this section (and the net) is the equivalence of the following three things:. The slope of a tangent line to y = f() at the point = The instantaneous rate of change of y = f() at the point = The derivative of the function y = f() at the point = 0. In terms of rectilinear motion and velocity, this section shows the specific eam- ple where instantaneous velocity is the instantaneous rate of change of the position function of a particle. Be careful to make the distinction between displacement and distance (displacement implies a direction) and also the difference between velocity and speed (velocity implies a direction). rectilinear motion velocity Checklist of Key Ideas: finding the equation of a tangent line to a function speed or velocity of a particle

3 3 rectilinear motion graphing position versus time position function of a particle displacement and distance average velocity and average speed instantaneous velocity and speed rate of change of y with respect to average and instantaneous rate of change of y with respect to units of rate of change of y with respect to 2.2 The Derivative Function PURPOSE: To define the derivative, discuss its meaning and introduce some notation for the derivative. In this section, the limit that defines the slope of the tangent line at a point is referred to more generally as the derivative at a point. The derivative function is defined as: f () = lim h 0 f(+h) f() h The concepts of the previous section are etended in this section by the derivative. The instantaneous rate of change of a function at any point (where this limit eists) is the derivative. Similarly, the derivative function can be used to forecast the behavior of f() since it describes the slope of f() (or equivalently the slope of the tangent line) at any given point. definition of derivative The biggest ideas to come out of this section are the relationships between limits, continuity, tangent lines, and derivatives. IDEA: Continuity, differentiability, and tangent lines are related in the following ways:. If a function f() is differentiable at a point, then it must have a tangent line at that point. 2. If a function f() has a tangent line at a point, then it must be continuous at that point. 3. If a function f() is continuous at a point, then its limit must eist at that point. Notice that the relationships described above do not go the other direction. Here are some countereamples:

4 32. If a function has a limit at a point, it does not have to be continuous at a point. Consider y = ( 2 4)/(+2) which has a hole at = 2 and so is not continuous there. 2. If a function is continuous, it does not have to have a tangent line. Consider y = at = 0 where it has a corner. 3. If a function has a tangent line, it does not have to be differentiable. Consider y = /3 which has a vertical tangent line at = 0. the derivative f () and the graph of f() Another key concept in this section is the relationship that eists between the graphs of the function f() and its derivative f (). As you continue on in this chapter, always try to be aware of how the graph of f () relates to the slope of the function f(). Thinking of f () as the slope of the function f() will establish a natural connection between the behavior of f() and f (). Checklist of Key Ideas: derivative of f with respect to f () and the slope of f() graphing f and f together f (t) and instantaneous velocity v(t) when a function does not have a derivative at a point differentiable at a point and on an interval relationship between derivatives, continuity, and tangent lines derivatives of piecewise functions and one-sided derivatives different notations for derivatives evaluating the derivative at a point derivatives and increment notation 2.3 Introduction to Techniques of Differentiation PURPOSE: To introduce basic rules for calculating derivatives. Evaluating derivatives by using the definition (i.e. the limit of the difference quotient from the previous two sections) can be tedious and may require some algebraic manipulation. Several basic derivatives are introduced in this section. First, the derivatives of constant functions and powers of are developed. Net, since the derivative is really a limit, it follows that derivatives can be added and subtracted and also multiplied by constants with ease. Unfortunately, the same

5 33 straightforward results do not hold when functions are multiplied and divided (see the net section). The most important result to come out of this section is the ability to calculate the derivative of a polynomial or the derivative of a sum of functions. Essentially, a sum of functions can be differentiated by taking the derivative of each function separately and then adding the derivatives back together. Lastly, the idea of higher order derivatives is introduced. If we can take a derivative of a function, then why not take the derivative of the derivative? In this way, so-called second order and higher derivatives are introduced. Order here simply refers to how many times a derivative is taken beginning with the original function. Pay close attention also to the different notations that are introduced for the derivative. There are (perhaps confusingly) several ways to say the same thing with derivatives. To this end, it may be useful to write these things down on a note card and have them close at hand as you work on problems in the tet. derivative of n derivative of c f() derivative of f() + g() write new derivative rules on notecards Checklist of Key Ideas: derivatives of constants, the power rule derivatives of constant multiples, sums, and differences derivatives of polynomials finding horizontal tangent lines higher derivatives and order of a derivative notation of higher order derivatives 2.4 The Product and Quotient Rules PURPOSE: To develop rules for differentiating products or quotients of functions. As indicated in the previous section, the derivatives of products of functions and quotients of functions are not straightforward. This is primarily because the limit definition involves a difference of functions. When these limits are multiplied together, it is not generally true that these differences will behave nicely. Some simple eamples can show that we may not simply multiply derivatives together. For eample, consider f() = and g() = 2 (see p in the tet). Since y = f()g() = 3 we know that its derivative is y = 3 2. Notice that this is not equivalent to f ()g (). These same two functions can be used to show that if y = g()/ f() that the derivative is not simply g ()/ f (). Can you see why? Write the product and quotient rules on note cards for easy reference. They are used quite frequently.

6 34 This section introduces two rules that are frequently used throughout calculus: the product rule and the quotient rule for calculating derivatives of y = f()g() and y = f()/g() respectively. In words we have: Product Rule: (first) (derivative of second) + (second) (derivative of first) Quotient Rule: [ (bottom) (derivative of top) (top) (derivative of bottom) ]/ bottom 2 Product Rule: If y = f()g() then dy d = f()g ()+ f ()g() Quotient Rule: If y = f()/g() and g() 0 then dy d = g() f () f()g () (g()) 2 Checklist of Key Ideas: derivative of a product of functions, i.e., y = f()g() derivative of a quotient of functions, i.e., y = f()/g() 2.5 Derivatives of Trigonometric Functions PURPOSE: To give rules for calculating derivatives of the si basic trigonometric functions. Write these si derivative rules on a notecard. Memorize them in pairs sin() and cos() tan() and sec() cot() and csc() This section develops the derivatives of the si basic trigonometric functions starting with the derivatives of sin and cos. All trigonometric derivatives can be traced back to these two. d [sin] = cos d d [cos] = sin d From these two derivatives, the other four trigonometric ratios can be obtained using the quotient rule. Knowing these si derivatives is important. There are many patterns which can aide in the memorization of these derivatives. For eample, the graphs of y = sin and y = cos can help remind you what the derivatives of each of these functions are. Since cos begins at = 0 by decreasing, this indicates why the negative should be in front of its derivative. On the other hand, since sin starts by increasing with a positive slope, this indicates that positive cos should be its derivative. The derivatives of tan and sec are easy to remember since they are related to each other. d [sec] = sectan d d d [tan] = sec2

7 35 The last two derivatives cot and csc are co -functions which follow the same patterns as tan and sec with their derivatives ecept that they have negative signs. d [csc] = csccot d d d [cot] = csc2 Knowing the graphs of these other four trigonometric ratios can also be helpful in remembering these definitions. In particular, matching where a derivative crosses the horizontal ais with places where a function has a horizontal asymptote is a useful strategy in identifying any function with its derivative. For eample, since tan(0) = 0, this indicates that sec will have a horizontal tangent at = 0 because the derivative of sec is sectan. All of the co -functions have a negative sign in their derivatives. Checklist of Key Ideas: derivatives of sin and cos derivatives of the other trigonometric functions (using the quotient rule) 2.6 The Chain Rule PURPOSE: To give a rule for calculating the derivative of a function that is a composition of one or more functions. In the previous sections, the derivatives of basic algebraic combinations of functions such as sums, products, and quotients have been described. Additionally, the derivatives of common functions such as polynomials, rational functions and trigonometric functions have been established. In this section, the goal is to establish the derivative of a composition of functions. The idea is very simple and yet easy to confuse. If a function can be written as a composition of one function inside of another, then the derivative of the composition can be found by a product of the derivatives. A composition of functions may be easiest to think of as an inside function and an outside function. The derivative of the one function inside of the other is essentially the derivative of the inside function times the derivative of the outside function. In other words if y = f(u) and u = g() (or y = f(g())) then dy d = f (u)g () = d f du du d derivative of outside derivative of inside This now allows the derivatives of simple looking functions such as sin(2) and (+3) 00 to be taken in a quick and simple fashion. Both of the functions mentioned here could be differentiated using previous methods, but the process may f (u) g ()

8 36 have been tedious or may not have been straightforward. For eample, the product rule can be used if it is seen that sin(2) = 2sincos. On the other hand, the derivative of (+3) 00 can be found by first epanding the polynomial ( foil ing 99 times!) and then taking the derivatives of each term. The chain rule makes this process much simpler. Checklist of Key Ideas: derivatives of compositions two versions of the chain rule inside and outside functions derivatives of the inside and outside functions generalized derivative formulas d d [ f(u)] = f (u) du d multiple applications of the chain rule 2.7 Implicit Differentiation PURPOSE: To give rules for epressing the derivative of a function that is written implicitly. implicit means that y = f() is not known Implicit Differentiation. take derivatives using the chain rule 2. solve for dy/d This section approaches the problem of being able to find the slope of a curve even if an eplicit formula for the curve is unknown. In other words, most curves are described by a formula of the form y = f(). However, it may not always be practical or possible to find such an epression for y (i.e., consider y+sin(y) = 3). In such cases, the chain rule can be used to find the slope dy/d. The basic idea in this section is to assume that y is a function of, that is y = f(), and then to differentiate the relationship describing the curve with respect to by using the chain rule. In the end, the derivative dy/d may be epressed in terms of and y. This brings up two questions. differentiate with the chain rule ( differentiate implicitly ) ( use the = chain rule. Can we find dy/d? 2. How is dy/d evaluated? ) The first question can be answered using the chain rule. In fact, the phrase differentiate implicity is just another way of saying use the chain rule. For eample, if we have a curve described by 3 + y+y 3 =, then it is assumed that y = f() is a function that corresponds to at least a portion of the graph of this curve. Then the relationship can be rewritten as follows. 3 + f()+[f()] 3 =

9 37 Now to differentiate, we take the derivative of each term with respect to on both sides of the equation. This leads us to the following f()+f ()+3[ f()] 2 f () = 0 Here we have used the product rule to find d [ f()] and the chain rule to find d d ( [ f()] 3 ) as shown. But since y = f() and dy/d = f () we usually write d this statement as y+ dy dy + 3y2 d d = 0 Now we only have to solve a linear equation to find dy/d. This is a key feature of implicit differentiation. IDEA: After differentiating an implicit equation, dy/d is found by solving a linear equation. Once the equation of the curve has been differentiated, there will only remain a linear equation for dy/d to be solved. To solve for dy/d we put all of the dy/d terms on one side, factor and divide. In the eample above, this looks like the following: solve a linear equation for dy/d dy dy + 3y2 d d = 32 y Put dy/d terms on one side. dy ( +3y 2 ) = 3 2 y d Factor out dy/d. dy d = 32 y +3y 2 Solve for dy/d. The second key concern is how to evaluate the derivative dy/d. The answer is that you now need both an and a y value since dy/d will often depend upon both. However, arbitrary values of and y cannot be used. Instead, the values of and y must satisfy the initial relationship that implicitly defined y in terms of. In the eample above, this means that the ordered pair (,y) must satisfy the relationship 3 + y+y 3 = 3. One way to find a valid point is to pick an value (i.e., = 0 or some other value) and then solve the resulting equation for y. evaluating dy/d both a value for y and are needed to find dy/d [ 3 + y+y 3 = 3 ] =0 y 3 = 3 y = 3 (/3).4422 Once dy/d is known at a particular point ( 0,y 0 ) then it is a simple matter to find a tangent line using, for eample, the point-slope form of a line.

10 38 Because of the way that dy/d is solved for, the derivative is often written as some sort of fraction. This information may be used to find where the curve has either horizontal or vertical tangents. To find horizontal tangents, the top of the fraction is set equal to zero. To find vertical tangents, the bottom of the fraction is set equal to zero. It is not quite as simple as this as in some cases, the top and bottom of the fraction may be zero simultaneously. This may be indicative of a vertical tangent and it may not. In the above eample, to find horizontal tangents to the curve 3 + y+y 3 = 3, we set the top of the derivative equal to zero. 3 2 y = 0 Then the curve may have a horizontal tangent where y = 3 2. This does not give very specific information about and y but it is enough. This relationship may be substituted back into the original curve to find the coordinates of a point with a horizontal tangent. Checklist of Key Ideas: y defined eplicitly and implicitly finding the slope of an implicitly defined curve implicit differentiation epressing dy/d in terms of and y finding tangent lines to implicitly defined curves 2.8 Related Rates PURPOSE: To use derivatives to relate the rates of change of multiple functions. In this section, derivatives are applied to problems that may involve more than one function of an independent variable. Most often, the independent variable that is considered is time, t. The main idea here is that a real situation may eist such that two or more quantities can be related to each other using algebraic equations (such as area, a, and radius, r of a circle). Then both of these quantities are assumed to be functions of time, t. The most confusing aspect of this is that t does not show up eplicitly in the equations and definitions for the quantities are not known (i.e., a(t) =? and r(t) =? in the previous circle mentioned). As it turns out, all that is needed is the information that these quantities are functions of t. Then the equation that relates them can be differentiated. The result is an equation that relates their rates or relates their derivatives. It may be helpful to write π r(t) 2 as For eample, if a = πr 2 in a circle then we assume that area and radius are func- π [r(t)] 2

11 39 tions of time, t. a(t) = πr(t) 2 Then we differentiate this equation. a (t) = π2r(t)r (t) On the right hand side of the last equation, the derivative of r(t) 2 was obtained using the chain rule: let y = u 2 and y = r(t) and then apply the chain rule. dy dt = dy du du dt = 2u r (t) = 2r(t)r (t) Formulas are still not known for a(t), r(t) or their derivatives. But if numerical information is known about them at a particular time, then frequently we can discover the value of how one of the quantities is changing with respect to time. Checklist of Key Ideas: relating the rates of change of different variables strategy for solving related rates problem identifying equations to relate the variables identifying variables as functions of time, t 2.9 Local Linear Approimations; Differentials PURPOSE: To use a tangent line to approimate a function. This section builds upon the notion at the beginning of this chapter that we can use the derivative of a function to find the equation of a tangent line to the function. The tangent line can then be used to approimate the values of the function nearby the point of tangency. This is the idea of a local linear approimation. The tangent line of a function is this local linear approimation. In some cases, it may be simpler to obtain the tangent line of a function and then use this in place of actual function values. For eample, if the value of a function and its derivative are known at a point but a definition of the actual function is not known, then a tangent line approimation can be used. IDEA: The derivative f () is the slope of the tangent line. Differentials take the approimation idea a step further. The notion of a differential for the function y = f() given by dy = f ()d

12 40 is just another way of using a local linear approimation. The derivative f () is also the slope of the tangent line. But near a point of tangency, the slope should be equal to a small change in y divided by a small change in. Then dy = f ()d says that a small change in y equals the slope of the tangent line times a small change in. This would be eact for a line but this is only an approimation for a general function. In this section and y are used to denote actual (eact) changes in -values and function values. Usually, d is assumed to be equal to a desired. But then dy becomes an approimation to y. Sometimes y is called the error in y and so dy would be an approimation to this error. On the other hand, y gives a percentage y error or relative error in the value of y. Then dy would be approimation of this y relative error. Checklist of Key Ideas: differentiable functions are locally linear general equation of tangent line at = 0 using tangent line as a linear approimation differentials and differential form of derivatives actual change, y, and estimated change, dy error, relative error and percentage error general differential formulas

13 4 Chapter 2 Sample Tests Section 2.. Find the average rate of change of y with respect to over the interval [,5] if y = f() = 2. (a) Find the average rate of change of y with respect to over the interval [,4] if y = f() = 3. (a) Find the instantaneous rate of change of y = 4 with respect to at 0 = 3. (a) Find the instantaneous rate of change of y = with respect to at 0 = 2. (a) Find the instantaneous rate of change of y = 2 3 with respect to at a general point 0. (a) Find the instantaneous rate of change of y = 2 with respect to at a general point 0. (a) Find the slope of the tangent to the graph of f() = 3 2 at a general point 0. (a) Answer true or false. The slope of the tangent line to the graph of f() = 2 4 at 0 = 3 is Answer true or false. Use a graphing utility to graph y = 3 on [0,5]. If this graph represents a position versus time curve for a particle, then the instantaneous velocity of the particle is increasing over the graphed domain. 0. Use a graphing utility to graph y = on [0,0]. If this graph represents a position versus time curve for a particle, then the instantaneous velocity of the particle is zero at what time? Assume time is in seconds. (a) 0 s 3 s 5 s 0 s. A rock is dropped from a height of 64 feet and falls toward the earth in a straight line. What is the instantaneous velocity downward when it hits the ground? (a) 64 ft/s 32 ft/s 2 ft/s 6 ft/s 2. Answer true or false. The magnitude of the instantaneous velocity is never less than the magnitude of the average velocity. 3. Answer true or false. If a rock is thrown straight upward from the ground, when it returns to earth its average velocity will be zero. 4. Answer true or false. If an object is thrown straight upward with a positive instantaneous velocity, its instantaneous velocity when it returns to the ground will be negative. 5. An object moves in a straight line so that after t s its distance in mm from its original position is given by s = t 3 + t. Its instantaneous velocity at t = 5 s is (a) 28 mm/s

14 42 28 mm/s 27 mm/s 76 mm/s 6. A particle moving along an -ais with a constant velocity is at the point = 3 when t = and = 8 when t = 2. The velocity of the particle if is in meters and t is in seconds is (a) 5 m/s 2 m/s 8 3 m/s 3 8 m/s 7. A family travels north along a highway at 60 mi/hr, then turns back and travels south at 65 mi/hr until returning to the starting point. Their average velocity is (a) 62.5 mi/hr 25 mi/hr 5 mi/hr 0 mi/hr 8. Find the equation of the tangent line to y = f() = 4 2 at = 2. (a) y = 8 y = 6 6 y = 8 6 y = 6+6 Section 2.2. Find the equation of the tangent line to y = f() = +2 at = 7. (a) y = y = 6 4 y = y = If y = 2 then dy/d = (a) If y = then dy/d = (a) Answer true or false. y The derivative of the function graphed on the left is graphed on the right. 5. Answer true or false. Use a graphing utility to help in obtaining the graph of y = f() =. The derivative f () is not defined at = Find f (t) if f(t) = 4t 3 2. (a) 2t 3 2 3t 2 4t 2 2t 2 (4+h) lim represents the derivative of f() = 3 at h 0 h = a. Find a. (a) h 3 8. lim represents the derivative of f() = 3 at h 0 h = a. Find a. (a) Find an equation for the tangent line to the curve y = at (,2). y 5-5

15 43 (a) y = 2 y = 2 y = 2 y = 2 ( 0. Let f() = cos. Estimate f π ) by using a graphing utility. 4 (a) π 4. An air source constantly increases the air supply rate of a balloon. The volume V in cubic feet is given by V(t) = t 2 for 0 t 5, where t is time in seconds. How fast is the volume of the balloon increasing at t = 3 s? (a) 6 ft 3 /s 9 ft 3 /s 8 ft 3 /s 3 ft 3 /s 2. Answer true or false. Using a graphing utility it can be shown that f() = 5 is differentiable everywhere on [ 0,0]. 3. Answer true or false. { A graphing utility can be used to determine that f() = 3, 2 is differentiable at =., > 4. Answer true or false. { A graphing utility can be used to determine that f() = 3, 0 5 is differentiable at = 0., > 0 5. Answer true or false. If a function y = f() has a vertical tangent at = a then y = f() is differentiable at = a. 6. Answer true or false. The function y = is continuously differentiable. Section 2.3. Find dy/d if y = 7 9. (a) Find dy/d if y = e 3. (a) 3e 2 2e 2 2e Find dy/d if y = 3( 2 2+4). (a) Answer true or false. If f() = + 2, then f () = Find d 2 y/d 2 if y = (a) Find y if y = (a) Answer true or false. The equation y = y + 2y 48 3 is satisfied by the function y = Use a graphing utility to locate all horizontal tangent lines to the curve y = (a) = 0,4 = 4,0 = 0 = 4 9. Find the -coordinate of the point on the graph of y = 4 where the tangent line is parallel to the secant line that cuts the curve at = 0 and at =. (a) The position of a moving particle is given by s(t) = 3t 2 + 2t + where t is time in seconds. The velocity in m/s is given by ds/dt. Find the velocity at t = 2 s. (a) 6 m/s 8 m/s

16 44 6 m/s 4 m/s {. If f() = 2, 2 then what value of b makes 4+b, < 2 f() differentiable everywhere? (a) b = 4 b = 0 b = 4 b can be any real number 2. If y = 2 3 and y = c 5 then the value of c is (a) any real number 3. If y = (a) then dy/d = 4. If y = (2+3) 2 then y = (a) Let h() = 3 f() 2g(). If f (3) = 3 and h() has a horizontal tangent line at = 3, then g (3) = (a) /2 6. If y = 4 /2 and y = c then c = (a) any real number Section 2.4. Answer true or false. If y = 4+2 then y () = If y = 2 dy then 4 d = = (a) Let y = Then y (0) = (a) Suppose that g() = 2 f(). Find g (2) given that f(2) = 4 and f (2) = 8. (a) Answer true or false. If f, g, and h are differentiable functions, ( ) and h 0 anywhere on its domain, then f g = h f g f gh h h Let h() = f()g(). If f () = g() and g () = f() then which of the following epressions could represent h ()? (a) 0 f()g() 2 f()g() 4 f()g() 7. If y = ( 2) f() has a tangent line with a slope of 3 at = 3 then find the value of f (3) when f(3) = 7. (a) f (3) = 4 f (3) = 7/2 f (3) = 3/2 f (3) can be any real number 8. A line of the form y = +b could be tangent to the graph of y = at which of the following points?

17 45 (a) ( 2, /3) (0,) (2,) No such points eist. 9. If y = 2 then y has a horizontal tangent line at + (a) = 0 = or = only = y has no horizontal tangents. 0. If y = 2 then y has a horizontal tangent line at + (a) = 0 only = or = =,0, or y has no horizontal tangents.. If y = f()g() then d2 y d 2 = (a) f ()g () f ()g ()+ f ()g () f()g ()+ f ()g() f ()g()+2f ()g ()+ f()g () 2. Answer true or false. If y = f()g() and f (2) = 0 then y has a horizontal tangent line at = 2. Section 2.5. Find f () if f() = 4 sin. (a) 4 3 cos 4 3 cos 4 3 sin+ 4 cos 4 3 sin 4 cos 2. Find f () if f() = sintan. (a) cos (sin)(+sec 2 ) (sin)( sec 2 ) cos 3. Find f () if f() = sin 2 +cos. (a) sin 2sincos sin 2sin cos 3sin 4. Find d 2 y/d 2 if y = sin. (a) sin+2cos 0 cos cos 5. Answer true or false. If y = sec then d 2 y/d 2 = sec. 6. Find the equation of the line tangent to the graph of y = sin at the point where = 0. (a) y = y = y = y = 7. Find the -coordinates of all points in the interval [ 2π, 2π] at which the graph of f() = csc has a horizontal tangent line. (a) 3π/2, π/2, π/2, 3π/2 π, π π, 0,π 3π/2, 0, 3π/2 8. Find d 93 (cos)/d 93. (a) cos cos sin sin 9. Find all -values on (0,2π) where f() is not differentiable if f() = tancos. (a) π/2, 3π/2 π π/2, π, 3π/2 None 0. Answer true or false. If is given in radians, the derivative formula for y = tan in degrees is y = π 80 sec2.. A rock at an elevation angle of θ is falling in a straight line. If at a given instant it has an angle of elevation of θ = π/4 and has a horizontal distance s from an observer, find the rate at which the rock is falling with respect to θ. ( π ) (a) sec 4 ( s sec 2 π ) 4

18 46 sec(π/4) s ( sπ ) sec 4 2. Answer true or false. If f() = tancos cotsin, then f () = cos sin. 3. Answer true or false. If f() = tan then f () = csc Answer true or false. The function f() = sin is differentiable cos everywhere. 5. If y = 3 sin then find d 2 y/d 2. (a) 6 sin 6sin+6 2 cos+ 3 sin 6sin+6 2 cos 3 sin 6sin 3 sin Section 2.6. Let f() = f () = (a) Let f() = ( 5 2) 20. f () = (a) 20( 5 2) ( 5 2) ( 2) Let f() = sin(3). f () = (a) cos(3) 3cos(3) cos(3) 3cos(3) 4. Answer true or false. If f() = f cos () = sin Let f() = f () = (a) sin 2 +3 then y = sin(cos). Find dy/d. (a) cos(cos) sin cos(cos ) sin sin(cos) cos sin(cos) cos 7. y = 4 tan(6). Find dy/d. (a) 24 3 sec 2 (6) 24 3 sec(6)tan(6) 6 4 sec 2 (6)+4 3 tan(6) 6 4 sec(6)tan(6)+4 3 tan(6) ( +sin 2 ) 8. y =. Find dy/d. cos (a) 2sin+sincos 2 cos 2 sin+2sincos 2 sin 3 2cos sin 2cos sin cos 2 9. Answer true or false. If y = cos(5 3 ) then d 2 y/d 2 = cos(5 3 ). 0. Answer true or false. If y = sin 3 cos 2 then y = 6cos sin 3 + 2sin cos 2.. Find an equation for the tangent line to the graph of y = tan at = π/4. (a) y π ( π )( 4 = 2 + π ) 4 y = π 4 y π 4 = y π 2 ( 4 = π ) y = sin 3 (π 2θ). Find dy/dθ. (a) 6sin 2 (π 2θ)cos(π 2θ) 6sin 2 (π 2θ) 6sin 3 (π 2θ) 3sin 2 (π 2θ)cos(π 2θ)

19 47 3. Use a graphing utility to obtain the graph of f() = ( + 2) 3. Determine the slope of the tangent line to the graph at =. (a) Find the value of the constant A so that y = Acos3t satisfies the equation d 2 y/dt 2 + 3y = cos3t. (a) Answer true or false. Suppose that f () = +2 and g() = 3. If F() = f(g()) then F () = Section 2.7. Answer true or false. If y = then dy d = Answer true or false. If y 3 = then dy d = 3y Find dy/d if 3 y cos = 2. (a) dy/d = 3y 2/3 sin dy/d = 3y 2/3 sin dy/d = 6y 2/3 sin dy/d = 6y 2/3 sin 4. Find dy/d if 2 + y 2 = 25. (a) 25 y y y 25 y 5. Answer true or false. If y 2 + 2y = 5 then dy d = 5 2y Suppose that y 2 = 9. Find d 2 y/d 2. (a) d 2 y d 2 = y 36y 3 d 2 y d 2 = y 6y 3 d 2 y d 2 = 62 4y 36y 3 d 2 y d 2 = 6y y 3 7. Find the slope of the tangent line to 2 + y 2 = 5 at the point (,2). (a) Find the slope of the tangent line to y 2 = 4 at the point (,2). (a) Find dy/d if y 4 = 3. (a) 3 4y y 4 4y y y 4 4y 3 0. Find dy/d if = cos(y). (a) sin(y) sin(y) +ysin(y) sin(y) +ysin(y) sin(y). Answer true or false. If cos = siny then dy/d = tan. 2. Answer true or false. If tan(y) = 4 then dy d = ysec2 (y). 3. y 2 = 3 2 has a tangent line parallel to the -ais at (a) (,)

20 48 (0,0) (2,2) (,2) y 2 = 6 has tangent lines parallel to the y-ais at (a) (0, 6) and (0, 6) (0, 4) and (0, 4) ( 4, 0) and (4, 0) ( 6, 0) and (6, 0) 5. If y = 3, find the formula for y. (a) y = y = 3 + y = 3 3 (+ ) y = 3 3 (+ ) 2 6. If y = /3 + then dy d = (a) 6 7/6 + 2 /2 6 7/6 + 2 /2 2 ( ) 3 2/3 + ( 3 2/3 + ) ( ) + 2 /2 / Find the equation of the tangent line to the function y = ( 2 + 4) /3 at = 2. (a) y = ( 2)+2 2 y = ( 2)+8 2 y = ( 2)+2 3 y = ( 2)+8 3 Section 2.8. The volume of a sphere is given by V = 4 3 πr3. Find dv dt terms of dr dt. (a) dv dt = 4πr 2 dr dt in dv = 4 dr πr3 dt 3 dt dv = 4 dr πr2 dt 3 dt dv = 3r 2 dr dt dt 2. A cylinder of length 2 m and radius m is epanding such that dl/dt = 0.0 m/sec and dr/dt = 0.02 m/sec. Find dv/dt. (a) m/s m/s m/s m/s 3 3. A 0-ft ladder rests against a wall. If it were to slip so that when the bottom of the ladder is 6 feet from the wall it will be moving at 0.02 ft/s, how fast would the ladder be moving down the wall? (a) 0.02 ft/s ft/s 0.05 ft/s 0.2 ft/s 4. A plane is approaching an observer with a horizontal speed of 200 ft/s and is currently 0,000 ft from being directly overhead at an altitude of 20,000 ft. Find the rate at which the angle of elevation, θ, is changing with respect to time, dθ/dt. (a) rad/s 0.00 rad/s 0.08 rad/s rad/s 5. Answer true or false. Suppose that z = y 5 3. Then dz/dt = (dy/dt) 5 +(d/dt) Suppose that z = 2 + y 2. Find dz/dt. (a) 2 d dy + 2y dt dt d dt + dy dt ( ) d 2 ( ) dy 2 + dt dt d dt + y dy dt 2 + y 2 7. The power in watts for a certain circuit is given by P = I 2 R. How fast is the power changing if the resistance, R, of the circuit is,000 Ω, the current, I is 2 A, and the current is decreasing with respect to time at a rate of 0.03 A/s. (a) 0.09 w/s 60 w/s

21 49 20 w/s.8 w/s 8. Gravitational force is inversely proportional to the distance between two objects squared. If F = 5 N at a distance d2 d = 3 m, how fast is the force diminishing if the objects are moving away from each other at 2 m/s? (a) 2 N/s 0.74 N/s 6.7 N/s. N/s 9. A point P is moving along a curve whose equation is given by y = When P = (2,5), y is increasing at a rate of 2 units/s. How fast is changing? (a) 2 units/s 5 8 units/s 64 units/s 5 6 units/s 0. Water is running out of an inverted conical tank at a rate of 3 ft 3 /s. How fast is the height of the water in the tank changing if the height is currently 5 ft and the radius is 5 ft? (a) ft/s ft/s.3 ft/s ft/s. Answer true or false. If z = lny then dz dt = 2. Answer true or false. If sinθ = 3y then dθ dt ( d dt )( ) dy. dt dy d = 3 +3y dt dt. 3. Answer true or false. If V = 3 2 y then dy dt = dv d 6 dt dt. 4. Answer true or false. If V = 0 3 then d dt = 30 2 dv dt. Section 2.9. If y = 4, find the formula for y. (a) y = (+ ) 4 y = 4 3 y = 4( ) 3 y = (+ ) If y = cos, find the formula for y. (a) y = cos(+ ) cos y = cos(+ ) y = sin y = +cos 3. Answer true or false. The formula for dy is obtained from the formula for y by replacing with d. 4. Let y = 5. Find the formula for dy. (a) dy = (+d) 5 dy = (+d) 5 5 dy = dy = 5 4 d 5. Let y = tan. Find the formula for dy. (a) dy = (sec 2 )d dy = (sec tan)d dy = tan(+d) tan dy = tan(+d) 6. Let y = 3 sin. Find the formula for dy. (a) dy = (3 2 sin+ 3 cos)d dy = 3(+d) 3 sin(+d) dy = (3 2 cos)d dy = (+d) 3 sin(+d) 3 sin 7. Let y =. Find dy at = if d = (a) Let y = 5. Find dy at = if d = 0.0. (a) Let y =. Find y at = 3 if =. (a) Use dy to approimate 3.96 starting at = 4. (a)

22 Answer true or false. A circular spill is spreading so that when its radius r is 2 m, dr = 0.05 m. The corresponding change in the area covered by the spill, A, is 0.63 m 2 (to the nearest hundredth). 2. A small suspended droplet of radius 0 microns is evaporating. If dr = 0.00 micron, find the change in the volume, dv, to the nearest thousandth of a cubic micron. (a) cubic microns.257 cubic microns 0.49 cubic microns 4.89 cubic microns 3. Answer true or false. A cube is epanding as temperature increases. If the length of the cube is changing at a rate of = 2 mm when is m, the volume is eperiencing a corresponding change of mm 3 (to the nearest thousandth). 4. Answer true or false. The radius of the base of a cylinder is 2 mm with a possible error of ±0.0 mm. The height of the cylinder is eactly 4 m. Using differentials to estimate the maimum error of the volume, it is found to be mm 3 (to the nearest hundredth) Find the equation of the tangent line to y = f() = 3 3 at = 3. (a) y = y = y = 8+62 y = If y = 8 then dy/d = (a) Answer true or false. y y Chapter 2 Test. Find the average rate of change of y with respect to over the interval [,2] if y = f() = 3 2. (a) Find the instantaneous rate of change of y = 2 4 with respect to at 0 = 3. (a) An object moves in a straight line so that after t s its distance from its original position is given by s = t 3 2t. Its instantaneous velocity at t = 4 s is (a) The derivative of the function graphed on the left is graphed on the right. (6+2h) lim represents the derivative of f() = (2) 2 h 0 h at = (a) Let f() = tan. Estimate f (5π/4) by using a graphing utility. (a) Find dy/d if y = π 5. (a) 5π 4 π 5 0 4π 5-2

23 5 0. Answer true or false. If f() = 3 + 3, then f () = If y = 5 2 (a) dy then d = = 2. Let g() = f(). Find g (4) given that f(4) = 4 and f (4) = 6. (a) Find f () if f() = 3 tan. (a) 3 2 sec sectan 3 2 tan+ 3 sec tan+ 3 sectan 4. Find d 2 y/d 2 if y = 2(sin)(cos). (a) 8(cos)(sin) 8(cos)(sin) 2(cos)(sin) 2(cos)(sin) 5. Find the -coordinates of all the points over the interval (0, π) where the graph of f() = cot has a horizontal tangent line. (a) π/4, π/2, 3π/4 π/4, 3π/4 π/2 None eist. 6. Answer true or false. d 05 [sin] = cos. d05 7. Answer true or false. If f() = then f () = If f() = sin(6) then f () = (a) 6cos(6) 6cos(6) cos(6) cos(6) { sin(3), 0 9. Let y = 3 2. Find the value of a so + a+3, < 0 that y is differentiable everywhere. (a) a = 6 a = 3 a = 3 No such value of a eists. 20. If y = ( f()) 3 then dy d = (a) 3[ f()] 2 f () 3[ f()] 2 [ f ()] 3 3[ f ()] 2 2. If y = 9 then find the formula for y. (a) y = y = y = y = Answer true or false. If 2 + y 2 = 4 then y = 4y If y = 2 tan, find the formula for dy. (a) dy = (2 tan)d dy = ( 2 sec 2 )d dy = (2tan+ 2 sec 2 )d dy = (2tan 2 sec 2 )d 24. Answer true or false. If y = 5 and = 2 then dy = 5 6 d. 25. Answer true or false. A spherical balloon is deflating. The rate at which the volume is changing when r = 2 m is given by dv = 6πdr m 3 /s.

24 52 Chapter 2: Answers to Sample Tests Section 2.. b 2. a 3. a 4. c 5. a 6. d 7. d 8. false 9. true 0. b. a 2. false 3. true 4. true 5. d 6. a 7. d 8. b Section 2.2. a 2. c 3. a 4. true 5. true 6. d 7. a 8. a 9. d 0. b. a 2. false 3. false 4. true 5. false 6. false Section 2.3. d 2. d 3. a 4. false 5. c 6. b 7. false 8. b 9. a 0. d. a 2. c 3. c 4. d 5. d 6. c Section 2.4. false 2. c 3. c 4. a 5. false 6. d 7. a 8. b 9. b 0. a. d 2. false Section 2.5. c 2. b 3. b 4. a 5. false 6. c 7. a 8. d 9. a 0. false. b 2. false 3. true 4. false 5. c Section 2.6. a 2. b 3. b 4. false 5. d 6. a 7. c 8. a 9. false 0. true. a 2. a 3. d 4. c 5. true Section 2.7. false 2. true 3. a 4. c 5. false 6. d 7. b 8. d 9. b 0. d. false 2. false 3. a 4. c 5. a 6. a 7. c Section 2.8. a 2. b 3. c 4. c 5. false 6. d 7. c 8. b 9. b 0. a. false 2. false 3. false 4. true Section 2.9. d 2. a 3. false 4. d 5. a 6. a 7. b 8. d 9. b 0. b. true 2. b 3. true 4. true Chapter 2 Test. a 2. a 3. b 4. d 5. a 6. false 7. b 8. d 9. c 0. false. b 2. c 3. c 4. a 5. d 6. true 7. false 8. a 9. d 20. a 2. b 22. true 23. c 24. false 25. true

Chapter 2: The Derivative

Chapter 2: The Derivative Chapter : The Derivative Summary: Chapter builds upon the ideas of limits and continuity discussed in the previous chapter. By using limits, the instantaneous rate at which a function changes with respect

More information

Chapter 3: Topics in Differentiation

Chapter 3: Topics in Differentiation Chapter 3: Topics in Differentiation Summary: Having investigated the derivatives of common functions in Chapter (i.e., polynomials, rational functions, trigonometric functions, and their combinations),

More information

Name: Date: Period: Calculus Honors: 4-2 The Product Rule

Name: Date: Period: Calculus Honors: 4-2 The Product Rule Name: Date: Period: Calculus Honors: 4- The Product Rule Warm Up: 1. Factor and simplify. 9 10 0 5 5 10 5 5. Find ' f if f How did you go about finding the derivative? Let s Eplore how to differentiate

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

Math 147 Exam II Practice Problems

Math 147 Exam II Practice Problems Math 147 Exam II Practice Problems This review should not be used as your sole source for preparation for the exam. You should also re-work all examples given in lecture, all homework problems, all lab

More information

DRAFT - Math 101 Lecture Note - Dr. Said Algarni

DRAFT - Math 101 Lecture Note - Dr. Said Algarni 3 Differentiation Rules 3.1 The Derivative of Polynomial and Exponential Functions In this section we learn how to differentiate constant functions, power functions, polynomials, and exponential functions.

More information

Chapter 8: Radical Functions

Chapter 8: Radical Functions Chapter 8: Radical Functions Chapter 8 Overview: Types and Traits of Radical Functions Vocabulary:. Radical (Irrational) Function an epression whose general equation contains a root of a variable and possibly

More information

( ) 7 ( 5x 5 + 3) 9 b) y = x x

( ) 7 ( 5x 5 + 3) 9 b) y = x x New York City College of Technology, CUNY Mathematics Department Fall 0 MAT 75 Final Eam Review Problems Revised by Professor Kostadinov, Fall 0, Fall 0, Fall 00. Evaluate the following its, if they eist:

More information

Key- Math 231 Final Exam Review

Key- Math 231 Final Exam Review Key- Math Final Eam Review Find the equation of the line tangent to the curve y y at the point (, ) y-=(-/)(-) Find the slope of the normal line to y ) ( e at the point (,) dy Find d if cos( y) y y (ysiny+y)/(-siny-y^-^)

More information

Review Sheet for Second Midterm Mathematics 1300, Calculus 1

Review Sheet for Second Midterm Mathematics 1300, Calculus 1 Review Sheet for Second Midterm Mathematics 300, Calculus. For what values of is the graph of y = 5 5 both increasing and concave up? >. 2. Where does the tangent line to y = 2 through (0, ) intersect

More information

f(x 0 + h) f(x 0 ) h slope of secant line = m sec

f(x 0 + h) f(x 0 ) h slope of secant line = m sec Derivatives Using limits, we can define the slope of a tangent line to a function. When given a function f(x), and given a point P (x 0, f(x 0 )) on f, if we want to find the slope of the tangent line

More information

( ) 9 b) y = x x c) y = (sin x) 7 x d) y = ( x ) cos x

( ) 9 b) y = x x c) y = (sin x) 7 x d) y = ( x ) cos x NYC College of Technology, CUNY Mathematics Department Spring 05 MAT 75 Final Eam Review Problems Revised by Professor Africk Spring 05, Prof. Kostadinov, Fall 0, Fall 0, Fall 0, Fall 0, Fall 00 # Evaluate

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

1985 AP Calculus AB: Section I

1985 AP Calculus AB: Section I 985 AP Calculus AB: Section I 9 Minutes No Calculator Notes: () In this eamination, ln denotes the natural logarithm of (that is, logarithm to the base e). () Unless otherwise specified, the domain of

More information

Solutions to the Exercises of Chapter 8

Solutions to the Exercises of Chapter 8 8A Domains of Functions Solutions to the Eercises of Chapter 8 1 For 7 to make sense, we need 7 0or7 So the domain of f() is{ 7} For + 5 to make sense, +5 0 So the domain of g() is{ 5} For h() to make

More information

Technical Calculus I Homework. Instructions

Technical Calculus I Homework. Instructions Technical Calculus I Homework Instructions 1. Each assignment is to be done on one or more pieces of regular-sized notebook paper. 2. Your name and the assignment number should appear at the top of the

More information

Amherst College, DEPARTMENT OF MATHEMATICS Math 11, Final Examination, May 14, Answer Key. x 1 x 1 = 8. x 7 = lim. 5(x + 4) x x(x + 4) = lim

Amherst College, DEPARTMENT OF MATHEMATICS Math 11, Final Examination, May 14, Answer Key. x 1 x 1 = 8. x 7 = lim. 5(x + 4) x x(x + 4) = lim Amherst College, DEPARTMENT OF MATHEMATICS Math, Final Eamination, May 4, Answer Key. [ Points] Evaluate each of the following limits. Please justify your answers. Be clear if the limit equals a value,

More information

1 Exponential Functions Limit Derivative Integral... 5

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

More information

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

Multiple Choice. Circle the best answer. No work needed. No partial credit available. is continuous.

Multiple Choice. Circle the best answer. No work needed. No partial credit available. is continuous. Multiple Choice. Circle the best answer. No work needed. No partial credit available. + +. Evaluate lim + (a (b (c (d 0 (e None of the above.. Evaluate lim (a (b (c (d 0 (e + + None of the above.. Find

More information

2. Find the value of y for which the line through A and B has the given slope m: A(-2, 3), B(4, y), 2 3

2. Find the value of y for which the line through A and B has the given slope m: A(-2, 3), B(4, y), 2 3 . Find an equation for the line that contains the points (, -) and (6, 9).. Find the value of y for which the line through A and B has the given slope m: A(-, ), B(4, y), m.. Find an equation for the line

More information

Limits. Final Exam Study Guide. Calculus I. 1. Basic Limits I: Evaluate each limit exactly. (a) lim. (c) lim. 2t 15 3 (g) lim. (e) lim. (f) lim.

Limits. Final Exam Study Guide. Calculus I. 1. Basic Limits I: Evaluate each limit exactly. (a) lim. (c) lim. 2t 15 3 (g) lim. (e) lim. (f) lim. Limits 1. Basic Limits I: Evaluate each limit eactly. 3 ( +5 8) (c) lim(sin(α) 5cos(α)) α π 6 (e) lim t t 15 3 (g) lim t 0 t (4t 3 8t +1) t 1 (tan(θ) cot(θ)+1) θ π 4 (f) lim 16 ( 5 (h) lim t 0 3 t ). Basic

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. B) = 2t + 1; D) = 2 - t;

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. B) = 2t + 1; D) = 2 - t; Eam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Calculate the derivative of the function. Then find the value of the derivative as specified.

More information

Answer Key 1973 BC 1969 BC 24. A 14. A 24. C 25. A 26. C 27. C 28. D 29. C 30. D 31. C 13. C 12. D 12. E 3. A 32. B 27. E 34. C 14. D 25. B 26.

Answer Key 1973 BC 1969 BC 24. A 14. A 24. C 25. A 26. C 27. C 28. D 29. C 30. D 31. C 13. C 12. D 12. E 3. A 32. B 27. E 34. C 14. D 25. B 26. Answer Key 969 BC 97 BC. C. E. B. D 5. E 6. B 7. D 8. C 9. D. A. B. E. C. D 5. B 6. B 7. B 8. E 9. C. A. B. E. D. C 5. A 6. C 7. C 8. D 9. C. D. C. B. A. D 5. A 6. B 7. D 8. A 9. D. E. D. B. E. E 5. E.

More information

A BRIEF REVIEW OF ALGEBRA AND TRIGONOMETRY

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

More information

APPLICATIONS OF DERIVATIVES UNIT PROBLEM SETS

APPLICATIONS OF DERIVATIVES UNIT PROBLEM SETS APPLICATIONS OF DERIVATIVES UNIT PROBLEM SETS PROBLEM SET #1 Related Rates ***Calculators Allowed*** 1. An oil tanker spills oil that spreads in a circular pattern whose radius increases at the rate of

More information

Definition of Tangent Line with Slope m: If f is defined on an open interval containing x, and if the limit y f( c x) f( c) f( c x) f( c) lim lim lim

Definition of Tangent Line with Slope m: If f is defined on an open interval containing x, and if the limit y f( c x) f( c) f( c x) f( c) lim lim lim Derivatives and the Tangent Line Problem Objective: Find the slope of the tangent line to a curve at a point. Use the limit definition to find the derivative of a function. Understand the relationship

More information

lim 2 x lim lim sin 3 (9) l)

lim 2 x lim lim sin 3 (9) l) MAC FINAL EXAM REVIEW. Find each of the following its if it eists, a) ( 5). (7) b). c). ( 5 ) d). () (/) e) (/) f) (-) sin g) () h) 5 5 5. DNE i) (/) j) (-/) 7 8 k) m) ( ) (9) l) n) sin sin( ) 7 o) DNE

More information

Calculus 437 Semester 1 Review Chapters 1, 2, and 3 January 2016

Calculus 437 Semester 1 Review Chapters 1, 2, and 3 January 2016 Name: Class: Date: Calculus 437 Semester 1 Review Chapters 1, 2, and 3 January 2016 Short Answer 1. Decide whether the following problem can be solved using precalculus, or whether calculus is required.

More information

Solutions to Math 41 Final Exam December 9, 2013

Solutions to Math 41 Final Exam December 9, 2013 Solutions to Math 4 Final Eam December 9,. points In each part below, use the method of your choice, but show the steps in your computations. a Find f if: f = arctane csc 5 + log 5 points Using the Chain

More information

x f(x)

x f(x) CALCULATOR SECTION. For y + y = 8 find d point (, ) on the curve. A. B. C. D. dy at the 7 E. 6. Suppose silver is being etracted from a.t mine at a rate given by A'( t) = e, A(t) is measured in tons of

More information

PTF #AB 07 Average Rate of Change

PTF #AB 07 Average Rate of Change The average rate of change of f( ) over the interval following: 1. y dy d. f() b f() a b a PTF #AB 07 Average Rate of Change ab, can be written as any of the. Slope of the secant line through the points

More information

Department of Mathematical x 1 x 2 1

Department of Mathematical x 1 x 2 1 Contents Limits. Basic Factoring Eample....................................... One-Sided Limit........................................... 3.3 Squeeze Theorem.......................................... 4.4

More information

Math 231 Final Exam Review

Math 231 Final Exam Review Math Final Eam Review Find the equation of the line tangent to the curve 4y y at the point (, ) Find the slope of the normal line to y ) ( e at the point (,) dy Find d if cos( y) y 4 y 4 Find the eact

More information

TMTA Calculus and Advanced Topics Test 2010

TMTA Calculus and Advanced Topics Test 2010 . Evaluate lim Does not eist - - 0 TMTA Calculus and Advanced Topics Test 00. Find the period of A 6D B B y Acos 4B 6D, where A 0, B 0, D 0. Solve the given equation for : ln = ln 4 4 ln { } {-} {0} {}

More information

1. The following problems are not related: (a) (15 pts, 5 pts ea.) Find the following limits or show that they do not exist: arcsin(x)

1. The following problems are not related: (a) (15 pts, 5 pts ea.) Find the following limits or show that they do not exist: arcsin(x) APPM 5 Final Eam (5 pts) Fall. The following problems are not related: (a) (5 pts, 5 pts ea.) Find the following limits or show that they do not eist: (i) lim e (ii) lim arcsin() (b) (5 pts) Find and classify

More information

Math 261 Final Exam - Practice Problem Solutions. 1. A function f is graphed below.

Math 261 Final Exam - Practice Problem Solutions. 1. A function f is graphed below. Math Final Eam - Practice Problem Solutions. A function f is graphed below. f() 8 7 7 8 (a) Find f(), f( ), f(), and f() f() = ;f( ).;f() is undefined; f() = (b) Find the domain and range of f Domain:

More information

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

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

More information

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

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

AP Calculus BC Chapter 8: Integration Techniques, L Hopital s Rule and Improper Integrals

AP Calculus BC Chapter 8: Integration Techniques, L Hopital s Rule and Improper Integrals AP Calculus BC Chapter 8: Integration Techniques, L Hopital s Rule and Improper Integrals 8. Basic Integration Rules In this section we will review various integration strategies. Strategies: I. Separate

More information

Math 121: Exam 2 Review Sheet

Math 121: Exam 2 Review Sheet Eam Information Math 11: Eam Review Sheet Eam will be given on Friday, March 1 from 8-8:50 am. The eam will cover chapters.3-.6 and 3.1-3.5. The eam is closed book, closed notes, and without calculator.

More information

x f(x)

x f(x) CALCULATOR SECTION. For y y 8 find d point (, ) on the curve. A. D. dy at the 7 E. 6. Suppose silver is being etracted from a.t mine at a rate given by A'( t) e, A(t) is measured in tons of silver and

More information

Review sheet Final Exam Math 140 Calculus I Fall 2015 UMass Boston

Review sheet Final Exam Math 140 Calculus I Fall 2015 UMass Boston Review sheet Final Eam Math Calculus I Fall 5 UMass Boston The eam is closed tetbook NO CALCULATORS OR ELECTRONIC DEVICES ARE ALLOWED DURING THE EXAM The final eam will contain problems of types similar

More information

Final Exam Review / AP Calculus AB

Final Exam Review / AP Calculus AB Chapter : Final Eam Review / AP Calculus AB Use the graph to find each limit. 1) lim f(), lim f(), and lim π - π + π f 5 4 1 y - - -1 - - -4-5 ) lim f(), - lim f(), and + lim f 8 6 4 y -4 - - -1-1 4 5-4

More information

1993 AP Calculus AB: Section I

1993 AP Calculus AB: Section I 99 AP Calculus AB: Section I 90 Minutes Scientific Calculator Notes: () The eact numerical value of the correct answer does not always appear among the choices given. When this happens, select from among

More information

(i) find the points where f(x) is discontinuous, and classify each point of discontinuity.

(i) find the points where f(x) is discontinuous, and classify each point of discontinuity. Math Final Eam - Practice Problems. A function f is graphed below. f() 5 4 8 7 5 4 4 5 7 8 4 5 (a) Find f(0), f( ), f(), and f(4) Find the domain and range of f (c) Find the intervals where f () is positive

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

APPM 1360 Final Exam Spring 2016

APPM 1360 Final Exam Spring 2016 APPM 36 Final Eam Spring 6. 8 points) State whether each of the following quantities converge or diverge. Eplain your reasoning. a) The sequence a, a, a 3,... where a n ln8n) lnn + ) n!) b) ln d c) arctan

More information

M151B Practice Problems for Exam 1

M151B Practice Problems for Exam 1 M151B Practice Problems for Eam 1 Calculators will not be allowed on the eam. Unjustified answers will not receive credit. 1. Compute each of the following its: 1a. 1b. 1c. 1d. 1e. 1 3 4. 3. sin 7 0. +

More information

Chapter 2 Overview: Anti-Derivatives. As noted in the introduction, Calculus is essentially comprised of four operations.

Chapter 2 Overview: Anti-Derivatives. As noted in the introduction, Calculus is essentially comprised of four operations. Chapter Overview: Anti-Derivatives As noted in the introduction, Calculus is essentially comprised of four operations. Limits Derivatives Indefinite Integrals (or Anti-Derivatives) Definite Integrals There

More information

SANDY CREEK HIGH SCHOOL

SANDY CREEK HIGH SCHOOL SANDY CREEK HIGH SCHOOL SUMMER REVIEW PACKET For students entering A.P. CALCULUS BC I epect everyone to check the Google classroom site and your school emails at least once every two weeks. You will also

More information

A.P. Calculus Summer Assignment

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

More information

Math 19, Homework-1 Solutions

Math 19, Homework-1 Solutions SSEA Summer 207 Math 9, Homework- Solutions. Consider the graph of function f shown below. Find the following its or eplain why they do not eist: (a) t 2 f(t). = 0. (b) t f(t). =. (c) t 0 f(t). (d) Does

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

AP Calculus BC Final Exam Preparatory Materials December 2016

AP Calculus BC Final Exam Preparatory Materials December 2016 AP Calculus BC Final Eam Preparatory Materials December 06 Your first semester final eam will consist of both multiple choice and free response questions, similar to the AP Eam The following practice problems

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

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

The Fundamental Theorem of Calculus Part 3

The Fundamental Theorem of Calculus Part 3 The Fundamental Theorem of Calculus Part FTC Part Worksheet 5: Basic Rules, Initial Value Problems, Rewriting Integrands A. It s time to find anti-derivatives algebraically. Instead of saying the anti-derivative

More information

CONTINUITY AND DIFFERENTIABILITY

CONTINUITY AND DIFFERENTIABILITY 5. Introduction The whole of science is nothing more than a refinement of everyday thinking. ALBERT EINSTEIN This chapter is essentially a continuation of our stu of differentiation of functions in Class

More information

PREPARATION FOR CALCULUS

PREPARATION FOR CALCULUS PREPARATION FOR CALCULUS WORKSHEETS Second Edition DIVISION OF MATHEMATICS ALFRED UNIVERSITY Contents Real Numbers Worksheet Functions and Graphs Worksheet 5 Polynomials Worksheet. Trigonometry Worksheet

More information

AP Calculus BC Summer Assignment 2018

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

More information

CALCULUS I. Practice Problems. Paul Dawkins

CALCULUS I. Practice Problems. Paul Dawkins CALCULUS I Practice Problems Paul Dawkins Table of Contents Preface... iii Outline... iii Review... Introduction... Review : Functions... Review : Inverse Functions... 6 Review : Trig Functions... 6 Review

More information

Chapter 2 Differentiation. 2.1 Tangent Lines and Their Slopes. Calculus: A Complete Course, 8e Chapter 2: Differentiation

Chapter 2 Differentiation. 2.1 Tangent Lines and Their Slopes. Calculus: A Complete Course, 8e Chapter 2: Differentiation Chapter 2 Differentiation 2.1 Tangent Lines and Their Slopes 1) Find the slope of the tangent line to the curve y = 4x x 2 at the point (-1, 0). A) -1 2 C) 6 D) 2 1 E) -2 2) Find the equation of the tangent

More information

MATH1910Chapter2TestReview

MATH1910Chapter2TestReview Class: Date: MATH1910Chapter2TestReview Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Find the slope m of the line tangent to the graph of the function

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

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

Calculus First Exam (50 Minutes)

Calculus First Exam (50 Minutes) Calculus - First Eam 50 Minutes) Friday October 4 996 I Find the it or show that it does not eist. Justify your answer. t 3 ) t t t 3 ) t 3 t t 3 3) t t t 3 t t t = t t = t t 3 t 3 t = 33 3 = 6 8 t 3 t

More information

SANDY CREEK HIGH SCHOOL

SANDY CREEK HIGH SCHOOL SANDY CREEK HIGH SCHOOL SUMMER REVIEW PACKET For students entering A.P. CALCULUS AB I epect everyone to check the Google classroom site and your school emails at least once every two weeks. You should

More information

Helpful Concepts for MTH 261 Final. What are the general strategies for determining the domain of a function?

Helpful Concepts for MTH 261 Final. What are the general strategies for determining the domain of a function? Helpful Concepts for MTH 261 Final What are the general strategies for determining the domain of a function? How do we use the graph of a function to determine its range? How many graphs of basic functions

More information

Math 1160 Final Review (Sponsored by The Learning Center) cos xcsc tan. 2 x. . Make the trigonometric substitution into

Math 1160 Final Review (Sponsored by The Learning Center) cos xcsc tan. 2 x. . Make the trigonometric substitution into Math 60 Final Review (Sponsored by The Learning Center). Simplify cot csc csc. Prove the following identities: cos csc csc sin. Let 7sin simplify.. Prove: tan y csc y cos y sec y cos y cos sin y cos csc

More information

AP Calculus AB Semester 1 Practice Final

AP Calculus AB Semester 1 Practice Final Class: Date: AP Calculus AB Semester 1 Practice Final Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Find the limit (if it exists). lim x x + 4 x a. 6

More information

Solutions to Math 41 First Exam October 12, 2010

Solutions to Math 41 First Exam October 12, 2010 Solutions to Math 41 First Eam October 12, 2010 1. 13 points) Find each of the following its, with justification. If the it does not eist, eplain why. If there is an infinite it, then eplain whether it

More information

1. sin 2. Honors Pre-Calculus Final Exam Review 2 nd semester June TRIGONOMETRY Solve for 0 2. without using a calculator: 2. csc 2 3.

1. sin 2. Honors Pre-Calculus Final Exam Review 2 nd semester June TRIGONOMETRY Solve for 0 2. without using a calculator: 2. csc 2 3. Honors Pre-Calculus Name: Final Eam Review nd semester June 05 TRIGONOMETRY Solve for 0 without using a calculator:. sin. csc. tan. cos ) ) ) ) Solve for in degrees giving all solutions. 5. sin 6. cos

More information

BE SURE TO READ THE DIRECTIONS PAGE & MAKE YOUR NOTECARDS FIRST!! Part I: Unlimited and Continuous! (21 points)

BE SURE TO READ THE DIRECTIONS PAGE & MAKE YOUR NOTECARDS FIRST!! Part I: Unlimited and Continuous! (21 points) BE SURE TO READ THE DIRECTIONS PAGE & MAKE YOUR NOTECARDS FIRST!! Part I: United and Continuous! ( points) For #- below, find the its, if they eist.(#- are pt each) ) 7 ) 9 9 ) 5 ) 8 For #5-7, eplain why

More information

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

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

More information

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. By the Product Rule, in conjunction with the Chain Rule, we compute the derivative as follows: and. So the slopes of the tangent lines to the curve

1. By the Product Rule, in conjunction with the Chain Rule, we compute the derivative as follows: and. So the slopes of the tangent lines to the curve MAT 11 Solutions TH Eam 3 1. By the Product Rule, in conjunction with the Chain Rule, we compute the derivative as follows: Therefore, d 5 5 d d 5 5 d 1 5 1 3 51 5 5 and 5 5 5 ( ) 3 d 1 3 5 ( ) So the

More information

π 2π More Tutorial at 1. (3 pts) The function y = is a composite function y = f( g( x)) and the outer function y = f( u)

π 2π   More Tutorial at 1. (3 pts) The function y = is a composite function y = f( g( x)) and the outer function y = f( u) 1. ( pts) The function y = is a composite function y = f( g( )). 6 + Identify the inner function u = g( ) and the outer function y = f( u). A) u = g( ) = 6+, y = f( u) = u B) u = g( ) =, y = f( u) = 6u+

More information

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

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

More information

1. Find A and B so that f x Axe Bx. has a local minimum of 6 when. x 2.

1. Find A and B so that f x Axe Bx. has a local minimum of 6 when. x 2. . Find A and B so that f Ae B has a local minimum of 6 when.. The graph below is the graph of f, the derivative of f; The domain of the derivative is 5 6. Note there is a cusp when =, a horizontal tangent

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

1. The cost (in dollars) of producing x units of a certain commodity is C(x) = x x 2.

1. The cost (in dollars) of producing x units of a certain commodity is C(x) = x x 2. APPM 1350 Review #2 Summer 2014 1. The cost (in dollars) of producing units of a certain commodity is C() 5000 + 10 + 0.05 2. (a) Find the average rate of change of C with respect to when the production

More information

True or False. Circle T if the statement is always true; otherwise circle F. for all angles θ. T F. 1 sin θ

True or False. Circle T if the statement is always true; otherwise circle F. for all angles θ. T F. 1 sin θ Math 90 Practice Midterm III Solutions Ch. 8-0 (Ebersole), 3.3-3.8 (Stewart) DISCLAIMER. This collection of practice problems is not guaranteed to be identical, in length or content, to the actual exam.

More information

MOCK FINAL EXAM - SOLUTIONS

MOCK FINAL EXAM - SOLUTIONS MOCK FINAL EXAM - SOLUTIONS PEYAM RYAN TABRIZIAN Name: Instructions: You have 3 hours to take this eam. It is meant as an opportunity for you to take a real-time practice final and to see which topics

More information

AP Calculus AB Summer Assignment

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

More information

Math Exam 02 Review

Math Exam 02 Review Math 10350 Exam 02 Review 1. A differentiable function g(t) is such that g(2) = 2, g (2) = 1, g (2) = 1/2. (a) If p(t) = g(t)e t2 find p (2) and p (2). (Ans: p (2) = 7e 4 ; p (2) = 28.5e 4 ) (b) If f(t)

More information

AP Calculus AB/BC ilearnmath.net 21. Find the solution(s) to the equation log x =0.

AP Calculus AB/BC ilearnmath.net 21. Find the solution(s) to the equation log x =0. . Find the solution(s) to the equation log =. (a) (b) (c) (d) (e) no real solutions. Evaluate ln( 3 e). (a) can t be evaluated (b) 3 e (c) e (d) 3 (e) 3 3. Find the solution(s) to the equation ln( +)=3.

More information

AP Calculus I Summer Packet

AP Calculus I Summer Packet AP Calculus I Summer Packet This will be your first grade of AP Calculus and due on the first day of class. Please turn in ALL of your work and the attached completed answer sheet. I. Intercepts The -intercept

More information

UBC-SFU-UVic-UNBC Calculus Exam Solutions 7 June 2007

UBC-SFU-UVic-UNBC Calculus Exam Solutions 7 June 2007 This eamination has 15 pages including this cover. UBC-SFU-UVic-UNBC Calculus Eam Solutions 7 June 007 Name: School: Signature: Candidate Number: Rules and Instructions 1. Show all your work! Full marks

More information

Review of elements of Calculus (functions in one variable)

Review of elements of Calculus (functions in one variable) Review of elements of Calculus (functions in one variable) Mainly adapted from the lectures of prof Greg Kelly Hanford High School, Richland Washington http://online.math.uh.edu/houstonact/ https://sites.google.com/site/gkellymath/home/calculuspowerpoints

More information

AP Calculus AB Summer Assignment

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

More information

CHAPTER 1 Limits and Their Properties

CHAPTER 1 Limits and Their Properties CHAPTER Limits and Their Properties Section. A Preview of Calculus................... 305 Section. Finding Limits Graphically and Numerically....... 305 Section.3 Evaluating Limits Analytically...............

More information

Chapter 2 THE DERIVATIVE

Chapter 2 THE DERIVATIVE Chapter 2 THE DERIVATIVE 2.1 Two Problems with One Theme Tangent Line (Euclid) A tangent is a line touching a curve at just one point. - Euclid (323 285 BC) Tangent Line (Archimedes) A tangent to a curve

More information

Review Test 2. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. D) ds dt = 4t3 sec 2 t -

Review Test 2. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. D) ds dt = 4t3 sec 2 t - Review Test MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the derivative. ) = 7 + 0 sec ) A) = - 7 + 0 tan B) = - 7-0 csc C) = 7-0 sec tan

More information

Review Problems for Test 3

Review Problems for Test 3 Review Problems for Test 3 Math 6-3/6 7 These problems are provided to help you study. The presence of a problem on this handout does not imply that there will be a similar problem on the test. And the

More information

171, Calculus 1. Summer 1, CRN 50248, Section 001. Time: MTWR, 6:30 p.m. 8:30 p.m. Room: BR-43. CRN 50248, Section 002

171, Calculus 1. Summer 1, CRN 50248, Section 001. Time: MTWR, 6:30 p.m. 8:30 p.m. Room: BR-43. CRN 50248, Section 002 171, Calculus 1 Summer 1, 018 CRN 5048, Section 001 Time: MTWR, 6:0 p.m. 8:0 p.m. Room: BR-4 CRN 5048, Section 00 Time: MTWR, 11:0 a.m. 1:0 p.m. Room: BR-4 CONTENTS Syllabus Reviews for tests 1 Review

More information

Review Problems for Test 2

Review Problems for Test 2 Review Problems for Test 2 Math 6-03/06 0 0/ 2007 These problems are provided to help you study. The fact that a problem occurs here does not mean that there will be a similar problem on the test. And

More information

Unit 1 PreCalculus Review & Limits

Unit 1 PreCalculus Review & Limits 1 Unit 1 PreCalculus Review & Limits Factoring: Remove common factors first Terms - Difference of Squares a b a b a b - Sum of Cubes ( )( ) a b a b a ab b 3 3 - Difference of Cubes a b a b a ab b 3 3 3

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