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

Size: px
Start display at page:

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

Transcription

1 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. To study the differential of a function and its interpretation as the linear approximation of measurement error. To learn about vectors. Reading: Study Sections 12.5, 14.3, 13.1, and 13.2.

2 2 Local Linearity (Tangent Plane) Reading: Section Just as a graph of a function of a single variable looks like a straight line when you zoom in to a point, the graph of a function f of two variables looks flat when you zoom in to a point (a,b,f(a,b)) on it.

3 Unit 20 Functions of Many Variables, and Vectors in R 2 and R 3 3 Let us write the equation of the tangent plane to z = f(x,y) in point/slope form: z = c+m(x a)+n(y b), What is the slope of f(x,y) in the x direction at (a,b)? What is the slope of the tangent plane in the x direction at (a,b)?

4 4 Based on those calculations, if we are given f(x, y), and want the tangent plane at (a,b), what values should we pick for the slopes m and n in the tangent plane formula? If the tangent plane passes through (a,b,f(a,b)), what value do we need for c in z = c+m(x a)+n(y b)?

5 Unit 20 Functions of Many Variables, and Vectors in R 2 and R 3 5 Tangent Plane The plane tangent to z = f(x,y) at the point (x,y) = (a,b) is defined by z = f(a,b)+f x (a,b)(x a)+f y (a,b)(y b) Thiscan be usedto define thelocal linearapproximationto f(x,y)at points(x,y) near (a,b): f(x,y) f(a,b)+f x (a,b)(x a)+f y (a,b)(y b) Notethesimilarityoftherighthandsideofatangentlineformulaforsinglevariable functions.

6 6 An alternate form of this same relationship is f f x (a,b) x+f y (a,b) y We will revisit use these two forms interchangeably, depending on whether we want to calculate local changes in f(x,y), or the estimated values of f(x,y).

7 Unit 20 Functions of Many Variables, and Vectors in R 2 and R 3 7 Example: What is the equation of the tangent plane to the graph of the function f(x,y) = 3xe y/2 at (1,2,3e)?

8 8 Use your answer to the preceding question to find an approximate value for f(0.95,2.03) and use a calculator to check the accuracy of your answer.

9 Unit 20 Functions of Many Variables, and Vectors in R 2 and R Example: Let f(x,y) = 2+x 2 2x+y2. Find the points on the graph where the tangent plane is parallel to the (x, y)-plane (i.e. horizontal).

10

11 10 Sketch what the surface might look like near this/these points. [See also examples 3, 4, 5 in Section 14.3.]

12 Unit 20 Functions of Many Variables, and Vectors in R 2 and R 3 11 Functions of More Than Two Variables Reading: Section Example: (Temperature in this Room) To specify a point in the room, you must specify three coordinates (x,y,z). So, the temperature is a function of three variables: T = T(x,y,z). What is another variable that we could potentially include in this function, that would make temperature a function of four variables?

13 12 Pictures for a Function of Three Variables To picture f(x,y,z)by means of a graph is not very useful. The graph would have to have the following definition: {(x,y,z,w) : w = f(x,y,z)}. That is, it would be a set in 4 dimensional space, which is not something we can directly visualize. However, we can make use of the analogue of the contour diagram. SupposewepickaconstantC andcollectallthepoints(x,y,z)forwhichf(x,y,z) = C. In general, this gives a surface called a level surface. By sketching a number of level surfaces, we can get a sense of the function f. [See also H-H, Examples 2-5 in Section 12.5.]

14 Unit 20 Functions of Many Variables, and Vectors in R 2 and R 3 13 Example (Steam Heating) Queen s University is heated by steam which is distributed to the buildings via underground pipes. Depict the level surfaces for the temperature function near the steam pipe under Agnes Benidickson Field.

15 14 Contour of fixed density in a CT scan A Simple and Flexible Volume Rendering Framework for Graphics-Hardware-based Raycasting, Stegmeier et. al. Material contours based on MRI of a head. isocaps from Mathworks/MATLAB. Visualization of Fluid Turbulence using AVS/Express, CEI/Ensight and Paraview. P.K. Yeung et. al. Schlumberger Water Services - Groundwater Modelling Software MT3D99 A program for generating electron density isosurfaces for presentation in protein crystallography. M. C. Lawrence 1, P. D. Bourke GMU s EastFire Cluster - Real-time wind velocities for fire spread prediction. Xianjun Hao and John J. Qu

16 Unit 20 Functions of Many Variables, and Vectors in R 2 and R 3 15 Partial Derivatives in Higher Dimensions General Partial Derivatives In general, for a function of several variables f(x 1,...,x n ), the partial derivative f x i (x 1,...,x n ) is the derivative obtained by holding all other variables fixed. If f(x,y,z) = xe yz +z 2 cos(x 2 y), find f z.

17 16 If g(x,y,z) = x2 y +3ye zy 2x, find g y. If h(x,y,z) = sin(xy)+xz 3, find h x (0,2,3).

18 Unit 20 Functions of Many Variables, and Vectors in R 2 and R 3 17 Local Linearity for a Function of Three Variables The local linearity of f(x,y,z) for points (x,y,z) near (a,b,c) is described by an analogous formula to the one used for functions of two variables: f(x,y,z) f(a,b,c) +f x (a,b,c)(x a) +f y (a,b,c)(y b) +f z (a,b,c)(z c)

19 18 Example: Use local linearity around (6, 3, 1) to find an approximate value for (6.02)2 +(2.96) 3 +(1.01) 4.

