3. Suppose the position x of an object moving along a straight line changes in time according to the differential equation.

Size: px
Start display at page:

Download "3. Suppose the position x of an object moving along a straight line changes in time according to the differential equation."

Transcription

1 Math 360 Final Exam with hints for solutions, May Spring 2001 students: We covered a slightly different set of topics this year. You may disregard all references to Euler s method (below). Also we didn t have much time to work with phase diagrams for systems of ODEs. 1. The state of Illinois is going to build a train line with four stations, one each in Quad-Cities, DeKalb, Chicago, and Rockford. The intended configuration is a T shape running west-to-east (Q D C) with a northward spur from DeKalb to Rockford. A parts depot is to be built somewhere on the main east-west line only but it will service all four repair stations. Except for the non-linear configuration, all the other assumptions made in our class model will be made here as well. Assume the distances from DeKalb to points Q, C, and R are, respectively, 100 miles, 60 miles, and 40 miles. Assume Q must be visited once per year, R five times, D three times, and C eight times. Develop a model and use it to decide which point on the main line gives a location for the parts depot which results in the lowest annual cost. (Your model should be sufficiently robust that it is clear how this location depends on the numbers of visits.) Let us position the parts depot a distance x from the Quad Cities, and compute the annual cost of maintaining the depot there. The cost is assumed proportional to the distance travelled, which is the sum of the products (visits to city per year)x(distance to city). If x 100, then this last is 1 x + 3 (100 x) + 5 (140 x) + 8 (160 x) which simplifies to 15x+constant. Clearly this is minimized by maximizing x, i.e. taking x = 100. If instead x 100, the sum is 1 x + 3 (x 100) + 5 (40 + x 100) + 8 (160 x) which simplifies to +1x+constant. Clearly this is minimized by minimizing x, i.e. taking x = 100 again. In either case we see that DeKalb is the optimal location. Note the the decision depends only the number N i of visits to the four cities; if the 8 is changed to a number greater than 9, the very same analysis shows Chicago is a better location. 2. Assume that all text books are geometrically similar, including the portion of the page filled with print. However, the size of the type is constant across all books, as is the thickness of the pages. Let H A N W be the height of the book be the area of the page be the number of pages in a book be the number of words on a page

2 Use the proportionality symbol to answer the following: (a) How is A related to H? (b) How is N related to W? We take H as the characteristic length. Then A H 2. The thickness of the book, another linear measurement, will also be H so if the pages have a fixed thickness, the number N of pages, found by dividing thes last two, is proportional to H too. Similarly W p is, with a fixed font, proportional to the printed area of the page, which is in turn proportional to the total area of the page. Hence W p H 2. Combining these dependent variables, we see W p N Suppose the position x of an object moving along a straight line changes in time according to the differential equation dx dt = 1 t 2 + x 2 At time t = 0 the object is at position x = 1. Estimate its position at time t = 4. You can use Euler s method: taking, say, h = 1 we are letting time t increase in steps of size t = 1. In the first step x increases by about x = (dx/dt) t = 1/(x 2 + t 2 ) = 1/( ) = 1 to x = = 2. In the next step it likewise increases by about 1/(x 2 + t 2 ) = 1/( ) = 1/5 to x = 2+1/5 = 2.2. In the third step the increase is about 1/( ) =.113 so x = and in the last step we increase x by about 1/( ) =.070 to A larger number of smaller steps gives a value closer to A graphical solution is also possible and acceptable. 4. A manufacturing company has three plants X, Y, and Z, which produce x, y, and z units of a certain product, respectively. The annual profit from this production is given by P (x, y, z) = 6xyz 2 400, 000x 400, 000y 400, 000z. The company must produce 1000 units annually. How should it allocate production so as to maximize profit? (Hint: It s clear from the formula for P that in order to get any profit at all, all variables must be strictly positive!) We are to maximize R subject to the constraints that x, y, z 0 and x + y + z = This is a Lagrange Multipliers problem. The positivity condition shows we are trying to maximize P on an open portion

3 of the plane x + y + z = So we compute the three partial derivatives and eliminate the Lagrange Multiplier λ. We get the equations dp/dx = dp/dy = dp/dz, i.e. 6z 2 (x y) = 6yz(z 2x) = 0 as well as x + y + z = Since z 0 and y 0 we must have y = x and z = 2x, so x + y + z = 1000 means 4x = 1000, x = 250, y = 250, z = 500. But it s much easier to note that if z = 1000 x y then we are trying to maximize P = 6xy(1000 x y) 2 400, 000, 000 on the open region x > 0, y > 0, x + y < 1000 of the x y plane. Taking partials with respect to x and y and discarding the factor 1000 x y in each case, we are left with 3x + y = 1000 and x + 3y = 1000, whose solution is x = y = 250; then solve for z. 5. Suppose you are doing a dimensional analysis problem involving the variables z, y, x, w, and v. You have discovered that { yw v, yz x } is a fundamental system of dimensionless products. In addition, you have some insight about the model which assures you that z should always be proportional to v, irrespective of any other changes in the other variables. Combine these two observations to say as much as you can about how z is related to w. By Buckingham s theorem, the only possible relations are of the form F (yw/v, yz/x) = 0. Solving this equation for the second variable will give an equation of the form yz/x = f(yw/v), where f is an unknown function of one variable. We may write this as z = (x/y)f(yw/v). Now, if you also know that z is proportional to v, then this right hand side must be of the form X v for some X which involves the other variables but not v. It follows that f must have the form f(u) = K/u for some constant K. Thus we conclude z = (x/y) K/(yw/v) = K xv/(y 2 w). In particular, we conclude z is inversely proportional to w. 6. It is found that a certain heavy ball, falling through water, has a velocity v which changes in time according to the equation dv dt = 4 3v in an appropriate set of units. The ball starts from rest. Compute the ball s velocity as a function of time. You should be able to show that as time increases, the ball does not move faster and faster but rather approaches a limiting velocity v. Compute v.

