Math Methods 12. Portfolio Assignment 4 Type II. 1. The general formula for the binomial expansion of ( x + y) n is given by 2! 3!

Size: px
Start display at page:

Download "Math Methods 12. Portfolio Assignment 4 Type II. 1. The general formula for the binomial expansion of ( x + y) n is given by 2! 3!"

Transcription

1 Math Methods Portfolio Assignment 4 Type II Name: Rajesh Swaminathan Block: D Date: 4-Mar-5 ANALYSIS OF A QUARTIC FUNCTION. The general formula for the binomial epansion of ( + y) n is given by nn ( ) nn ( )( n) ( + y) = + n y+ y + y + + ny + y!! n n n n n n n Substituting = a, y = band n = yields ( a b) a a b ab b + = () The same result may be obtained by multiplying out the factors: a+ b = a+ b a+ b a+ b = ( a + ab+ b )( a+ b) = a + a b+ ab + b ( ) ( )( )( ). Letting a = and b= in () yields ( ) = () + () ( ) + ()( ) + ( ) = Using the result from question, = + ( ) (8 6 ) = Re-arranging the terms in decreasing degrees, we obtain 4 ( ) = which is of the form p q. Comparing coefficients we find p = and q = y = ( ) = y 6 8 dy = + + d Mathematical Methods Portfolio

2 5. According to the chain rule, ( f o g)( ) = f ( g( )) g ( ). Alternately, if y = f( g( )) dy dy du and u = g( ) then y = f( u) and =. d du d Since the function y = ( ) is a composition of two functions, namely f ( ) = ( ) and g ( ) =, we must obey the chain rule while performing the differentiation. If we let u represent the factor in y = ( ), we have y = ( ) y = u dy d = u d d = [ ] ( ) ( ) =( ) The student s result ( ) is incorrect because he has failed to multiply his result by the derivative of the inside function, namely ( ). In doing so, he has inadvertently lost the multiplicand - which is the derivative of( ). 6. We obtain the same result as question 4 if we use a combination of product and chain rules to differentiate y = ( ) : y = ( ) dy d d = + d d d = + ( ) [ ] [( ) ] ( ) [( ) ( )] = y = ( ) dy From questions 4 and 6, we have d = + +. d y The second derivative can be computed by differentiating dy d d. d y So, 6 4 d = + When =, y = ()[ ()] =. Mathematical Methods Portfolio

3 Similar substitutions yield d y and d = Conclusions: = () + 6() 4 =. dy = + + = d = 4() 8() 4() 8 Since y = when =, is a zero of the function f ( ) = ( ). Consequently, the graph of f must touch the -ais at this point. dy Since d = when =, this point is a stationary point of f. In other words, the tangent line at = has gradient and is thus horizontal. d y Since d = when =, it follows that f has an inflection point at =. In other words, f changes the direction of its concavity at the point (, ). dy d y Since = =, it is impossible to say, at this point in time, whether f has a d d relative maimum, a relative minimum, or neither at = by the second derivative test. 8. A rough sketch of y = ( ) can be seen in Figure. The conclusions reached in the previous question are consistent with the graph of f. The last conclusion as to whether f has a relative maimum, a relative minimum, or neither deserves further consideration. Although the second derivative test is inconclusive dy d y since = =, we note that = is a root d d of f and has multiplicity. This is because ( ) divides the polynomial f but 4 ( ) does not. There is a close relationship between the multiplicity of a root of a polynomial and the behavior of the graph in the vicinity of the root. Since the multiplicity m = of the root = is odd (indivisible by ), the graph will be Figure y = ( ) tangent to the -ais at =, will cross the -ais, and will also have an inflection point there. We have already recognized = as being both a stationary as well as an inflection point. However, the fact that the graph crosses the -ais at this point indicates that f has neither a relative maimum nor a relative minimum there. In order for f to have a relative etremum at =, the graph will have to bounce-off the -ais once it touches it. This conclusion is evident in the graph of f in Figure. Mathematical Methods Portfolio

4 9. A sketch graph of the definite integral ( ) d can be seen in Figure. The area enclosed by the graph and the -ais has been shaded and computed to equal.6. Figure y = ( ) d Note: All graphs in this assignment, unless otherwise noted, were generated with GraphCalc, freely available from By the method of u-substitution, it is possible to evaluate the definite integral ( ) d without needing to epand the cubed term. If we make the substitutionu =, it follows that du = d or d = du. This leaves a factor of unresolved in the integrand. However, sinceu =, we have = u. With this substitution so if =, u = = if =, u = = Mathematical Methods Portfolio 4

5 4 = 4 = ( ) 4 5 ( ) d= ( u) u ( du) ( u u ) du u u du u u = 5 5 = 5 8 = 5 =.6 u= which matches the result obtained in question 9. REMARK. The evaluation of the above definite integral is not only tedious but also error-prone since it was performed manually by hand. The same computation was done by the Maima Computer Algebra System (CAS) in less than a millisecond: rajesh@rbo ~ $ maima Maima restarted. (%i) integrate(*(-)^,,, ); 8 (%o) In question, we showed that ( ) = Integration of this quartic polynomial is as follows: Mathematical Methods Portfolio 5