20

21 Unit 20 Functions of Many Variables, and Vectors in R 2 and R 3 19 The Differential Reading: Section Two forms of the two-variable local linearity we have seen are f(x,y) f(a,b)+f x (a,b)(x a)+f y (a,b)(y b) and f f x (a,b) x+f y (a,b) y

22 20 If x and y are allowed to get smaller and smaller, this approximate inequality becomes more nearly accurate. In the limit, mathematicians change the values into d values and call them differentials. In the limit, we obtain an expression with an equality instead of an approximation: df = f x (a,b)dx+f y (a,b)dy Conceptually, mostpeoplethinkofthisasaformulafor changeinf forverysmall changes in x and y.

23 Unit 20 Functions of Many Variables, and Vectors in R 2 and R 3 21 For a function of three variables, f(x,y,z), the local linearity can be expressed in similar ways: f(x,y,z) f(a,b,c) +f x (a,b,c) (x a) +f y (a,b,c) (y b) +f z (a,b,c) (z c) f f x (a,b,c) x +f y (a,b,c) y +f z (a,b,c) z df = f x (a,b,c)dx +f y (a,b,c)dy +f z (a,b,c)dz

24 22 Using Linearity/Differentials for Estimates of Error Bounds In scientific experiments, it is important to be able to provide estimates of the accuracy of your measurements and to derive estimates of the accuracy of your conclusions. Differentials, or linear approximations, are the key to making this kind of calculation simple.

25 Unit 20 Functions of Many Variables, and Vectors in R 2 and R 3 23 Error Bounds For a 2-variable function, local linearity gives us f f x (a,b) x+f y (a,b) y To avoid sign confusion, errors are often given in the form (measured value) ± (error). This means that, if we measured x, x < (max x error). In these cases we can estimate the maximum (positive) error in the function output using error bound f x (a,b) (max x) + f y (a,b) (max y) The same result applies to 3- and higher-variable functions, with an additional term for each variable.

26 24 Example: Suppose we measure the following properties of a cylinder: radius 2.5 cm height 15.0 cm mass 330 gm Suppose further that the accuracy of our length measurements is estimated to be ±0.1 cm and the accuracy of our mass measurement to be ±2 gm. Calculate the density of the cylinder.

27 Unit 20 Functions of Many Variables, and Vectors in R 2 and R 3 25 Now estimate the error bound in this calculation. Include units.

28 26 If a is the error made in a measurement (or calculation) of a quantity a, then the ratio a is often referred to as the relative error. If we multiply it by 100, as a in a 100, we get the percentage error. a Suppose f(x,y,z) = x m y n z p. Show that the following formula for relative error is correct. f f m x x + n y y + p z z (CAUTION: This relative error formula only holds for functions that have this special form!)

29 Unit 20 Functions of Many Variables, and Vectors in R 2 and R 3 27 Vectors Reading: Sections We have seen that partial derivatives of a multi-variate function let us compute the slope of a surface in the x and y directions. However, we can also define a slope or steepness if we choose to move in an arbitrary direction. To do that kind of computation, we will need to introduce notation for arbitrary (x, y) directions. We will find the vector representation very helpful in this regard. Vectors Scalars A vector is a quantity that has both magnitude and direction. Velocity and force are examples of vector quantities. Quantities that have magnitude only are called scalars. Length and volume are examples of scalar quantities.

30 28 It is often convenient to use arrows to represent vector quantities. The length of the arrow corresponds to the magnitude of the vector and the direction of the arrow tells you the direction of the vector. A natural question to ask is does it matter where the vector is located? The answer to this question is that it does not matter. Two arrows that have the same direction and magnitude are two representations of the same vector.

31 Unit 20 Functions of Many Variables, and Vectors in R 2 and R 3 29 Which of the following arrows represent the same vector (i) the arrow from (0,0) to (3,4); (ii) the arrow from (2,2) to (5, 2); (iii) the arrow from ( 1,3) to (2,7); (iv) the arrow from (1,2) to ( 2, 2)?

32 30 It is possible to combine vector quantities in much the same way as we combine numbers (by addition and subtraction). For the vectors v 1 and v 2 below v 1 v 2 sketch v 1 + v 2 v 1 v 2 v 2 v 1

33 Unit 20 Functions of Many Variables, and Vectors in R 2 and R 3 31 Sketch the vectors ( v 1 v 1 ), and ( v 2 v 2 ). The result of these last two differences is called the zero vector. It is a vector with zero length, and is the only vector for which we can assign no direction.

34 32 Vector Components To manipulate vectors without needing to draw arrows, we need a symbolic representation for them. One of the most useful representations is the component form of a vector.