4 Of course this is a separable differential equation. We solve dv/(4 3v) = dt to get ln( 4 3v )/( 3) = t + C, which we solve to get v = (4/3) Ae 3t for some A. We match the initial condition v(0) = 0 to get v = (4/3)(1 e 3t ). In particular as t we see v approaches 4/3. 7. Two populations evolve according to the autonomous system dx dt dy dt = 0.4x.002xy = 0.5y +.001xy Sketch all the orbits in the first quadrant (x 0, y 0), showing the equilibria (fixed points). Do this carefully and completely, showing the direction of motion along the orbits. Explain (briefly) why the orbits have the shape you indicate. There are equilibria at the origin and at (500, 200). Divide the quadrant into the appropriate four regions and see the orbits must spiral around the nonzero equilibrium point. We have discussed in class that the orbits do in fact close the loop rather than spiral in or out. Special orbits include the two axes, the vertical axis traversed downward, the horizontal traversed left to right. There is nothing to this problem except re-creating what we did several times in class. 8. A recent sample of pizzas prepared by Pizza Hut yielded the following data on diameter (D) and weight (W ) of pizzas: D (inches) W (ounces) Now, one could argue that we should expect W D 2 (if all pizzas are geometrically similar but of a fixed thickness) or W D 3 (if all pizzas are geometrically similar, including having a thickness proportional to their diameter). Which model is better supported by the data? If you could select any model of the form W D r, what value of r would you suggest? Use your best assessment of the nature of pizzas to predict, from these data, the weight of a 24-inch-diameter MegaPizza(tm). Several answers are possible. We can look for the best possible fit to the models W = AD r both for r = 2 and r = 3, using several different notions of best. For example, the best fit in the least-squares sense can be computed as W = D 2 and W = D 3 respectively. But the former model has individual residuals as large as 7.4, whereas in the other case the sum of the squares of all eight residuals only totals 8.92.

5 We can also transform the data, plotting y = ln(w ) against x = ln(d) and fitting a straight line to these data. The best fit in the leastsquares sense has r = (and b = 4.791) so clearly the optimal r is much closer to 3 than to 2. Based on these statistical tests, and consistent with the model we can develop based on geometric similarity, we choose to accept W = AD 3 for our model, and use A = This predicts the two-footer will weigh a whopping ounces (over 7 pounds).

Math 1270 Honors ODE I Fall, 2008 Class notes # 14. x 0 = F (x; y) y 0 = G (x; y) u 0 = au + bv = cu + dv

Math 1270 Honors ODE I Fall, 2008 Class notes # 14. x 0 = F (x; y) y 0 = G (x; y) u 0 = au + bv = cu + dv Math 1270 Honors ODE I Fall, 2008 Class notes # 1 We have learned how to study nonlinear systems x 0 = F (x; y) y 0 = G (x; y) (1) by linearizing around equilibrium points. If (x 0 ; y 0 ) is an equilibrium

More information

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

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

More information

Applications of Systems of Linear Equations

Applications of Systems of Linear Equations 5.2 Applications of Systems of Linear Equations 5.2 OBJECTIVE 1. Use a system of equations to solve an application We are now ready to apply our equation-solving skills to solving various applications

More information

This exam is closed book. You may use one sheet of handwritten notes (both sides OK). Do not share notes. No photocopied materials are allowed.

This exam is closed book. You may use one sheet of handwritten notes (both sides OK). Do not share notes. No photocopied materials are allowed. Math 125 Final Examination Spring 2012 Your Name Your Signature Student ID # Quiz Section Professor s Name TA s Name This exam is closed book. You may use one 8.5 11 sheet of handwritten notes (both sides

More information

Introductory Algebra Final Exam Review

Introductory Algebra Final Exam Review Note: This review represents the topics covered by the final exam. It is in no way intended to represent the quantity of any particular type of problem on the final exam. The answers and graph paper are

More information

Working with equations for speed and velocity

Working with equations for speed and velocity Working with equations for speed and velocity Objectives Interpret symbolic relationships. Describe motion using equations for speed and average velocity. Solve speed and velocity problems mathematically.

More information

Do not write in this space. Problem Possible Score Number Points Total 48

Do not write in this space. Problem Possible Score Number Points Total 48 MTH 337. Name MTH 337. Differential Equations Exam II March 15, 2019 T. Judson Do not write in this space. Problem Possible Score Number Points 1 8 2 10 3 15 4 15 Total 48 Directions Please Read Carefully!

More information

Name: Section Registered In:

Name: Section Registered In: Name: Section Registered In: Math 125 Exam 1 Version 1 February 21, 2006 60 points possible 1. (a) (3pts) Define what it means for a linear system to be inconsistent. Solution: A linear system is inconsistent

More information

Practice problems from old exams for math 132 William H. Meeks III

