Mathematics 205 HWK 18 Solutions Section 15.3 p725

Size: px
Start display at page:

Download "Mathematics 205 HWK 18 Solutions Section 15.3 p725"

Transcription

1 Mathematics 205 HWK 18 Solutions Section 15.3 p725 Problem 3, 15.3, p725. Use Lagrange multipliers to find the maximum and minimum values, if they exist, of f(x, y) = 3x 2y subject to the constraint x 2 + 2y 2 = 44. Solution. Let g(x, y) = x 2 + 2y 2. The given constraint limits (x, y) to the ellipse g(x, y) = 44, which is a closed, bounded set. Meover, the given function f is continuous everywhere. Therefe we know that f has both a global maximum and a global minimum when (x, y) is held subject to the given constraint. The geometry of the situation is also pretty easy to analyze. We know (x, y) is constrained to lie on the ellipse x 2 + 2y 2 = 44. The contours f f(x, y) = 3x 2y will be straight lines. Two of the contours will be tangent to the ellipse. From the geometry we know that one of these points will give us the desired maximum, the other the desired minimum. Notice that we have no endpoints to wry about. N does g = 0 anywhere on the constraint set (since g = 0 would require x = y = 0, which is impossible if x 2 + 2y 2 = 44). From the sketch, it appears that the maximum occurs somewhere in the fourth quadrant, and the minimum occurs somewhere in the second quadrant. We know each occurs at a point where f λ g = 0. In fact, we know that the maximum and minimum must occur at points where f λ g = 0 and g = 44. From the condition f x λg x = 0 we get the equation From f y λg y = 0 we get 3 2λx = λy = 0. Page 1 of 8 A. Sontag November 11, 2003

2 We also have the constraint equation x 2 + 2y 2 = 44. Note that λ cannot be zero, lest the first equation give us 3 = 0, which is impossible. Solve the first equation f x in terms of λ, solve the second equation f y in terms of λ, and put the results into the third equation. This gives us x = 3 2λ Rewriting a little, we have This gives us so y = 2 4λ = 1 2λ ( 3 2λ )2 + 2( 1 2λ )2 = λ λ 2 = λ 2 = λ 2 = 4. λ 2 = 1 16, λ = ± 1 4. With λ = 1 4, we find x = 6, y = 2, and f(6, 2) = = 22. With λ = 1 4, we find x = 6, y = 2, and f( 6,2) = 18 4 = 22. Subject to the given constraint, therefe, the maximum value f f is 22, occuring at (x, y) = (6, 2), in the fourth quadrant, and the minimum value f f is 22, occuring at the point ( 6, 2), in the second quadrant. Page 2 of 8 A. Sontag November 11, 2003

3 Problem 7, 15.3, p725. Use Lagrange multipliers to find the maximum and minimum values, if they exist, of f(x, y) = x 2 xy + y 2 subject to the constraint x 2 y 2 = 1. Solution. Write g(x, y) = x 2 y 2, so the constraint graph consists of all points f which g(x, y) = 1. This graph is a hyperbola (two branches), which I ll call H. Does f have a maximum value and a minimum value f (x, y) restricted to the hyperbola H? Perhaps not. Although f is continuous everywhere, the constraint hyperbola H is not bounded. So there may not be a maximum value a minimum value. In fact, it s fairly easy to see that as (x, y) moves outward along any of the four tips of the hyperbola, f(x, y) eventually gets very large, and in fact +. F instance, f the tip of the hyperbola that extends up into the outer reaches of the first quadrant, very far out on the hyperbola we will have x > y, x y, x 2 xy+y 2 y 2. So as y + and (x, y) follows that tip of the hyperbola, we will have x 2 xy + y 2 y 2 + as well. Thus f(x, y) takes on arbitrarily large positive values at points of H, so there is no maximum value on the hyperbola H. Alternatively, we could complete the square to write (x 2 xy + y 2 ) = (x y 2 )2 + 3y Letting y +, with (x, y) on the hyperbola, we ll have f(x, y) +, confirming that there is no maximum value f f on H. Page 3 of 8 A. Sontag November 11, 2003

4 There could be a minimum value, however. In fact, there will be. To confirm this, notice that f(1, 0) = 1, so f is comparatively small when x and y are comparatively small. If we just consider the ption of H that lies inside on some huge circle, say the circle x 2 + y 2 = 10 10, then f will have both a maximum and a minimum value on this ption (call it H, say) of the hyperbola. It s pretty clear that the minimum f f on H doesn t lie at any of the endpoints of H (because f is way bigger than 1 out there), so this minimum must be at some point on H that s not an endpoint. Wherever this minimum occurs will also be where the minimum f f on H occurs. Now that we re convinced there is a minimum value, we can use the Lagrange multiplier method to locate it. Setting up the equations f x λg x = 0, f y λg y = 0, g(x, y) = 1, we have 2x y 2λx = 0 x + 2y 2λy = 0 x 2 y 2 = 1. This system needs a little ingenuity (and probably a calculat) to solve. Here s one way to eliminate λ. Multiply the first equation by y (not zero, lest the second equation give us x = 0 which then makes the first equation say 0 = 1, impossible). We will also multiply the second equation by x (not zero, lest the first equation give us y 2 = 1, impossible). Our new system is 2xy y 2 2λxy = 0 2xy x 2 + 2λxy = 0 x 2 y 2 = 1. Add the first two equations. This gives us x 2 + 4xy y 2 = 0, which is equivalent to x 2 4xy + y 2 = 0. Solve this equation f y in terms of x. If you wk it out with the quadratic fmula, you should get y = x(2 ± 3). Now substitute y = x(2 ± 3) into x 2 y 2 = 1 and solve f x. With y = x(2 + 3), we have x 2 x 2 (2 + 3) 2 = 1 [1 (2 + 3) 2 ]x 2 = 1. Since the coefficient 1 (2 + 3) 2 is negative, this is impossible. With y = x(2 3), we have x 2 x 2 (2 3) 2 = 1 Page 4 of 8 A. Sontag November 11, 2003

