Equation of tangent plane: for explicitly defined surfaces

Size: px
Start display at page:

Download "Equation of tangent plane: for explicitly defined surfaces"

Transcription

1 Equation of tangent plane: for explicitly defined surfaces Suppose that the surface z = f(x,y) has a non-vertical tangent plane at a point (a, b, f(a,b)). The plane y = b intersects the surface at a curve C. The plane y = b intersects the tangent plane at a line, and this line is tangent to the curve C at the point (a, b, f(a,b)). Call this line L 1. The slope of the line L 1 with respect to the system xz is equal to f x (a,b). So, L 1 is parallel to the vector T 1 = i + f x (a,b)k. Similarly, the tangent plane intersects the plane x = a in a line, and this line has the slope f y (a,b) and is parallel to the vector T 2 = j + f y (a,b)k. The lines L 1 and L 2 are both on the tangent plane, therefore the vectors T 1 and T 2 are parallel to the tangen plane, therefore the cross product T 1 T 2 can be taken as a normal vector of the tangent plane. But: i j k 0 1 f x (a,b) 1 0 f y (a,b) = f x (a,b), f y (a,b), 1 Then the equation of tangent plane is: f x (a,b)(x a) + f y (a,b)(y b) (z f(a,b)) = 0 tangent plane at (a,b,f(a,b)) z = f(a,b) + f x (a,b)(x a) + f y (a,b)(y b) The line through the point (a, b, f(a,b)) with the vector f x (a,b), f y (a,b), 1 as its direction vector is perpendicular to the plane at the point (a, b, f(a,b)), because this direction vector of the line is perpendicular to the plane. The equation of this normal line to the surface is: normal line at (a,b,f(a,b)) x a f x (a,b) = y b f y (a,b) = z f(a,b) 1 Example. Find the equation of the tangent plane and normal line to the surface z = e x2 y 2 at the point 1

2 (1, 1, 1). z x = 2xe x2 y 2 z y = 2ye x2 y 2 z x (1, 1) = 2 z y (1, 1) = 2 Then the normal vector to the tangent plane is the vector 2, 2, 1. The equation of the tangent plane will be: 2(x 1) + 2(y + 1) (z 1) = 0 z = 1 + 2x + 2y The equation of the normal line will be: x 1 2 = y = z 1 1 2

3 Equation of tangent plane: for implicitly defined surfaces Some surfaces are defined implicitly, such as the sphere x 2 + y 2 + z 2 = 1. In general an implicitly defined surface has the equation F(x,y,z) = k where k is a fixed number. Supposing that z is a function of (x,y) around the point (a,b,c), the equation of the tangent line will be: z x (a,b)(x a) + z y (a,b)(y b) (z c) = 0 But as we have seen before, for implicitly defined functions we have: z x = F x F z z y = F y F z cmat the point (a,b,c) Substituting these into the equation of the tangent plane we get: F x(a,b,c) F z (a,b,c) (x a) F y(a,b,c) (y b) (z c) = 0 F z (a,b,c) By multiplying both sides by F z (a,b,c) we get tangent plane at (a,b,c) F x (a,b,c)(x a) + F y (a,b,c)(y b) + F z (a,b,c)(z c) = 0 This equation shows that the vector F z, F y, F z is the normal vector of the tqngent plane. This vector is then parallel to the line that is perpendicular to the surface at (a,b,c). So, the equation of the normal line to the plane at (a,b,c) is: normal line to the surface at (a,b,c) x a F x (a,b,c) = y b F y (a,b,c) = z c F z (a,b,c) Note. If f(x,y) = k is the equation of a curve in the plane xy, then similarly one can show that the equation of the tangent line at (a,b) is: 3

4 f x (a,b)(x a) + f y (a,b)(y b) = 0 Example. Find the equation of the the tangent line to the ellipse x 2 + 2y 2 = 6 at the point (2,1). Solution. Set f(x,y) = x 2 + 2y 2. Then: f x = 2x f y = 4y f x (2,1) = 4 f y (2,1) = 4 Then the equation of the tangent plane will be: 4(x 2) + 4(y 1) = 0 x + y = 3 Example (from the textbook). Find the equation of the the tangent line to the ellipsoid x y2 + z2 9 = 3 at the point ( 2,1, 3). Solution. Set F(x,y,z) = x2 4 + y2 + z2 9. So, the surface is implicitly written as F(x,y,z) = 3 F x = x 2 F y = 2y F z = 2z 9 These derivatives at the point ( 2,1, 3) become: F x = 1 F y = 2 F z = 2 3 Then the equation of the tangent plane: (x + 2) + 2(y 1) 2 (z + 3) = 0 3x 6y + 2z + 18 = 0 3 And the equation of the normal line: 4

5 x = y 1 = z Example. The ellipsoid 4x 2 + 2y 2 + z 2 = 15 intersects the plane y = 2 at an ellipse. Find the parametric equations of the tangent line to the ellipse at the point (1,2,2). Solution. F x = 8x F x (1,2,2) = 8 F y = 4y F z = 2z F y (1,2,2) = 8 F z (1,2,2) = 4 Then the equation of the tangent plane: 8(x 1) + 8(y 2) + 4(z 2) = 0 2(x 1) + 2(y 2) + (z 2) = 0 We then set y = 2 in the equation: 2(x 1) + (z 2) = 0 z = 4 2x x = x y = 2 z = 4 2x < x < We note further that the vector 1, 0, 2 is the direction vector of this line. Example (section 14.6 exercise 54). At what points of the paraboloid y = x 2 + y 2 the tangent plane is parallel to plane x + 2y + 3z = 1? Solution. Suppose that the point we are looking for is the point (a,b,c). We write the surface in the implicit form F(x,y,z) = x 2 + y 2 y = 0. Then: 5