Practice problems from old exams for math 132 William H. Meeks III Practice problems from old exams for math 32 William H. Meeks III Disclaimer: Your instructor covers far more materials that we can possibly fit into a four/five questions exams. These practice tests are

More information

1.1 GRAPHS AND LINEAR FUNCTIONS

1.1 GRAPHS AND LINEAR FUNCTIONS MATHEMATICS EXTENSION 4 UNIT MATHEMATICS TOPIC 1: GRAPHS 1.1 GRAPHS AND LINEAR FUNCTIONS FUNCTIONS The concept of a function is already familiar to you. Since this concept is fundamental to mathematics,

More information

Give your answers in exact form, except as noted in particular problems.

Give your answers in exact form, except as noted in particular problems. Math 125 Final Examination Spring 2010 Your Name Your Signature Student ID # Quiz Section Professor s Name TA s Name This exam is closed book. You may use one 8 2 1 11 sheet of handwritten notes (both

More information

Chapter 2: Motion a Straight Line

Chapter 2: Motion a Straight Line Formula Memorization: Displacement What is a vector? Average Velocity Average Speed Instanteous Velocity Average Acceleration Instantaneous Acceleration Constant Acceleration Equation (List all five of

More information

Differential Equations Spring 2007 Assignments

Differential Equations Spring 2007 Assignments Differential Equations Spring 2007 Assignments Homework 1, due 1/10/7 Read the first two chapters of the book up to the end of section 2.4. Prepare for the first quiz on Friday 10th January (material up

More information

Purdue University Study Guide for MA Credit Exam

Purdue University Study Guide for MA Credit Exam Purdue University Study Guide for MA 16010 Credit Exam Students who pass the credit exam will gain credit in MA16010. The credit exam is a two-hour long exam with multiple choice questions. No books or

More information

Math M111: Lecture Notes For Chapter 3

Math M111: Lecture Notes For Chapter 3 Section 3.1: Math M111: Lecture Notes For Chapter 3 Note: Make sure you already printed the graphing papers Plotting Points, Quadrant s signs, x-intercepts and y-intercepts Example 1: Plot the following

More information

Students! (1) with calculator. (2) No calculator

Students! (1) with calculator. (2) No calculator Students! (1) with calculator Let R be the region bounded by the graphs of y = sin(π x) and y = x 3 4x, as shown in the figure above. (a) Find the area of R. (b) The horizontal line y = splits the region

More information

Mathematics 131 Final Exam 02 May 2013

Mathematics 131 Final Exam 02 May 2013 Mathematics 3 Final Exam 0 May 03 Directions: This exam should consist of twelve multiple choice questions and four handgraded questions. Multiple choice questions are worth five points apiece. The first

More information

Math 116 Second Midterm March 20, 2017

Math 116 Second Midterm March 20, 2017 EXAM SOLUTIONS Math 6 Second Midterm March 0, 07. Do not open this exam until you are told to do so.. Do not write your name anywhere on this exam. 3. This exam has pages including this cover. There are

More information

Math 310 Introduction to Ordinary Differential Equations Final Examination August 9, Instructor: John Stockie

Math 310 Introduction to Ordinary Differential Equations Final Examination August 9, Instructor: John Stockie Make sure this exam has 15 pages. Math 310 Introduction to Ordinary Differential Equations inal Examination August 9, 2006 Instructor: John Stockie Name: (Please Print) Student Number: Special Instructions

More information

P (x) = 0 6(x+2)(x 3) = 0

P (x) = 0 6(x+2)(x 3) = 0 Math 160 - Assignment 6 Solutions - Spring 011 - Jaimos F Skriletz 1 1. Polynomial Functions Consider the polynomial function P(x) = x 3 6x 18x+16. First Derivative - Increasing, Decreasing, Local Extrema

More information

INTERNET MAT 117. Solution for the Review Problems. (1) Let us consider the circle with equation. x 2 + 2x + y 2 + 3y = 3 4. (x + 1) 2 + (y + 3 2

INTERNET MAT 117. Solution for the Review Problems. (1) Let us consider the circle with equation. x 2 + 2x + y 2 + 3y = 3 4. (x + 1) 2 + (y + 3 2 INTERNET MAT 117 Solution for the Review Problems (1) Let us consider the circle with equation x 2 + y 2 + 2x + 3y + 3 4 = 0. (a) Find the standard form of the equation of the circle given above. (i) Group

More information

ASSIGNMENT Absolute Value Equations and Inequalities Determine whether the value is a solution of the equation: 2.5.4: 1 t + 4 = 8, t = 6

ASSIGNMENT Absolute Value Equations and Inequalities Determine whether the value is a solution of the equation: 2.5.4: 1 t + 4 = 8, t = 6 ASSIGNMENT 4 DYLAN ZWICK S MATH 1010 CLASS 2.5 Absolute Value Equations and Inequalities Determine whether the value is a solution of the equation: 2.5.1: 4x + 5 = 10, x = 3 2.5.4: 1 t + 4 = 8, t = 6 2

More information

Final exam practice UCLA: Math 3B, Fall 2016

Final exam practice UCLA: Math 3B, Fall 2016 Instructor: Noah White Date: Monday, November 28, 2016 Version: practice. Final exam practice UCLA: Math 3B, Fall 2016 This exam has 7 questions, for a total of 84 points. Please print your working and

More information

This exam will be over material covered in class from Monday 14 February through Tuesday 8 March, corresponding to sections in the text.

This exam will be over material covered in class from Monday 14 February through Tuesday 8 March, corresponding to sections in the text. Math 275, section 002 (Ultman) Spring 2011 MIDTERM 2 REVIEW The second midterm will be held in class (1:40 2:30pm) on Friday 11 March. You will be allowed one half of one side of an 8.5 11 sheet of paper

More information

Sample Questions, Exam 1 Math 244 Spring 2007

Sample Questions, Exam 1 Math 244 Spring 2007 Sample Questions, Exam Math 244 Spring 2007 Remember, on the exam you may use a calculator, but NOT one that can perform symbolic manipulation (remembering derivative and integral formulas are a part of

More information

Slide 1. Slide 2. Slide 3 Remark is a new function derived from called derivative. 2.2 The derivative as a Function

Slide 1. Slide 2. Slide 3 Remark is a new function derived from called derivative. 2.2 The derivative as a Function Slide 1 2.2 The derivative as a Function Slide 2 Recall: The derivative of a function number : at a fixed Definition (Derivative of ) For any number, the derivative of is Slide 3 Remark is a new function

More information

Sample Questions PREPARING FOR THE AP (AB) CALCULUS EXAMINATION. tangent line, a+h. a+h

Sample Questions PREPARING FOR THE AP (AB) CALCULUS EXAMINATION. tangent line, a+h. a+h Sample Questions PREPARING FOR THE AP (AB) CALCULUS EXAMINATION B B A B tangent line,, a f '(a) = lim h 0 f(a + h) f(a) h a+h a b b f(x) dx = lim [f(x ) x + f(x ) x + f(x ) x +...+ f(x ) x ] n a n B B

More information

Course 1 Solutions November 2001 Exams

Course 1 Solutions November 2001 Exams Course Solutions November Exams . A For i =,, let R = event that a red ball is drawn form urn i i B = event that a blue ball is drawn from urn i. i Then if x is the number of blue balls in urn, ( R R)

More information

MATH 2250 Final Exam Solutions

MATH 2250 Final Exam Solutions MATH 225 Final Exam Solutions Tuesday, April 29, 28, 6: 8:PM Write your name and ID number at the top of this page. Show all your work. You may refer to one double-sided sheet of notes during the exam

More information

Which one of the following is the solution to the equation? 1) 4(x - 2) + 6 = 2x ) A) x = 5 B) x = -6 C) x = -5 D) x = 6