5 x 2 = 1 1 (2 3) 2 1 x = ± 1 (2. 3) 2 We could solve f y exactly, but this is probably a good time to fego the remaining algebra and dig out a calculat. F decimal equivalents, the calculat gives x ± which gives say y ± x ±1.038, y Notice that the two + signs go together, as do the two signs. Thus, so far we know that the possible locations f the minimum value f f(x, y) = x 2 xy + y 2 on the hyperbola x 2 y 2 = 1 are (approximately) the points (1.038, 0.278) and ( 1.038, 0.278). Evaluate f(x, y) at these points: f(1.038, 0.278) = (1.038) 2 (1.0 38)(0.278) + (0.278) 2 = f( 1.038, 0.278) = Thus the minimum value f f on H is 0.866, and it occurs at both of the points (1.038,0.278) and ( 1.038, 0.278). As a partial check, compare with a few other values: (±1) = 1 and f(±1,0) = 1 > 0.866; (± 2) 2 (±1) 2 = 1 and f(± 2, ±1) = = 3 2 > (This proves nothing, but is reassuring after all that algebra!) Finally, I thought you might like to see a computer plot. On the next page is a graph showing three contours of f, namely f = 0.4, f = 0.866, and f = 1.5, all of which are ellipses. The graph also shows the hyperbola g = 1, which is tangent to the contour f = (the middle one of the ones shown) at the points already identified. Page 5 of 8 A. Sontag November 11, 2003

6 Problem 16, 15.3, p725. The figure shown in the text (Fig p726) shows contours of f and a constraint curve g(x, y) = c. Does f have a maximum value subject to the constraint g(x, y) = c f x 0, y 0? If so, approximately where is it and what is its value? Does f have a minimum value subject to the constraint? If so, approximtely where and what? Solution. From the sketch in the text, it appears that the constraint set g(x, y) = c, x 0, y 0, is tangent to the contour f(x, y) = 400 at approximately (6,6). Meover, the sketch suggests that all the other points meeting the constraints give lower levels f f than 400, so the maximum would be 400, occurring at approximately (6, 6). To find lower values f f on the constraint set, we can move out toward the endpoints. It s not really possible to say whether f has a minimum, but if it does it looks like it would be something less than 100 and occuring at about (10.5,0), an endpoint, and perhaps also at about (0,13.5), the other endpoint. Problem 17, 15.3, p725. (a) Draw contours of f(x, y) = 2x+y f z = 7, 5, 3, 1, 1,3,5, 7. (b) On the same axes, graph the constraint x 2 + y 2 = 5. (c) Use the graph to approximate the points at which f has a maximum a minimum value subject to the constraint x 2 + y 2 = 5. (d) Use Lagrange multipliers to find the maximum and minimum values of f(x, y) = 2x+y subject to x 2 + y 2 = 5. Solution. (a) and (b). The contours f f are straight lines, each with slope 2 and y-intercept equal to the specified z-level. (F instance, the contour z = 7 is the line 2x + y = 7, which is y = 2x 7, so has slope 2 and y-intercept 7.) The constraint curve is a circle, centered at the igin, with radius 5. Here s a sketch. (I haven t labeled the contours, but you can tell what the level is by looking at the y-intercept. F instance the one farthest to the right is f the level z = 7. Page 6 of 8 A. Sontag November 11, 2003

7 (c) It appears that the maximum value is f = 5, occurring at the point (2,1). It appears that the minimum value is f = 5, occurring at ( 2, 1). (d) The geometry makes clear that the required maximum and minimum exist. (Or we could invoke our existence theem. The constraint curve is a closed, bounded set, and the objective function f is continuous on this set. So the required maximum and minimum exist.) The geometry also makes clear that we don t have any endpoints to wry about. Meover, g cannot be 0 on the constraint set (since g = 0 only at the igin). So the maximum and minimum must occur where f λg = 0. The equations to solve are 2 2λx = 0 1 2λy = 0 x 2 + y 2 = 5. Realize that λ cannot be zero (lest the first equation say that 2 = 0, impossible). Solve the first equation f x in terms of λ and the second equation f y in terms of λ: x = 1 λ Page 7 of 8 A. Sontag November 11, 2003

8 Put these results into x 2 + y 2 = 5 to get y = 1 2λ. 1 λ λ = λ 2 = 5 λ 2 = 1 4 which gives us λ = ± 1 2. With λ = 1 2, we find x = 2 and y = 1; we have f(2, 1) = 5. With λ = 1 2, we find x = 2, y = 1; we have f( 2, 1) = 5. As expected, the maximum value is 5, occurring at the point (2,1), and the minimum value is 5, occurring at the point ( 2, 1). Page 8 of 8 A. Sontag November 11, 2003

A2 HW Imaginary Numbers

A2 HW Imaginary Numbers Name: A2 HW Imaginary Numbers Rewrite the following in terms of i and in simplest form: 1) 100 2) 289 3) 15 4) 4 81 5) 5 12 6) -8 72 Rewrite the following as a radical: 7) 12i 8) 20i Solve for x in simplest

More information

Section 1.4 Circles. Objective #1: Writing the Equation of a Circle in Standard Form.