6 F x = 2x F y = 1 F z = 2z F x (a,b,c) = 2a F y (a,b,c) = 1 F z (a,b,c) = 2c The gradient vector F(a,b,c) is perpendicular to the tangent plane at (a,b,c), therefore it must be parallel to the vector 1,2,3, therefore it must satisfy: 2a 1 = 1 2 = 2c 3 4a = 1 4c = 3 a = 1 4 c = 3 4 As the point (a,b,c) must be on the surface, we have: b = a 2 + c 2 b = = 5 8 So (a,b,c) = ( 1 4, 5 8, 3 4 ) Example (section 14.6 exercise 56). Show that the ellipsoid 3x 2 + 2y 2 + z 2 = 9 and the sphere x 2 + y 2 + z 2 8x 6y 8z + 24 = 0 are tangent to each other at the point (1,1,2). (This means that they have a common tangent plane at the point.) Solution. We consider the surfaces in the implicit form: F(x,y,z) = 3x 2 + 2y 2 + z 2 = 9 G(x,y,z) = x 2 + y 2 + z 2 8x 6y 8z + 24 = 0 We must show that the surfaces have a common tangent plane at the point (1,1,2). Equivalently, we show that the vectors F(1,1,2) and G(1,1,2) are parallel (because these two vectors are the normal vectors of those planes). 6

7 F x = 6x F y = 4y F z = 2z F x (1,1,2) = 6 F y (1,1,2) = 4 F z (1,1,2) = 4 G x = 2x 8 G x (1,1,2) = 6 G y = 2y 6 G z = 2z 8 G y (1,1,2) = 4 G z (1,1,2) = 4 F(1,1,2) = 6, 4, 4 So we have G(1,1,2) = 6, 4, 4 and obviously these two vectors are parallel. Example (section 14.6 exercise 63). Find parametric equations for the tangent line to the curve of intersection of the paraboloid z = x 2 + y 2 and the ellipsoid 4x 2 + y 2 + z 2 = 9 at the point ( 1, 1, 2). Solution. We write the two surfaces in the implicit form: F(x,y,z) = x 2 + y 2 z = 0 G(x,y,z) = 4x 2 + y 2 + z 2 = 9 The tangent line we are looking for in the intersection of the tangent planes of the two surfaces. The vectors F( 1, 1, 2) and G( 1, 1, 2) are perpendicular to the surfaces at the common point ( 1, 1, 2) of the two surfaces. Therefore, the vector F( 1, 1, 2) G( 1, 1, 2) is parallel to the tangent line, so we will use this vector to write the equation of the tangent line. F x = 2x F x ( 1,1,2) = 2 F y = 2y F z = 1 F y ( 1,1,2) = 2 F z ( 1,1,2) = 1 G x = 8x G y = 2y G z = 2z G x ( 1,1,2) = 8 G y ( 1,1,2) = 2 G z ( 1,1,2) = 4 7

8 F( 1, 1, 2) G( 1, 1, 2) = i j k = 10, 16, 12 The vector 10, 16, 12 is the direction vector of the tangent line. Therefore its parametric equations are: x = 5t 1 y = 8t + 1 z = 6t + 2 < t < 8

9 Equation of tangent plane: for the surfaces that are parametrized by two parameters We recall that some surfaces are described in parametric form and using two parameters. For example, as we have seen before, the plane that passes through the point (x 0,y 0,z 0 ) and is parallel to two vectors (or contains two vectors) a = a1, a 2, a 3 b = b1, b 2, b 3 can be described by parametric equations: x = x 0 + a 1 t + b 1 s S : y = y 0 + a 2 t + b 2 s z = z 0 + a 3 t + b 3 s For example, the parametric equations of the plane through (1, 1,2) parallel containing the vectors a = 1, 2, 3 and b = 4, 5, 6 is S : x = 1 + t + 4s y = 1 + 2t + 5s z = 2 + 3t + 6s Example. The parametric representation and the vector representation of the sphere x 2 + y 2 + z 2 = 4 is: S : x = 2sinφ cosθ y = 2sinφ sinθ z = 2cosφ 0 φ π 0 θ 2π r(θ, φ) = 2sinφ cosθ, 2sinφ sinθ, 2cosφ Example. In general, The parametric representation and the vector representation of the sphere x 2 + y 2 + z 2 = a 2 is: 9

10 S : x = asinφ cosθ y = asinφ sinθ z = acosφ 0 φ π 0 θ 2π r (θ, φ) = asinφ cosθ, asinφ sinθ, acosφ x 2 + y 2 = 4 Example. Find the parametric representation of the cylinder 0 z 1 Solution. x = 2cosθ y = 2sinθ 0 θ 2π z = z 0 z 1 Important example. If a surface is described explicitly by z = f(x,y) (for example, the paraboloid z = x 2 + y 2 ), then we can parametrize this surface by: parametric form x = x y = y z = f(x,y) 0 z 1 vector form r (x,y) = x, y, f(x,y) as an example, the surface z = 2 x 2 + y 2 (the upper half of a cone) is parametrized as: r(x,y) = x, y, 2 x 2 + y 2 Suppose that a surface S is parametrize as r(u,v) = x(u,v), y(u,v), z(u,v) Consider a particular point P(x(u 0,v 0 ), y(u 0,v 0 ), z(u 0,v 0 )) on the surface. The expression u = u 0 is the equation of the plane perpendicular to the u-axis all of whose points have the first component equal 10

11 to u 0. The intersection of this plane with the surface S is a curve on the surface. For a moment we call it the curve C 1. The vector representation for this curve is r(u 0,v) = x(u 0,v), y(u 0,v), z(u 0,v) As we learned in chapter 13, the following vector is tangent to the curve C 1 at the point, and therefore is on the tangent plane of the surface at the point P: r v (u 0,v 0 ) = x v (u 0,v 0 ), y v (u 0,v 0 ), z v (u 0,v 0 ) Now consider the plane v = v 0. This plane intersects the surface at a curve whose vector representation is: r(u,v 0 ) = x(u,v 0 ), y(u,v 0 ), z(u,v 0 ) We call this curve C 2. The following vector is tangent to C 2 at the point P and therefore is on the tangent plane of the surface at the point P: r u (u 0,v 0 ) = x u (u 0,v 0 ), y u (u 0,v 0 ), z u (u 0,v 0 ) Based on this discussion, the two vectors r u (u 0,v 0 ) and r v (u 0,v 0 ) are on the tangent plane, therefore their cross product is perpendicular to the surface at the point P and it can taken as the normal vector of the tangent plane. See the example below for an application of it. Example. Consider the surface parametrized by: S : x = u 2 y = v 2 z = u + 2v find the equation of the tangent plane at the point (1,1,3). 11