Which one of the following is the solution to the equation? 1) 4(x - 2) + 6 = 2x ) A) x = 5 B) x = -6 C) x = -5 D) x = 6 Review for Final Exam Math 124A (Flatley) Name Which one of the following is the solution to the equation? 1) 4(x - 2) + 6 = 2x - 14 1) A) x = 5 B) x = -6 C) x = -5 D) x = 6 Solve the linear equation.

More information

CALCULUS EXAM II Spring 2003

CALCULUS EXAM II Spring 2003 CALCULUS EXAM II Spring 2003 Name: Instructions: WRITE ALL WORK AND ALL ANSWERS ON THIS EXAM PAPER. For all questions, I reserve the right to apply the 'no work means no credit' policy, so make sure you

More information

Bonus Section II: Solving Trigonometric Equations

Bonus Section II: Solving Trigonometric Equations Fry Texas A&M University Math 150 Spring 2017 Bonus Section II 260 Bonus Section II: Solving Trigonometric Equations (In your text this section is found hiding at the end of 9.6) For what values of x does

More information

Solutions to Math 53 First Exam April 20, 2010

Solutions to Math 53 First Exam April 20, 2010 Solutions to Math 53 First Exam April 0, 00. (5 points) Match the direction fields below with their differential equations. Also indicate which two equations do not have matches. No justification is necessary.

More information

2.2 The derivative as a Function

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

More information

See animations and interactive applets of some of these at. Fall_2009/Math123/Notes

See animations and interactive applets of some of these at.   Fall_2009/Math123/Notes MA123, Chapter 7 Word Problems (pp. 125-153) Chapter s Goal: In this chapter we study the two main types of word problems in Calculus. Optimization Problems. i.e., max - min problems Related Rates See

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

3. Minimization with constraints Problem III. Minimize f(x) in R n given that x satisfies the equality constraints. g j (x) = c j, j = 1,...

3. Minimization with constraints Problem III. Minimize f(x) in R n given that x satisfies the equality constraints. g j (x) = c j, j = 1,... 3. Minimization with constraints Problem III. Minimize f(x) in R n given that x satisfies the equality constraints g j (x) = c j, j = 1,..., m < n, where c 1,..., c m are given numbers. Theorem 3.1. Let

More information

LAURENTIAN UNIVERSITY UNIVERSITÉ LAURENTIENNE

LAURENTIAN UNIVERSITY UNIVERSITÉ LAURENTIENNE Page 1 of 15 LAURENTIAN UNIVERSITY UNIVERSITÉ LAURENTIENNE Wednesday, December 13 th Course and No. 2006 MATH 2066 EL Date................................... Cours et no........................... Total

More information

UNIT 2: REASONING WITH LINEAR EQUATIONS AND INEQUALITIES. Solving Equations and Inequalities in One Variable

UNIT 2: REASONING WITH LINEAR EQUATIONS AND INEQUALITIES. Solving Equations and Inequalities in One Variable UNIT 2: REASONING WITH LINEAR EQUATIONS AND INEQUALITIES This unit investigates linear equations and inequalities. Students create linear equations and inequalities and use them to solve problems. They