Section 1.4 Circles. Objective #1: Writing the Equation of a Circle in Standard Form. 1 Section 1. Circles Objective #1: Writing the Equation of a Circle in Standard Form. We begin by giving a definition of a circle: Definition: A Circle is the set of all points that are equidistant from

More information

Math 212-Lecture Interior critical points of functions of two variables

Math 212-Lecture Interior critical points of functions of two variables Math 212-Lecture 24 13.10. Interior critical points of functions of two variables Previously, we have concluded that if f has derivatives, all interior local min or local max should be critical points.

More information

V. Graph Sketching and Max-Min Problems

V. Graph Sketching and Max-Min Problems V. Graph Sketching and Max-Min Problems The signs of the first and second derivatives of a function tell us something about the shape of its graph. In this chapter we learn how to find that information.

More information

Lagrange Multipliers

Lagrange Multipliers Lagrange Multipliers 3-15-2018 The method of Lagrange multipliers deals with the problem of finding the maxima and minima of a function subject to a side condition, or constraint. Example. Find graphically

More information

APPLICATIONS The eigenvalues are λ = 5, 5. An orthonormal basis of eigenvectors consists of

APPLICATIONS The eigenvalues are λ = 5, 5. An orthonormal basis of eigenvectors consists of CHAPTER III APPLICATIONS The eigenvalues are λ =, An orthonormal basis of eigenvectors consists of, The eigenvalues are λ =, A basis of eigenvectors consists of, 4 which are not perpendicular However,

More information

Unit #24 - Lagrange Multipliers Section 15.3

Unit #24 - Lagrange Multipliers Section 15.3 Unit #24 - Lagrange Multipliers Section 1.3 Some material from Calculus, Single and MultiVariable by Hughes-Hallett, Gleason, McCallum et. al. Copyright 200 by John Wiley & Sons, Inc. This material is

More information

HOMEWORK 7 SOLUTIONS

HOMEWORK 7 SOLUTIONS HOMEWORK 7 SOLUTIONS MA11: ADVANCED CALCULUS, HILARY 17 (1) Using the method of Lagrange multipliers, find the largest and smallest values of the function f(x, y) xy on the ellipse x + y 1. Solution: The

More information

PLC Papers. Created For:

PLC Papers. Created For: PLC Papers Created For: Algebra and proof 2 Grade 8 Objective: Use algebra to construct proofs Question 1 a) If n is a positive integer explain why the expression 2n + 1 is always an odd number. b) Use

More information

Pre-Algebra 2. Unit 9. Polynomials Name Period

Pre-Algebra 2. Unit 9. Polynomials Name Period Pre-Algebra Unit 9 Polynomials Name Period 9.1A Add, Subtract, and Multiplying Polynomials (non-complex) Explain Add the following polynomials: 1) ( ) ( ) ) ( ) ( ) Subtract the following polynomials:

More information

Algebra & Trig Review

Algebra & Trig Review Algebra & Trig Review 1 Algebra & Trig Review This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The

More information

Partial Derivatives. w = f(x, y, z).

Partial Derivatives. w = f(x, y, z). Partial Derivatives 1 Functions of Several Variables So far we have focused our attention of functions of one variable. These functions model situations in which a variable depends on another independent

More information

Test 2 Review Math 1111 College Algebra

Test 2 Review Math 1111 College Algebra Test 2 Review Math 1111 College Algebra 1. Begin by graphing the standard quadratic function f(x) = x 2. Then use transformations of this graph to graph the given function. g(x) = x 2 + 2 *a. b. c. d.

More information

30 Wyner Math Academy I Fall 2015

30 Wyner Math Academy I Fall 2015 30 Wyner Math Academy I Fall 2015 CHAPTER FOUR: QUADRATICS AND FACTORING Review November 9 Test November 16 The most common functions in math at this level are quadratic functions, whose graphs are parabolas.

More information

So f is an rule that takes an input x and produces an output f(x). So if the input is 3, the output is f(3) and so on. Examples:

So f is an rule that takes an input x and produces an output f(x). So if the input is 3, the output is f(3) and so on. Examples: 2 Functions 2.1 What is a Function? Definition 2.1 A function is a rule that assigns to each element x in a set A exactly one element, called f(x), in a set B. Here the set A is called the domain of the

More information

SKILL BUILDER TEN. Graphs of Linear Equations with Two Variables. If x = 2 then y = = = 7 and (2, 7) is a solution.

SKILL BUILDER TEN. Graphs of Linear Equations with Two Variables. If x = 2 then y = = = 7 and (2, 7) is a solution. SKILL BUILDER TEN Graphs of Linear Equations with Two Variables A first degree equation is called a linear equation, since its graph is a straight line. In a linear equation, each term is a constant or

More information

2. Determine the domain of the function. Verify your result with a graph. f(x) = 25 x 2

2. Determine the domain of the function. Verify your result with a graph. f(x) = 25 x 2 29 April PreCalculus Final Review 1. Find the slope and y-intercept (if possible) of the equation of the line. Sketch the line: y = 3x + 13 2. Determine the domain of the function. Verify your result with

More information

Taylor Series and stationary points

Taylor Series and stationary points Chapter 5 Taylor Series and stationary points 5.1 Taylor Series The surface z = f(x, y) and its derivatives can give a series approximation for f(x, y) about some point (x 0, y 0 ) as illustrated in Figure

More information

LHS Algebra Pre-Test

LHS Algebra Pre-Test Your Name Teacher Block Grade (please circle): 9 10 11 12 Course level (please circle): Honors Level 1 Instructions LHS Algebra Pre-Test The purpose of this test is to see whether you know Algebra 1 well