6 4 ( ) d= ( ) d 5 4 = = () () = + 4() + 4() 5 = = 5 =.6 which once again agrees with the result obtained in questions 9 and.. The trapezoidal approimation of a definite integral is an average of the left-hand and right-hand approimations. This approimation is given by b a b a f ( d ) y + y+ + yn + y n [ ] n With f ( ) ( ) =, a =, b = and n = 4 the definite integral may be approimated as follows (the values for the trapezoids being incremented by =.5 each time): 4 ( ) d f() + ( f (.5 ) + f() + f (.5 )) + f() 4 [ + ( ) + ] The absolute error (or margin of error) in this approimation is given by b E = f( ) dt T a n Using this, we find the error in approimation to be =.65 or.65 %.%.6 Mathematical Methods Portfolio 6

7 . The easiest way to find out the number of solutions to the equation ( ) = would be to graph the function y = ( ) and count the number of intersections with the -ais. Since this is a quartic function, we epect to have at most 4 solutions. The graph of y = ( ) is shown in Figure. Figure y = ( ) It is evident from the above graph that the equation solutions. ( ) = has eactly two real Another method to determine the number of solutions would be to graph the function y = over the graph of y = ( ) that was graphed in Figure and count the number of intersections (see Figure 4). It can be seen that the two curves intersect twice and so the equation ( ) = has eactly two real solutions. Figure 4 y = y = ( ) Mathematical Methods Portfolio 7

8 REMARK. If a graphing utility is unavailable, the Maima CAS can give us the number of solutions quickly, thanks to the built-in NROOTS() or REALROOTS() functions. For instance: (%i) REALROOTS(*(-)^-); 5964 (%o) [ = , = ] 5544 We find two real roots for this equation. To confirm, we could use the NROOTS() function. (%i) NROOTS(*(-)^-); (%o) Since we want all roots between = and =, we specify the lower and upper bounds. However, since both solutions are between these bounds, we still obtain. (%i) NROOTS(*(-)^-, -, ); (%o) The equation ( ) = can be re-arranged in two ways: Dividing both sides by If equaled ( ) p ( ) = ( ) = ( ) = = ( ) [we can do this since, then p =. ], we get = ( ). where the second step is justified by recognizing the fact that. If equaled q ( ), then q =. Using the methods of simple iteration and taking =.5 : Mathematical Methods Portfolio 8

9 = =.96 M [ (.5)] = =. [ (.96)] = =.7 [ (.)] = =.67 [ (.68)] 8 = (.5) =.74 M = (.74) =.8945 = (.8945) =.96 = (.9999) =. These two results (accurate to within 4 decimal places) are approimations of the solutions to the equation ( ) = as can be seen in Figure. Each form of the / original equation ( ) =, namely = /( ) and =, yields one of the two solutions. Using other values for, we find that the results converge to the same answer every time. This convergence can be seen graphically in Figure 5. It is helpful to remind ourselves of what actually happens as we perform the iteration. Each term of the iterative sequence n is computed from the previous term using the iterative function. Mathematically, this means that = n+ f( n), where f ( ) is any one of the above two iterative functions. If this process is repeated continuously and the limit taken, we will eventually obtain a solution to the original equation. This is to say that lim n+ = lim f( n), where f ( ) is an iterative function (the re-arranged equation n n solved for ). In our case, lim = lim.67, and n n+ n ( n ) n+ n n lim = lim ( ) =. n The Newton-Raphson method of approimation is given by the following iterative function: f( n ) = n n, n,,,... + f ( ) = n () In order to determine if the Newton-Raphson method can be used to yield the same results, we check to see whether the absolute value of the derivative evaluated at some test value is in between and. In other words, if f ( ) is a differentiable function Mathematical Methods Portfolio 9

10 un ( ) = ( un ( )) un ( ) = un ( ) Figure 5 Mathematical Methods Portfolio

11 Note: The graphs in Figure 5 were generated with Gnuplot, freely available from and we started with some test value, then f ( ) must be less than for the iterative function to converge and yield an approimation. If this condition is not satisfied, we will have a diverging iterative sequence and will never reach an approimation. Furthermore, if f ( ) is positive, we will have a monotonic convergence. Conversely, if f ( ) is negative, we will have an oscillating convergence. The meaning of these two terms is left uneplained for the interested to pursue. Since we are attempting to solve the equation ( ) =, we let so f ( ) = (verify) and () becomes f( ) = ( ), 4 n+ n =, or n+ = n () If we started with a test value =.5, then f (.5) = 4(.5) + 8(.5) 4(.5) + 8 = and can therefore not be used to give a result since the denominator in () evaluates to and is thus undefined. If we used different test values such as =.,.,., we still find that we are unable to use the Newton-Raphson method since in each case f ( ) >. For what value of will f ( ) be less than but not equal to? The answer to this problem can be obtained by graphing f ( ) [see Figure 6] and looking for values of whose y values are not zero and are in the interval (-, ). For this, we solve the equations f ( ) = and f ( ) =. This is a Figure 6 y = straight-forward task that can be achieved with the Maima CAS: (%i) f():= *(-)^-; (%i) define(df(), epand(diff(f(), ))); Mathematical Methods Portfolio

12 (%i) realroots(df()-); (%o) [ = ] 5544 (%i4) realroots(df()+); (%o4) [ = , = -, = ] ,.64, We can thus conclude that in order to be able to solve the equation ( ) = using the Newton-Raphson method, we must use an initial value that is in the interval (.4,.5) U(.5,.64) U(.5,.) U (.,.66). Using any initial value from this interval and (), we obtain the same solutions to the equation ( ) =, namely =.67 and = (verify). Mathematical Methods Portfolio