35 Unit 20 Functions of Many Variables, and Vectors in R 2 and R 3 33 Component Unit Vectors We define i a vector of length 1 in the direction of the x axis j a vector of length 1 in the direction of the y axis k a vector of length 1 in the direction of the z axis Components of a vector If we expression a vector in the form v = v 1 i+v 2 j +v 3 k we call v 1 i, v 2 j, and v 3 k the components of v Alternate Component Form If v = v 1 i+v 2 j +v 3 k, a shorter form for the component representation is v =< }{{} v 1, }{{} v 2, }{{} v 3 > i j k

36 34 Note: sometimes mathematicians use different bracket shapes v = [v 1,v 2,v 3 ] or v = (v 1,v 2,v 3 ) to indicate that the set of values represents a vector, rather than a point. We will continue to use either the vector component ( i, j) or angled parentheses (< and >).

37 Unit 20 Functions of Many Variables, and Vectors in R 2 and R 3 35 Example: Express the following vectors in both component forms: v 1 v 3 v 4 v 2 Question: Which of the following vectors represents v 1 + v 3? (a) < 2, 3 > (b) < 3, 3 > (c) < 3,2 > (d) < 3,3 >

38 36 v 1 v 3 v 4 v 2 Question: Which of the following vectors represents v 4 v 3? (a) < 3, 3 > (b) < 3,5 > (c) < 1, 1 > (d) < 1,1 >

39 Unit 20 Functions of Many Variables, and Vectors in R 2 and R 3 37 Magnitude or Length From Components If v = v 1 i+v 2 j The length of a vector v = v1 2+v2 2 In 3 dimensions, where v = v 1 i+v 2 j +v 3 k, v = v1 2+v2 2 +v2 3 How long is the vector < 2, 3 >? (a) -1 (b) 5 (c) 13 (d) 13

40 38 Application Example: An airplane sets itself on a heading due east, at an air speed of 600 km/hr. It has a tail-wind of 80 km/h from the north-west. What is the plane s net velocity vector relative to the ground?

41 Unit 20 Functions of Many Variables, and Vectors in R 2 and R 3 39 Example: An airplane is flying at an airspeed of 800 km/hr, in winds that are blowing from the south at a speed of 50 km/hr. In what direction should the plane head to end up going due east, relative to the ground?

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

Unit #19 : Functions of Many Variables, and Vectors in R 2 and R 3 Unit #19 : 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

Local Linearity (Tangent Plane) Unit #19 : Functions of Many Variables, and Vectors in R 2 and R 3

Local Linearity (Tangent Plane) Unit #19 : Functions of Many Variables, and Vectors in R 2 and R 3 Local Linearity and the Tangent Plane - 1 Unit #19 : 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 information

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

Equation of tangent plane: for explicitly defined surfaces

Equation of tangent plane: for explicitly defined surfaces 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

More information

Preview. Two-Dimensional Motion and Vectors Section 1. Section 1 Introduction to Vectors. Section 2 Vector Operations. Section 3 Projectile Motion

Preview. Two-Dimensional Motion and Vectors Section 1. Section 1 Introduction to Vectors. Section 2 Vector Operations. Section 3 Projectile Motion Two-Dimensional Motion and Vectors Section 1 Preview Section 1 Introduction to Vectors Section 2 Vector Operations Section 3 Projectile Motion Section 4 Relative Motion Two-Dimensional Motion and Vectors

More information

6. Find the equation of the plane that passes through the point (-1,2,1) and contains the line x = y = z.

6. Find the equation of the plane that passes through the point (-1,2,1) and contains the line x = y = z. Week 1 Worksheet Sections from Thomas 13 th edition: 12.4, 12.5, 12.6, 13.1 1. A plane is a set of points that satisfies an equation of the form c 1 x + c 2 y + c 3 z = c 4. (a) Find any three distinct

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

Chapter 1. Linear Equations and Straight Lines. 2 of 71. Copyright 2014, 2010, 2007 Pearson Education, Inc.

Chapter 1. Linear Equations and Straight Lines. 2 of 71. Copyright 2014, 2010, 2007 Pearson Education, Inc. Chapter 1 Linear Equations and Straight Lines 2 of 71 Outline 1.1 Coordinate Systems and Graphs 1.4 The Slope of a Straight Line 1.3 The Intersection Point of a Pair of Lines 1.2 Linear Inequalities 1.5

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

SPH3U1 Lesson 05 Kinematics

SPH3U1 Lesson 05 Kinematics VECTORS IN TWO-DIMENSIONS LEARNING GOALS Students will Draw vector scale diagrams to visualize and analyze the nature of motion in a plane. Analyze motion by using scale diagrams to add vectors. Solve

More information

SPH3U1 Lesson 09 Kinematics

SPH3U1 Lesson 09 Kinematics VECTORS IN TWO-DIMENSIONS LEARNING GOALS Students will Draw vector scale diagrams to visualize and analyze the nature of motion in a plane. Analyze motion by using scale diagrams to add vectors. Solve

More information

Overview for Families

Overview for Families unit: Graphing Equations Mathematical strand: Algebra The following pages will help you to understand the mathematics that your child is currently studying as well as the type of problems (s)he will solve

More information

Announcements. Topics: To Do:

Announcements. Topics: To Do: Announcements Topics: In the Functions of Several Variables module: - Section 3: Limits and Continuity - Section 4: Partial Derivatives - Section 5: Tangent Plane, Linearization, and Differentiability

More information

Partial Derivatives. Partial Derivatives. Partial Derivatives. Partial Derivatives. Partial Derivatives. Partial Derivatives

Partial Derivatives. Partial Derivatives. Partial Derivatives. Partial Derivatives. Partial Derivatives. Partial Derivatives In general, if f is a function of two variables x and y, suppose we let only x vary while keeping y fixed, say y = b, where b is a constant. By the definition of a derivative, we have Then we are really

More information

Sec 4.1 Coordinates and Scatter Plots. Coordinate Plane: Formed by two real number lines that intersect at a right angle.

Sec 4.1 Coordinates and Scatter Plots. Coordinate Plane: Formed by two real number lines that intersect at a right angle. Algebra I Chapter 4 Notes Name Sec 4.1 Coordinates and Scatter Plots Coordinate Plane: Formed by two real number lines that intersect at a right angle. X-axis: The horizontal axis Y-axis: The vertical

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

GPS SP1. Students will analyze the relationships between force, mass, gravity, and the motion of objects.

GPS SP1. Students will analyze the relationships between force, mass, gravity, and the motion of objects. GPS SP1. Students will analyze the relationships between force, mass, gravity, and the motion of objects. b. Compare and contrast scalar and vector quantities. SCALARS AND VECTORS Scalars only have magnitude

More information

Functions of Several Variables

Functions of Several Variables . Functions of Two Variables Functions of Several Variables Rectangular Coordinate System in -Space The rectangular coordinate system in R is formed by mutually perpendicular axes. It is a right handed

More information

Stage 7 Checklists Have you reached this Standard?

Stage 7 Checklists Have you reached this Standard? Stage 7 Checklists Have you reached this Standard? Main Criteria for the whole year. J K L Use positive integer powers and associated real roots Apply the four operations with decimal numbers Write a quantity

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

Acute Angles and Right Triangles. Copyright 2017, 2013, 2009 Pearson Education, Inc.

Acute Angles and Right Triangles. Copyright 2017, 2013, 2009 Pearson Education, Inc. 2 Acute Angles and Right Triangles Copyright 2017, 2013, 2009 Pearson Education, Inc. 1 2.5 Further Applications of Right Triangles Historical Background Bearing Further Applications Copyright 2017, 2013,

More information

Math 3 Coordinate Geometry part 1 Unit November 3, 2016

Math 3 Coordinate Geometry part 1 Unit November 3, 2016 Reviewing the basics The number line A number line is a visual representation of all real numbers. Each of the images below are examples of number lines. The top left one includes only positive whole numbers,

More information

Lesson 4: Gradient Vectors, Level Curves, Maximums/Minimums/Saddle Points

Lesson 4: Gradient Vectors, Level Curves, Maximums/Minimums/Saddle Points Lesson 4: Gradient Vectors, Level Curves, Maximums/Minimums/Saddle Points Example 1: The Gradient Vector 2 df Let f(x) x. Then 2x. This can be thought of as a vector that dx tells you the direction of

More information

Section 1: Section 2: Section 3: Section 4:

Section 1: Section 2: Section 3: Section 4: Announcements Topics: In the Functions of Several Variables module: - Section 1: Introduction to Functions of Several Variables (Basic Definitions and Notation) - Section 2: Graphs, Level Curves + Contour

More information

MATH 31A HOMEWORK 9 (DUE 12/6) PARTS (A) AND (B) SECTION 5.4. f(x) = x + 1 x 2 + 9, F (7) = 0

MATH 31A HOMEWORK 9 (DUE 12/6) PARTS (A) AND (B) SECTION 5.4. f(x) = x + 1 x 2 + 9, F (7) = 0 FROM ROGAWSKI S CALCULUS (2ND ED.) SECTION 5.4 18.) Express the antiderivative F (x) of f(x) satisfying the given initial condition as an integral. f(x) = x + 1 x 2 + 9, F (7) = 28.) Find G (1), where