More information

MAT100 OVERVIEW OF CONTENTS AND SAMPLE PROBLEMS

MAT100 OVERVIEW OF CONTENTS AND SAMPLE PROBLEMS MAT100 OVERVIEW OF CONTENTS AND SAMPLE PROBLEMS MAT100 is a fast-paced and thorough tour of precalculus mathematics, where the choice of topics is primarily motivated by the conceptual and technical knowledge

More information

Derivation of Euler's Method - Numerical Methods for Solving Differential Equations

Derivation of Euler's Method - Numerical Methods for Solving Differential Equations Derivation of Euler's Method - Numerical Methods for Solving Differential Equations Let s start with a general first order Initial Value Problem dx = f(x, y) y(x 0) = y 0 (1) where f(x, y) is a known function

More information

Math 10C - Fall Final Exam

Math 10C - Fall Final Exam Math 1C - Fall 217 - Final Exam Problem 1. Consider the function f(x, y) = 1 x 2 (y 1) 2. (i) Draw the level curve through the point P (1, 2). Find the gradient of f at the point P and draw the gradient

More information

Franklin Math Bowl 2010 Group Problem Solving Test Grade 6

Franklin Math Bowl 2010 Group Problem Solving Test Grade 6 Group Problem Solving Test Grade 6 1. Carrie lives 10 miles from work. She leaves in the morning before traffic is heavy and averages 30 miles per hour. When she goes home at the end of the day, traffic

More information

Math 121 (Lesieutre); 9.1: Polar coordinates; November 22, 2017

Math 121 (Lesieutre); 9.1: Polar coordinates; November 22, 2017 Math 2 Lesieutre; 9: Polar coordinates; November 22, 207 Plot the point 2, 2 in the plane If you were trying to describe this point to a friend, how could you do it? One option would be coordinates, but

More information

Circles. Example 2: Write an equation for a circle if the enpoints of a diameter are at ( 4,5) and (6, 3).

Circles. Example 2: Write an equation for a circle if the enpoints of a diameter are at ( 4,5) and (6, 3). Conics Unit Ch. 8 Circles Equations of Circles The equation of a circle with center ( hk, ) and radius r units is ( x h) ( y k) r. Example 1: Write an equation of circle with center (8, 3) and radius 6.

More information

Calculus First Semester Review Name: Section: Evaluate the function: (g o f )( 2) f (x + h) f (x) h. m(x + h) m(x)

Calculus First Semester Review Name: Section: Evaluate the function: (g o f )( 2) f (x + h) f (x) h. m(x + h) m(x) Evaluate the function: c. (g o f )(x + 2) d. ( f ( f (x)) 1. f x = 4x! 2 a. f( 2) b. f(x 1) c. f (x + h) f (x) h 4. g x = 3x! + 1 Find g!! (x) 5. p x = 4x! + 2 Find p!! (x) 2. m x = 3x! + 2x 1 m(x + h)

More information

Regents Review Session #3 Functions

Regents Review Session #3 Functions Regents Review Session #3 Functions A relation is a set of ordered pairs. A function is a relation in which each element of the domain corresponds t exactly one element in the range. (Each x value is paired

More information

Polynomial Review Problems

Polynomial Review Problems Polynomial Review Problems 1. Find polynomial function formulas that could fit each of these graphs. Remember that you will need to determine the value of the leading coefficient. The point (0,-3) is on

More information

Semester 2 Final Review

Semester 2 Final Review Name: Date: Per: Unit 6: Radical Functions [1-6] Simplify each real expression completely. 1. 27x 2 y 7 2. 80m n 5 3. 5x 2 8x 3 y 6 3. 2m 6 n 5 5. (6x 9 ) 1 3 6. 3x 1 2 8x 3 [7-10] Perform the operation

More information

DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS. MATH 233 SOME SOLUTIONS TO EXAM 2 Fall 2018

DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS. MATH 233 SOME SOLUTIONS TO EXAM 2 Fall 2018 DEPARTMENT OF MATHEMATICS AND STATISTICS UNIVERSITY OF MASSACHUSETTS MATH 233 SOME SOLUTIONS TO EXAM 2 Fall 208 Version A refers to the regular exam and Version B to the make-up. Version A. A particle

More information

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations

ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER / Lines and Their Equations ACCESS TO SCIENCE, ENGINEERING AND AGRICULTURE: MATHEMATICS 1 MATH00030 SEMESTER 1 017/018 DR. ANTHONY BROWN. Lines and Their Equations.1. Slope of a Line and its y-intercept. In Euclidean geometry (where

More information

ELLIPSES. Problem: Find the points on the locus. Q(x, y) = 865x 2 294xy + 585y 2 = closest to, and farthest from, the origin. Answer.

ELLIPSES. Problem: Find the points on the locus. Q(x, y) = 865x 2 294xy + 585y 2 = closest to, and farthest from, the origin. Answer. ELLIPSES Problem: Find the points on the locus closest to, and farthest from, the origin. Answer. Q(x, y) 865x 2 294xy + 585y 2 1450 This is a Lagrange multiplier problem: we want to extremize f(x, y)

More information

First Derivative Test

First Derivative Test MA 2231 Lecture 22 - Concavity and Relative Extrema Wednesday, November 1, 2017 Objectives: Introduce the Second Derivative Test and its limitations. First Derivative Test When looking for relative extrema

More information

Distance and Midpoint Formula 7.1

Distance and Midpoint Formula 7.1 Distance and Midpoint Formula 7.1 Distance Formula d ( x - x ) ( y - y ) 1 1 Example 1 Find the distance between the points (4, 4) and (-6, -). Example Find the value of a to make the distance = 10 units

More information

Math 3C Midterm 1 Study Guide

Math 3C Midterm 1 Study Guide Math 3C Midterm 1 Study Guide October 23, 2014 Acknowledgement I want to say thanks to Mark Kempton for letting me update this study guide for my class. General Information: The test will be held Thursday,

More information

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

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

More information

Georgia Department of Education Common Core Georgia Performance Standards Framework CCGPS Advanced Algebra Unit 2

Georgia Department of Education Common Core Georgia Performance Standards Framework CCGPS Advanced Algebra Unit 2 Polynomials Patterns Task 1. To get an idea of what polynomial functions look like, we can graph the first through fifth degree polynomials with leading coefficients of 1. For each polynomial function,

More information

CIRCLES: #1. What is an equation of the circle at the origin and radius 12?

CIRCLES: #1. What is an equation of the circle at the origin and radius 12? 1 Pre-AP Algebra II Chapter 10 Test Review Standards/Goals: E.3.a.: I can identify conic sections (parabola, circle, ellipse, hyperbola) from their equations in standard form. E.3.b.: I can graph circles

More information

Multiple Representations: Equations to Tables and Graphs Transcript

Multiple Representations: Equations to Tables and Graphs Transcript Algebra l Teacher: It s good to see you again. Last time we talked about multiple representations. If we could, I would like to continue and discuss the subtle differences of multiple representations between

More information

KEMATH1 Calculus for Chemistry and Biochemistry Students. Francis Joseph H. Campeña, De La Salle University Manila

KEMATH1 Calculus for Chemistry and Biochemistry Students. Francis Joseph H. Campeña, De La Salle University Manila KEMATH1 Calculus for Chemistry and Biochemistry Students Francis Joseph H Campeña, De La Salle University Manila February 9, 2015 Contents 1 Conic Sections 2 11 A review of the coordinate system 2 12 Conic

More information

y 1 x 1 ) 2 + (y 2 ) 2 A circle is a set of points P in a plane that are equidistant from a fixed point, called the center.

y 1 x 1 ) 2 + (y 2 ) 2 A circle is a set of points P in a plane that are equidistant from a fixed point, called the center. Ch 12. Conic Sections Circles, Parabolas, Ellipses & Hyperbolas The formulas for the conic sections are derived by using the distance formula, which was derived from the Pythagorean Theorem. If you know