(a) Show that there is a root α of f (x) = 0 in the interval [1.2, 1.3]. (2)

(a) Show that there is a root α of f (x) = 0 in the interval [1.2, 1.3]. (2) . f() = 4 cosec 4 +, where is in radians. (a) Show that there is a root α of f () = 0 in the interval [.,.3]. Show that the equation f() = 0 can be written in the form = + sin 4 Use the iterative formula

More information

x π. Determine all open interval(s) on which f is decreasing

x π. Determine all open interval(s) on which f is decreasing Calculus Maimus Increasing, Decreasing, and st Derivative Test Show all work. No calculator unless otherwise stated. Multiple Choice = /5 + _ /5 over. Determine the increasing and decreasing open intervals

More information

Math 2414 Activity 1 (Due by end of class July 23) Precalculus Problems: 3,0 and are tangent to the parabola axis. Find the other line.

Math 2414 Activity 1 (Due by end of class July 23) Precalculus Problems: 3,0 and are tangent to the parabola axis. Find the other line. Math 44 Activity (Due by end of class July 3) Precalculus Problems: 3, and are tangent to the parabola ais. Find the other line.. One of the two lines that pass through y is the - {Hint: For a line through

More information

3 Applications of Derivatives Instantaneous Rates of Change Optimization Related Rates... 13

3 Applications of Derivatives Instantaneous Rates of Change Optimization Related Rates... 13 Contents Limits Derivatives 3. Difference Quotients......................................... 3. Average Rate of Change...................................... 4.3 Derivative Rules...........................................

More information

Graphs of Polynomials: Polynomial functions of degree 2 or higher are smooth and continuous. (No sharp corners or breaks).

Graphs of Polynomials: Polynomial functions of degree 2 or higher are smooth and continuous. (No sharp corners or breaks). Graphs of Polynomials: Polynomial functions of degree or higher are smooth and continuous. (No sharp corners or breaks). These are graphs of polynomials. These are NOT graphs of polynomials There is a

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

(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

Math 180, Exam 2, Spring 2013 Problem 1 Solution

Math 180, Exam 2, Spring 2013 Problem 1 Solution Math 80, Eam, Spring 0 Problem Solution. Find the derivative of each function below. You do not need to simplify your answers. (a) tan ( + cos ) (b) / (logarithmic differentiation may be useful) (c) +

More information

4.3 - How Derivatives Affect the Shape of a Graph

4.3 - How Derivatives Affect the Shape of a Graph 4.3 - How Derivatives Affect the Shape of a Graph 1. Increasing and Decreasing Functions Definition: A function f is (strictly) increasing on an interval I if for every 1, in I with 1, f 1 f. A function

More information

Math 75B Practice Problems for Midterm II Solutions Ch. 16, 17, 12 (E), , 2.8 (S)

Math 75B Practice Problems for Midterm II Solutions Ch. 16, 17, 12 (E), , 2.8 (S) Math 75B Practice Problems for Midterm II Solutions Ch. 6, 7, 2 (E),.-.5, 2.8 (S) DISCLAIMER. This collection of practice problems is not guaranteed to be identical, in length or content, to the actual

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

Note: Unless otherwise specified, the domain of a function f is assumed to be the set of all real numbers x for which f (x) is a real number.

Note: Unless otherwise specified, the domain of a function f is assumed to be the set of all real numbers x for which f (x) is a real number. 997 AP Calculus BC: Section I, Part A 5 Minutes No Calculator Note: Unless otherwise specified, the domain of a function f is assumed to be the set of all real numbers for which f () is a real number..

More information

Math 2414 Activity 1 (Due by end of class Jan. 26) Precalculus Problems: 3,0 and are tangent to the parabola axis. Find the other line.

Math 2414 Activity 1 (Due by end of class Jan. 26) Precalculus Problems: 3,0 and are tangent to the parabola axis. Find the other line. Math Activity (Due by end of class Jan. 6) Precalculus Problems: 3, and are tangent to the parabola ais. Find the other line.. One of the two lines that pass through y is the - {Hint: For a line through

More information

Polynomials and Polynomial Functions

Polynomials and Polynomial Functions Unit 5: Polynomials and Polynomial Functions Evaluating Polynomial Functions Objectives: SWBAT identify polynomial functions SWBAT evaluate polynomial functions. SWBAT find the end behaviors of polynomial

More information

Properties of Derivatives

Properties of Derivatives 6 CHAPTER Properties of Derivatives To investigate derivatives using first principles, we will look at the slope of f ( ) = at the point P (,9 ). Let Q1, Q, Q, Q4, be a sequence of points on the curve

More information

MATH 1325 Business Calculus Guided Notes

MATH 1325 Business Calculus Guided Notes MATH 135 Business Calculus Guided Notes LSC North Harris By Isabella Fisher Section.1 Functions and Theirs Graphs A is a rule that assigns to each element in one and only one element in. Set A Set B Set

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

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/BC ilearnmath.net

AP Calculus AB/BC ilearnmath.net CALCULUS AB AP CHAPTER 1 TEST Don t write on the test materials. Put all answers on a separate sheet of paper. Numbers 1-8: Calculator, 5 minutes. Choose the letter that best completes the statement or

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

1. Given the function f (x) = x 2 3bx + (c + 2), determine the values of b and c such that f (1) = 0 and f (3) = 0.

1. Given the function f (x) = x 2 3bx + (c + 2), determine the values of b and c such that f (1) = 0 and f (3) = 0. Chapter Review IB Questions 1. Given the function f () = 3b + (c + ), determine the values of b and c such that f = 0 and f = 0. (Total 4 marks). Consider the function ƒ : 3 5 + k. (a) Write down ƒ ().

More information

MATH section 4.4 Concavity and Curve Sketching Page 1. is increasing on I. is decreasing on I. = or. x c

MATH section 4.4 Concavity and Curve Sketching Page 1. is increasing on I. is decreasing on I. = or. x c MATH 0100 section 4.4 Concavity and Curve Sketching Page 1 Definition: The graph of a differentiable function y = (a) concave up on an open interval I if df f( x) (b) concave down on an open interval I

More information

ANOTHER FIVE QUESTIONS:

ANOTHER FIVE QUESTIONS: No peaking!!!!! See if you can do the following: f 5 tan 6 sin 7 cos 8 sin 9 cos 5 e e ln ln @ @ Epress sin Power Series Epansion: d as a Power Series: Estimate sin Estimate MACLAURIN SERIES ANOTHER FIVE

More information

(d by dx notation aka Leibniz notation)

(d by dx notation aka Leibniz notation) n Prerequisites: Differentiating, sin and cos ; sum/difference and chain rules; finding ma./min.; finding tangents to curves; finding stationary points and their nature; optimising a function. Maths Applications:

More information

Section 3.3 Limits Involving Infinity - Asymptotes

Section 3.3 Limits Involving Infinity - Asymptotes 76 Section. Limits Involving Infinity - Asymptotes We begin our discussion with analyzing its as increases or decreases without bound. We will then eplore functions that have its at infinity. Let s consider

More information

y=5 y=1+x 2 AP Calculus Chapter 5 Testbank Part I. Multiple-Choice Questions

y=5 y=1+x 2 AP Calculus Chapter 5 Testbank Part I. Multiple-Choice Questions AP Calculus Chapter 5 Testbank Part I. Multiple-Choice Questions. Which of the following integrals correctly corresponds to the area of the shaded region in the figure to the right? (A) (B) (C) (D) (E)

More information

Department of Mathematics, University of Wisconsin-Madison Math 114 Worksheet Sections (4.1),

Department of Mathematics, University of Wisconsin-Madison Math 114 Worksheet Sections (4.1), Department of Mathematics, University of Wisconsin-Madison Math 114 Worksheet Sections (4.1), 4.-4.6 1. Find the polynomial function with zeros: -1 (multiplicity ) and 1 (multiplicity ) whose graph passes

More information

Part Two. Diagnostic Test

Part Two. Diagnostic Test Part Two Diagnostic Test AP Calculus AB and BC Diagnostic Tests Take a moment to gauge your readiness for the AP Calculus eam by taking either the AB diagnostic test or the BC diagnostic test, depending

More information

Exact and Approximate Numbers:

Exact and Approximate Numbers: Eact and Approimate Numbers: The numbers that arise in technical applications are better described as eact numbers because there is not the sort of uncertainty in their values that was described above.

More information

Numerical Methods. Root Finding

Numerical Methods. Root Finding Numerical Methods Solving Non Linear 1-Dimensional Equations Root Finding Given a real valued function f of one variable (say ), the idea is to find an such that: f() 0 1 Root Finding Eamples Find real

More information

AP Calculus BC Summer Packet 2017

AP Calculus BC Summer Packet 2017 AP Calculus BC Summer Packet 7 o The attached packet is required for all FHS students who took AP Calculus AB in 6-7 and will be continuing on to AP Calculus BC in 7-8. o It is to be turned in to your

More information

Algebra y funciones [219 marks]

Algebra y funciones [219 marks] Algebra y funciones [9 marks] Let f() = 3 ln and g() = ln5 3. a. Epress g() in the form f() + lna, where a Z +. attempt to apply rules of logarithms e.g. ln a b = b lna, lnab = lna + lnb correct application

More information

Math Honors Calculus I Final Examination, Fall Semester, 2013

Math Honors Calculus I Final Examination, Fall Semester, 2013 Math 2 - Honors Calculus I Final Eamination, Fall Semester, 2 Time Allowed: 2.5 Hours Total Marks:. (2 Marks) Find the following: ( (a) 2 ) sin 2. (b) + (ln 2)/(+ln ). (c) The 2-th Taylor polynomial centered

More information

Polynomial Functions of Higher Degree

Polynomial Functions of Higher Degree SAMPLE CHAPTER. NOT FOR DISTRIBUTION. 4 Polynomial Functions of Higher Degree Polynomial functions of degree greater than 2 can be used to model data such as the annual temperature fluctuations in Daytona

More information

Roots and Coefficients of a Quadratic Equation Summary

Roots and Coefficients of a Quadratic Equation Summary Roots and Coefficients of a Quadratic Equation Summary For a quadratic equation with roots α and β: Sum of roots = α + β = and Product of roots = αβ = Symmetrical functions of α and β include: x = and

More information

AP Calculus BC Chapter 4 (A) 12 (B) 40 (C) 46 (D) 55 (E) 66

AP Calculus BC Chapter 4 (A) 12 (B) 40 (C) 46 (D) 55 (E) 66 AP Calculus BC Chapter 4 REVIEW 4.1 4.4 Name Date Period NO CALCULATOR IS ALLOWED FOR THIS PORTION OF THE REVIEW. 1. 4 d dt (3t 2 + 2t 1) dt = 2 (A) 12 (B) 4 (C) 46 (D) 55 (E) 66 2. The velocity of a particle

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

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

LEVEL III Module 16: GAC016 Mathematics III: Calculus & Advanced Applications

LEVEL III Module 16: GAC016 Mathematics III: Calculus & Advanced Applications GLOBAL ASSESSMENT CERTIFICATE FACILITATOR GUIDE LEVEL III Module 6: GAC06 Mathematics III: Calculus & Advanced Applications Date of Issue: May 0 Version: 7.. All rights reserved. The material printed herein

More information

Work the following on notebook paper. You may use your calculator to find

Work the following on notebook paper. You may use your calculator to find CALCULUS WORKSHEET ON 3.1 Work the following on notebook paper. You may use your calculator to find f values. 1. For each of the labeled points, state whether the function whose graph is shown has an absolute

More information

Find the volume of the solid generated by revolving the shaded region about the given axis. Use the disc/washer method 1) About the x-axis

Find the volume of the solid generated by revolving the shaded region about the given axis. Use the disc/washer method 1) About the x-axis Final eam practice for Math 6 Disclaimer: The actual eam is different Find the volume of the solid generated b revolving the shaded region about the given ais. Use the disc/washer method ) About the -ais