More information

3.9 LINEAR APPROXIMATION AND THE DERIVATIVE

3.9 LINEAR APPROXIMATION AND THE DERIVATIVE 158 Chapter Three SHORT-CUTS TO DIFFERENTIATION 39 LINEAR APPROXIMATION AND THE DERIVATIVE The Tangent Line Approximation When we zoom in on the graph of a differentiable function, it looks like a straight

More information

Cecil Jones Academy Mathematics Fundamental Map

Cecil Jones Academy Mathematics Fundamental Map Fundamentals Year 7 (Core) Knowledge Unit 1 Unit 2 Solve problems involving prime numbers Use highest common factors to solve problems Use lowest common multiples to solve problems Explore powers and roots

More information

Barrhead High School Mathematics Department. National 4 Mathematics. Learning Intentions & Success Criteria: Assessing My Progress

Barrhead High School Mathematics Department. National 4 Mathematics. Learning Intentions & Success Criteria: Assessing My Progress Barrhead High School Mathematics Department National 4 Mathematics Learning Intentions & Success Criteria: Assessing My Progress Expressions and Formulae Topic Learning Intention Success Criteria I understand

More information

Direction Fields; Euler s Method

Direction Fields; Euler s Method Direction Fields; Euler s Method It frequently happens that we cannot solve first order systems dy (, ) dx = f xy or corresponding initial value problems in terms of formulas. Remarkably, however, this

More information

Practice problems from old exams for math 233 William H. Meeks III December 21, 2009

Practice problems from old exams for math 233 William H. Meeks III December 21, 2009 Practice problems from old exams for math 233 William H. Meeks III December 21, 2009 Disclaimer: Your instructor covers far more materials that we can possibly fit into a four/five questions exams. These

More information

2009 GCSE Maths Tutor All Rights Reserved

2009 GCSE Maths Tutor All Rights Reserved 2 This book is under copyright to GCSE Maths Tutor. However, it may be distributed freely provided it is not sold for profit. Contents angles 3 bearings 8 triangle similarity 9 triangle congruency 11 Pythagoras

More information

Math 2 Coordinate Geometry Part 1 Slope & Transformations

Math 2 Coordinate Geometry Part 1 Slope & Transformations Math 2 Coordinate Geometry Part 1 Slope & Transformations 1 MATH 1 REVIEW: THE NUMBER LINE A number line is a visual representation of all real numbers. Each of the images below are examples of number

More information

DIOCESE OF HARRISBURG MATHEMATICS CURRICULUM GRADE 8