More information

MATH 32A: MIDTERM 1 REVIEW. 1. Vectors. v v = 1 22

MATH 32A: MIDTERM 1 REVIEW. 1. Vectors. v v = 1 22 MATH 3A: MIDTERM 1 REVIEW JOE HUGHES 1. Let v = 3,, 3. a. Find e v. Solution: v = 9 + 4 + 9 =, so 1. Vectors e v = 1 v v = 1 3,, 3 b. Find the vectors parallel to v which lie on the sphere of radius two

More information

Sept , 17, 23, 29, 37, 41, 45, 47, , 5, 13, 17, 19, 29, 33. Exam Sept 26. Covers Sept 30-Oct 4.

Sept , 17, 23, 29, 37, 41, 45, 47, , 5, 13, 17, 19, 29, 33. Exam Sept 26. Covers Sept 30-Oct 4. MATH 23, FALL 2013 Text: Calculus, Early Transcendentals or Multivariable Calculus, 7th edition, Stewart, Brooks/Cole. We will cover chapters 12 through 16, so the multivariable volume will be fine. WebAssign

More information

Systems of Equations and Applications

Systems of Equations and Applications 456 CHAPTER 8 Graphs, Functions, and Systems of Equations and Inequalities 8.7 Systems of Equations and Applications Linear Systems in Two Variables The worldwide personal computer market share for different

More information

3.1 NOTES Solving Systems of Linear Equations Graphically

3.1 NOTES Solving Systems of Linear Equations Graphically 3.1 NOTES Solving Systems of Linear Equations Graphically A system of two linear equations in two variables x and y consist of two equations of the following form: Ax + By = C Equation 1 Dx + Ey = F Equation

More information

Review Sheet for Math 5a Final Exam. The Math 5a final exam will be Tuesday, May 1 from 9:15 am 12:15 p.m.