More information

Name Period. Date: Topic: 9-2 Circles. Standard: G-GPE.1. Objective:

Name Period. Date: Topic: 9-2 Circles. Standard: G-GPE.1. Objective: Name Period Date: Topic: 9-2 Circles Essential Question: If the coefficients of the x 2 and y 2 terms in the equation for a circle were different, how would that change the shape of the graph of the equation?

More information

Chapter P. Prerequisites. Slide P- 1. Copyright 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley

Chapter P. Prerequisites. Slide P- 1. Copyright 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Slide P- 1 Chapter P Prerequisites 1 P.1 Real Numbers Quick Review 1. List the positive integers between -4 and 4.. List all negative integers greater than -4. 3. Use a calculator to evaluate the expression

More information

Section 3.5: Implicit Differentiation

Section 3.5: Implicit Differentiation Section 3.5: Implicit Differentiation In the previous sections, we considered the problem of finding the slopes of the tangent line to a given function y = f(x). The idea of a tangent line however is not

More information

MIDTERM 2 REVIEW: ADDITIONAL PROBLEMS. 1 2 x + 1. y = + 1 = x 1/ = 1. y = 1 2 x 3/2 = 1. into this equation would have then given. y 1.

MIDTERM 2 REVIEW: ADDITIONAL PROBLEMS. 1 2 x + 1. y = + 1 = x 1/ = 1. y = 1 2 x 3/2 = 1. into this equation would have then given. y 1. MIDTERM 2 REVIEW: ADDITIONAL PROBLEMS ) If x + y =, find y. IMPLICIT DIFFERENTIATION Solution. Taking the derivative (with respect to x) of both sides of the given equation, we find that 2 x + 2 y y =

More information

3 Applications of partial differentiation

3 Applications of partial differentiation Advanced Calculus Chapter 3 Applications of partial differentiation 37 3 Applications of partial differentiation 3.1 Stationary points Higher derivatives Let U R 2 and f : U R. The partial derivatives

More information

Section 4.2: The Mean Value Theorem

Section 4.2: The Mean Value Theorem Section 4.2: The Mean Value Theorem Before we continue with the problem of describing graphs using calculus we shall briefly pause to examine some interesting applications of the derivative. In previous

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

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

e. some other answer 6. The graph of the parabola given below has an axis of symmetry of: a. y = 5 b. x = 3 c. y = 3 d. x = 5 e. Some other answer.

e. some other answer 6. The graph of the parabola given below has an axis of symmetry of: a. y = 5 b. x = 3 c. y = 3 d. x = 5 e. Some other answer. Intermediate Algebra Solutions Review Problems Final Exam MTH 099 December, 006 1. True or False: (a + b) = a + b. True or False: x + y = x + y. True or False: The parabola given by the equation y = x

More information

Math 10b Ch. 8 Reading 1: Introduction to Taylor Polynomials

Math 10b Ch. 8 Reading 1: Introduction to Taylor Polynomials Math 10b Ch. 8 Reading 1: Introduction to Taylor Polynomials Introduction: In applications, it often turns out that one cannot solve the differential equations or antiderivatives that show up in the real

More information

Introduction. So, why did I even bother to write this?