DIOCESE OF HARRISBURG MATHEMATICS CURRICULUM GRADE 8 MATHEMATICS CURRICULUM GRADE 8 8A Numbers and Operations 1. Demonstrate an numbers, ways of representing numbers, relationships among numbers and number systems. 2. Compute accurately and fluently. a.

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

14.6 Directional Derivatives and the Gradient Vector

14.6 Directional Derivatives and the Gradient Vector 14 Partial Derivatives 14.6 and the Gradient Vector Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. and the Gradient Vector In this section we introduce

More information

Lecture 5. If, as shown in figure, we form a right triangle With P1 and P2 as vertices, then length of the horizontal

Lecture 5. If, as shown in figure, we form a right triangle With P1 and P2 as vertices, then length of the horizontal Distance; Circles; Equations of the form Lecture 5 y = ax + bx + c In this lecture we shall derive a formula for the distance between two points in a coordinate plane, and we shall use that formula to

More information

3. The domain of a function of 2 or 3 variables is a set of pts in the plane or space respectively.

3. The domain of a function of 2 or 3 variables is a set of pts in the plane or space respectively. Math 2204 Multivariable Calculus Chapter 14: Partial Derivatives Sec. 14.1: Functions of Several Variables I. Functions and Variables A. Def n : Suppose D is a set of n-tuples of real numbers (x 1, x 2,

More information

1) Find. a) b) c) d) e) 2) The function g is defined by the formula. Find the slope of the tangent line at x = 1. a) b) c) e) 3) Find.

1) Find. a) b) c) d) e) 2) The function g is defined by the formula. Find the slope of the tangent line at x = 1. a) b) c) e) 3) Find. 1 of 7 1) Find 2) The function g is defined by the formula Find the slope of the tangent line at x = 1. 3) Find 5 1 The limit does not exist. 4) The given function f has a removable discontinuity at x

More information

MATHEMATICS DEPARTMENT COURSE OUTLINE TERM 1/2/3 YEAR 7

MATHEMATICS DEPARTMENT COURSE OUTLINE TERM 1/2/3 YEAR 7 MATHEMATICS DEPARTMENT COURSE OUTLINE 2016-17 TERM 1/2/3 YEAR 7 Week Topic YEAR 7- Mathematics Term 1 plan 2016-2017 Learning outcomes 1/2 Numbers and the number system Recall prime numbers up to 50 Know

More information

Computation of Slope

Computation of Slope Computation of Slope Prepared by David R. Maidment and David Tarboton GIS in Water Resources Class University of Texas at Austin September 2011, Revised December 2011 There are various ways in which slope

More information

Vocabulary Unit 2-3: Linear Functions & Healthy Lifestyles. Scale model a three dimensional model that is similar to a three dimensional object.

Vocabulary Unit 2-3: Linear Functions & Healthy Lifestyles. Scale model a three dimensional model that is similar to a three dimensional object. Scale a scale is the ratio of any length in a scale drawing to the corresponding actual length. The lengths may be in different units. Scale drawing a drawing that is similar to an actual object or place.

More information

Visualization. Images are used to aid in understanding of data. Height Fields and Contours Scalar Fields Volume Rendering Vector Fields [chapter 26]

Visualization. Images are used to aid in understanding of data. Height Fields and Contours Scalar Fields Volume Rendering Vector Fields [chapter 26] Visualization Images are used to aid in understanding of data Height Fields and Contours Scalar Fields Volume Rendering Vector Fields [chapter 26] Tumor SCI, Utah Scientific Visualization Visualize large

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

11/1/13. Visualization. Scientific Visualization. Types of Data. Height Field. Contour Curves. Meshes

11/1/13. Visualization. Scientific Visualization. Types of Data. Height Field. Contour Curves. Meshes CSCI 420 Computer Graphics Lecture 26 Visualization Height Fields and Contours Scalar Fields Volume Rendering Vector Fields [Angel Ch. 2.11] Jernej Barbic University of Southern California Scientific Visualization

More information

Visualization. CSCI 420 Computer Graphics Lecture 26

Visualization. CSCI 420 Computer Graphics Lecture 26 CSCI 420 Computer Graphics Lecture 26 Visualization Height Fields and Contours Scalar Fields Volume Rendering Vector Fields [Angel Ch. 11] Jernej Barbic University of Southern California 1 Scientific Visualization

More information

(Refer Slide Time: 00:03:51)

(Refer Slide Time: 00:03:51) Computer Graphics Prof. Sukhendu Das Dept. of Computer Science and Engineering Indian Institute of Technology, Madras Lecture 17 Scan Converting Lines, Circles and Ellipses Hello and welcome everybody

More information

Topic 3.1: Introduction to Multivariate Functions (Functions of Two or More Variables)

Topic 3.1: Introduction to Multivariate Functions (Functions of Two or More Variables) BSU Math 275 Notes Topic 3.1: Introduction to Multivariate Functions (Functions of Two or More Variables) Textbook Section: 14.1 From the Toolbox (what you need from previous classes): Know the meaning

More information

Chapter 4: Linear Relations

Chapter 4: Linear Relations Chapter 4: Linear Relations How many people can sit around 1 table? If you put two tables together, how many will the new arrangement seat? What if there are 10 tables? What if there are 378 tables in

More information

Chapter 5 Partial Differentiation

Chapter 5 Partial Differentiation Chapter 5 Partial Differentiation For functions of one variable, y = f (x), the rate of change of the dependent variable can dy be found unambiguously by differentiation: f x. In this chapter we explore