Review Sheet for Math 5a Final Exam. The Math 5a final exam will be Tuesday, May 1 from 9:15 am 12:15 p.m. Review Sheet for Math 5a Final Exam The Math 5a final exam will be Tuesday, May from 9:5 am :5 p.m. Location: Gerstenzang The final exam is cumulative (i.e., it will cover all the material we covered in

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

McGill University April 20, Advanced Calculus for Engineers

McGill University April 20, Advanced Calculus for Engineers McGill University April 0, 016 Faculty of Science Final examination Advanced Calculus for Engineers Math 64 April 0, 016 Time: PM-5PM Examiner: Prof. R. Choksi Associate Examiner: Prof. A. Hundemer Student

More information

1 Exam 1 Spring 2007.

1 Exam 1 Spring 2007. Exam Spring 2007.. An object is moving along a line. At each time t, its velocity v(t is given by v(t = t 2 2 t 3. Find the total distance traveled by the object from time t = to time t = 5. 2. Use the

More information

Chapter 5. Increasing and Decreasing functions Theorem 1: For the interval (a,b) f (x) f(x) Graph of f + Increases Rises - Decreases Falls

Chapter 5. Increasing and Decreasing functions Theorem 1: For the interval (a,b) f (x) f(x) Graph of f + Increases Rises - Decreases Falls Chapter 5 Section 5.1 First Derivative and Graphs Objectives: The student will be able to identify increasing and decreasing functions and local extrema The student will be able to apply the first derivative

More information

Spring 2017 Midterm 1 04/26/2017

Spring 2017 Midterm 1 04/26/2017 Math 2B Spring 2017 Midterm 1 04/26/2017 Time Limit: 50 Minutes Name (Print): Student ID This exam contains 10 pages (including this cover page) and 5 problems. Check to see if any pages are missing. Enter

More information

MATH 215/255 Solutions to Additional Practice Problems April dy dt

MATH 215/255 Solutions to Additional Practice Problems April dy dt . For the nonlinear system MATH 5/55 Solutions to Additional Practice Problems April 08 dx dt = x( x y, dy dt = y(.5 y x, x 0, y 0, (a Show that if x(0 > 0 and y(0 = 0, then the solution (x(t, y(t of the

More information

THE USE OF A CALCULATOR, CELL PHONE, OR ANY OTHER ELECTRONIC DEVICE IS NOT PERMITTED IN THIS EXAMINATION.

THE USE OF A CALCULATOR, CELL PHONE, OR ANY OTHER ELECTRONIC DEVICE IS NOT PERMITTED IN THIS EXAMINATION. MATH 110 FINAL EXAM SPRING 2008 FORM A NAME STUDENT NUMBER INSTRUCTOR SECTION NUMBER This examination will be machine processed by the University Testing Service. Use only a number 2 pencil on your scantron.

More information

Focus Questions Background Description Purpose

Focus Questions Background Description Purpose Focus Questions Background The student book is organized around three to five investigations, each of which contain three to five problems and a that students explore during class. In the Teacher Guide

More information

MATH 1242 FINAL EXAM Spring,

MATH 1242 FINAL EXAM Spring, MATH 242 FINAL EXAM Spring, 200 Part I (MULTIPLE CHOICE, NO CALCULATORS).. Find 2 4x3 dx. (a) 28 (b) 5 (c) 0 (d) 36 (e) 7 2. Find 2 cos t dt. (a) 2 sin t + C (b) 2 sin t + C (c) 2 cos t + C (d) 2 cos t

More information

Math 125 Final Examination Spring 2015

Math 125 Final Examination Spring 2015 Math 125 Final Examination Spring 2015 Your Name Your Signature Student ID # Quiz Section Professor s Name TA s Name This exam is closed book. You may use one 8.5 11 sheet of handwritten notes (both sides

More information

Preliminary Physics. Moving About. DUXCollege. Week 2. Student name:. Class code:.. Teacher name:.

Preliminary Physics. Moving About. DUXCollege. Week 2. Student name:. Class code:.. Teacher name:. Week 2 Student name:. Class code:.. Teacher name:. DUXCollege Week 2 Theory 1 Present information graphically of: o Displacement vs time o Velocity vs time for objects with uniform and non-uniform linear

More information

MATH 100 and MATH 180 Learning Objectives Session 2010W Term 1 (Sep Dec 2010)

MATH 100 and MATH 180 Learning Objectives Session 2010W Term 1 (Sep Dec 2010) Course Prerequisites MATH 100 and MATH 180 Learning Objectives Session 2010W Term 1 (Sep Dec 2010) As a prerequisite to this course, students are required to have a reasonable mastery of precalculus mathematics

More information

The Princeton Review AP Calculus BC Practice Test 2

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

More information

1.1 Linear Equations and Inequalities

1.1 Linear Equations and Inequalities 1.1 Linear Equations and Inequalities Linear Equation in 1 Variable Any equation that can be written in the following form: ax + b = 0 a,b R, a 0 and x is a variable Any equation has a solution, sometimes

More information

Review for Final Exam, MATH , Fall 2010

Review for Final Exam, MATH , Fall 2010 Review for Final Exam, MATH 170-002, Fall 2010 The test will be on Wednesday December 15 in ILC 404 (usual class room), 8:00 a.m - 10:00 a.m. Please bring a non-graphing calculator for the test. No other

More information

Math 111, Spring 2009 Final Exam

Math 111, Spring 2009 Final Exam Math 111, Spring 009 Final Exam Name (print) Instructor s name Directions 1. Time limit: 1 hour 50 minutes. Each test should have 8 pages. Points for each problem are to the right of the blank.. To receive

More information

Slope Fields: Graphing Solutions Without the Solutions

Slope Fields: Graphing Solutions Without the Solutions 8 Slope Fields: Graphing Solutions Without the Solutions Up to now, our efforts have been directed mainly towards finding formulas or equations describing solutions to given differential equations. Then,

More information

Math 3 Variable Manipulation Part 7 Absolute Value & Inequalities

Math 3 Variable Manipulation Part 7 Absolute Value & Inequalities Math 3 Variable Manipulation Part 7 Absolute Value & Inequalities 1 MATH 1 REVIEW SOLVING AN ABSOLUTE VALUE EQUATION Absolute value is a measure of distance; how far a number is from zero. In practice,

More information

f (x) = x 2 Chapter 2 Polynomial Functions Section 4 Polynomial and Rational Functions Shapes of Polynomials Graphs of Polynomials the form n

f (x) = x 2 Chapter 2 Polynomial Functions Section 4 Polynomial and Rational Functions Shapes of Polynomials Graphs of Polynomials the form n Chapter 2 Functions and Graphs Section 4 Polynomial and Rational Functions Polynomial Functions A polynomial function is a function that can be written in the form a n n 1 n x + an 1x + + a1x + a0 for

More information

Position and Displacement

Position and Displacement Position and Displacement Ch. in your text book Objectives Students will be able to: ) Explain the difference between a scalar and a vector quantity ) Explain the difference between total distance traveled

More information

Sample Questions PREPARING FOR THE AP (BC) CALCULUS EXAMINATION. tangent line, a+h. a+h

Sample Questions PREPARING FOR THE AP (BC) CALCULUS EXAMINATION. tangent line, a+h. a+h Sample Questions PREPARING FOR THE AP (BC) CALCULUS EXAMINATION B B A B tangent line,, a f '(a) = lim h 0 f(a + h) f(a) h a+h a b b f(x) dx = lim [f(x ) x + f(x ) x + f(x ) x +...+ f(x ) x ] n a n B B

More information

Math 223 Final. July 24, 2014

Math 223 Final. July 24, 2014 Math 223 Final July 24, 2014 Name Directions: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Total 1. No books, notes, or evil looks. You may use a calculator to do routine arithmetic computations. You may not use your

More information

FINAL REVIEW FALL 2017

FINAL REVIEW FALL 2017 FINAL REVIEW FALL 7 Solutions to the following problems are found in the notes on my website. Lesson & : Integration by Substitution Ex. Evaluate 3x (x 3 + 6) 6 dx. Ex. Evaluate dt. + 4t Ex 3. Evaluate

More information

MA 441 Advanced Engineering Mathematics I Assignments - Spring 2014

MA 441 Advanced Engineering Mathematics I Assignments - Spring 2014 MA 441 Advanced Engineering Mathematics I Assignments - Spring 2014 Dr. E. Jacobs The main texts for this course are Calculus by James Stewart and Fundamentals of Differential Equations by Nagle, Saff

More information

ID: ID: ID: of 39 1/18/ :43 AM. Student: Date: Instructor: Alfredo Alvarez Course: 2017 Spring Math 1314

ID: ID: ID: of 39 1/18/ :43 AM. Student: Date: Instructor: Alfredo Alvarez Course: 2017 Spring Math 1314 1 of 39 1/18/017 10:43 AM Student: Date: Instructor: Alfredo Alvarez Course: 017 Spring Math 1314 Assignment: Practice Final 1. Graph the equation. y= x 3 ID: 1.1-11. Perform the multiplication and write

More information

8 Systems of Linear Equations

8 Systems of Linear Equations 8 Systems of Linear Equations 8.1 Systems of linear equations in two variables To solve a system of linear equations of the form { a1 x + b 1 y = c 1 x + y = c 2 means to find all its solutions (all pairs

More information

2. Find the intervals where function is increasing and decreasing. Then find all relative extrema.

2. Find the intervals where function is increasing and decreasing. Then find all relative extrema. MATH 1071Q Exam #2 Review Fall 2011 1. Find the elasticity at the given points and determine whether demand is inelastic, elastic, or unit elastic. Explain the significance of your answer. (a) x = 10 2p

More information

A. The vector v: 3,1 B. The vector m : 4i 2j C. The vector AB given point A( 2, 2) and B(1, 6)

A. The vector v: 3,1 B. The vector m : 4i 2j C. The vector AB given point A( 2, 2) and B(1, 6) 1. Sec 7.1 Basic Vector Forms Name: 1. Describe each of the following vectors in rectangular form x, y and using component vectors i and j (e.g. 3i + 4j) A. Describe Vector AB : B. Describe Vector CD :

More information

LESSON 6.1 EXPONENTS LESSON 6.1 EXPONENTS 253

LESSON 6.1 EXPONENTS LESSON 6.1 EXPONENTS 253 LESSON 6.1 EXPONENTS LESSON 6.1 EXPONENTS 5 OVERVIEW Here's what you'll learn in this lesson: Properties of Exponents Definition of exponent, power, and base b. Multiplication Property c. Division Property

More information

AP CALCULUS AB 2017 SCORING GUIDELINES

AP CALCULUS AB 2017 SCORING GUIDELINES AP CALCULUS AB 07 SCORING GUIDELINES Consider the differential equation AP CALCULUS AB 06 SCORING GUIDELINES y =. Question 4 On the aes provided, sketch a slope field for the given differential equation

More information

Tackling the Calculator Multiple Choice Section (AB)

Tackling the Calculator Multiple Choice Section (AB) Tackling the Calculator Multiple Choice Section (AB) The approach to attacking the calculator multiple choice problems on the AP exam can be very different than the non-calculator multiple choice. If thought

More information

Math 106 Answers to Exam 3a Fall 2015

Math 106 Answers to Exam 3a Fall 2015 Math 6 Answers to Exam 3a Fall 5.. Consider the curve given parametrically by x(t) = cos(t), y(t) = (t 3 ) 3, for t from π to π. (a) (6 points) Find all the points (x, y) where the graph has either a vertical

More information

( 10, ). Which of the following are possible, and which are not possible? Hint: draw a

( 10, ). Which of the following are possible, and which are not possible? Hint: draw a Recitation Worksheet 6C f x = x 1 x 4 x 9 = x 14x + 49x 36. Find the intervals on which 1. Suppose ( ) ( )( )( ) 3 f ( x ) is increasing and the intervals on which f ( ). Suppose ( ) ( )( )( ) 3 x is decreasing.

More information

MATH 162. Midterm 2 ANSWERS November 18, 2005

MATH 162. Midterm 2 ANSWERS November 18, 2005 MATH 62 Midterm 2 ANSWERS November 8, 2005. (0 points) Does the following integral converge or diverge? To get full credit, you must justify your answer. 3x 2 x 3 + 4x 2 + 2x + 4 dx You may not be able

More information

MATH 2203 Final Exam Solutions December 14, 2005 S. F. Ellermeyer Name

MATH 2203 Final Exam Solutions December 14, 2005 S. F. Ellermeyer Name MATH 223 Final Exam Solutions ecember 14, 25 S. F. Ellermeyer Name Instructions. Your work on this exam will be graded according to two criteria: mathematical correctness and clarity of presentation. In

More information

DIFFERENTIATION RULES

DIFFERENTIATION RULES 3 DIFFERENTIATION RULES DIFFERENTIATION RULES Before starting this section, you might need to review the trigonometric functions. DIFFERENTIATION RULES In particular, it is important to remember that,

More information

Chapter 2 Polynomial and Rational Functions

Chapter 2 Polynomial and Rational Functions SECTION.1 Linear and Quadratic Functions Chapter Polynomial and Rational Functions Section.1: Linear and Quadratic Functions Linear Functions Quadratic Functions Linear Functions Definition of a Linear

More information

Chemical Engineering 436 Laplace Transforms (1)

Chemical Engineering 436 Laplace Transforms (1) Chemical Engineering 436 Laplace Transforms () Why Laplace Transforms?? ) Converts differential equations to algebraic equations- facilitates combination of multiple components in a system to get the total

More information

Exam 2 - Part I 28 questions No Calculator Allowed. x n D. e x n E. 0

Exam 2 - Part I 28 questions No Calculator Allowed. x n D. e x n E. 0 1. If f x! ( ) = ln e A.!n x " x n # $ Exam - Part I 8 questions No Calculator Allowed, and n is a constant, then f % ( x) = B. x n e C.!1 x n D. e x n E. 0. Let f be the function defined below. Which

More information

APPM 2360: Midterm exam 1 February 15, 2017

APPM 2360: Midterm exam 1 February 15, 2017 APPM 36: Midterm exam 1 February 15, 17 On the front of your Bluebook write: (1) your name, () your instructor s name, (3) your recitation section number and () a grading table. Text books, class notes,

More information

Lesson 8.7. Read the Problem. Solve the Problem. _ = 2d. _ = d. Unlock the Problem. Math Talk. Name. Chapter 8 457

Lesson 8.7. Read the Problem. Solve the Problem. _ = 2d. _ = d. Unlock the Problem. Math Talk. Name. Chapter 8 457 Name Problem Solving Equations with Fractions Essential Question How can you use the strategy solve a simpler problem to solve equations involving fractions? Lesson.7 Expressions and Equations.EE.B.7 MATHEMATICAL

More information

II. An Application of Derivatives: Optimization

II. An Application of Derivatives: Optimization Anne Sibert Autumn 2013 II. An Application of Derivatives: Optimization In this section we consider an important application of derivatives: finding the minimum and maximum points. This has important applications

More information

Math 2930 Worksheet Final Exam Review

Math 2930 Worksheet Final Exam Review Math 293 Worksheet Final Exam Review Week 14 November 3th, 217 Question 1. (* Solve the initial value problem y y = 2xe x, y( = 1 Question 2. (* Consider the differential equation: y = y y 3. (a Find the

More information

Math 1101 Test 2 Practice Problems

Math 1101 Test 2 Practice Problems Math 1101 Test 2 Practice Problems These problems are not intended to cover all possible test topics. These problems should serve as on activity in preparing for your test, but other study is required

More information

Subbalakshmi Lakshmipathy College of Science. Department of Mathematics

Subbalakshmi Lakshmipathy College of Science. Department of Mathematics ॐ Subbalakshmi Lakshmipathy College of Science Department of Mathematics As are the crests on the hoods of peacocks, As are the gems on the heads of cobras, So is Mathematics, at the top of all Sciences.

More information

Solutions to Final Review Sheet. The Math 5a final exam will be Tuesday, May 1 from 9:15 am 12:15 p.m.

Solutions to Final Review Sheet. The Math 5a final exam will be Tuesday, May 1 from 9:15 am 12:15 p.m. Math 5a Solutions to Final Review Sheet The Math 5a final exam will be Tuesday, May 1 from 9:15 am 1:15 p.m. Location: Gerstenzang 1 The final exam is cumulative (i.e., it will cover all the material we

More information

Applications of integrals

Applications of integrals ApplicationsofIntegrals.nb Applications of integrals There are many applications of definite integrals and we cannot include all of them in a document intended to be a review. However there are some very

More information

Other Course Material by AskDrCallahan

Other Course Material by AskDrCallahan Other Course Material by AskDrCallahan Algebra DVD Set Video teaching on DVD for Harold Jacobs s textbook Elementary Algebra. Geometry DVD Set Video teaching on DVD for Harold Jacobs s textbook Geometry:

More information

BC Exam 2 - Part I 28 questions No Calculator Allowed. C. 1 x n D. e x n E. 0

BC Exam 2 - Part I 28 questions No Calculator Allowed. C. 1 x n D. e x n E. 0 1. If f x ( ) = ln e A. n x x n BC Exam - Part I 8 questions No Calculator Allowed, and n is a constant, then f ( x) = B. x n e C. 1 x n D. e x n E.. Let f be the function defined below. Which of the following

More information

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

Old Math 330 Exams. David M. McClendon. Department of Mathematics Ferris State University Old Math 330 Exams David M. McClendon Department of Mathematics Ferris State University Last updated to include exams from Fall 07 Contents Contents General information about these exams 3 Exams from Fall

More information

AP Calculus BC 2005 Free-Response Questions

AP Calculus BC 2005 Free-Response Questions AP Calculus BC 005 Free-Response Questions The College Board: Connecting Students to College Success The College Board is a not-for-profit membership association whose mission is to connect students to

More information

Written examination 2

Written examination 2 INSIGHT YEAR 1 Trial Exam Paper 01 MATHEMATICAL METHODS (CAS) Written examination s This book presents: correct solutions with full working explanatory notes mark allocations tips This trial examination

More information

Hilbert s 16. problem

Hilbert s 16. problem Hilbert s 16. problem Aarhus University Aarhus 24 th March, 2017 Hilbert s Problem Does there exist (minimal) natural numbers H n, for n = 2, 3,..., such that any planar autonomous system of ODE s dx dt

More information

Physics I Exam 1 Spring 2015 (version A)

Physics I Exam 1 Spring 2015 (version A) 95.141 Physics I Exam 1 Spring 015 (version A) Section Number Section instructor Last/First Name (PRINT) / Last 3 Digits of Student ID Number: Answer all questions, beginning each new question in the space

More information

AP Calculus BC 2011 Free-Response Questions Form B

AP Calculus BC 2011 Free-Response Questions Form B AP Calculus BC 11 Free-Response Questions Form B About the College Board The College Board is a mission-driven not-for-profit organization that connects students to college success and opportunity. Founded

More information

Target 6.1 The student will be able to use l Hôpital s Rule to evaluate indeterminate limits. lim. lim. 0, then

Target 6.1 The student will be able to use l Hôpital s Rule to evaluate indeterminate limits. lim. lim. 0, then Target 6.1 The student will be able to use l Hôpital s Rule to evaluate indeterminate limits. Recall from Section 2.1 Indeterminate form is when lim. xa g( Previously, we tried to reduce and then re-evaluate

More information