Introduction. So, why did I even bother to write this? Introduction This review was originally written for my Calculus I class, but it should be accessible to anyone needing a review in some basic algebra and trig topics. The review contains the occasional

More information

Conic Sections. Geometry - Conics ~1~ NJCTL.org. Write the following equations in standard form.

Conic Sections. Geometry - Conics ~1~ NJCTL.org. Write the following equations in standard form. Conic Sections Midpoint and Distance Formula M is the midpoint of A and B. Use the given information to find the missing point. 1. A(, 2) and B(3, -), find M 2. A(5, 7) and B( -2, -), find M 3. A( 2,0)

More information

Chapter 1 Review of Equations and Inequalities

Chapter 1 Review of Equations and Inequalities Chapter 1 Review of Equations and Inequalities Part I Review of Basic Equations Recall that an equation is an expression with an equal sign in the middle. Also recall that, if a question asks you to solve

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

Solutions to old Exam 3 problems

Solutions to old Exam 3 problems Solutions to old Exam 3 problems Hi students! I am putting this version of my review for the Final exam review here on the web site, place and time to be announced. Enjoy!! Best, Bill Meeks PS. There are

More information

6-2. Absolute Value, Square Roots, and Quadratic Equations. Vocabulary. Lesson. Example 1 Solve for x: x - 4 = 8.1. Mental Math

6-2. Absolute Value, Square Roots, and Quadratic Equations. Vocabulary. Lesson. Example 1 Solve for x: x - 4 = 8.1. Mental Math Chapter 6 Lesson 6-2 Absolute Value, Square Roots, and Quadratic Equations BIG IDEA Geometrically, the absolute value of a number is its distance on a number line from 0. Algebraically, the absolute value

More information

18.03SC Practice Problems 2

18.03SC Practice Problems 2 8.03SC Practice Problems 2 Direction fields, integral curves, isoclines, separatrices, funnels Solution Suggestions As an example, take the ODE dy = x 2y.. Draw a big axis system and plot some isoclines,

More information

CALCULUS III. Paul Dawkins

CALCULUS III. Paul Dawkins CALCULUS III Paul Dawkins Table of Contents Preface... iii Outline... iv Three Dimensional Space... Introduction... The -D Coordinate System... Equations of Lines... 9 Equations of Planes... 5 Quadric

More information

Fall 09/MAT 140/Worksheet 1 Name: Show all your work. 1. (6pts) Simplify and write the answer so all exponents are positive:

Fall 09/MAT 140/Worksheet 1 Name: Show all your work. 1. (6pts) Simplify and write the answer so all exponents are positive: Fall 09/MAT 140/Worksheet 1 Name: Show all your work. 1. (6pts) Simplify and write the answer so all exponents are positive: a) (x 3 y 6 ) 3 x 4 y 5 = b) 4x 2 (3y) 2 (6x 3 y 4 ) 2 = 2. (2pts) Convert to

More information

Solving Quadratic Equations

Solving Quadratic Equations Concepts: Solving Quadratic Equations, Completing the Square, The Quadratic Formula, Sketching Quadratics Solving Quadratic Equations Completing the Square ax + bx + c = a x + ba ) x + c Factor so the

More information

7.1 Indefinite Integrals Calculus

7.1 Indefinite Integrals Calculus 7.1 Indefinite Integrals Calculus Learning Objectives A student will be able to: Find antiderivatives of functions. Represent antiderivatives. Interpret the constant of integration graphically. Solve differential

More information

McGill University April Calculus 3. Tuesday April 29, 2014 Solutions

McGill University April Calculus 3. Tuesday April 29, 2014 Solutions McGill University April 4 Faculty of Science Final Examination Calculus 3 Math Tuesday April 9, 4 Solutions Problem (6 points) Let r(t) = (t, cos t, sin t). i. Find the velocity r (t) and the acceleration

More information

12.10 Lagrange Multipliers

12.10 Lagrange Multipliers .0 Lagrange Multipliers In the last two sections we were often solving problems involving maimizing or minimizing a function f subject to a 'constraint' equation g. For eample, we minimized the cost of

More information

How to use this Algebra II - Semester 2 Study Packet

How to use this Algebra II - Semester 2 Study Packet Excellence is not an act, but a habit. Aristotle Dear Algebra II Student, First of all, Congrats! for making it this far in your math career. Passing Algebra II is a huge mile-stone Give yourself a pat

More information

Senior Math Circles February 18, 2009 Conics III

Senior Math Circles February 18, 2009 Conics III University of Waterloo Faculty of Mathematics Senior Math Circles February 18, 2009 Conics III Centre for Education in Mathematics and Computing Eccentricity of Conics Fix a point F called the focus, a

More information

ALGEBRAIC GEOMETRY HOMEWORK 3

ALGEBRAIC GEOMETRY HOMEWORK 3 ALGEBRAIC GEOMETRY HOMEWORK 3 (1) Consider the curve Y 2 = X 2 (X + 1). (a) Sketch the curve. (b) Determine the singular point P on C. (c) For all lines through P, determine the intersection multiplicity

More information

CRASH COURSE IN PRECALCULUS

CRASH COURSE IN PRECALCULUS CRASH COURSE IN PRECALCULUS Shiah-Sen Wang The graphs are prepared by Chien-Lun Lai Based on : Precalculus: Mathematics for Calculus by J. Stuwart, L. Redin & S. Watson, 6th edition, 2012, Brooks/Cole

More information

Chapter 1: Precalculus Review