More information

13.5 DIRECTIONAL DERIVATIVES and the GRADIENT VECTOR

13.5 DIRECTIONAL DERIVATIVES and the GRADIENT VECTOR 13.5 Directional Derivatives and te Gradient Vector Contemporary Calculus 1 13.5 DIRECTIONAL DERIVATIVES and te GRADIENT VECTOR Directional Derivatives In Section 13.3 te partial derivatives f x and f

More information

3.1. 3x 4y = 12 3(0) 4y = 12. 3x 4y = 12 3x 4(0) = y = x 0 = 12. 4y = 12 y = 3. 3x = 12 x = 4. The Rectangular Coordinate System

3.1. 3x 4y = 12 3(0) 4y = 12. 3x 4y = 12 3x 4(0) = y = x 0 = 12. 4y = 12 y = 3. 3x = 12 x = 4. The Rectangular Coordinate System 3. The Rectangular Coordinate System Interpret a line graph. Objectives Interpret a line graph. Plot ordered pairs. 3 Find ordered pairs that satisfy a given equation. 4 Graph lines. 5 Find x- and y-intercepts.

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

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

Birkdale High School - Higher Scheme of Work

Birkdale High School - Higher Scheme of Work Birkdale High School - Higher Scheme of Work Module 1 - Integers and Decimals Understand and order integers (assumed) Use brackets and hierarchy of operations (BODMAS) Add, subtract, multiply and divide

More information

DEPARTMENT OF MATHEMATICS AND STATISTICS QUEEN S UNIVERSITY AT KINGSTON MATH 121/124 - APR 2014 A. Ableson, T. Day, A. Hoefel

DEPARTMENT OF MATHEMATICS AND STATISTICS QUEEN S UNIVERSITY AT KINGSTON MATH 121/124 - APR 2014 A. Ableson, T. Day, A. Hoefel Page 1 of 18 DEPARTMENT OF MATHEMATICS AND STATISTICS QUEEN S UNIVERSITY AT KINGSTON MATH 121/124 - APR 2014 A. Ableson, T. Day, A. Hoefel INSTRUCTIONS: Answer all questions, writing clearly in the space

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

8.6 Three-Dimensional Cartesian Coordinate System

8.6 Three-Dimensional Cartesian Coordinate System SECTION 8.6 Three-Dimensional Cartesian Coordinate Sstem 69 What ou ll learn about Three-Dimensional Cartesian Coordinates Distance and Midpoint Formulas Equation of a Sphere Planes and Other Surfaces

More information

2-1 Transformations and Rigid Motions. ENGAGE 1 ~ Introducing Transformations REFLECT

2-1 Transformations and Rigid Motions. ENGAGE 1 ~ Introducing Transformations REFLECT 2-1 Transformations and Rigid Motions Essential question: How do you identify transformations that are rigid motions? ENGAGE 1 ~ Introducing Transformations A transformation is a function that changes

More information

ENGI Parametric & Polar Curves Page 2-01

ENGI Parametric & Polar Curves Page 2-01 ENGI 3425 2. Parametric & Polar Curves Page 2-01 2. Parametric and Polar Curves Contents: 2.1 Parametric Vector Functions 2.2 Parametric Curve Sketching 2.3 Polar Coordinates r f 2.4 Polar Curve Sketching

More information

Unit #19 : Level Curves, Partial Derivatives

Unit #19 : Level Curves, Partial Derivatives Unit #19 : Level Curves, Partial Derivatives Goals: To learn how to use and interpret contour diagrams as a way of visualizing functions of two variables. To study linear functions of two variables. To

More information

Functions of Several Variables

Functions of Several Variables Jim Lambers MAT 280 Spring Semester 2009-10 Lecture 2 Notes These notes correspond to Section 11.1 in Stewart and Section 2.1 in Marsden and Tromba. Functions of Several Variables Multi-variable calculus

More information

MATH 021 UNIT 2 HOMEWORK ASSIGNMENTS

MATH 021 UNIT 2 HOMEWORK ASSIGNMENTS MATH 021 UNIT 2 HOMEWORK ASSIGNMENTS General Instructions You will notice that most of the homework assignments for a section have more than one part. Usually, the part (A) questions ask for explanations,

More information

Learning Log Title: CHAPTER 6: TRANSFORMATIONS AND SIMILARITY. Date: Lesson: Chapter 6: Transformations and Similarity

Learning Log Title: CHAPTER 6: TRANSFORMATIONS AND SIMILARITY. Date: Lesson: Chapter 6: Transformations and Similarity Chapter 6: Transformations and Similarity CHAPTER 6: TRANSFORMATIONS AND SIMILARITY Date: Lesson: Learning Log Title: Date: Lesson: Learning Log Title: Chapter 6: Transformations and Similarity Date: Lesson:

More information

Precalculus eday #3 Assignment

Precalculus eday #3 Assignment Name Date Score Precalculus eday #3 Assignment 1. If X = 35, Y = 84, and Z = 91, what is the cosine of B? 2. If X = 60, Y = 25, and Z = 65, what is the sine of B? 3. In the triangle shown above m A = 43,

More information

Prentice Hall Mathematics: Course Correlated to: Massachusetts State Learning Standards Curriculum Frameworks (Grades 7-8)