12 Solution. r = u 2, v 2, u + 2v r u = 2u, 0, 1 r v = 0, 2v, 2 The point P(1,1,3) corresponds to u = 1 and v = 1, and for these values of the parameters u and v the vectors r u and r v become: r u = 2, 0, 1 r v = 0, 2, 2 Then: r u r v = i j k = 2, 4, 4 Then here is the equation of the tangent plane: 2(x 1) 4(y 1) + 4(z 3) = 0 x + 2y 2z + 3 = 0 Example. Using the parametric equations of the sphere x 2 + y 2 + z 2 = 4 x = 2sinφ cosθ 0 φ π y = 2sinφ sinθ 0 θ 2π z = 2cosφ find the equation of the tangent plane to the an arbitrary point of it. Suggested questions for this topic. The following exercises are being suggested for this lecture: section 14.4 exercises 1, 3, 5 section 14.6 exercises 41, 45, 49, 55, 57, 60 12

13 section 16.6 exercises 33, 35 13

Equation of tangent plane: for implicitly defined surfaces section 12.9

Equation of tangent plane: for implicitly defined surfaces section 12.9 Equation of tangent plane: for implicitly defined surfaces section 12.9 Some surfaces are defined implicitly, such as the sphere x 2 + y 2 + z 2 = 1. In general an implicitly defined surface has the equation

More information

Curves and Surface I. Angel Ch.10

Curves and Surface I. Angel Ch.10 Curves and Surface I Angel Ch.10 Representation of Curves and Surfaces Piece-wise linear representation is inefficient - line segments to approximate curve - polygon mesh to approximate surfaces - can

More information

10/4/2011 FIRST HOURLY PRACTICE VI Math 21a, Fall Name:

10/4/2011 FIRST HOURLY PRACTICE VI Math 21a, Fall Name: 10/4/2011 FIRST HOURLY PRACTICE VI Math 21a, Fall 2011 Name: MWF 9 Chao Li MWF 9 Thanos Papaïoannou MWF 10 Emily Riehl MWF 10 Jameel Al-Aidroos MWF 11 Oliver Knill MWF 11 Tatyana Kobylyatskaya MWF 12 Tatyana

More information

Double Integrals over Polar Coordinate

Double Integrals over Polar Coordinate 1. 15.4 DOUBLE INTEGRALS OVER POLAR COORDINATE 1 15.4 Double Integrals over Polar Coordinate 1. Polar Coordinates. The polar coordinates (r, θ) of a point are related to the rectangular coordinates (x,y)

More information

14.5 Directional Derivatives and the Gradient Vector