Chapter 1: Precalculus Review : Precalculus Review Math 115 17 January 2018 Overview 1 Important Notation 2 Exponents 3 Polynomials 4 Rational Functions 5 Cartesian Coordinates 6 Lines Notation Intervals: Interval Notation (a, b) (a,

More information

Math Practice Exam 3 - solutions

Math Practice Exam 3 - solutions Math 181 - Practice Exam 3 - solutions Problem 1 Consider the function h(x) = (9x 2 33x 25)e 3x+1. a) Find h (x). b) Find all values of x where h (x) is zero ( critical values ). c) Using the sign pattern

More information

MHF4U. Advanced Functions Grade 12 University Mitchell District High School. Unit 3 Rational Functions & Equations 6 Video Lessons

MHF4U. Advanced Functions Grade 12 University Mitchell District High School. Unit 3 Rational Functions & Equations 6 Video Lessons MHF4U Advanced Functions Grade 12 University Mitchell District High School Unit 3 Rational Functions & Equations 6 Video Lessons Allow no more than 15 class days for this unit! This includes time for review

More information

Functions of Two Variables

Functions of Two Variables Unit #17 - Functions of Two Variables Some problems and solutions selected or adapted from Hughes-Hallett Calculus. Functions of More Than One Variable 1. The balance, B, in dollars, in a bank account

More information

Math Precalculus I University of Hawai i at Mānoa Spring

Math Precalculus I University of Hawai i at Mānoa Spring Math 135 - Precalculus I University of Hawai i at Mānoa Spring - 2013 Created for Math 135, Spring 2008 by Lukasz Grabarek and Michael Joyce Send comments and corrections to lukasz@math.hawaii.edu Contents

More information

Final Exam C Name i D) 2. Solve the equation by factoring. 4) x2 = x + 72 A) {1, 72} B) {-8, 9} C) {-8, -9} D) {8, 9} 9 ± i

Final Exam C Name i D) 2. Solve the equation by factoring. 4) x2 = x + 72 A) {1, 72} B) {-8, 9} C) {-8, -9} D) {8, 9} 9 ± i Final Exam C Name First, write the value(s) that make the denominator(s) zero. Then solve the equation. 7 ) x + + 3 x - = 6 (x + )(x - ) ) A) No restrictions; {} B) x -, ; C) x -; {} D) x -, ; {2} Add

More information

Department of Mathematics, University of Wisconsin-Madison Math 114 Worksheet Sections 3.1, 3.3, and 3.5

Department of Mathematics, University of Wisconsin-Madison Math 114 Worksheet Sections 3.1, 3.3, and 3.5 Department of Mathematics, University of Wisconsin-Madison Math 11 Worksheet Sections 3.1, 3.3, and 3.5 1. For f(x) = 5x + (a) Determine the slope and the y-intercept. f(x) = 5x + is of the form y = mx

More information

4.2: What Derivatives Tell Us

4.2: What Derivatives Tell Us 4.2: What Derivatives Tell Us Problem Fill in the following blanks with the correct choice of the words from this list: Increasing, decreasing, positive, negative, concave up, concave down (a) If you know

More information

Math 118, Fall 2014 Final Exam

Math 118, Fall 2014 Final Exam Math 8, Fall 4 Final Exam True or false Please circle your choice; no explanation is necessary True There is a linear transformation T such that T e ) = e and T e ) = e Solution Since T is linear, if T

More information

Successful completion of the core function transformations unit. Algebra manipulation skills with squares and square roots.

Successful completion of the core function transformations unit. Algebra manipulation skills with squares and square roots. Extension A: Circles and Ellipses Algebra ; Pre-Calculus Time required: 35 50 min. Learning Objectives Math Objectives Students will write the general forms of Cartesian equations for circles and ellipses,

More information

Solve the following equations. Show all work to receive credit. No decimal answers. 8) 4x 2 = 100

Solve the following equations. Show all work to receive credit. No decimal answers. 8) 4x 2 = 100 Algebra 2 1.1 Worksheet Name Solve the following equations. Show all work to receive credit. No decimal answers. 1) 3x 5(2 4x) = 18 2) 17 + 11x = -19x 25 3) 2 6x+9 b 4 = 7 4) = 2x 3 4 5) 3 = 5 7 x x+1

More information

Approximation, Taylor Polynomials, and Derivatives

Approximation, Taylor Polynomials, and Derivatives Approximation, Taylor Polynomials, and Derivatives Derivatives for functions f : R n R will be central to much of Econ 501A, 501B, and 520 and also to most of what you ll do as professional economists.

More information

Section 0.2 & 0.3 Worksheet. Types of Functions

Section 0.2 & 0.3 Worksheet. Types of Functions MATH 1142 NAME Section 0.2 & 0.3 Worksheet Types of Functions Now that we have discussed what functions are and some of their characteristics, we will explore different types of functions. Section 0.2

More information

MEI Core 1. Basic Algebra. Section 1: Basic algebraic manipulation and solving simple equations. Manipulating algebraic expressions

MEI Core 1. Basic Algebra. Section 1: Basic algebraic manipulation and solving simple equations. Manipulating algebraic expressions MEI Core Basic Algebra Section : Basic algebraic manipulation and solving simple equations Notes and Examples These notes contain subsections on Manipulating algebraic expressions Collecting like terms

More information

Math 1A UCB, Fall 2010 A. Ogus Solutions 1 for Problem Set 4

Math 1A UCB, Fall 2010 A. Ogus Solutions 1 for Problem Set 4 Math 1A UCB, Fall 010 A. Ogus Solutions 1 for Problem Set 4.5 #. Explain, using Theorems 4, 5, 7, and 9, why the function 3 x(1 + x 3 ) is continuous at every member of its domain. State its domain. By