More information

Chapter Four. Chapter Four

Chapter Four. Chapter Four Chapter Four Chapter Four CHAPTER FOUR 99 ConcepTests for Section 4.1 1. Concerning the graph of the function in Figure 4.1, which of the following statements is true? (a) The derivative is zero at two

More information

Differentiation and applications

Differentiation and applications FS O PA G E PR O U N C O R R EC TE D Differentiation and applications. Kick off with CAS. Limits, continuit and differentiabilit. Derivatives of power functions.4 C oordinate geometr applications of differentiation.5

More information

Review Problems for the Final

Review Problems for the Final Review Problems for the Final Math 6-3/6 3 7 These problems are intended to help you study for the final However, you shouldn t assume that each problem on this handout corresponds to a problem on the

More information

AP Calculus Prep Session Handout. Integral Defined Functions

AP Calculus Prep Session Handout. Integral Defined Functions AP Calculus Prep Session Handout A continuous, differentiable function can be epressed as a definite integral if it is difficult or impossible to determine the antiderivative of a function using known

More information

Lesson #33 Solving Incomplete Quadratics

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

More information

MATH 152 FINAL EXAMINATION Spring Semester 2014

MATH 152 FINAL EXAMINATION Spring Semester 2014 Math 15 Final Eam Spring 1 MATH 15 FINAL EXAMINATION Spring Semester 1 NAME: RAW SCORE: Maimum raw score possible is 8. INSTRUCTOR: SECTION NUMBER: MAKE and MODEL of CALCULATOR USED: Answers are to be