14.5 Directional Derivatives and the Gradient Vector 14.5 Directional Derivatives and the Gradient Vector 1. Directional Derivatives. Recall z = f (x, y) and the partial derivatives f x and f y are defined as f (x 0 + h, y 0 ) f (x 0, y 0 ) f x (x 0, y 0

More information

Practice problems. 1. Given a = 3i 2j and b = 2i + j. Write c = i + j in terms of a and b.

Practice problems. 1. Given a = 3i 2j and b = 2i + j. Write c = i + j in terms of a and b. Practice problems 1. Given a = 3i 2j and b = 2i + j. Write c = i + j in terms of a and b. 1, 1 = c 1 3, 2 + c 2 2, 1. Solve c 1, c 2. 2. Suppose a is a vector in the plane. If the component of the a in

More information

What you will learn today

What you will learn today What you will learn today Tangent Planes and Linear Approximation and the Gradient Vector Vector Functions 1/21 Recall in one-variable calculus, as we zoom in toward a point on a curve, the graph becomes

More information

Integration using Transformations in Polar, Cylindrical, and Spherical Coordinates

Integration using Transformations in Polar, Cylindrical, and Spherical Coordinates ections 15.4 Integration using Transformations in Polar, Cylindrical, and pherical Coordinates Cylindrical Coordinates pherical Coordinates MATH 127 (ection 15.5) Applications of Multiple Integrals The

More information

Parametric Surfaces. Substitution

Parametric Surfaces. Substitution Calculus Lia Vas Parametric Surfaces. Substitution Recall that a curve in space is given by parametric equations as a function of single parameter t x = x(t) y = y(t) z = z(t). A curve is a one-dimensional

More information

7/14/2011 FIRST HOURLY PRACTICE IV Maths 21a, O.Knill, Summer 2011

7/14/2011 FIRST HOURLY PRACTICE IV Maths 21a, O.Knill, Summer 2011 7/14/2011 FIRST HOURLY PRACTICE IV Maths 21a, O.Knill, Summer 2011 Name: Start by printing your name in the above box. Try to answer each question on the same page as the question is asked. If needed,

More information

Math 21a Tangent Lines and Planes Fall, What do we know about the gradient f? Tangent Lines to Curves in the Plane.

Math 21a Tangent Lines and Planes Fall, What do we know about the gradient f? Tangent Lines to Curves in the Plane. Math 21a Tangent Lines and Planes Fall, 2016 What do we know about the gradient f? Tangent Lines to Curves in the Plane. 1. For each of the following curves, find the tangent line to the curve at the point

More information

Math 326A Exercise 4. Due Wednesday, October 24, 2012.

Math 326A Exercise 4. Due Wednesday, October 24, 2012. Math 326A Exercise 4. Due Wednesday, October 24, 2012. Implicit Function Theorem: Suppose that F(x, y, z) has continuous partial derivatives, and that the gradient P F is nonzero at a point P. Consider

More information

Parametric Surfaces and Surface Area

Parametric Surfaces and Surface Area Parametric Surfaces and Surface Area What to know: 1. Be able to parametrize standard surfaces, like the ones in the handout.. Be able to understand what a parametrized surface looks like (for this class,

More information

f(x) = C. (1) f(x,y) = C implies that x 2 + y 2 = C 0. (2)

f(x) = C. (1) f(x,y) = C implies that x 2 + y 2 = C 0. (2) Lecture 4 Level Sets/Contours (Relevant section from Stewart, Calculus, Early Transcendentals, Sixth Edition: 14.1) You are no doubt familiar with the idea of contour plots from geography topographic maps

More information

Functions of Several Variables

Functions of Several Variables Functions of Several Variables Directional Derivatives and the Gradient Vector Philippe B Laval KSU April 7, 2012 Philippe B Laval (KSU) Functions of Several Variables April 7, 2012 1 / 19 Introduction

More information

12.7 Tangent Planes and Normal Lines

12.7 Tangent Planes and Normal Lines .7 Tangent Planes and Normal Lines Tangent Plane and Normal Line to a Surface Suppose we have a surface S generated by z f(x,y). We can represent it as f(x,y)-z 0 or F(x,y,z) 0 if we wish. Hence we can

More information

Topic 5-6: Parameterizing Surfaces and the Surface Elements ds and ds. Big Ideas. What We Are Doing Today... Notes. Notes. Notes

Topic 5-6: Parameterizing Surfaces and the Surface Elements ds and ds. Big Ideas. What We Are Doing Today... Notes. Notes. Notes Topic 5-6: Parameterizing Surfaces and the Surface Elements ds and ds. Textbook: Section 16.6 Big Ideas A surface in R 3 is a 2-dimensional object in 3-space. Surfaces can be described using two variables.

More information

CSC418 / CSCD18 / CSC2504

CSC418 / CSCD18 / CSC2504 5 5.1 Surface Representations As with 2D objects, we can represent 3D objects in parametric and implicit forms. (There are also explicit forms for 3D surfaces sometimes called height fields but we will

More information

Math 209, Fall 2009 Homework 3

Math 209, Fall 2009 Homework 3 Math 209, Fall 2009 Homework 3 () Find equations of the tangent plane and the normal line to the given surface at the specified point: x 2 + 2y 2 3z 2 = 3, P (2,, ). Solution Using implicit differentiation

More information

Math 20A lecture 10 The Gradient Vector

Math 20A lecture 10 The Gradient Vector Math 20A lecture 10 p. 1/12 Math 20A lecture 10 The Gradient Vector T.J. Barnet-Lamb tbl@brandeis.edu Brandeis University Math 20A lecture 10 p. 2/12 Announcements Homework five posted, due this Friday

More information

Curves and Surfaces Computer Graphics I Lecture 9

Curves and Surfaces Computer Graphics I Lecture 9 15-462 Computer Graphics I Lecture 9 Curves and Surfaces Parametric Representations Cubic Polynomial Forms Hermite Curves Bezier Curves and Surfaces [Angel 10.1-10.6] February 19, 2002 Frank Pfenning Carnegie

More information

Math 253, Section 102, Fall 2006 Practice Final Solutions

Math 253, Section 102, Fall 2006 Practice Final Solutions Math 253, Section 102, Fall 2006 Practice Final Solutions 1 2 1. Determine whether the two lines L 1 and L 2 described below intersect. If yes, find the point of intersection. If not, say whether they

More information

Final Exam - Review. Cumulative Final Review covers sections and Chapter 12

Final Exam - Review. Cumulative Final Review covers sections and Chapter 12 Final Exam - eview Cumulative Final eview covers sections 11.4-11.8 and Chapter 12 The following is a list of important concepts from each section that will be tested on the Final Exam, but were not covered

More information

5. y 2 + z 2 + 4z = 0 correct. 6. z 2 + x 2 + 2x = a b = 4 π

5. y 2 + z 2 + 4z = 0 correct. 6. z 2 + x 2 + 2x = a b = 4 π M408D (54690/95/00), Midterm #2 Solutions Multiple choice questions (20 points) See last two pages. Question #1 (25 points) Dene the vector-valued function r(t) = he t ; 2; 3e t i: a) At what point P (x

More information

7/8/2010 FIRST HOURLY PRACTICE II Maths 21a, O.Knill, Summer 2010

7/8/2010 FIRST HOURLY PRACTICE II Maths 21a, O.Knill, Summer 2010 7/8/2010 FIRST HOURLY PRACTICE II Maths 21a, O.Knill, Summer 2010 Name: Start by writing your name in the above box. Try to answer each question on the same page as the question is asked. If needed, use

More information

Kevin James. MTHSC 206 Section 15.6 Directional Derivatives and the Gra

Kevin James. MTHSC 206 Section 15.6 Directional Derivatives and the Gra MTHSC 206 Section 15.6 Directional Derivatives and the Gradient Vector Definition We define the directional derivative of the function f (x, y) at the point (x 0, y 0 ) in the direction of the unit vector

More information

Unit #20 : Functions of Many Variables, and Vectors in R 2 and R 3

Unit #20 : Functions of Many Variables, and Vectors in R 2 and R 3 Unit #20 : Functions of Many Variables, and Vectors in R 2 and R 3 Goals: To introduce tangent planes for functions of two variables. To consider functions of more than two variables and their level surfaces.

More information

Calculus III. Math 233 Spring In-term exam April 11th. Suggested solutions

Calculus III. Math 233 Spring In-term exam April 11th. Suggested solutions Calculus III Math Spring 7 In-term exam April th. Suggested solutions This exam contains sixteen problems numbered through 6. Problems 5 are multiple choice problems, which each count 5% of your total

More information

Coordinate Transformations in Advanced Calculus

Coordinate Transformations in Advanced Calculus Coordinate Transformations in Advanced Calculus by Sacha Nandlall T.A. for MATH 264, McGill University Email: sacha.nandlall@mail.mcgill.ca Website: http://www.resanova.com/teaching/calculus/ Fall 2006,

More information

Multivariate Calculus: Review Problems for Examination Two

Multivariate Calculus: Review Problems for Examination Two Multivariate Calculus: Review Problems for Examination Two Note: Exam Two is on Tuesday, August 16. The coverage is multivariate differential calculus and double integration. You should review the double

More information

A1:Orthogonal Coordinate Systems

A1:Orthogonal Coordinate Systems A1:Orthogonal Coordinate Systems A1.1 General Change of Variables Suppose that we express x and y as a function of two other variables u and by the equations We say that these equations are defining a

More information

First we consider how to parameterize a surface (similar to a parameterized curve for line integrals). Surfaces will need two parameters.

First we consider how to parameterize a surface (similar to a parameterized curve for line integrals). Surfaces will need two parameters. Math 55 - Vector Calculus II Notes 14.6 urface Integrals Let s develop some surface integrals. First we consider how to parameterize a surface (similar to a parameterized curve for line integrals). urfaces

More information

Calculus IV. Exam 2 November 13, 2003

Calculus IV. Exam 2 November 13, 2003 Name: Section: Calculus IV Math 1 Fall Professor Ben Richert Exam November 1, Please do all your work in this booklet and show all the steps. Calculators and note-cards are not allowed. Problem Possible

More information

Section Parametrized Surfaces and Surface Integrals. (I) Parametrizing Surfaces (II) Surface Area (III) Scalar Surface Integrals

Section Parametrized Surfaces and Surface Integrals. (I) Parametrizing Surfaces (II) Surface Area (III) Scalar Surface Integrals Section 16.4 Parametrized Surfaces and Surface Integrals (I) Parametrizing Surfaces (II) Surface Area (III) Scalar Surface Integrals MATH 127 (Section 16.4) Parametrized Surfaces and Surface Integrals

More information

Mat 241 Homework Set 7 Due Professor David Schultz

Mat 241 Homework Set 7 Due Professor David Schultz Mat 41 Homework Set 7 Due Professor David Schultz Directions: Show all algebraic steps neatly and concisely using proper mathematical symbolism When graphs and technology are to be implemented, do so appropriately

More information

Grad operator, triple and line integrals. Notice: this material must not be used as a substitute for attending the lectures

Grad operator, triple and line integrals. Notice: this material must not be used as a substitute for attending the lectures Grad operator, triple and line integrals Notice: this material must not be used as a substitute for attending the lectures 1 .1 The grad operator Let f(x 1, x,..., x n ) be a function of the n variables

More information

Curves, Tangent Planes, and Differentials ( ) Feb. 26, 2012 (Sun) Lecture 9. Partial Derivatives: Signs on Level Curves, Tangent

Curves, Tangent Planes, and Differentials ( ) Feb. 26, 2012 (Sun) Lecture 9. Partial Derivatives: Signs on Level Curves, Tangent Lecture 9. Partial Derivatives: Signs on Level Curves, Tangent Planes, and Differentials ( 11.3-11.4) Feb. 26, 2012 (Sun) Signs of Partial Derivatives on Level Curves Level curves are shown for a function

More information

Math 326A Exercise 4. Due Wednesday, October 24, 2012.

Math 326A Exercise 4. Due Wednesday, October 24, 2012. Math 36A Exercise 4. Due Wednesday, October 4, 01. Implicit Function Theorem: Suppose that F(x, y, z) has continuous partial derivatives, and that the gradient P F is nonzero at a point P. Consider the

More information

MAT175 Overview and Sample Problems

MAT175 Overview and Sample Problems MAT175 Overview and Sample Problems The course begins with a quick review/overview of one-variable integration including the Fundamental Theorem of Calculus, u-substitutions, integration by parts, and

More information

PURE MATHEMATICS 212 Multivariable Calculus CONTENTS. Page. 1. Assignment Summary... i 2. Summary Assignments...2

PURE MATHEMATICS 212 Multivariable Calculus CONTENTS. Page. 1. Assignment Summary... i 2. Summary Assignments...2 PURE MATHEMATICS 212 Multivariable Calculus CONTENTS Page 1. Assignment Summary... i 2. Summary...1 3. Assignments...2 i PMTH212, Multivariable Calculus Assignment Summary 2010 Assignment Date to be Posted

More information

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

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Calculus III-Final review Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Find the corresponding position vector. 1) Define the points P = (-,

More information

18.02 Final Exam. y = 0

18.02 Final Exam. y = 0 No books, notes or calculators. 5 problems, 50 points. 8.0 Final Exam Useful formula: cos (θ) = ( + cos(θ)) Problem. (0 points) a) (5 pts.) Find the equation in the form Ax + By + z = D of the plane P

More information

Curves and Surfaces Computer Graphics I Lecture 10

Curves and Surfaces Computer Graphics I Lecture 10 15-462 Computer Graphics I Lecture 10 Curves and Surfaces Parametric Representations Cubic Polynomial Forms Hermite Curves Bezier Curves and Surfaces [Angel 10.1-10.6] September 30, 2003 Doug James Carnegie

More information

Quadric Surfaces. Philippe B. Laval. Today KSU. Philippe B. Laval (KSU) Quadric Surfaces Today 1 / 24

Quadric Surfaces. Philippe B. Laval. Today KSU. Philippe B. Laval (KSU) Quadric Surfaces Today 1 / 24 Quadric Surfaces Philippe B. Laval KSU Today Philippe B. Laval (KSU) Quadric Surfaces Today 1 / 24 Introduction A quadric surface is the graph of a second degree equation in three variables. The general

More information

Quadric Surfaces. Philippe B. Laval. Spring 2012 KSU. Philippe B. Laval (KSU) Quadric Surfaces Spring /

Quadric Surfaces. Philippe B. Laval. Spring 2012 KSU. Philippe B. Laval (KSU) Quadric Surfaces Spring / .... Quadric Surfaces Philippe B. Laval KSU Spring 2012 Philippe B. Laval (KSU) Quadric Surfaces Spring 2012 1 / 15 Introduction A quadric surface is the graph of a second degree equation in three variables.

More information

3.6 Directional Derivatives and the Gradient Vector

3.6 Directional Derivatives and the Gradient Vector 288 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES 3.6 Directional Derivatives and te Gradient Vector 3.6.1 Functions of two Variables Directional Derivatives Let us first quickly review, one more time, te

More information

7/8/2010 FIRST HOURLY PRACTICE II Maths 21a, O.Knill, Summer 2010

7/8/2010 FIRST HOURLY PRACTICE II Maths 21a, O.Knill, Summer 2010 7/8/010 FIRST HOURLY PRACTICE II Maths 1a, O.Knill, Summer 010 Name: Start by writing your name in the above box. Try to answer each question on the same page as the question is asked. If needed, use the

More information

f x = 2e xy +y(2x+y)e xy = (2+2xy+y 2 )e xy.

f x = 2e xy +y(2x+y)e xy = (2+2xy+y 2 )e xy. gri (rg38778) Homework 11 gri (11111) 1 This print-out should have 3 questions. Multiple-choice questions may continue on the next column or page find all choices before answering. Find lim (x,y) (,) 1

More information

Math 240 Practice Problems

Math 240 Practice Problems Math 4 Practice Problems Note that a few of these questions are somewhat harder than questions on the final will be, but they will all help you practice the material from this semester. 1. Consider the

More information

Math (Spring 2009): Lecture 5 Planes. Parametric equations of curves and lines

Math (Spring 2009): Lecture 5 Planes. Parametric equations of curves and lines Math 18.02 (Spring 2009): Lecture 5 Planes. Parametric equations of curves and lines February 12 Reading Material: From Simmons: 17.1 and 17.2. Last time: Square Systems. Word problem. How many solutions?

More information

16.6. Parametric Surfaces. Parametric Surfaces. Parametric Surfaces. Vector Calculus. Parametric Surfaces and Their Areas

16.6. Parametric Surfaces. Parametric Surfaces. Parametric Surfaces. Vector Calculus. Parametric Surfaces and Their Areas 16 Vector Calculus 16.6 and Their Areas Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. and Their Areas Here we use vector functions to describe more general

More information

302 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES. 4. Function of several variables, their domain. 6. Limit of a function of several variables

302 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES. 4. Function of several variables, their domain. 6. Limit of a function of several variables 302 CHAPTER 3. FUNCTIONS OF SEVERAL VARIABLES 3.8 Chapter Review 3.8.1 Concepts to Know You should have an understanding of, and be able to explain the concepts listed below. 1. Boundary and interior points

More information

Multivariate Calculus Review Problems for Examination Two

Multivariate Calculus Review Problems for Examination Two Multivariate Calculus Review Problems for Examination Two Note: Exam Two is on Thursday, February 28, class time. The coverage is multivariate differential calculus and double integration: sections 13.3,

More information

Preliminary Mathematics of Geometric Modeling (3)

Preliminary Mathematics of Geometric Modeling (3) Preliminary Mathematics of Geometric Modeling (3) Hongxin Zhang and Jieqing Feng 2006-11-27 State Key Lab of CAD&CG, Zhejiang University Differential Geometry of Surfaces Tangent plane and surface normal

More information

Outcomes List for Math Multivariable Calculus (9 th edition of text) Spring

Outcomes List for Math Multivariable Calculus (9 th edition of text) Spring Outcomes List for Math 200-200935 Multivariable Calculus (9 th edition of text) Spring 2009-2010 The purpose of the Outcomes List is to give you a concrete summary of the material you should know, and

More information

Math 209 (Fall 2007) Calculus III. Solution #5. 1. Find the minimum and maximum values of the following functions f under the given constraints:

Math 209 (Fall 2007) Calculus III. Solution #5. 1. Find the minimum and maximum values of the following functions f under the given constraints: Math 9 (Fall 7) Calculus III Solution #5. Find the minimum and maximum values of the following functions f under the given constraints: (a) f(x, y) 4x + 6y, x + y ; (b) f(x, y) x y, x + y 6. Solution:

More information

Polar Coordinates. Calculus 2 Lia Vas. If P = (x, y) is a point in the xy-plane and O denotes the origin, let

Polar Coordinates. Calculus 2 Lia Vas. If P = (x, y) is a point in the xy-plane and O denotes the origin, let Calculus Lia Vas Polar Coordinates If P = (x, y) is a point in the xy-plane and O denotes the origin, let r denote the distance from the origin O to the point P = (x, y). Thus, x + y = r ; θ be the angle

More information

Lagrange Multipliers

Lagrange Multipliers Lagrange Multipliers Introduction and Goals: The goal of this lab is to become more familiar with the process and workings of Lagrange multipliers. This lab is designed more to help you understand the

More information

Math 206 First Midterm October 5, 2012

Math 206 First Midterm October 5, 2012 Math 206 First Midterm October 5, 2012 Name: EXAM SOLUTIONS Instructor: Section: 1. Do not open this exam until you are told to do so. 2. This exam has 8 pages including this cover AND IS DOUBLE SIDED.

More information

WW Prob Lib1 Math course-section, semester year

WW Prob Lib1 Math course-section, semester year WW Prob Lib Math course-section, semester year WeBWorK assignment due /25/06 at :00 PM..( pt) Consider the parametric equation x = 7(cosθ + θsinθ) y = 7(sinθ θcosθ) What is the length of the curve for

More information

27. Tangent Planes & Approximations

27. Tangent Planes & Approximations 27. Tangent Planes & Approximations If z = f(x, y) is a differentiable surface in R 3 and (x 0, y 0, z 0 ) is a point on this surface, then it is possible to construct a plane passing through this point,

More information

Math 231E, Lecture 34. Polar Coordinates and Polar Parametric Equations

Math 231E, Lecture 34. Polar Coordinates and Polar Parametric Equations Math 231E, Lecture 34. Polar Coordinates and Polar Parametric Equations 1 Definition of polar coordinates Let us first recall the definition of Cartesian coordinates: to each point in the plane we can

More information

Answer sheet: Second Midterm for Math 2339

Answer sheet: Second Midterm for Math 2339 Answer sheet: Second Midterm for Math 2339 March 31, 2009 Problem 1. Let (a) f(x,y,z) = ln(z x 2 y 2 ). Evaluate f(1, 1, 2 + e). f(1, 1, 2 + e) = ln(2 + e 1 1) = lne = 1 (b) Find the domain of f. dom(f)

More information

Tangent Planes and Linear Approximations

Tangent Planes and Linear Approximations February 21, 2007 Tangent Planes Tangent Planes Let S be a surface with equation z = f (x, y). Tangent Planes Let S be a surface with equation z = f (x, y). Let P(x 0, y 0, z 0 ) be a point on S. Tangent

More information

Math 326 Assignment 3. Due Wednesday, October 17, 2012.

Math 326 Assignment 3. Due Wednesday, October 17, 2012. Math 36 Assignment 3. Due Wednesday, October 7, 0. Recall that if G(x, y, z) is a function with continuous partial derivatives, and if the partial derivatives of G are not all zero at some point (x 0,y

More information

x 6 + λ 2 x 6 = for the curve y = 1 2 x3 gives f(1, 1 2 ) = λ actually has another solution besides λ = 1 2 = However, the equation λ

x 6 + λ 2 x 6 = for the curve y = 1 2 x3 gives f(1, 1 2 ) = λ actually has another solution besides λ = 1 2 = However, the equation λ Math 0 Prelim I Solutions Spring 010 1. Let f(x, y) = x3 y for (x, y) (0, 0). x 6 + y (4 pts) (a) Show that the cubic curves y = x 3 are level curves of the function f. Solution. Substituting y = x 3 in

More information

Exam 2 Preparation Math 2080 (Spring 2011) Exam 2: Thursday, May 12.

Exam 2 Preparation Math 2080 (Spring 2011) Exam 2: Thursday, May 12. Multivariable Calculus Exam 2 Preparation Math 28 (Spring 2) Exam 2: Thursday, May 2. Friday May, is a day off! Instructions: () There are points on the exam and an extra credit problem worth an additional

More information

REVIEW I MATH 254 Calculus IV. Exam I (Friday, April 29) will cover sections

REVIEW I MATH 254 Calculus IV. Exam I (Friday, April 29) will cover sections REVIEW I MATH 254 Calculus IV Exam I (Friday, April 29 will cover sections 14.1-8. 1. Functions of multivariables The definition of multivariable functions is similar to that of functions of one variable.

More information

Gradient and Directional Derivatives

Gradient and Directional Derivatives Gradient and Directional Derivatives MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Background Given z = f (x, y) we understand that f : gives the rate of change of z in

More information

7/12/2018 FIRST HOURLY Practice 11 Maths 21a, O.Knill, Summer 2018

7/12/2018 FIRST HOURLY Practice 11 Maths 21a, O.Knill, Summer 2018 7/12/2018 FIRST HOURLY Practice 11 Maths 21a, O.Knill, Summer 2018 Name: Start by writing your name in the above box. Try to answer each question on the same page as the question is asked. If needed, use

More information

MA FINAL EXAM Green April 30, 2018 EXAM POLICIES

MA FINAL EXAM Green April 30, 2018 EXAM POLICIES MA 6100 FINAL EXAM Green April 0, 018 NAME STUDENT ID # YOUR TA S NAME RECITATION TIME Be sure the paper you are looking at right now is GREEN! Write the following in the TEST/QUIZ NUMBER boxes (and blacken

More information

Curves: We always parameterize a curve with a single variable, for example r(t) =

Curves: We always parameterize a curve with a single variable, for example r(t) = Final Exam Topics hapters 16 and 17 In a very broad sense, the two major topics of this exam will be line and surface integrals. Both of these have versions for scalar functions and vector fields, and

More information

Math Exam III Review

Math Exam III Review Math 213 - Exam III Review Peter A. Perry University of Kentucky April 10, 2019 Homework Exam III is tonight at 5 PM Exam III will cover 15.1 15.3, 15.6 15.9, 16.1 16.2, and identifying conservative vector

More information

Math 210, Exam 2, Spring 2010 Problem 1 Solution

Math 210, Exam 2, Spring 2010 Problem 1 Solution Math, Exam, Spring Problem Solution. Find and classify the critical points of the function f(x,y) x 3 +3xy y 3. Solution: By definition, an interior point (a,b) in the domain of f is a critical point of

More information

Geometric Modeling of Curves

Geometric Modeling of Curves Curves Locus of a point moving with one degree of freedom Locus of a one-dimensional parameter family of point Mathematically defined using: Explicit equations Implicit equations Parametric equations (Hermite,

More information

f for Directional Derivatives and Gradient The gradient vector is calculated using partial derivatives of the function f(x,y).

f for Directional Derivatives and Gradient The gradient vector is calculated using partial derivatives of the function f(x,y). Directional Derivatives and Gradient The gradient vector is calculated using partial derivatives of the function f(x,y). For a function f(x,y), the gradient vector, denoted as f (pronounced grad f ) is

More information

Parametrization. Surface. Parametrization. Surface Integrals. Dr. Allen Back. Nov. 17, 2014

Parametrization. Surface. Parametrization. Surface Integrals. Dr. Allen Back. Nov. 17, 2014 Dr. Allen Back Nov. 17, 2014 Paraboloid z = x 2 + 4y 2 The graph z = F (x, y) can always be parameterized by Φ(u, v) =< u, v, F (u, v) >. Paraboloid z = x 2 + 4y 2 The graph z = F (x, y) can always be

More information

Math 113 Calculus III Final Exam Practice Problems Spring 2003

Math 113 Calculus III Final Exam Practice Problems Spring 2003 Math 113 Calculus III Final Exam Practice Problems Spring 23 1. Let g(x, y, z) = 2x 2 + y 2 + 4z 2. (a) Describe the shapes of the level surfaces of g. (b) In three different graphs, sketch the three cross

More information

4 = 1 which is an ellipse of major axis 2 and minor axis 2. Try the plane z = y2

4 = 1 which is an ellipse of major axis 2 and minor axis 2. Try the plane z = y2 12.6 Quadrics and Cylinder Surfaces: Example: What is y = x? More correctly what is {(x,y,z) R 3 : y = x}? It s a plane. What about y =? Its a cylinder surface. What about y z = Again a cylinder surface

More information

Directional Derivatives. Directional Derivatives. Directional Derivatives. Directional Derivatives. Directional Derivatives. Directional Derivatives

Directional Derivatives. Directional Derivatives. Directional Derivatives. Directional Derivatives. Directional Derivatives. Directional Derivatives Recall that if z = f(x, y), then the partial derivatives f x and f y are defined as and represent the rates of change of z in the x- and y-directions, that is, in the directions of the unit vectors i and

More information

Mathematics (www.tiwariacademy.com)

Mathematics (www.tiwariacademy.com) () Miscellaneous Exercise on Chapter 10 Question 1: Find the values of k for which the line is (a) Parallel to the x-axis, (b) Parallel to the y-axis, (c) Passing through the origin. Answer 1: The given

More information

1.5 Equations of Lines and Planes in 3-D

1.5 Equations of Lines and Planes in 3-D 1.5. EQUATIONS OF LINES AND PLANES IN 3-D 55 Figure 1.16: Line through P 0 parallel to v 1.5 Equations of Lines and Planes in 3-D Recall that given a point P = (a, b, c), one can draw a vector from the

More information

Answer sheet: Second Midterm for Math 2339

Answer sheet: Second Midterm for Math 2339 Answer sheet: Second Midterm for Math 2339 October 26, 2010 Problem 1. True or false: (check one of the box, and briefly explain why) (1) If a twice differentiable f(x,y) satisfies f x (a,b) = f y (a,b)

More information

HOMEWORK ASSIGNMENT #4, MATH 253

HOMEWORK ASSIGNMENT #4, MATH 253 HOMEWORK ASSIGNMENT #4, MATH 253. Prove that the following differential equations are satisfied by the given functions: (a) 2 u 2 + 2 u y 2 + 2 u z 2 =0,whereu =(x2 + y 2 + z 2 ) /2. (b) x w + y w y +

More information

MATH 261 FALL 2000 FINAL EXAM INSTRUCTIONS. 1. This test booklet has 14 pages including this one. There are 25 questions, each worth 8 points.

MATH 261 FALL 2000 FINAL EXAM INSTRUCTIONS. 1. This test booklet has 14 pages including this one. There are 25 questions, each worth 8 points. MATH 261 FALL 2 FINAL EXAM STUDENT NAME - STUDENT ID - RECITATION HOUR - RECITATION INSTRUCTOR INSTRUCTOR - INSTRUCTIONS 1. This test booklet has 14 pages including this one. There are 25 questions, each

More information

Section 2.5. Functions and Surfaces

Section 2.5. Functions and Surfaces Section 2.5. Functions and Surfaces ² Brief review for one variable functions and curves: A (one variable) function is rule that assigns to each member x in a subset D in R 1 a unique real number denoted

More information

2. Give an example of a non-constant function f(x, y) such that the average value of f over is 0.

2. Give an example of a non-constant function f(x, y) such that the average value of f over is 0. Midterm 3 Review Short Answer 2. Give an example of a non-constant function f(x, y) such that the average value of f over is 0. 3. Compute the Riemann sum for the double integral where for the given grid

More information

Quiz 6 Practice Problems

Quiz 6 Practice Problems Quiz 6 Practice Problems Practice problems are similar, both in difficulty and in scope, to the type of problems you will see on the quiz. Problems marked with a are for your entertainment and are not

More information

Solution of final examination

Solution of final examination of final examination Math 20, pring 201 December 9, 201 Problem 1 Let v(t) (2t e t ) i j + π cos(πt) k be the velocity of a particle with initial position r(0) ( 1, 0, 2). Find the accelaration at the

More information

Math 241 Spring 2015 Final Exam Solutions

Math 241 Spring 2015 Final Exam Solutions Math 4 Spring 5 Final Exam Solutions. Find the equation of the plane containing the line x y z+ and the point (,,). Write [ pts] your final answer in the form ax+by +cz d. Solution: A vector parallel to

More information

Lagrange multipliers October 2013

Lagrange multipliers October 2013 Lagrange multipliers 14.8 14 October 2013 Example: Optimization with constraint. Example: Find the extreme values of f (x, y) = x + 2y on the ellipse 3x 2 + 4y 2 = 3. 3/2 1 1 3/2 Example: Optimization

More information

GEOMETRY IN THREE DIMENSIONS

GEOMETRY IN THREE DIMENSIONS 1 CHAPTER 5. GEOMETRY IN THREE DIMENSIONS 1 INSTITIÚID TEICNEOLAÍOCHTA CHEATHARLACH INSTITUTE OF TECHNOLOGY CARLOW GEOMETRY IN THREE DIMENSIONS Contents 1 Geometry in R 3 2 1.1 Lines...............................................

More information

Multiple Integrals. max x i 0

Multiple Integrals. max x i 0 Multiple Integrals 1 Double Integrals Definite integrals appear when one solves Area problem. Find the area A of the region bounded above by the curve y = f(x), below by the x-axis, and on the sides by

More information

MATH 234. Excercises on Integration in Several Variables. I. Double Integrals

MATH 234. Excercises on Integration in Several Variables. I. Double Integrals MATH 234 Excercises on Integration in everal Variables I. Double Integrals Problem 1. D = {(x, y) : y x 1, 0 y 1}. Compute D ex3 da. Problem 2. Find the volume of the solid bounded above by the plane 3x

More information

13.1. Functions of Several Variables. Introduction to Functions of Several Variables. Functions of Several Variables. Objectives. Example 1 Solution

13.1. Functions of Several Variables. Introduction to Functions of Several Variables. Functions of Several Variables. Objectives. Example 1 Solution 13 Functions of Several Variables 13.1 Introduction to Functions of Several Variables Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. Objectives Understand

More information

Section 13.5: Equations of Lines and Planes. 1 Objectives. 2 Assignments. 3 Lecture Notes

Section 13.5: Equations of Lines and Planes. 1 Objectives. 2 Assignments. 3 Lecture Notes Section 13.5: Equations of Lines and Planes 1 Objectives 1. Find vector, symmetric, or parametric equations for a line in space given two points on the line, given a point on the line and a vector parallel

More information

Analytic Spherical Geometry:

Analytic Spherical Geometry: Analytic Spherical Geometry: Begin with a sphere of radius R, with center at the origin O. Measuring the length of a segment (arc) on a sphere. Let A and B be any two points on the sphere. We know that

More information

Sung-Eui Yoon ( 윤성의 )

Sung-Eui Yoon ( 윤성의 ) CS480: Computer Graphics Curves and Surfaces Sung-Eui Yoon ( 윤성의 ) Course URL: http://jupiter.kaist.ac.kr/~sungeui/cg Today s Topics Surface representations Smooth curves Subdivision 2 Smooth Curves and

More information

Worksheet 3.4: Triple Integrals in Cylindrical Coordinates. Warm-Up: Cylindrical Volume Element d V

Worksheet 3.4: Triple Integrals in Cylindrical Coordinates. Warm-Up: Cylindrical Volume Element d V Boise State Math 275 (Ultman) Worksheet 3.4: Triple Integrals in Cylindrical Coordinates From the Toolbox (what you need from previous classes) Know what the volume element dv represents. Be able to find

More information

1 Double Integrals over Rectangular Regions

1 Double Integrals over Rectangular Regions Contents ouble Integrals over Rectangular Regions ouble Integrals Over General Regions 7. Introduction.................................... 7. Areas of General Regions............................. 9.3 Region

More information