Prentice Hall Mathematics: Course Correlated to: Massachusetts State Learning Standards Curriculum Frameworks (Grades 7-8) Massachusetts State Learning Standards Curriculum Frameworks (Grades 7-8) NUMBER SENSE AND OPERATIONS 8.N.1 8.N.2 8.N.3 8.N.4 8.N.5 8.N.6 8.N.7 8.N.8 Compare, order, estimate, and translate among integers,

More information

Practice problems from old exams for math 233

Practice problems from old exams for math 233 Practice problems from old exams for math 233 William H. Meeks III October 26, 2012 Disclaimer: Your instructor covers far more materials that we can possibly fit into a four/five questions exams. These

More information

MA 114 Worksheet #17: Average value of a function

MA 114 Worksheet #17: Average value of a function Spring 2019 MA 114 Worksheet 17 Thursday, 7 March 2019 MA 114 Worksheet #17: Average value of a function 1. Write down the equation for the average value of an integrable function f(x) on [a, b]. 2. Find

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

UNIT 5: GEOMETRIC AND ALGEBRAIC CONNECTIONS. Apply Geometric Concepts in Modeling Situations

UNIT 5: GEOMETRIC AND ALGEBRAIC CONNECTIONS. Apply Geometric Concepts in Modeling Situations UNIT 5: GEOMETRIC AND ALGEBRAIC CONNECTIONS This unit investigates coordinate geometry. Students look at equations for circles and use given information to derive equations for representations of these

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

Edge and local feature detection - 2. Importance of edge detection in computer vision

Edge and local feature detection - 2. Importance of edge detection in computer vision Edge and local feature detection Gradient based edge detection Edge detection by function fitting Second derivative edge detectors Edge linking and the construction of the chain graph Edge and local feature

More information

Section 1.1 The Distance and Midpoint Formulas

Section 1.1 The Distance and Midpoint Formulas Section 1.1 The Distance and Midpoint Formulas 1 y axis origin x axis 2 Plot the points: ( 3, 5), (0,7), ( 6,0), (6,4) 3 Distance Formula y x 4 Finding the Distance Between Two Points Find the distance

More information

Vector Integration : Surface Integrals

Vector Integration : Surface Integrals Vector Integration : Surface Integrals P. Sam Johnson April 10, 2017 P. Sam Johnson Vector Integration : Surface Integrals April 10, 2017 1/35 Overview : Surface Area and Surface Integrals You know how

More information

Geometry. 4.1 Translations

Geometry. 4.1 Translations Geometry 4.1 Translations 4.1 Warm Up Translate point P. State the coordinates of P'. 1. P(-4, 4); 2 units down, 2 units right 2. P(-3, -2); 3 units right, 3 units up 3. P(2,2); 2 units down, 2 units right

More information

Addition Properties. Properties something you cannot disprove always true. *You must memorize these properties!

Addition Properties. Properties something you cannot disprove always true. *You must memorize these properties! Addition Properties Properties something you cannot disprove always true. *You must memorize these properties! 1) Commutative property of addition changing the order of addends will not change the sum

More information

Unit Maps: Grade 8 Math

Unit Maps: Grade 8 Math Real Number Relationships 8.3 Number and operations. The student represents and use real numbers in a variety of forms. Representation of Real Numbers 8.3A extend previous knowledge of sets and subsets

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

Section 4: Extreme Values & Lagrange Multipliers.

Section 4: Extreme Values & Lagrange Multipliers. Section 4: Extreme Values & Lagrange Multipliers. Compiled by Chris Tisdell S1: Motivation S2: What are local maxima & minima? S3: What is a critical point? S4: Second derivative test S5: Maxima and Minima

More information

Lecture 4. If P1(x1,y1) and P2(x2,y2) are points on a non-vertical line, then the slope m of the line is defined by

Lecture 4. If P1(x1,y1) and P2(x2,y2) are points on a non-vertical line, then the slope m of the line is defined by Lines Lecture 4 In this section we shall discuss ways to measure the "steepness" or "slope" of a line in the plane. The ideas we develop here will be important when we discuss equations and graphs of straight

More information

MA 113 Calculus I Fall 2015 Exam 2 Tuesday, 20 October Multiple Choice Answers. Question

MA 113 Calculus I Fall 2015 Exam 2 Tuesday, 20 October Multiple Choice Answers. Question MA 113 Calculus I Fall 2015 Exam 2 Tuesday, 20 October 2015 Name: Section: Last digits of student ID #: This exam has ten multiple choice questions (five points each) and five free response questions (ten

More information

Section 1.5 Transformation of Functions

Section 1.5 Transformation of Functions Section 1.5 Transformation of Functions 61 Section 1.5 Transformation of Functions Often when given a problem, we try to model the scenario using mathematics in the form of words, tables, graphs and equations

More information

Year 6 programme of study

Year 6 programme of study Year 6 programme of study Number number and place value read, write, order and compare numbers up to 10 000 000 and determine the value of each digit round any whole number to a required degree of accuracy

More information

Algebra 2 Chapter Relations and Functions

Algebra 2 Chapter Relations and Functions Algebra 2 Chapter 2 2.1 Relations and Functions 2.1 Relations and Functions / 2.2 Direct Variation A: Relations What is a relation? A of items from two sets: A set of values and a set of values. What does

More information

MATH Harrell. Which way is up? Lecture 9. Copyright 2008 by Evans M. Harrell II.

MATH Harrell. Which way is up? Lecture 9. Copyright 2008 by Evans M. Harrell II. MATH 2401 - Harrell Which way is up? Lecture 9 Copyright 2008 by Evans M. Harrell II. A set does not necessarily have boundaries If it does have boundaries Are the boundaries part of the set or not? Sets