More information

PACKET Unit 4 Honors ICM Functions and Limits 1

PACKET Unit 4 Honors ICM Functions and Limits 1 PACKET Unit 4 Honors ICM Functions and Limits 1 Day 1 Homework For each of the rational functions find: a. domain b. -intercept(s) c. y-intercept Graph #8 and #10 with at least 5 EXACT points. 1. f 6.

More information

Math 180, Final Exam, Spring 2008 Problem 1 Solution. 1. For each of the following limits, determine whether the limit exists and, if so, evaluate it.

Math 180, Final Exam, Spring 2008 Problem 1 Solution. 1. For each of the following limits, determine whether the limit exists and, if so, evaluate it. Math 80, Final Eam, Spring 008 Problem Solution. For each of the following limits, determine whether the limit eists and, if so, evaluate it. + (a) lim 0 (b) lim ( ) 3 (c) lim Solution: (a) Upon substituting

More information

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

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

More information

Composition of and the Transformation of Functions

Composition of and the Transformation of Functions 1 3 Specific Outcome Demonstrate an understanding of operations on, and compositions of, functions. Demonstrate an understanding of the effects of horizontal and vertical translations on the graphs of

More information

Review: A Cross Section of the Midterm. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

Review: A Cross Section of the Midterm. MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Review: A Cross Section of the Midterm Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the limit, if it eists. 4 + ) lim - - ) A) - B) -

More information

2008 CALCULUS AB SECTION I, Part A Time 55 minutes Number of Questions 28 A CALCULATOR MAY NOT BE USED ON THIS PART OF THE EXAMINATION

2008 CALCULUS AB SECTION I, Part A Time 55 minutes Number of Questions 28 A CALCULATOR MAY NOT BE USED ON THIS PART OF THE EXAMINATION 8 CALCULUS AB 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 of the following problems. After eamining the form

More information

2015 Math Camp Calculus Exam Solution

2015 Math Camp Calculus Exam Solution 015 Math Camp Calculus Exam Solution Problem 1: x = x x +5 4+5 = 9 = 3 1. lim We also accepted ±3, even though it is not according to the prevailing convention 1. x x 4 x+4 =. lim 4 4+4 = 4 0 = 4 0 = We

More information

Example 1: What do you know about the graph of the function

Example 1: What do you know about the graph of the function Section 1.5 Analyzing of Functions In this section, we ll look briefly at four types of functions: polynomial functions, rational functions, eponential functions and logarithmic functions. Eample 1: What

More information

Math 111 Final Exam Review KEY

