Math 32A Discussion Session Week 9 Notes November 28 and 30, 2017

Size: px
Start display at page:

Download "Math 32A Discussion Session Week 9 Notes November 28 and 30, 2017"

Transcription

1 Math 3A Discussion Session Week 9 Notes November 8 an 30, 07 This week we ll explore some of the ieas from chapter 5, focusing mostly on the graient. We ll motivate this exploration with an example that we carry through the iscussion, but we ll see notably fewer worke examples this week than usual. The examples shoul become substantially easier once we have a mastery of the ieas involve. Throughout this iscussion, let s suppose we have a function f(x, y) which gives the elevation (in whatever units you like) at the point (x, y). For instance, Figure shows a possible graph of an elevation function, along with some level curves of that function. As you ve learne, the partial erivatives f x an f y are meant to give the slopes of z = f(x, y) in the x- an y-irections, respectively. That is, if we re staning at the point (a, b), our elevation is f(a, b) an we expect this elevation to increase by approximately f x (a, b) units if we move to (a +, b). But what if we move in some irection other than the x-irection or y-irection? You ve investigate this question in the context of local linear approximations; toay we want to think about it in a slightly ifferent way. (a) The graph z = f(x, y). (b) Some level curves. Figure : An elevation function. Suppose we rive aroun the region for which f(x, y) provies the elevation function an recor our elevation as we rive. For instance, Figure shows a path our car might follow, as well as the elevation we woul experience along this path. Notice that we begin with a relatively high elevation, escen to a sale point, continue escening into the valley surrouning the point (, ), an then ascen a bit; all of this elevation change is reflecte in the elevation profile on the right. If we write our path as r(t) = (x(t), y(t)), then the elevation we experience at time t shoul be given by f(r(t)) = f(x(t), y(t)). How quickly oes this elevation change with respect to time? This shoul be given by the erivative: t (f(r(t)) = (f(x(t), y(t))). t

2 (b) Our elevation as a function of time. (a) The path of our car. Figure : A possible path an elevation profile for our car. To evaluate this erivative it will help to remember the chain rule from single-variable calculus. Remember that if g an h are single-variable (ifferentiable) functions, then We can visualize the chain rule as follows: x (g(h(x))) = g (h(x))h (x). h x g h g. We want to know how a small change in the value of x affects the value of g(h(x)). When we change x we change h(x), an this change is measure by h (x). Changing h(x) then affects the value of g(h(x)), an this change is measure by g (h(x)). The total change is then the prouct g (h(x))h (x). Differentiating our elevation function will follow a similar pattern. We can visualize the function f(x(t), y(t)) as x x f x t f. y f y y The elevation f epens on the coorinates x an y, which in turn both epen on t. Changing the value of t will change the value of x(t), which will then affect the value of f(x(t), y(t)). But changing t will also change y(t) an this change will also affect the value of f(x(t), y(t)). Summing

3 Figure 3: Some level curves of f(x, y) = 50 x 8y an the path r(t) = cos t, sin t. these effects tells us that t (f(x(t), y(t))) = f x(x(t), y(t))x (t) + f y (x(t), y(t))y (t). Notice that the terms in this sum come in two types: there are erivatives of the elevation function f an erivatives of our path r(t). Moreover, we can separate these terms by writing the expression as a ot prouct: t (f(x(t), y(t))) = f x(x(t), y(t)), f y (x(t), y(t)) x (t), y (t). The first vector captures everything we nee to know (for this particular application) about erivatives of f, so we give it a name: the graient of f is a vector-value function of two variables efine by f(x, y) = f x (x, y), f y (x, y). Finally we have a very succinct way of expressing the time erivative of our elevation function: t (f(r(t))) = f(r(t)) r (t). To recap: we starte with an elevation function f(x, y) an a parametrization r(t). There are then two vectors base at r(t) that represent some sort of erivative. The graient f(r(t)) represents a erivative of f at r(t), an r (t), our velocity vector, is a erivative of r(t) at r (t). Dotting these vectors together gives the erivative of the function f(r(t)). Example. Consier the elevation function f(x, y) = 50 x 8y an the path r(t) = cos t, sin t, t [0, π]. Some level curves of f an the path r(t) are shown in Figure 3. How quickly is our elevation changing at time t = 3π/4? Ientify the critical points of the elevation function along the path. 3

4 (Solution) Our elevation at time t is given by f(r(t)). Because we have expressions for f(x, y) an r(t) we coul make appropriate substitutions an use the tools of single-variable calculus, but instea let s use the ieas evelope above. We have an r(3π/4) = /, /, so f(r(3π/4)) = We also have r (t) = sin t, cos t, so f(x, y) = 4x, 6y, 4, 3 =, 6. r (3π/4) = /,. Finally, t (f(r(t))) = f(r(3π/4)) r (3π/4) = ( )( / ) + ( 6 )( ) = 34. t=3π/4 Now the critical points of f(r(t)) will of course be the points where t (f(r(t))) vanishes. We have t (f(r(t))) = f(r(t)) r (t) = 4 cos t, 6( sin t) sin t, cos t = 4 cos t sin t 64 sin t cos t = 60 cos t sin t. So f(r(t)) will have a critical point any time either cos t or sin t is zero that is, at 0, π/, π, 3π/, an π. Notice that these values correspon to the points where our path is tangent to a level curve of f. Next, let s consier the following problem: we still have the elevation function f(x, y), an we re staning at the point (a, b) (which we assume is not a critical point for f). We plan to move away from (a, b) at unit spee an want to know in which irection we shoul travel so that (a) our elevation increases as quickly as possible; (b) our elevation ecreases as quickly as possible; (c) our elevation oes not change. If we move away from (a, b) along a straight line, then our path can be parametrize as r(t) = a, b + tu, t 0, where u is a unit vector. In this case r (0) = u an the conitions we consier above involve t (f(r(t))) = f(r(0)) r (0) = f(a, b) u. t=0 This is the slope along our path, which we re hoping to either maximize (in the case of (a)), minimize (in the case of (b)), or set to zero (in the case of (c)). (We assume that f(a, b) is not Inee, since we re moving at unit spee this is truly the slope of the tangent line to the curve (x(t), y(t), f(x(t), y(t)) in 3-space. 4

5 the zero vector.) If θ is the smaller angle between u (so that 0 θ π) an the vector f(a, b) then we can write f(a, b) u = f(a, b) u cos θ = f(a, b) cos θ, since u is a unit vector. This expression is maximize when cos θ =, which occurs when θ = 0. So if we want our elevation to increase as quickly as possible, we shoul move in the irection of f(a, b). Similarly, our elevation will ecrease as quickly as possible if we move in the irection of f(a, b), where we have θ = π an cos θ =. Finally, our elevation will not change (instantaneously) if we have θ = π/, for in this case cos θ = 0 an t (f(r(t))) = 0. In particular, a line perpenicular to the graient vector is tangent to a level curve. So we have the following observations:. At (a, b) the irection of greatest increase for f is f(a, b).. The irection of greatest ecrease is f(a, b). 3. The vector f(a, b) is perpenicular to the level curve passing through (a, b). Remember that in the previous example the critical points of our elevation function (where our slope was zero) were the points where our velocity vector was tangent to a level curve of the elevation function. This agrees with our newer observations. We actually have a name for the erivatives consiere above. Say we have a function f(x, y), a point P = (a, b) an a vector v base at P. We efine the irectional erivative of f at P in the irection of v to be D u f = f(p ) u, where u = v/ v is the unit vector in the irection of v. As we learne in our above iscussion, this number is the slope of the line tangent to z = f(x, y) passing through (a, b, f(a, b)) an moving in the irection of v. Example. Fin the irectional erivative of f(x, y, z) = x 3 + yz at the point P = (, 3, ) in the irection pointing to the origin. (Solution) The vector pointing from P to the origin is given by v =, 3,. The unit vector pointing in this irection is then u = v =, 3, We also have so f(p ) = 3,, 3. Then f = 3x, z, y, D u f = f(p ) u = 3,, +3, 3, =

LESSON 18: INTRODUCTION TO FUNCTIONS OF SEVERAL VARIABLES MATH FALL 2018

LESSON 18: INTRODUCTION TO FUNCTIONS OF SEVERAL VARIABLES MATH FALL 2018 LESSON 8: INTRODUCTION TO FUNCTIONS OF SEVERAL VARIABLES MATH 6020 FALL 208 ELLEN WELD. Partial Derivatives We aress how to take a erivative of a function of several variables. Although we won t get into

More information

MATH 8 FALL 2010 CLASS 27, 11/19/ Directional derivatives Recall that the definitions of partial derivatives of f(x, y) involved limits

MATH 8 FALL 2010 CLASS 27, 11/19/ Directional derivatives Recall that the definitions of partial derivatives of f(x, y) involved limits MATH 8 FALL 2010 CLASS 27, 11/19/2010 1 Directional derivatives Recall that the definitions of partial derivatives of f(x, y) involved limits lim h 0 f(a + h, b) f(a, b), lim h f(a, b + h) f(a, b) In these

More information

4 to find the dimensions of the rectangle that have the maximum area. 2y A =?? f(x, y) = (2x)(2y) = 4xy

4 to find the dimensions of the rectangle that have the maximum area. 2y A =?? f(x, y) = (2x)(2y) = 4xy Optimization Constrained optimization and Lagrange multipliers Constrained optimization is what it sounds like - the problem of finding a maximum or minimum value (optimization), subject to some other

More information

2.1 Partial Derivatives

2.1 Partial Derivatives .1 Partial Derivatives.1.1 Functions of several variables Up until now, we have only met functions of single variables. From now on we will meet functions such as z = f(x, y) and w = f(x, y, z), which

More information

Math 5BI: Problem Set 1 Linearizing functions of several variables

Math 5BI: Problem Set 1 Linearizing functions of several variables Math 5BI: Problem Set Linearizing functions of several variables March 9, A. Dot and cross products There are two special operations for vectors in R that are extremely useful, the dot and cross products.

More information

Lecture 19. Vector fields. Dan Nichols MATH 233, Spring 2018 University of Massachusetts. April 10, 2018.

Lecture 19. Vector fields. Dan Nichols MATH 233, Spring 2018 University of Massachusetts. April 10, 2018. Lecture 19 Vector fields Dan Nichols nichols@math.umass.edu MATH 233, Spring 218 University of Massachusetts April 1, 218 (2) Chapter 16 Chapter 12: Vectors and 3D geometry Chapter 13: Curves and vector

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 January 14, 2010 Disclaimer: Your instructor covers far more materials that we can possibly fit into a four/five questions exams. These

More information

Wind sculpture. Cable 2. Cable 1. Sculpture

Wind sculpture. Cable 2. Cable 1. Sculpture Win sculpture Your frien, an artist, has been thinking about an interesting way to isplay a new win sculpture she has just create. In orer to create an aural as well as visual effect, she woul like to

More information

Exam 2 Review Sheet. r(t) = x(t), y(t), z(t)

Exam 2 Review Sheet. r(t) = x(t), y(t), z(t) Exam 2 Review Sheet Joseph Breen Particle Motion Recall that a parametric curve given by: r(t) = x(t), y(t), z(t) can be interpreted as the position of a particle. Then the derivative represents the particle

More information

Questions on Differentiation

Questions on Differentiation Questions on Differentiation In Questions 3-8 I give some of the eamples of functions that have ha to be ifferentiate in the previous few eams for this course. 3 (2003 Differentiate i ln ( +, for >, twice,

More information

MATH 234 THIRD SEMESTER CALCULUS

MATH 234 THIRD SEMESTER CALCULUS MATH 234 THIRD SEMESTER CALCULUS Fall 2009 1 2 Math 234 3rd Semester Calculus Lecture notes version 0.9(Fall 2009) This is a self contained set of lecture notes for Math 234. The notes were written by

More information

Name: ID: Section: Math 233 Exam 2. Page 1. This exam has 17 questions:

Name: ID: Section: Math 233 Exam 2. Page 1. This exam has 17 questions: Page Name: ID: Section: This exam has 7 questions: 5 multiple choice questions worth 5 points each. 2 hand graded questions worth 25 points total. Important: No graphing calculators! Any non scientific

More information

Partial Differentiation 1 Introduction

Partial Differentiation 1 Introduction Partial Differentiation 1 Introduction In the first part of this course you have met the idea of a derivative. To recap what this means, recall that if you have a function, z say, then the slope of the

More information

Test Yourself. 11. The angle in degrees between u and w. 12. A vector parallel to v, but of length 2.

Test Yourself. 11. The angle in degrees between u and w. 12. A vector parallel to v, but of length 2. Test Yourself These are problems you might see in a vector calculus course. They are general questions and are meant for practice. The key follows, but only with the answers. an you fill in the blanks

More information

Differentiable functions (Sec. 14.4)

Differentiable functions (Sec. 14.4) Math 20C Multivariable Calculus Lecture 3 Differentiable functions (Sec. 4.4) Review: Partial derivatives. Slide Partial derivatives and continuity. Equation of the tangent plane. Differentiable functions.

More information

(d) If a particle moves at a constant speed, then its velocity and acceleration are perpendicular.

(d) If a particle moves at a constant speed, then its velocity and acceleration are perpendicular. Math 142 -Review Problems II (Sec. 10.2-11.6) Work on concept check on pages 734 and 822. More review problems are on pages 734-735 and 823-825. 2nd In-Class Exam, Wednesday, April 20. 1. True - False

More information

Lecture 15. Global extrema and Lagrange multipliers. Dan Nichols MATH 233, Spring 2018 University of Massachusetts

Lecture 15. Global extrema and Lagrange multipliers. Dan Nichols MATH 233, Spring 2018 University of Massachusetts Lecture 15 Global extrema and Lagrange multipliers Dan Nichols nichols@math.umass.edu MATH 233, Spring 2018 University of Massachusetts March 22, 2018 (2) Global extrema of a multivariable function Definition

More information

Ray tracing in an inhomogeneous medium

Ray tracing in an inhomogeneous medium /7/1 Waves WKB ray tracing 1 Ray tracing in an inhomogeneous meium Raio waves can "bounce off" the ionosphere, particularly if they are incient at an angle. The inex of refraction of the ionosphere changes

More information

Definitions and claims functions of several variables

Definitions and claims functions of several variables Definitions and claims functions of several variables In the Euclidian space I n of all real n-dimensional vectors x = (x 1, x,..., x n ) the following are defined: x + y = (x 1 + y 1, x + y,..., x n +

More information

Solutions to the problems from Written assignment 2 Math 222 Winter 2015

Solutions to the problems from Written assignment 2 Math 222 Winter 2015 Solutions to the problems from Written assignment 2 Math 222 Winter 2015 1. Determine if the following limits exist, and if a limit exists, find its value. x2 y (a) The limit of f(x, y) = x 4 as (x, y)

More information

Review guide for midterm 2 in Math 233 March 30, 2009

Review guide for midterm 2 in Math 233 March 30, 2009 Review guide for midterm 2 in Math 2 March, 29 Midterm 2 covers material that begins approximately with the definition of partial derivatives in Chapter 4. and ends approximately with methods for calculating

More information

MODELLING OF GPS SIGNAL LARGE SCALE PROPAGATION CHARACTERISTICS IN URBAN AREAS FOR PRECISE NAVIGATION

MODELLING OF GPS SIGNAL LARGE SCALE PROPAGATION CHARACTERISTICS IN URBAN AREAS FOR PRECISE NAVIGATION Int. J. Elec&Electr.Eng&Telcomm. 2012 G Sateesh Kumar et al., 2012 Research Paper ISSN 2319 2518 www.ijeetc.com Vol. 1, No. 1, October 2012 2012 IJEETC. All Rights Reserve MODELLING OF GPS SIGNAL LARGE

More information

FUNCTIONS OF SEVERAL VARIABLES AND PARTIAL DIFFERENTIATION

FUNCTIONS OF SEVERAL VARIABLES AND PARTIAL DIFFERENTIATION FUNCTIONS OF SEVERAL VARIABLES AND PARTIAL DIFFERENTIATION 1. Functions of Several Variables A function of two variables is a rule that assigns a real number f(x, y) to each ordered pair of real numbers

More information

AN APPLICATION OF A GENERALISED JAKES MODEL FOR MIMO CHANNELS

AN APPLICATION OF A GENERALISED JAKES MODEL FOR MIMO CHANNELS AN APPLICATION OF A GENERALISED JAKES MODEL FOR MIMO CHANNELS Davi B. Smith (1) (1) Faculty of Engineering (Telecommunications), University of Technology Syney PO Box 13 Broaway NS 007 Australia E-mail:

More information

Validation of a Non-Line-of-Sight Path-Loss Model for V2V Communications at Street Intersections

Validation of a Non-Line-of-Sight Path-Loss Model for V2V Communications at Street Intersections Valiation of a Non-Line-of-Sight Path-Loss Moel for V2V Communications at Street Intersections Taimoor Abbas, Anreas Thiel, Thomas Zemen, Christoph F. Mecklenbräuker, an Frerik Tufvesson Department of

More information

Mock final exam Math fall 2007

Mock final exam Math fall 2007 Mock final exam Math - fall 7 Fernando Guevara Vasquez December 5 7. Consider the curve r(t) = ti + tj + 5 t t k, t. (a) Show that the curve lies on a sphere centered at the origin. (b) Where does the

More information

Construction of Power Efficient Routing Tree for Ad Hoc Wireless Networks using Directional Antenna

Construction of Power Efficient Routing Tree for Ad Hoc Wireless Networks using Directional Antenna Construction of Power Efficient Routing Tree for A Hoc Wireless Networks using Directional Antenna Qing Dai an Jie Wu Department of Computer Science an Engineering Floria Atlantic University Boca Raton,

More information

WIND TURBINE AMPLITUDE MODULATION NOISE DUE TO TIME- DEPENDENT INTERFERENCE

WIND TURBINE AMPLITUDE MODULATION NOISE DUE TO TIME- DEPENDENT INTERFERENCE WIND TURBINE AMPLITUDE MODULATION NOISE DUE TO TIME- DEPENDENT INTERFERENCE Abstract Stuart Braley Physics Department, University of Aucklan, Private Bag 9019, Aucklan, New Zealan Email: s.braley@aucklan.ac.nz

More information

Measurement of Semi-Anechoic Chamber Using Modified VSWR method above 1GHz

Measurement of Semi-Anechoic Chamber Using Modified VSWR method above 1GHz Measurement of Semi-Anechoic Chamber Using Moifie VSWR metho above 1GHz M. Bittera, K. Kováč, J. Hallon Department of Measurement, Faculty of Electrical Engineering an Information Technology, Slovak University

More information

Exam 1 Study Guide. Math 223 Section 12 Fall Student s Name

Exam 1 Study Guide. Math 223 Section 12 Fall Student s Name Exam 1 Study Guide Math 223 Section 12 Fall 2015 Dr. Gilbert Student s Name The following problems are designed to help you study for the first in-class exam. Problems may or may not be an accurate indicator

More information

Optical schemes of spectrographs with a diffractive optical element in a converging beam

Optical schemes of spectrographs with a diffractive optical element in a converging beam J. ur. Opt. Soc.-api 0, 50 205 www.jeos.org Optical schemes of spectrographs with a iffractive optical element in a converging beam.. Muslimov Kazan National esearch Technical University - KAI, Kazan,

More information

CHAPTER 11 PARTIAL DERIVATIVES

CHAPTER 11 PARTIAL DERIVATIVES CHAPTER 11 PARTIAL DERIVATIVES 1. FUNCTIONS OF SEVERAL VARIABLES A) Definition: A function of two variables is a rule that assigns to each ordered pair of real numbers (x,y) in a set D a unique real number

More information

MATH Review Exam II 03/06/11

MATH Review Exam II 03/06/11 MATH 21-259 Review Exam II 03/06/11 1. Find f(t) given that f (t) = sin t i + 3t 2 j and f(0) = i k. 2. Find lim t 0 3(t 2 1) i + cos t j + t t k. 3. Find the points on the curve r(t) at which r(t) and

More information

Digital Audio Signal Processing DASP. Lecture-3: Noise Reduction-II. Fixed Beamforming. Marc Moonen

Digital Audio Signal Processing DASP. Lecture-3: Noise Reduction-II. Fixed Beamforming. Marc Moonen Digital Auio Signal Processing DASP Lecture-3: Noise Reuction-II Fixe Beamforming arc oonen Dept. E.E./ESAT-STADIUS, KU Leuven marc.moonen@kuleuven.be homes.esat.kuleuven.be/~moonen/ Overview Introuction

More information

Similarly, the point marked in red below is a local minimum for the function, since there are no points nearby that are lower than it:

Similarly, the point marked in red below is a local minimum for the function, since there are no points nearby that are lower than it: Extreme Values of Multivariate Functions Our next task is to develop a method for determining local extremes of multivariate functions, as well as absolute extremes of multivariate functions on closed

More information

Math 148 Exam III Practice Problems

Math 148 Exam III Practice Problems Math 48 Exam III Practice Problems This review should not be used as your sole source for preparation for the exam. You should also re-work all examples given in lecture, all homework problems, all lab

More information

Chapter 9 answers. Section 9.1. Worked example: Try yourself Heinemann Physics 12 4e APPLYING HUYGENS PRINCIPLE

Chapter 9 answers. Section 9.1. Worked example: Try yourself Heinemann Physics 12 4e APPLYING HUYGENS PRINCIPLE Chapter 9 answers Heinemann Physics 12 4e Section 9.1 Worke example: Try yourself 9.1.1 APPLYING HUYGENS PRINCIPLE On the circular waves shown below, sketch some of the seconary wavelets on the outer wavefront

More information

MATH 105: Midterm #1 Practice Problems

MATH 105: Midterm #1 Practice Problems Name: MATH 105: Midterm #1 Practice Problems 1. TRUE or FALSE, plus explanation. Give a full-word answer TRUE or FALSE. If the statement is true, explain why, using concepts and results from class to justify

More information

7/26/2018 SECOND HOURLY PRACTICE I Maths 21a, O.Knill, Summer Name:

7/26/2018 SECOND HOURLY PRACTICE I Maths 21a, O.Knill, Summer Name: 7/26/218 SECOND HOURLY PRACTICE I Maths 21a, O.Knill, Summer 218 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, use

More information

Section 15.3 Partial Derivatives

Section 15.3 Partial Derivatives Section 5.3 Partial Derivatives Differentiating Functions of more than one Variable. Basic Definitions In single variable calculus, the derivative is defined to be the instantaneous rate of change of a

More information

Resource Allocation for Cooperative Transmission in Wireless Networks with Orthogonal Users

Resource Allocation for Cooperative Transmission in Wireless Networks with Orthogonal Users Resource Allocation for Cooperative Transmission in Wireless Networks with Orthogonal Users D. Richar Brown III Electrical an Computer Engineering Department Worcester Polytechnic Institute Worcester,

More information

Acoustical Localization in Schools of Submersibles

Acoustical Localization in Schools of Submersibles Oceans 6, Singapore (authors manuscript o not istribute) Acoustical Localization in Schools of Submersibles Navina Kottege & Uwe R. Zimmer Research School of Information Sciences an Engineering Autonomous

More information

WESI 205 Workbook. 1 Review. 2 Graphing in 3D

WESI 205 Workbook. 1 Review. 2 Graphing in 3D 1 Review 1. (a) Use a right triangle to compute the distance between (x 1, y 1 ) and (x 2, y 2 ) in R 2. (b) Use this formula to compute the equation of a circle centered at (a, b) with radius r. (c) Extend

More information

MATH 255 Applied Honors Calculus III Winter Homework 1. Table 1: 11.1:8 t x y

MATH 255 Applied Honors Calculus III Winter Homework 1. Table 1: 11.1:8 t x y MATH 255 Applied Honors Calculus III Winter 2 Homework Section., pg. 692: 8, 24, 43. Section.2, pg. 72:, 2 (no graph required), 32, 4. Section.3, pg. 73: 4, 2, 54, 8. Section.4, pg. 79: 6, 35, 46. Solutions.:

More information

Using Chaos to Detect IIR and FIR Filters

Using Chaos to Detect IIR and FIR Filters PIERS ONLINE, VOL. 6, NO., 00 90 Using Chaos to Detect IIR an FIR Filters T. L. Carroll US Naval Research Lab, Coe 66, Washington, DC 07, USA Abstract In many signal processing applications, IIR an FIR

More information

Practice Problems: Calculus in Polar Coordinates

Practice Problems: Calculus in Polar Coordinates Practice Problems: Calculus in Polar Coordinates Answers. For these problems, I want to convert from polar form parametrized Cartesian form, then differentiate and take the ratio y over x to get the slope,

More information

i + u 2 j be the unit vector that has its initial point at (a, b) and points in the desired direction. It determines a line in the xy-plane:

i + u 2 j be the unit vector that has its initial point at (a, b) and points in the desired direction. It determines a line in the xy-plane: 1 Directional Derivatives and Gradients Suppose we need to compute the rate of change of f(x, y) with respect to the distance from a point (a, b) in some direction. Let u = u 1 i + u 2 j be the unit vector

More information

IN GENERAL, an optical network can consist of a

IN GENERAL, an optical network can consist of a 1 Geometric Capacity Provisioning for Wavelength-Switche WDM Networks Li-Wei Chen, Eytan Moiano Abstract In this paper, we use an asymptotic analysis similar to the sphere-packing argument in the proof

More information

Single- and Double-View Digital Holographic Diagnostics for Sprays

Single- and Double-View Digital Holographic Diagnostics for Sprays ILASS Americas, 1 st Annual Conference on Liqui Atomization an Spray Systems, Orlano, Floria, May 18-1 008 Single- an Double-View Digital Holographic Diagnostics for Sprays D. S. Olinger, J. Lee, A. Osta,

More information

Independence of Path and Conservative Vector Fields

Independence of Path and Conservative Vector Fields Independence of Path and onservative Vector Fields MATH 311, alculus III J. Robert Buchanan Department of Mathematics Summer 2011 Goal We would like to know conditions on a vector field function F(x, y)

More information

Trigonometric Functions

Trigonometric Functions Trigonometric Functions By Daria Eiteneer Topics Covere: Reminer: relationship between egrees an raians The unit circle Definitions of trigonometric functions for a right triangle Definitions of trigonometric

More information

Review Problems. Calculus IIIA: page 1 of??

Review Problems. Calculus IIIA: page 1 of?? Review Problems The final is comprehensive exam (although the material from the last third of the course will be emphasized). You are encouraged to work carefully through this review package, and to revisit

More information

266&deployment= &UserPass=b3733cde68af274d036da170749a68f6

266&deployment= &UserPass=b3733cde68af274d036da170749a68f6 Sections 14.6 and 14.7 (1482266) Question 12345678910111213141516171819202122 Due: Thu Oct 21 2010 11:59 PM PDT 1. Question DetailsSCalcET6 14.6.012. [1289020] Find the directional derivative, D u f, of

More information

Indoor Positioning Using Ultrasound and Radio Combination

Indoor Positioning Using Ultrasound and Radio Combination Inoor Positioning Using Ultrasoun an Raio Combination Gintautas Salcius, Evalas Povilaitis, Algimantas Tacilauskas Centre of Real Time Computer Systems, Kaunas University of Technology Stuentu St. 50,

More information

MATH 259 FINAL EXAM. Friday, May 8, Alexandra Oleksii Reshma Stephen William Klimova Mostovyi Ramadurai Russel Boney A C D G H B F E

MATH 259 FINAL EXAM. Friday, May 8, Alexandra Oleksii Reshma Stephen William Klimova Mostovyi Ramadurai Russel Boney A C D G H B F E MATH 259 FINAL EXAM 1 Friday, May 8, 2009. NAME: Alexandra Oleksii Reshma Stephen William Klimova Mostovyi Ramadurai Russel Boney A C D G H B F E Instructions: 1. Do not separate the pages of the exam.

More information

LECTURE 19 - LAGRANGE MULTIPLIERS

LECTURE 19 - LAGRANGE MULTIPLIERS LECTURE 9 - LAGRANGE MULTIPLIERS CHRIS JOHNSON Abstract. In this lecture we ll describe a way of solving certain optimization problems subject to constraints. This method, known as Lagrange multipliers,

More information

Maxima and Minima. Terminology note: Do not confuse the maximum f(a, b) (a number) with the point (a, b) where the maximum occurs.

Maxima and Minima. Terminology note: Do not confuse the maximum f(a, b) (a number) with the point (a, b) where the maximum occurs. 10-11-2010 HW: 14.7: 1,5,7,13,29,33,39,51,55 Maxima and Minima In this very important chapter, we describe how to use the tools of calculus to locate the maxima and minima of a function of two variables.

More information

Calculus II Fall 2014

Calculus II Fall 2014 Calculus II Fall 2014 Lecture 3 Partial Derivatives Eitan Angel University of Colorado Monday, December 1, 2014 E. Angel (CU) Calculus II 1 Dec 1 / 13 Introduction Much of the calculus of several variables

More information

COMPTON SCATTERING. Phys 2010 Brown University March 13, 2009

COMPTON SCATTERING. Phys 2010 Brown University March 13, 2009 COMPTON SCATTERING Phys 00 Brown University March 3, 009 Purpose The purpose of this experiment is to verify the energy epenence of gamma raiation upon scattering angle an to compare the ifferential cross

More information

Section 14.3 Partial Derivatives

Section 14.3 Partial Derivatives Section 14.3 Partial Derivatives Ruipeng Shen March 20 1 Basic Conceptions If f(x, y) 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.

More information

MATH 12 CLASS 9 NOTES, OCT Contents 1. Tangent planes 1 2. Definition of differentiability 3 3. Differentials 4

MATH 12 CLASS 9 NOTES, OCT Contents 1. Tangent planes 1 2. Definition of differentiability 3 3. Differentials 4 MATH 2 CLASS 9 NOTES, OCT 0 20 Contents. Tangent planes 2. Definition of differentiability 3 3. Differentials 4. Tangent planes Recall that the derivative of a single variable function can be interpreted

More information

AN-1140 APPLICATION NOTE

AN-1140 APPLICATION NOTE APPLICATION NOTE One Technology Way P.O. Box 9106 Norwoo, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com Microphone Array Beamforming by Jera Lewis INTRODUCTION All MEMS microphones

More information

Section 3: Functions of several variables.

Section 3: Functions of several variables. Section 3: Functions of several variables. Compiled by Chris Tisdell S1: Motivation S2: Function of two variables S3: Visualising and sketching S4: Limits and continuity S5: Partial differentiation S6:

More information

arxiv: v2 [nlin.ao] 24 May 2012

arxiv: v2 [nlin.ao] 24 May 2012 arxiv:205.2952v2 [nlin.ao] 24 May 202 Synchronization an quorum sensing in a swarm of humanoi robots Patrick Bechon, Jean-Jacques Slotine Abstract With the avent of inexpensive simple humanoi robots, new

More information

Spherical Wave Channel and Analysis for Large Linear Array in LoS Conditions

Spherical Wave Channel and Analysis for Large Linear Array in LoS Conditions Spherical Wave Channel an Analysis for Large Linear Array in LoS Conitions Zhou, Zhou; Gao, Xiang; Fang, Jun; Chen, Zhi Publishe in: 5 IEEE Globecom Workshops (GC Wkshps) DOI:.9/GLOCOMW.5.7444 5 Link to

More information

Math 32, October 22 & 27: Maxima & Minima

Math 32, October 22 & 27: Maxima & Minima Math 32, October 22 & 27: Maxima & Minima Section 1: Critical Points Just as in the single variable case, for multivariate functions we are often interested in determining extreme values of the function.

More information

Chapter 16. Partial Derivatives

Chapter 16. Partial Derivatives Chapter 16 Partial Derivatives The use of contour lines to help understand a function whose domain is part of the plane goes back to the year 1774. A group of surveyors had collected a large number of

More information

A Circuit Level Fault Model for Resistive Shorts of MOS Gate Oxide

A Circuit Level Fault Model for Resistive Shorts of MOS Gate Oxide Circuit Level Fault Moel for esistive Shorts of MOS Gate Oxie Xiang Lu, Zhuo Li, Wangqi Qiu, D. M. H. Walker an Weiping Shi Dept. of Electrical Engineering Texas &M University College Station, TX 77843-34,

More information

ROLLING ELEMENT BEARING FREQUENCIES FROM 1986 FOILES REPORT, ROLLING ELEMENT BEARING FREQUENCIES 1. INTRODUCTION

ROLLING ELEMENT BEARING FREQUENCIES FROM 1986 FOILES REPORT, ROLLING ELEMENT BEARING FREQUENCIES 1. INTRODUCTION ROLLING ELEMENT BEARING FREQUENCIES FROM 1986 FOILES REPORT, ROLLING ELEMENT BEARING FREQUENCIES WILLIAM C. FOILES 1. INTRODUCTION FIGURE 1. Rolling element bearing geometry These calculate frequencies

More information

[f(t)] 2 + [g(t)] 2 + [h(t)] 2 dt. [f(u)] 2 + [g(u)] 2 + [h(u)] 2 du. The Fundamental Theorem of Calculus implies that s(t) is differentiable and

[f(t)] 2 + [g(t)] 2 + [h(t)] 2 dt. [f(u)] 2 + [g(u)] 2 + [h(u)] 2 du. The Fundamental Theorem of Calculus implies that s(t) is differentiable and Midterm 2 review Math 265 Fall 2007 13.3. Arc Length and Curvature. Assume that the curve C is described by the vector-valued function r(r) = f(t), g(t), h(t), and that C is traversed exactly once as t

More information

MLS based Distributed, Bearing, Range and Posture Estimation for Schools of Submersibles

MLS based Distributed, Bearing, Range and Posture Estimation for Schools of Submersibles ISER 6, Brazil (authors manuscript o not istribute) base Distribute, Bearing, Range an Posture Estimation for Schools of Submersibles Navina Kottege & Uwe R. Zimmer Research School of Information Sciences

More information

Math 232. Calculus III Limits and Continuity. Updated: January 13, 2016 Calculus III Section 14.2

Math 232. Calculus III Limits and Continuity. Updated: January 13, 2016 Calculus III Section 14.2 Math 232 Calculus III Brian Veitch Fall 2015 Northern Illinois University 14.2 Limits and Continuity In this section our goal is to evaluate its of the form f(x, y) = L Let s take a look back at its in

More information

Review Sheet for Math 230, Midterm exam 2. Fall 2006

Review Sheet for Math 230, Midterm exam 2. Fall 2006 Review Sheet for Math 230, Midterm exam 2. Fall 2006 October 31, 2006 The second midterm exam will take place: Monday, November 13, from 8:15 to 9:30 pm. It will cover chapter 15 and sections 16.1 16.4,

More information

Lecture 4 : Monday April 6th

Lecture 4 : Monday April 6th Lecture 4 : Monday April 6th jacques@ucsd.edu Key concepts : Tangent hyperplane, Gradient, Directional derivative, Level curve Know how to find equation of tangent hyperplane, gradient, directional derivatives,

More information

HOW SYMMETRICAL COMPONENTS MAY HELP TO SUPPRESS VOLTAGE SENSORS IN DIRECTIONAL RELAYS FOR DISTRIBUTION NETWORKS

HOW SYMMETRICAL COMPONENTS MAY HELP TO SUPPRESS VOLTAGE SENSORS IN DIRECTIONAL RELAYS FOR DISTRIBUTION NETWORKS C E D 17 th nternational Conference on Electricity Distribution Barcelona, 12-15 May 2003 HOW SYMMETCAL COMPONENTS MAY HELP TO SUPPESS VOLTAGE SENSOS N DECTONAL ELAYS FO DSTBUTON NETWOKS Xavier LE PVET

More information

The Analysis and Complementarity of Abbe Principle Application Limited in Coordinate Measurement

The Analysis and Complementarity of Abbe Principle Application Limited in Coordinate Measurement Proceeings of the Worl Congress on Engineering 00 Vol III The Analysis an Complementarity of Abbe Principle Application Limite in Coorinate Measurement Fei Yetai, Shang Ping, Chen Xiaohuai, Huang Qiangxian

More information

Contents Maryland High School Programming Contest 1. 1 Stacked Floating Mountains 2. 2 Chess Puzzle 3. 3 Life Connections 4

Contents Maryland High School Programming Contest 1. 1 Stacked Floating Mountains 2. 2 Chess Puzzle 3. 3 Life Connections 4 2010 Marylan High School Programming Contest 1 Contents 1 Stacke Floating Mountains 2 2 Chess Puzzle 3 3 Life Connections 4 4 Circle of Friens 5 5 Floating Mountain Stability 6 6 Aim It Right! 7 7 Navi

More information

MA Calculus III Exam 3 : Part I 25 November 2013

MA Calculus III Exam 3 : Part I 25 November 2013 MA 225 - Calculus III Exam 3 : Part I 25 November 2013 Instructions: You have as long as you need to work on the first portion of this exam. When you finish, turn it in and only then you are allowed to

More information

This exam contains 9 problems. CHECK THAT YOU HAVE A COMPLETE EXAM.

This exam contains 9 problems. CHECK THAT YOU HAVE A COMPLETE EXAM. Math 126 Final Examination Winter 2012 Your Name Your Signature Student ID # Quiz Section Professor s Name TA s Name This exam contains 9 problems. CHECK THAT YOU HAVE A COMPLETE EXAM. This exam is closed

More information

User Determined Superdirective Beamforming

User Determined Superdirective Beamforming IEEE -th Convention of Electrical an Electronics Engineers in Israel User Determine Superirective Beamforming Reuven Berkun, Israel Cohen Technion, Israel Institute of Technology Technion City, Haifa 3,

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

Dynamic Hybrid Duplex for Rate Maximization in OFDMA. Sangmin Oh and Chae Y. Lee

Dynamic Hybrid Duplex for Rate Maximization in OFDMA. Sangmin Oh and Chae Y. Lee Dynamic Hybri Duplex for Rate Maximization in OFDMA Sangmin Oh an Chae Y. Lee Dept. of Inustrial Engineering, KAIST, 373-1 Kusung Dong, Taeon, Korea Tel: +82-42-350-5916, FAX: +82-42-350-3110 Email: {sangmin.oh,

More information

Wireless Event-driven Networked Predictive Control Over Internet

Wireless Event-driven Networked Predictive Control Over Internet UKACC International Conference on Control 22 Cariff, UK, 3-5 September 22 Wireless Event-riven Networke Preictive Control Over Internet Wenshan Hu, Hong Zhou, an Qijun Deng Abstract In networke control

More information

2.35 Tuning PID Controllers

2.35 Tuning PID Controllers 2.35 Tuning PID Controllers P. W. MURRILL (1970) P. D. SCHNELLE, JR. (1985) B. G. LIPTÁK (1995) J. GERRY, M. RUEL, F. G. SHINSKEY (2005) In orer for the reaer to fully unerstan the content an concepts

More information

Examination, TEN1, in courses SK2500/SK2501, Physics of Biomedical Microscopy,

Examination, TEN1, in courses SK2500/SK2501, Physics of Biomedical Microscopy, KTH Applie Physics Examination, TEN1, in courses SK2500/SK2501, Physics of Biomeical Microscopy, 2017-01-10, 8-13, FA32 Allowe ais: Compenium Imaging Physics (hane out) Compenium Light Microscopy (hane

More information

Cache-Aided Content Delivery in Fog-RAN Systems with Topological Information and no CSI

Cache-Aided Content Delivery in Fog-RAN Systems with Topological Information and no CSI Cache-Aie Content Delivery in Fog-RAN Systems with Topological Information an no CSI Wei-Ting Chang, Ravi Tanon, Osvalo Simeone Abstract In this work, we consier a Fog Raio Access Network (F-RAN) system

More information

ON-LINE PARAMETER ESTIMATION AND ADAPTIVE CONTROL OF PERMANENT MAGNET SYNCHRONOUS MACHINES. A Dissertation. Presented to

ON-LINE PARAMETER ESTIMATION AND ADAPTIVE CONTROL OF PERMANENT MAGNET SYNCHRONOUS MACHINES. A Dissertation. Presented to ON-LINE PARAMETER ESTIMATION AND ADAPTIVE CONTROL OF PERMANENT MAGNET SYNCHRONOUS MACHINES A Dissertation Presente to The Grauate Faculty of the University of Akron In Partial Fulfillment Of the Reuirements

More information

Exam 2 Summary. 1. The domain of a function is the set of all possible inputes of the function and the range is the set of all outputs.

Exam 2 Summary. 1. The domain of a function is the set of all possible inputes of the function and the range is the set of all outputs. Exam 2 Summary Disclaimer: The exam 2 covers lectures 9-15, inclusive. This is mostly about limits, continuity and differentiation of functions of 2 and 3 variables, and some applications. The complete

More information

14.4. Tangent Planes. Tangent Planes. Tangent Planes. Tangent Planes. Partial Derivatives. Tangent Planes and Linear Approximations

14.4. Tangent Planes. Tangent Planes. Tangent Planes. Tangent Planes. Partial Derivatives. Tangent Planes and Linear Approximations 14 Partial Derivatives 14.4 and Linear Approximations Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. Suppose a surface S has equation z = f(x, y), where

More information

MATH 261 EXAM II PRACTICE PROBLEMS

MATH 261 EXAM II PRACTICE PROBLEMS MATH 61 EXAM II PRACTICE PROBLEMS These practice problems are pulled from actual midterms in previous semesters. Exam typically has 6 problems on it, with no more than one problem of any given type (e.g.,

More information

11.7 Maximum and Minimum Values

11.7 Maximum and Minimum Values Arkansas Tech University MATH 2934: Calculus III Dr. Marcel B Finan 11.7 Maximum and Minimum Values Just like functions of a single variable, functions of several variables can have local and global extrema,

More information

The Chain Rule, Higher Partial Derivatives & Opti- mization

The Chain Rule, Higher Partial Derivatives & Opti- mization The Chain Rule, Higher Partial Derivatives & Opti- Unit #21 : mization Goals: We will study the chain rule for functions of several variables. We will compute and study the meaning of higher partial derivatives.

More information

RECENTLY, the 2G standard GSM was enhanced by

RECENTLY, the 2G standard GSM was enhanced by 274 IEEE TRANSACTIONS ON WIREESS COMMUNICATIONS, VO. 5, NO. 2, FEBRUARY 2006 The Training Sequence Coe Depenence of EDGE Receivers using Zero IF Sampling Martin Krueger, Member, IEEE, Robert Denk, an Bin

More information

MAT187H1F Lec0101 Burbulla

MAT187H1F Lec0101 Burbulla Spring 17 What Is A Parametric Curve? y P(x, y) x 1. Let a point P on a curve have Cartesian coordinates (x, y). We can think of the curve as being traced out as the point P moves along it. 3. In this

More information

DETERMINATION OF OPTIMAL DIRECT LOAD CONTROL STRATEGY USING LINEAR PROGRAMMING

DETERMINATION OF OPTIMAL DIRECT LOAD CONTROL STRATEGY USING LINEAR PROGRAMMING DETERMINATION OF OPTIMAL DIRECT LOAD CONTROL STRATEGY USING LINEAR PROGRAMMING Zelko Popovic Distribution engineer Rae Koncara 57, 24300 Backa Topola, Yugoslavia Phone: +38 24 74 220 Fax: +38 24 74 898

More information

Math 206 First Midterm February 1, 2012

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

More information

REVIEW SHEET FOR MIDTERM 2: ADVANCED

REVIEW SHEET FOR MIDTERM 2: ADVANCED REVIEW SHEET FOR MIDTERM : ADVANCED MATH 195, SECTION 59 (VIPUL NAIK) To maximize efficiency, please bring a copy (print or readable electronic) of this review sheet to the review session. The document

More information

5-5 Multiple-Angle and Product-to-Sum Identities

5-5 Multiple-Angle and Product-to-Sum Identities Find the values of sin 2, cos 2, and tan 2 for the given value and interval. 1. cos =, (270, 360 ) Since on the interval (270, 360 ), one point on the terminal side of θ has x-coordinate 3 and a distance

More information

Dingwen Yu and Jiasheng Zhang

Dingwen Yu and Jiasheng Zhang INTERNATIONAL JOURNAL OF INFORMATION AND SYSTEMS SIENES Volumer, Numver 3, ages 384-397 6 Institute for Scientific omputing an Information RESEARH OF ID ONTROLLER AND FUZZY ID ONTROLLER Dingwen Yu an Jiasheng

More information

SECONDARY TRANSMISSION POWER OF COGNITIVE RADIOS FOR DYNAMIC SPECTRUM ACCESS

SECONDARY TRANSMISSION POWER OF COGNITIVE RADIOS FOR DYNAMIC SPECTRUM ACCESS SECONDARY TRANSMISSION POWER OF COGNITIVE RADIOS FOR DYNAMIC SPECTRUM ACCESS Xiaohua Li 1 1 Department of ECE State University of New York at Binghamton Binghamton, NY 139, USA {xli,jhwu1}@binghamton.eu

More information