More information

MATHEMATICS Grade 7 Advanced Standard: Number, Number Sense and Operations

MATHEMATICS Grade 7 Advanced Standard: Number, Number Sense and Operations Standard: Number, Number Sense and Operations Number and Number Systems A. Use scientific notation to express large numbers and numbers less than one. 1. Use scientific notation to express large numbers

More information

Interactive Math Glossary Terms and Definitions

Interactive Math Glossary Terms and Definitions Terms and Definitions Absolute Value the magnitude of a number, or the distance from 0 on a real number line Addend any number or quantity being added addend + addend = sum Additive Property of Area the

More information

Mathematics Department Inverclyde Academy

Mathematics Department Inverclyde Academy Common Factors I can gather like terms together correctly. I can substitute letters for values and evaluate expressions. I can multiply a bracket by a number. I can use common factor to factorise a sum

More information

Section 1.5 Transformation of Functions

Section 1.5 Transformation of Functions 6 Chapter 1 Section 1.5 Transformation of Functions Often when given a problem, we try to model the scenario using mathematics in the form of words, tables, graphs and equations in order to explain or

More information

GCSE Higher Revision List

GCSE Higher Revision List GCSE Higher Revision List Level 8/9 Topics I can work with exponential growth and decay on the calculator. I can convert a recurring decimal to a fraction. I can simplify expressions involving powers or

More information

5 Applications of Definite Integrals

5 Applications of Definite Integrals 5 Applications of Definite Integrals The previous chapter introduced the concepts of a definite integral as an area and as a limit of Riemann sums, demonstrated some of the properties of integrals, introduced

More information

Height Fields and Contours Scalar Fields Volume Rendering Vector Fields [Angel Ch. 12] April 23, 2002 Frank Pfenning Carnegie Mellon University

Height Fields and Contours Scalar Fields Volume Rendering Vector Fields [Angel Ch. 12] April 23, 2002 Frank Pfenning Carnegie Mellon University 15-462 Computer Graphics I Lecture 21 Visualization Height Fields and Contours Scalar Fields Volume Rendering Vector Fields [Angel Ch. 12] April 23, 2002 Frank Pfenning Carnegie Mellon University http://www.cs.cmu.edu/~fp/courses/graphics/

More information

Contents. MATH 32B-2 (18W) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables. 1 Homework 1 - Solutions 3. 2 Homework 2 - Solutions 13

Contents. MATH 32B-2 (18W) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables. 1 Homework 1 - Solutions 3. 2 Homework 2 - Solutions 13 MATH 32B-2 (8) (L) G. Liu / (TA) A. Zhou Calculus of Several Variables Contents Homework - Solutions 3 2 Homework 2 - Solutions 3 3 Homework 3 - Solutions 9 MATH 32B-2 (8) (L) G. Liu / (TA) A. Zhou Calculus

More information

Math 124 Final Examination Autumn Turn off all cell phones, pagers, radios, mp3 players, and other similar devices.

Math 124 Final Examination Autumn Turn off all cell phones, pagers, radios, mp3 players, and other similar devices. Math 124 Final Examination Autumn 2016 Your Name Your Signature Student ID # Quiz Section Professor s Name TA s Name Turn off all cell phones, pagers, radios, mp3 players, and other similar devices. This

More information

Scalars & Vectors Learning Outcomes

Scalars & Vectors Learning Outcomes 1 Scalars & Vectors Learning Outcomes Differentiate between scalars and vectors. Recognise quantities as either scalars or vectors. Add vectors. Use coordinates to represent and work with vectors. Decompose

More information

UT2-DSE-MATH-CP 1 Solution

UT2-DSE-MATH-CP 1 Solution 016 017 UT-DSE-MATH-CP 1 Solution SECTION A (70 marks) 1. Factorize x 5x, (b) x y xy x 5x. ( marks) x 5x ( x 1)( x ) (b) x y xy x 5x ( x 1) xy (x 1)( x ) ( xy x )(x 1) 19 4x. Solve the inequality 17 x

More information

Year Nine Scheme of Work. Overview

Year Nine Scheme of Work. Overview Year Nine Scheme of Work Overview Unit Topic 1 Angles 2 Manipulating Algebra and Rules of Negatives 3 Place Value and Decimals 4 Sequences 5 Data 6 Fractions 7 Perimeter and Area of Polygons and Circles

More information

Math 1330 Section 4.2 Section 4.2: Radians, Arc Length, and Area of a Sector

Math 1330 Section 4.2 Section 4.2: Radians, Arc Length, and Area of a Sector Section 4.: Radians, Arc Length, and Area of a Sector An angle is formed by two rays that have a common endpoint (vertex). One ray is the initial side and the other is the terminal side. We typically will

More information

Experimental Design and Graphical Analysis of Data

Experimental Design and Graphical Analysis of Data Experimental Design and Graphical Analysis of Data A. Designing a controlled experiment When scientists set up experiments they often attempt to determine how a given variable affects another variable.

More information

Cambridge IGCSE mapping

Cambridge IGCSE mapping Cambridge IGCSE mapping Specification point Boardworks presentation 1. Number, set notation and language Identify and use natural numbers, integers (positive, negative and zero), prime numbers, square

More information

Integrated Algebra/Geometry 1

Integrated Algebra/Geometry 1 *Ability to add, subtract, multiply and divide integers (without the use of a calculator) Ability to make statements about information presented in: tables and graphs concept maps identify and extend patterns

More information