Math 111 Final Exam Review KEY Math 111 Final Eam Review KEY 1. Use the graph of y = f in Figure 1 to answer the following. Approimate where necessary. a Evaluate f 1. f 1 = 0 b Evaluate f0. f0 = 6 c Solve f = 0. =, = 1, =,or = 3 Solution

More information

1998 AP Calculus AB: Section I, Part A

1998 AP Calculus AB: Section I, Part A 55 Minutes No Calculator Note: Unless otherwise specified, the domain of a function f is assumed to be the set of all real numbers for which f () is a real number.. What is the -coordinate of the point

More information

DIFFERENTIATION. 3.1 Approximate Value and Error (page 151)

DIFFERENTIATION. 3.1 Approximate Value and Error (page 151) CHAPTER APPLICATIONS OF DIFFERENTIATION.1 Approimate Value and Error (page 151) f '( lim 0 f ( f ( f ( f ( f '( or f ( f ( f '( f ( f ( f '( (.) f ( f '( (.) where f ( f ( f ( Eample.1 (page 15): Find

More information

Solutions Exam 4 (Applications of Differentiation) 1. a. Applying the Quotient Rule we compute the derivative function of f as follows:

Solutions Exam 4 (Applications of Differentiation) 1. a. Applying the Quotient Rule we compute the derivative function of f as follows: MAT 4 Solutions Eam 4 (Applications of Differentiation) a Applying the Quotient Rule we compute the derivative function of f as follows: f () = 43 e 4 e (e ) = 43 4 e = 3 (4 ) e Hence f '( ) 0 for = 0

More information

ADVANCED PROGRAMME MATHEMATICS: PAPER I MODULE 1: CALCULUS AND ALGEBRA

ADVANCED PROGRAMME MATHEMATICS: PAPER I MODULE 1: CALCULUS AND ALGEBRA GRADE 1 EXAMINATION NOVEMBER 017 ADVANCED PROGRAMME MATHEMATICS: PAPER I MODULE 1: CALCULUS AND ALGEBRA Time: hours 00 marks PLEASE READ THE FOLLOWING INSTRUCTIONS CAREFULLY 1. This question paper consists

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

y = (x2 +1) cos(x) 2x sin(x) d) y = ln(sin(x 2 )) y = 2x cos(x2 ) by the chain rule applied twice. Once to ln(u) and once to

y = (x2 +1) cos(x) 2x sin(x) d) y = ln(sin(x 2 )) y = 2x cos(x2 ) by the chain rule applied twice. Once to ln(u) and once to M408N Final Eam Solutions, December 13, 2011 1) (32 points, 2 pages) Compute dy/d in each of these situations. You do not need to simplify: a) y = 3 + 2 2 14 + 32 y = 3 2 + 4 14, by the n n 1 formula.

More information

It s Your Turn Problems I. Functions, Graphs, and Limits 1. Here s the graph of the function f on the interval [ 4,4]

It s Your Turn Problems I. Functions, Graphs, and Limits 1. Here s the graph of the function f on the interval [ 4,4] It s Your Turn Problems I. Functions, Graphs, and Limits. Here s the graph of the function f on the interval [ 4,4] f ( ) =.. It has a vertical asymptote at =, a) What are the critical numbers of f? b)

More information

Graphing and Optimization

Graphing and Optimization BARNMC_33886.QXD //7 :7 Page 74 Graphing and Optimization CHAPTER - First Derivative and Graphs - Second Derivative and Graphs -3 L Hôpital s Rule -4 Curve-Sketching Techniques - Absolute Maima and Minima

More information

SYLLABUS FOR ENTRANCE EXAMINATION NANYANG TECHNOLOGICAL UNIVERSITY FOR INTERNATIONAL STUDENTS A-LEVEL MATHEMATICS

SYLLABUS FOR ENTRANCE EXAMINATION NANYANG TECHNOLOGICAL UNIVERSITY FOR INTERNATIONAL STUDENTS A-LEVEL MATHEMATICS SYLLABUS FOR ENTRANCE EXAMINATION NANYANG TECHNOLOGICAL UNIVERSITY FOR INTERNATIONAL STUDENTS A-LEVEL MATHEMATICS STRUCTURE OF EXAMINATION PAPER. There will be one -hour paper consisting of 4 questions..

More information

Part I Analysis in Economics

Part I Analysis in Economics Part I Analysis in Economics D 1 1 (Function) A function f from a set A into a set B, denoted by f : A B, is a correspondence that assigns to each element A eactly one element y B We call y the image of

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

Review: Properties of Exponents (Allow students to come up with these on their own.) m n m n. a a a. n n n m. a a a. a b a

Review: Properties of Exponents (Allow students to come up with these on their own.) m n m n. a a a. n n n m. a a a. a b a Algebra II Notes Unit Si: Polynomials Syllabus Objectives: 6. The student will simplify polynomial epressions. Review: Properties of Eponents (Allow students to come up with these on their own.) Let a

More information

y=5 y=1+x 2 AP Calculus Chapter 5 Testbank Part I. Multiple-Choice Questions

y=5 y=1+x 2 AP Calculus Chapter 5 Testbank Part I. Multiple-Choice Questions AP Calculus Chapter 5 Testbank Part I. Multiple-Choice Questions. Which of the following integrals correctly corresponds to the area of the shaded region in the figure to the right? (A) (B) (C) (D) (E)

More information

+ 2 on the interval [-1,3]