More information

A-Level Notes CORE 1

A-Level Notes CORE 1 A-Level Notes CORE 1 Basic algebra Glossary Coefficient For example, in the expression x³ 3x² x + 4, the coefficient of x³ is, the coefficient of x² is 3, and the coefficient of x is 1. (The final 4 is

More information

Lagrange Multipliers

Lagrange Multipliers Optimization with Constraints As long as algebra and geometry have been separated, their progress have been slow and their uses limited; but when these two sciences have been united, they have lent each

More information

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

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

More information

Answer Explanations for: ACT June 2012, Form 70C

Answer Explanations for: ACT June 2012, Form 70C Answer Explanations for: ACT June 2012, Form 70C Mathematics 1) C) A mean is a regular average and can be found using the following formula: (average of set) = (sum of items in set)/(number of items in

More information

OCR Maths FP1. Topic Questions from Papers. Complex Numbers. Answers

OCR Maths FP1. Topic Questions from Papers. Complex Numbers. Answers OCR Maths FP1 Topic Questions from Papers Complex Numbers Answers PhysicsAndMathsTutor.com . 1 (i) i Correct real and imaginary parts z* = i 1i Correct conjugate seen or implied Correct real and imaginary

More information

Announcements. Topics: Homework: - sections , 6.1 (extreme values) * Read these sections and study solved examples in your textbook!

Announcements. Topics: Homework: - sections , 6.1 (extreme values) * Read these sections and study solved examples in your textbook! Announcements Topics: - sections 5.2 5.7, 6.1 (extreme values) * Read these sections and study solved examples in your textbook! Homework: - review lecture notes thoroughly - work on practice problems

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

f(x) = 2x + 5 3x 1. f 1 (x) = x + 5 3x 2. f(x) = 102x x

f(x) = 2x + 5 3x 1. f 1 (x) = x + 5 3x 2. f(x) = 102x x 1. Let f(x) = x 3 + 7x 2 x 2. Use the fact that f( 1) = 0 to factor f completely. (2x-1)(3x+2)(x+1). 2. Find x if log 2 x = 5. x = 1/32 3. Find the vertex of the parabola given by f(x) = 2x 2 + 3x 4. (Give

More information

Conceptual Explanations: Simultaneous Equations Distance, rate, and time

Conceptual Explanations: Simultaneous Equations Distance, rate, and time Conceptual Explanations: Simultaneous Equations Distance, rate, and time If you travel 30 miles per hour for 4 hours, how far do you go? A little common sense will tell you that the answer is 120 miles.

More information

Lesson 9 Exploring Graphs of Quadratic Functions

Lesson 9 Exploring Graphs of Quadratic Functions Exploring Graphs of Quadratic Functions Graph the following system of linear inequalities: { y > 1 2 x 5 3x + 2y 14 a What are three points that are solutions to the system of inequalities? b Is the point

More information

(to be used later). We have A =2,B = 0, and C =4,soB 2 <AC and A>0 so the critical point is a local minimum

(to be used later). We have A =2,B = 0, and C =4,soB 2 <AC and A>0 so the critical point is a local minimum Math 8 Show Your Work! Page of 6. (a) Find and classify any critical points of f(x, y) =x 2 +x+2y 2 in the region x 2 +y 2

More information

MTHE 227 Problem Set 2 Solutions

MTHE 227 Problem Set 2 Solutions MTHE 7 Problem Set Solutions 1 (Great Circles). The intersection of a sphere with a plane passing through its center is called a great circle. Let Γ be the great circle that is the intersection of the

More information

PRACTICE FINAL , FALL What will NOT be on the final

PRACTICE FINAL , FALL What will NOT be on the final PRACTICE FINAL - 1010-004, FALL 2013 If you are completing this practice final for bonus points, please use separate sheets of paper to do your work and circle your answers. Turn in all work you did to

More information

Unit 3: HW3.5 Sum and Product

Unit 3: HW3.5 Sum and Product Unit 3: HW3.5 Sum and Product Without solving, find the sum and product of the roots of each equation. 1. x 2 8x + 7 = 0 2. 2x + 5 = x 2 3. -7x + 4 = -3x 2 4. -10x 2 = 5x - 2 5. 5x 2 2x 3 4 6. 1 3 x2 3x

More information

(a) Write down the value of q and of r. (2) Write down the equation of the axis of symmetry. (1) (c) Find the value of p. (3) (Total 6 marks)

(a) Write down the value of q and of r. (2) Write down the equation of the axis of symmetry. (1) (c) Find the value of p. (3) (Total 6 marks) 1. Let f(x) = p(x q)(x r). Part of the graph of f is shown below. The graph passes through the points ( 2, 0), (0, 4) and (4, 0). (a) Write down the value of q and of r. (b) Write down the equation of

More information

1 Last time: row reduction to (reduced) echelon form

1 Last time: row reduction to (reduced) echelon form MATH Linear algebra (Fall 8) Lecture Last time: row reduction to (reduced) echelon fm The leading entry in a nonzero row of a matrix is the first nonzero entry from left going right example, the row 7

More information

Solve the equation for c: 8 = 9c (c + 24). Solve the equation for x: 7x (6 2x) = 12.

Solve the equation for c: 8 = 9c (c + 24). Solve the equation for x: 7x (6 2x) = 12. 1 Solve the equation f x: 7x (6 2x) = 12. 1a Solve the equation f c: 8 = 9c (c + 24). Inverse Operations 7x (6 2x) = 12 Given 7x 1(6 2x) = 12 Show distributing with 1 Change subtraction to add (-) 9x =

More information