+ 2 on the interval [-1,3] Section.1 Etrema on an Interval 1. Understand the definition of etrema of a function on an interval.. Understand the definition of relative etrema of a function on an open interval.. Find etrema on a closed

More information

Answer Key. ( 1) n (2x+3) n. n n=1. (2x+3) n. = lim. < 1 or 2x+3 < 4. ( 1) ( 1) 2n n

Answer Key. ( 1) n (2x+3) n. n n=1. (2x+3) n. = lim. < 1 or 2x+3 < 4. ( 1) ( 1) 2n n Math Midterm Eam #3 December, 3 Answer Key. [5 Points] Find the Interval and Radius of Convergence for the following power series. Analyze carefully and with full justification. Use Ratio Test. L lim a

More information

1 (C) 1 e. Q.3 The angle between the tangent lines to the graph of the function f (x) = ( 2t 5)dt at the points where (C) (A) 0 (B) 1/2 (C) 1 (D) 3

1 (C) 1 e. Q.3 The angle between the tangent lines to the graph of the function f (x) = ( 2t 5)dt at the points where (C) (A) 0 (B) 1/2 (C) 1 (D) 3 [STRAIGHT OBJECTIVE TYPE] Q. Point 'A' lies on the curve y e and has the coordinate (, ) where > 0. Point B has the coordinates (, 0). If 'O' is the origin then the maimum area of the triangle AOB is (A)

More information

Solutions to review problems MAT 125, Fall 2004

Solutions to review problems MAT 125, Fall 2004 Solutions to review problems MAT 125, Fall 200 1. For each of the following functions, find the absolute maimum and minimum values for f() in the given intervals. Also state the value where they occur.

More information

AP Calculus BC Summer Review

AP Calculus BC Summer Review AP Calculus BC 07-08 Summer Review Due September, 07 Name: All students entering AP Calculus BC are epected to be proficient in Pre-Calculus skills. To enhance your chances for success in this class, it

More information

QUIZ ON CHAPTER 4 APPLICATIONS OF DERIVATIVES; MATH 150 FALL 2016 KUNIYUKI 105 POINTS TOTAL, BUT 100 POINTS

QUIZ ON CHAPTER 4 APPLICATIONS OF DERIVATIVES; MATH 150 FALL 2016 KUNIYUKI 105 POINTS TOTAL, BUT 100 POINTS Math 150 Name: QUIZ ON CHAPTER 4 APPLICATIONS OF DERIVATIVES; MATH 150 FALL 2016 KUNIYUKI 105 POINTS TOTAL, BUT 100 POINTS = 100% Show all work, simplify as appropriate, and use good form and procedure

More information

Absolute and Local Extrema. Critical Points In the proof of Rolle s Theorem, we actually demonstrated the following

Absolute and Local Extrema. Critical Points In the proof of Rolle s Theorem, we actually demonstrated the following Absolute and Local Extrema Definition 1 (Absolute Maximum). A function f has an absolute maximum at c S if f(x) f(c) x S. We call f(c) the absolute maximum of f on S. Definition 2 (Local Maximum). A function

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

AP Calculus AB SUMMER ASSIGNMENT. Dear future Calculus AB student

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

More information

Fall 2013 Hour Exam 2 11/08/13 Time Limit: 50 Minutes

Fall 2013 Hour Exam 2 11/08/13 Time Limit: 50 Minutes Math 8 Fall Hour Exam /8/ Time Limit: 5 Minutes Name (Print): This exam contains 9 pages (including this cover page) and 7 problems. Check to see if any pages are missing. Enter all requested information

More information

abc Mathematics Pure Core General Certificate of Education SPECIMEN UNITS AND MARK SCHEMES

abc Mathematics Pure Core General Certificate of Education SPECIMEN UNITS AND MARK SCHEMES abc General Certificate of Education Mathematics Pure Core SPECIMEN UNITS AND MARK SCHEMES ADVANCED SUBSIDIARY MATHEMATICS (56) ADVANCED SUBSIDIARY PURE MATHEMATICS (566) ADVANCED SUBSIDIARY FURTHER MATHEMATICS

More information

4.3 1st and 2nd derivative tests

4.3 1st and 2nd derivative tests CHAPTER 4. APPLICATIONS OF DERIVATIVES 08 4.3 st and nd derivative tests Definition. If f 0 () > 0 we say that f() is increasing. If f 0 () < 0 we say that f() is decreasing. f 0 () > 0 f 0 () < 0 Theorem

More information

converges to a root, it may not always be the root you have in mind.

converges to a root, it may not always be the root you have in mind. Math 1206 Calculus Sec. 4.9: Newton s Method I. Introduction For linear and quadratic equations there are simple formulas for solving for the roots. For third- and fourth-degree equations there are also

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

Algebra Review. 1. Evaluate the expression when a = -3 and b = A) 17 B) 1 C) Simplify: A) 17 B) 29 C) 16 D)

Algebra Review. 1. Evaluate the expression when a = -3 and b = A) 17 B) 1 C) Simplify: A) 17 B) 29 C) 16 D) Algebra Review a b. Evaluate the epression when a = - and b = -. A) B) C). Simplify: 6 A) B) 9 C) 6 0. Simplify: A) 0 B) 8 C) 6. Evaluate: 6z y if =, y = 8, and z =. A) B) C) CPT Review //0 . Simplify:

More information

Graphical Relationships Among f, f,

Graphical Relationships Among f, f, Graphical Relationships Among f, f, and f The relationship between the graph of a function and its first and second derivatives frequently appears on the AP exams. It will appear on both multiple choice

More information

SOLUTIONS TO THE FINAL - PART 1 MATH 150 FALL 2016 KUNIYUKI PART 1: 135 POINTS, PART 2: 115 POINTS, TOTAL: 250 POINTS

SOLUTIONS TO THE FINAL - PART 1 MATH 150 FALL 2016 KUNIYUKI PART 1: 135 POINTS, PART 2: 115 POINTS, TOTAL: 250 POINTS SOLUTIONS TO THE FINAL - PART MATH 5 FALL 6 KUNIYUKI PART : 5 POINTS, PART : 5 POINTS, TOTAL: 5 POINTS No notes, books, or calculators allowed. 5 points: 45 problems, pts. each. You do not have to algebraically

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 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

Course. Print and use this sheet in conjunction with MathinSite s Maclaurin Series applet and worksheet.

Course. Print and use this sheet in conjunction with MathinSite s Maclaurin Series applet and worksheet. Maclaurin Series Learning Outcomes After reading this theory sheet, you should recognise the difference between a function and its polynomial epansion (if it eists!) understand what is meant by a series

More information

Math 140 Final Sample A Solutions. Tyrone Crisp

Math 140 Final Sample A Solutions. Tyrone Crisp Math 4 Final Sample A Solutions Tyrone Crisp (B) Direct substitution gives, so the limit is infinite. When is close to, but greater than,, the numerator is negative while the denominator is positive. So

More information

Pure Core 2. Revision Notes

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

More information

HEAT-3 APPLICATION OF DERIVATIVES BY ABHIJIT KUMAR JHA MAX-MARKS-(112(3)+20(5)=436)

HEAT-3 APPLICATION OF DERIVATIVES BY ABHIJIT KUMAR JHA MAX-MARKS-(112(3)+20(5)=436) HEAT- APPLICATION OF DERIVATIVES BY ABHIJIT KUMAR JHA TIME-(HRS) Select the correct alternative : (Only one is correct) MAX-MARKS-(()+0(5)=6) Q. Suppose & are the point of maimum and the point of minimum

More information

A.P. Calculus BC Test Three Section Two Free-Response No Calculators Time 45 minutes Number of Questions 3

A.P. Calculus BC Test Three Section Two Free-Response No Calculators Time 45 minutes Number of Questions 3 A.P. Calculus BC Test Three Section Two Free-Response No Calculators Time 45 minutes Number of Questions 3 Each of the three questions is worth 9 points. The maximum possible points earned on this section

More information

1993 AP Calculus AB: Section I

1993 AP Calculus AB: Section I 99 AP Calculus AB: Section I 9 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

Curriculum Map: Mathematics

Curriculum Map: Mathematics Curriculum Map: Mathematics Course: Calculus Grade(s): 11/12 Unit 1: Prerequisites for Calculus This initial chapter, A Prerequisites for Calculus, is just that-a review chapter. This chapter will provide

More information

CHAPTER 72 AREAS UNDER AND BETWEEN CURVES

CHAPTER 72 AREAS UNDER AND BETWEEN CURVES CHAPTER 7 AREAS UNDER AND BETWEEN CURVES EXERCISE 8 Page 77. Show by integration that the area of the triangle formed by the line y, the ordinates and and the -ais is 6 square units. A sketch of y is shown

More information

1998 AP Calculus AB: Section I, Part A

1998 AP Calculus AB: Section I, Part A 998 AP Calculus AB: 55 Minutes No Calculator Note: Unless otherwise specified, the domain of a function f is assumed to be the set of all real numbers for which f () is a real number.. What is the -coordinate

More information

CALCULUS EXPLORATION OF THE SECOND FUNDAMENTAL THEOREM OF CALCULUS. Second Fundamental Theorem of Calculus (Chain Rule Version): f t dt

CALCULUS EXPLORATION OF THE SECOND FUNDAMENTAL THEOREM OF CALCULUS. Second Fundamental Theorem of Calculus (Chain Rule Version): f t dt CALCULUS EXPLORATION OF THE SECOND FUNDAMENTAL THEOREM OF CALCULUS d d d d t dt 6 cos t dt Second Fundamental Theorem of Calculus: d f tdt d a d d 4 t dt d d a f t dt d d 6 cos t dt Second Fundamental

More information

The highest degree term is x $, therefore the function is degree 4 (quartic) c) What are the x-intercepts?

The highest degree term is x $, therefore the function is degree 4 (quartic) c) What are the x-intercepts? L3 1.3 Factored Form Polynomial Functions Lesson MHF4U Jensen In this section, you will investigate the relationship between the factored form of a polynomial function and the x-intercepts of the corresponding

More information

Math 1000 Final Exam Review Solutions. (x + 3)(x 2) = lim. = lim x 2 = 3 2 = 5. (x + 1) 1 x( x ) = lim. = lim. f f(1 + h) f(1) (1) = lim

Math 1000 Final Exam Review Solutions. (x + 3)(x 2) = lim. = lim x 2 = 3 2 = 5. (x + 1) 1 x( x ) = lim. = lim. f f(1 + h) f(1) (1) = lim Math Final Eam Review Solutions { + 3 if < Consider f() Find the following limits: (a) lim f() + + (b) lim f() + 3 3 (c) lim f() does not eist Find each of the following limits: + 6 (a) lim 3 + 3 (b) lim

More information