Functions of more than one variable

Size: px
Start display at page:

Download "Functions of more than one variable"

Transcription

1 Chapter 3 Functions of more than one variable 3.1 Functions of two variables and their graphs Definition A function of two variables has two ingredients: a domain and a rule. The domain of the function is a collection of points in the x-plane. For each point (x, ) from the domain of the function, the rule should tell us how to find the function value f(x, ). Just as with functions of one variable, the rule that gives us the function value is often specified b some formula, e.g. f(x, ) =x +. The domain of a function is the set of points at which we define the function. This can in principle be an set of points in the plane. Tpicall the domain will be a rectangle, or a disc, or it could be the entire x-plane, possibl with some points and lines removed. Figure 3.1: The graph of some function, and its domain (a rectangle in this example) Graphs B definition, the graph of a function z = f(x, ) is the collection of all points (x,, z) in three dimensional space that satisf the equation z = f(x, ). The graph is usuall a surface that floats above (or below) the domain of the function (see Figure 3.2) Level sets The graph of a function of two variables is a surface sitting in three dimensional space, which can be difficult to draw or visualize. Instead of looking at the graph we can also consider its level sets. If c is an real number, then, b definition, the level set at level c of the function is the set of all points (x, ) in the plane that satisf f(x, ) =c. 43

2 44 CHAPTER 3. FUNCTIONS OF MORE THAN ONE VARIABLE Figure 3.2: The graph of some function (top), and a construction of one of its level sets (bottom). Note that b definition the level set ( at level c ) is the curve in the x-plane under the graph: it is obtained b intersecting the graph of the function with a horizontal plane at height c, and then projecting this curve of intersection onto the x-plane. Since the level set is the set of all solutions to the equation f(x, ) =c, one often uses the notation f 1 (c) ( f-inverse of c ) for the level set. We can summarize the definition in an equation: f 1 (c) = { (x, ) :f(x, ) =c }. Note that the definition sas that f 1 (c) is not a number, but a set of points! Vector notation If x is the position vector of the point (x, ) in the plane, i.e. if x =( x ), then one sometimes writes f(x, ) =f( x). Phsicists have a preference for r instead of x (because the call the position vector the radius vector ), and will write f(x, ) = f( r). 3.2 Linear functions The simplest function of one variable are those of the form f(x) =ax + b. Their graphs are lines, and we called them linear functions. Definition 3.1. A linear function of two variables is a function f of the form where a, b, c are constants. z = f(x, ) =ax + b + c, (3.2.1) The graph of a linear function is alwas a plane. Indeed, the graph consists of all points (x,, z) that satisf the equation ax b + z = c, which we can write as where n x = n p, n = a b, and p = c

3 3.3. QUADRATIC FORMS Quadratic forms Figure 3.3: The graph of a linear function z = ax + b + c. After learning about linear functions in pre-calculus one usuall goes on to quadratic functions. We will do the same for functions of two variables and stud Quadratic Forms. Just as in the one variable case where quadratic functions can have a maximum or minimum, quadratic forms provide examples of functions of two variables that can have a maximum or a minimum, or, it turns out, a third kind of min-max or saddle shape. The provide the basic profile of what we will run into when we look for local minima and maxima of functions of two variables. In particular, the technique of classifing quadratic forms b completing the square, which we will see in this section, is the ke to the second derivative test for functions of more than one variable. Definition 3.2. The general quadratic form in two variables is f(x, ) =Ax 2 + Bx + C 2, (3.3.1) where A, B, and C are constants. Depending on the values of these constants the graphs of the functions can have a number of different shapes. In addition to these quadratic forms one can also consider the more general class of quadratic functions, f(x, ) =Ax 2 + Bx + C 2 + Dx + E + F, which also have terms of degree 1 and 0. We will restrict ourselves to quadratic forms (for now) Classifing quadratic forms the general procedure All quadratic forms have graphs that look like one of the examples shown above but how can we tell which it is? In other words, if Q(x, ) is a given quadratic form how can we tell if it is definite, indefinite, or semidefinite? How do we know for which (x, ) the form Q(x, ) is positive or negative? It turns out that we can alwas find out b using the trick of completing the square. The general procedure for a given quadratic form Q(x, ) =Ax 2 + Bx + C 2 is as follows: 1. If A =0, then we reall have Q = Bx + C 2 and we can factor Q as Q(x, ) =(Bx + C). 2. Assume A 0. We factor out A, and complete the square for the first two terms: Q(x, ) =A {x 2 + B A x + C A 2} { (x B = A + 2A ) 2 ( B 2A ) 2 C + A 2} { (x B = A + 2A ) 2 4AC } B2 + }{{} 4A 2 2. }{{} u 2 ±v 2 3. If 4AC B 2 > 0, then the expression in braces is positive, and we can write Q(x, ) =A(u 2 + v 2 ), where u = x + B 4AC B 2A, and v = 2. 2A Depending on the sign of A our function is alwas positive or alwas negative, and we sa the form is positive definite or negative definite.

4 46 CHAPTER 3. FUNCTIONS OF MORE THAN ONE VARIABLE 4. If 4AC B 2 < 0, then we have Q(x, ) =A(u 2 v 2 ), where u = x + B 2A, and v = B2 4AC. 2A When this happens we can factor the quadratic form, i.e. we have The form is indefinite. Q(x, ) =A(u + v)(u v). 5. in the onl remaining case we have 4AC B 2 =0, so that ( Q(x, ) =A x + B ) 2. 2A In this case the form is a perfect square (times A). The form is semi-definite. To understand this procedure it is perhaps best to look at how it works in some examples Classifing quadratic forms two examples An indefinite quadratic form Consider the form Q(x, ) = 3x 2 +9x We rewrite this as follows: Q = 3x 2 +6x +9 2 = 3 ( x 2 2x 3 2) = 3 [ x 2 2x + 2 }{{} 42] complete the square = 3 [ (x ) 2 4 2] in this case we get the difference of two squares, so use a 2 b 2 =(a b)(a + b) = 3(x 2)(x +2) = 3(x 3)(x + ). This shows that Q(x, ) > 0 when > 1 3 x or < x, and Q(x, ) < 0 when x << 1 3 x. Figure 3.4: The signs of the quadratic form in example A positive definite quadratic form To see a different example, consider the quadratic form Q(x, ) =2x 2 4x B completing the square we can write it as Q(x, ) =2 { x 2 2x +3 2} =2 { x 2 2x } the square is complete =2 { (x ) } =2(x ) We see that this particular quadratic form is positive definite.

5 3.4. FUNCTIONS IN POLAR COORDINATES R, θ 47 z = r = x z z z =Φ(r) =r r x 3.4 Functions in polar coordinates r, θ Figure 3.5: Radiall smmetric functions. The graph of z = r. Recall that instead of using Cartesian coordinates (x, ) to specif the location points in the plane, we can also use polar coordinates. In man cases it is much easier to describe a function using polar coordinates than in Cartesian coordinates. To go back and forth between Cartesian and Polar Coordinates we can use the following relations The equation for θ is onl valid for x>0, where π 2 relating θ to (x, ). <θ< π 2. In other regions of the plane there are other expressions The simplest kinds of functions one can consider in polar coordinates are those that onl depend on one of those coordinates, i.e. functions that onl depend on the radius r, and functions that onl depend on the polar angle θ. Let s look at some examples of such functions Radiall smmetric functions The functions f(x, ) =x 2 + 2, g(x, ) = x 2 + 2, h(x, ) =ln ( x 2 + 2), all can be expressed in terms of the radius r onl. Namel, using r 2 = x 2 + 2,wehave f(x, ) =r 2, g(x, ) =r, h(x, ) =lnr 2 (= 2 ln r). In general, a function z = f(x, ) that can be written in terms of the radius r onl, i.e. a function for which there is some function Φ of one variable with f(x, ) =Φ(r), i.e. f(x, ) =Φ ( x2 + 2), is called a radiall smmetric function. Since a radiall smmetric function onl depends on the radius r, its level sets consist of circles centered at the origin (one exception: the origin, r =0can also be a level set, and this is obviousl not a circle but a point.) As an example, we consider the function g(x, ) = x = r in more detail. The function Φ of one variable here is Φ(r) =r. We can tr to visualize the graph of g b first looking at the positive x-axis onl. There we have f(x, 0) = x 2 = x. We get the graph of g b revolving the graph of z = x around the z-axis. See Figure Functions of θ onl Here are two functions that happen to depend on the polar angle θ onl: f(x, ) =sinθ, h(x, ) =θ. We can rewrite these functions in terms of x and b using the relations between Cartesian and Polar coordinates. We get f(x, ) =sinθ = r = x2 + 2

6 48 CHAPTER 3. FUNCTIONS OF MORE THAN ONE VARIABLE for f, and h(x, ) =θ = arctan x for h, at least in the right half plane where x>0. A function that onl depends on θ is constant on ras emanating from the origin because the polar angle θ is constant on such ras. The level sets of such a function therefore consist of half-lines ( ras ) starting at the origin. Its graph consists of spokes attached to the z-axis. Each spoke lies above a ra in the x-plane with some polar angle θ, and is attached to the z-axis at a height given b the function value. As we var θ, the spoke rotates around the vertical axis and moves up or down, as dictated b the function. Figure shows what happens for f(x, ) =sinθ. The graph of a function of θ onl consists of horizontal spokes attached to the z-axis. The graph of z =sinθ (the x-axis is coming right at us.) The function z = θ has a simpler formula in polar coordinates but actuall has a more complicated graph. Let us tr to visualize its graph: the spokes that make up the graph are horizontal, attached to the z-axis, and are at height θ. If we increase the angle θ the spokes go up at a stead rate in a wa that should remind us of a helix (see 2.5 and Figure 2.5). Based on this description its graph should look like the surface drawn in Figure 3.6. The surface is called the helicoid, and it is not the graph of a function (it fails the vertical line test. ) We could have known this from the beginning, because when we described our function as f(x, ) =θ, we should have immediatel asked which θ? The polar angle θ of an given point is onl determined up to a multiple of 2π. The graph that we have drawn of the function z = θ reflects this. To make h(x, ) =θ into an honest function we have to sa which of the man possible angles θ we choose when we are given a point. One possible choice is to alwas require the polar angle θ to lie between 0 and 2π (radians). More precisel, we can insist on 0 θ<2π. If we do this then there is a unique angle θ for each point (x, ) in the plane. The graph of this function is shown on the right in Figure Problems 1. Find a formula for the distance to the origin of the graph of (3.2.1). 2. Classif the following quadratic forms as definite, indefinite, or other, b completing the square. Determine the zero set for each of these quadratic forms. (a) f(x, ) =x (b) Q(x, ) =x 2 2 (c) g(x, ) =x 2 4x +3 2 (d) Q(s, t) =9s 2 36st +81t 2 (e) M(α, β) = 1 2 α2 αβ + β 2. (f) Q(x, ) =x + 2 (g) Q(x, ) =x 2 +2x (h) For which values of the constant k is the quadratic form Q(x, ) =x 2 +2kx + 2 positive definite? 3. Which functions of two variables z = f(x, ) are defined b the following formulae? Find draw the domain of each function (the largest domain on which the definition would make sense). Tr to sketch their graphs. Draw the level sets for each function. (a) z = x (b) z x 2 =0

7 3.5. PROBLEMS 49 x x Figure 3.6: The graph of z = θ is the helicoid. It is not the graph of a function, but one can extract a function b choosing a branch of the function. One possible choice, drawn here on the right, is to restrict the polar angle θ to the interval 0 θ<2π. There are man other possible choices. (c) z 2 x =0 (d) z x 2 2 =0 (e) z 2 x 2 2 =0 (f) xz =1 (g) x/z 2 =1 (h) x + + z 2 =0 (i) x + + z 2 =1 4. The following expressions are all equal to the polar angle θ in some region of the x-plane. Explain wh the expression gives θ, and identif in which region this holds. (a) θ = arctan x (b) θ = π + arctan x (c) θ =2π + arctan x (d) θ = π 2 arctan x (e) θ = arcsin. x Describe and explain the relation between the graph of the function = g(x) of one variable, and the corresponding function f(x, ) =g ( x 2 + 2) of two variables. What do the level sets of f(x, ) look like? For instance, if g(x) =x, then f(x, ) = x : what is the relation between the graphs of g and f? 6. Find the largest domain on which the following functions of two (or occasionall three) variables can be defined: (a) f(x, ) = 9 x (b) f(x, ) =arcsin(x ) (c) f(x, ) = x (d) f(x, ) = x (e) f(x,, z) =1/ xz (f) f(x, ) = 16 x Here are two sets of level curves with levels z = 0.2, 0.4, 0.6, 0.8, 1.0, 1.2, 1.4. One is for a function whose graph is a cone (z = x ), the other is for a paraboloid (z = x ). Which is which? Explain. 8. If = g(x) is an function of one variable, then a function of the form f(x, t) =g(x ct) is often called a traveling wave with wave speed c and profile g. Let g be an non constant function of our choice and describe the movie presented b the function f(x, t) =g(x ct) (can t choose? Then tr Agnesi s witch g(x) = 1 1+x 2.) The number c is called the wave speed. If c>0 is the motion to the left or to the right? Explain. 9. Let Q be the square in the plane consisting of all points (x, ) with x 1, 1. This problem is about the so-called distance function to Q. This function is defined

8 50 CHAPTER 3. FUNCTIONS OF MORE THAN ONE VARIABLE as follows: f(x, ) is the distance from the point (x, ) to the point in Q nearest to (x, ). Which point in Q is nearest to (0, 1 2 )? Which is closest to (0, 2)? Which is closest to (3, 4)? Compute f(0, 1 2 ), f(0, 2) and f(3, 4)). What is the zero set of f? Draw the level sets of f at levels 1, 1,2,and3. Describe the general level set f(x, ) =c where c is an arbitrar number.

Section 5.2 Graphs of the Sine and Cosine Functions

Section 5.2 Graphs of the Sine and Cosine Functions A Periodic Function and Its Period Section 5.2 Graphs of the Sine and Cosine Functions A nonconstant function f is said to be periodic if there is a number p > 0 such that f(x + p) = f(x) for all x in

More information

5.1 Graphing Sine and Cosine Functions.notebook. Chapter 5: Trigonometric Functions and Graphs

5.1 Graphing Sine and Cosine Functions.notebook. Chapter 5: Trigonometric Functions and Graphs Chapter 5: Trigonometric Functions and Graphs 1 Chapter 5 5.1 Graphing Sine and Cosine Functions Pages 222 237 Complete the following table using your calculator. Round answers to the nearest tenth. 2

More information

MATH Exam 2 Solutions November 16, 2015

MATH Exam 2 Solutions November 16, 2015 MATH 1.54 Exam Solutions November 16, 15 1. Suppose f(x, y) is a differentiable function such that it and its derivatives take on the following values: (x, y) f(x, y) f x (x, y) f y (x, y) f xx (x, y)

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 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

Examples: Find the domain and range of the function f(x, y) = 1 x y 2.

Examples: Find the domain and range of the function f(x, y) = 1 x y 2. Multivariate Functions In this chapter, we will return to scalar functions; thus the functions that we consider will output points in space as opposed to vectors. However, in contrast to the majority of

More information

A General Procedure (Solids of Revolution) Some Useful Area Formulas

A General Procedure (Solids of Revolution) Some Useful Area Formulas Goal: Given a solid described by rotating an area, compute its volume. A General Procedure (Solids of Revolution) (i) Draw a graph of the relevant functions/regions in the plane. Draw a vertical line and

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

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

Calculus 3 Exam 2 31 October 2017

Calculus 3 Exam 2 31 October 2017 Calculus 3 Exam 2 31 October 2017 Name: Instructions: Be sure to read each problem s directions. Write clearly during the exam and fully erase or mark out anything you do not want graded. You may use your

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

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

Now we are going to introduce a new horizontal axis that we will call y, so that we have a 3-dimensional coordinate system (x, y, z).

Now we are going to introduce a new horizontal axis that we will call y, so that we have a 3-dimensional coordinate system (x, y, z). Example 1. A circular cone At the right is the graph of the function z = g(x) = 16 x (0 x ) Put a scale on the axes. Calculate g(2) and illustrate this on the diagram: g(2) = 8 Now we are going to introduce

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

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

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

Arkansas Tech University MATH 2924: Calculus II Dr. Marcel B. Finan. Figure 50.1

Arkansas Tech University MATH 2924: Calculus II Dr. Marcel B. Finan. Figure 50.1 50 Polar Coordinates Arkansas Tech University MATH 94: Calculus II Dr. Marcel B. Finan Up to this point we have dealt exclusively with the Cartesian coordinate system. However, as we will see, this is

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

Chapter 3, Part 1: Intro to the Trigonometric Functions

Chapter 3, Part 1: Intro to the Trigonometric Functions Haberman MTH 11 Section I: The Trigonometric Functions Chapter 3, Part 1: Intro to the Trigonometric Functions In Example 4 in Section I: Chapter, we observed that a circle rotating about its center (i.e.,

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 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

Coordinate Systems and Examples of the Chain Rule

Coordinate Systems and Examples of the Chain Rule Coordinate Sstems and Eamples of the Chain Rule Ale Nita Abstract One of the reasons the chain rule is so important is that we often want to change coordinates in order to make difficult problems easier

More information

Graphs of sin x and cos x

Graphs of sin x and cos x Graphs of sin x and cos x One cycle of the graph of sin x, for values of x between 0 and 60, is given below. 1 0 90 180 270 60 1 It is this same shape that one gets between 60 and below). 720 and between

More information

Discussion 8 Solution Thursday, February 10th. Consider the function f(x, y) := y 2 x 2.

Discussion 8 Solution Thursday, February 10th. Consider the function f(x, y) := y 2 x 2. Discussion 8 Solution Thursday, February 10th. 1. Consider the function f(x, y) := y 2 x 2. (a) This function is a mapping from R n to R m. Determine the values of n and m. The value of n is 2 corresponding

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

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

Conic and Quadric Surface Lab page 4. NORTHEASTERN UNIVERSITY Department of Mathematics Fall 03 Conic Sections and Quadratic Surface Lab

Conic and Quadric Surface Lab page 4. NORTHEASTERN UNIVERSITY Department of Mathematics Fall 03 Conic Sections and Quadratic Surface Lab Conic and Quadric Surface Lab page 4 NORTHEASTERN UNIVERSITY Department of Mathematics Fall 03 Conic Sections and Quadratic Surface Lab Goals By the end of this lab you should: 1.) Be familar with the

More information

Maxima and Minima. Chapter Local and Global extrema. 5.2 Continuous functions on closed and bounded sets Definition of global extrema

Maxima and Minima. Chapter Local and Global extrema. 5.2 Continuous functions on closed and bounded sets Definition of global extrema Chapter 5 Maxima and Minima In first semester calculus we learned how to find the maximal and minimal values of a function y = f(x) of one variable. The basic method is as follows: assuming the independent

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

Determine the intercepts of the line and ellipse below: Definition: An intercept is a point of a graph on an axis. Line: x intercept(s)

Determine the intercepts of the line and ellipse below: Definition: An intercept is a point of a graph on an axis. Line: x intercept(s) Topic 1 1 Intercepts and Lines Definition: An intercept is a point of a graph on an axis. For an equation Involving ordered pairs (x, y): x intercepts (a, 0) y intercepts (0, b) where a and b are real

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

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

5.3 Trigonometric Graphs. Copyright Cengage Learning. All rights reserved.

5.3 Trigonometric Graphs. Copyright Cengage Learning. All rights reserved. 5.3 Trigonometric Graphs Copyright Cengage Learning. All rights reserved. Objectives Graphs of Sine and Cosine Graphs of Transformations of Sine and Cosine Using Graphing Devices to Graph Trigonometric

More information

Section 7.2 Logarithmic Functions

Section 7.2 Logarithmic Functions Math 150 c Lynch 1 of 6 Section 7.2 Logarithmic Functions Definition. Let a be any positive number not equal to 1. The logarithm of x to the base a is y if and only if a y = x. The number y is denoted

More information

This early Greek study was largely concerned with the geometric properties of conics.

This early Greek study was largely concerned with the geometric properties of conics. 4.3. Conics Objectives Recognize the four basic conics: circle, ellipse, parabola, and hyperbola. Recognize, graph, and write equations of parabolas (vertex at origin). Recognize, graph, and write equations

More information

6.1 - Introduction to Periodic Functions

6.1 - Introduction to Periodic Functions 6.1 - Introduction to Periodic Functions Periodic Functions: Period, Midline, and Amplitude In general: A function f is periodic if its values repeat at regular intervals. Graphically, this means that

More information

10.1 Curves defined by parametric equations

10.1 Curves defined by parametric equations Outline Section 1: Parametric Equations and Polar Coordinates 1.1 Curves defined by parametric equations 1.2 Calculus with Parametric Curves 1.3 Polar Coordinates 1.4 Areas and Lengths in Polar Coordinates

More information

1. Measure angle in degrees and radians 2. Find coterminal angles 3. Determine the arc length of a circle

1. Measure angle in degrees and radians 2. Find coterminal angles 3. Determine the arc length of a circle Pre- Calculus Mathematics 12 5.1 Trigonometric Functions Goal: 1. Measure angle in degrees and radians 2. Find coterminal angles 3. Determine the arc length of a circle Measuring Angles: Angles in Standard

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

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

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

Chapter 6: Periodic Functions

Chapter 6: Periodic Functions Chapter 6: Periodic Functions In the previous chapter, the trigonometric functions were introduced as ratios of sides of a right triangle, and related to points on a circle. We noticed how the x and y

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

Unit 8 Trigonometry. Math III Mrs. Valentine

Unit 8 Trigonometry. Math III Mrs. Valentine Unit 8 Trigonometry Math III Mrs. Valentine 8A.1 Angles and Periodic Data * Identifying Cycles and Periods * A periodic function is a function that repeats a pattern of y- values (outputs) at regular intervals.

More information

SYDE 112, LECTURE 34 & 35: Optimization on Restricted Domains and Lagrange Multipliers

SYDE 112, LECTURE 34 & 35: Optimization on Restricted Domains and Lagrange Multipliers SYDE 112, LECTURE 34 & 35: Optimization on Restricted Domains and Lagrange Multipliers 1 Restricted Domains If we are asked to determine the maximal and minimal values of an arbitrary multivariable function

More information

Math Lecture 2 Inverse Functions & Logarithms

Math Lecture 2 Inverse Functions & Logarithms Math 1060 Lecture 2 Inverse Functions & Logarithms Outline Summary of last lecture Inverse Functions Domain, codomain, and range One-to-one functions Inverse functions Inverse trig functions Logarithms

More information

the input values of a function. These are the angle values for trig functions

the input values of a function. These are the angle values for trig functions SESSION 8: TRIGONOMETRIC FUNCTIONS KEY CONCEPTS: Graphs of Trigonometric Functions y = sin θ y = cos θ y = tan θ Properties of Graphs Shape Intercepts Domain and Range Minimum and maximum values Period

More information

33. Riemann Summation over Rectangular Regions

33. Riemann Summation over Rectangular Regions . iemann Summation over ectangular egions A rectangular region in the xy-plane can be defined using compound inequalities, where x and y are each bound by constants such that a x a and b y b. Let z = f(x,

More information

7.1 INTRODUCTION TO PERIODIC FUNCTIONS

7.1 INTRODUCTION TO PERIODIC FUNCTIONS 7.1 INTRODUCTION TO PERIODIC FUNCTIONS Ferris Wheel Height As a Function of Time The London Eye Ferris Wheel measures 450 feet in diameter and turns continuously, completing a single rotation once every

More information

C.2 Equations and Graphs of Conic Sections

C.2 Equations and Graphs of Conic Sections 0 section C C. Equations and Graphs of Conic Sections In this section, we give an overview of the main properties of the curves called conic sections. Geometrically, these curves can be defined as intersections

More information

SECTION 1.5: TRIGONOMETRIC FUNCTIONS

SECTION 1.5: TRIGONOMETRIC FUNCTIONS SECTION.5: TRIGONOMETRIC FUNCTIONS The Unit Circle The unit circle is the set of all points in the xy-plane for which x + y =. Def: A radian is a unit for measuring angles other than degrees and is measured

More information

VectorPlot[{y^2-2x*y,3x*y-6*x^2},{x,-5,5},{y,-5,5}]

VectorPlot[{y^2-2x*y,3x*y-6*x^2},{x,-5,5},{y,-5,5}] hapter 16 16.1. 6. Notice that F(x, y) has length 1 and that it is perpendicular to the position vector (x, y) for all x and y (except at the origin). Think about drawing the vectors based on concentric

More information

Logarithmic Functions and Their Graphs

Logarithmic Functions and Their Graphs Logarithmic Functions and Their Graphs Accelerated Pre-Calculus Mr. Niedert Accelerated Pre-Calculus Logarithmic Functions and Their Graphs Mr. Niedert 1 / 24 Logarithmic Functions and Their Graphs 1 Logarithmic

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

Name Date Class. Identify whether each function is periodic. If the function is periodic, give the period

Name Date Class. Identify whether each function is periodic. If the function is periodic, give the period Name Date Class 14-1 Practice A Graphs of Sine and Cosine Identify whether each function is periodic. If the function is periodic, give the period. 1.. Use f(x) = sinx or g(x) = cosx as a guide. Identify

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

Logs and Exponentials Higher.notebook February 26, Daily Practice

Logs and Exponentials Higher.notebook February 26, Daily Practice Daily Practice 2.2.2015 Daily Practice 3.2.2015 Today we will be learning about exponential functions and logs. Homework due! Need to know for Unit Test 2: Expressions and Functions Adding and subtracng

More information

Calculus IV Math 2443 Review for Exam 2 on Mon Oct 24, 2016 Exam 2 will cover This is only a sample. Try all the homework problems.

Calculus IV Math 2443 Review for Exam 2 on Mon Oct 24, 2016 Exam 2 will cover This is only a sample. Try all the homework problems. Calculus IV Math 443 eview for xam on Mon Oct 4, 6 xam will cover 5. 5.. This is only a sample. Try all the homework problems. () o not evaluated the integral. Write as iterated integrals: (x + y )dv,

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

Graphing Sine and Cosine

Graphing Sine and Cosine The problem with average monthly temperatures on the preview worksheet is an example of a periodic function. Periodic functions are defined on p.254 Periodic functions repeat themselves each period. The

More information

You may recall from previous work with solving quadratic functions, the discriminant is the value

You may recall from previous work with solving quadratic functions, the discriminant is the value 8.0 Introduction to Conic Sections PreCalculus INTRODUCTION TO CONIC SECTIONS Lesson Targets for Intro: 1. Know and be able to eplain the definition of a conic section.. Identif the general form of a quadratic

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

http://www.math.utah.edu/~palais/sine.html http://www.ies.co.jp/math/java/trig/index.html http://www.analyzemath.com/function/periodic.html http://math.usask.ca/maclean/sincosslider/sincosslider.html http://www.analyzemath.com/unitcircle/unitcircle.html

More information

Sect 4.5 Inequalities Involving Quadratic Function

Sect 4.5 Inequalities Involving Quadratic Function 71 Sect 4. Inequalities Involving Quadratic Function Objective #0: Solving Inequalities using a graph Use the graph to the right to find the following: Ex. 1 a) Find the intervals where f(x) > 0. b) Find

More information

Practice Test 3 (longer than the actual test will be) 1. Solve the following inequalities. Give solutions in interval notation. (Expect 1 or 2.

Practice Test 3 (longer than the actual test will be) 1. Solve the following inequalities. Give solutions in interval notation. (Expect 1 or 2. MAT 115 Spring 2015 Practice Test 3 (longer than the actual test will be) Part I: No Calculators. Show work. 1. Solve the following inequalities. Give solutions in interval notation. (Expect 1 or 2.) a.

More information

PREREQUISITE/PRE-CALCULUS REVIEW

PREREQUISITE/PRE-CALCULUS REVIEW PREREQUISITE/PRE-CALCULUS REVIEW Introduction This review sheet is a summary of most of the main topics that you should already be familiar with from your pre-calculus and trigonometry course(s), and which

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

of the whole circumference.

of the whole circumference. TRIGONOMETRY WEEK 13 ARC LENGTH AND AREAS OF SECTORS If the complete circumference of a circle can be calculated using C = 2πr then the length of an arc, (a portion of the circumference) can be found by

More information

INTEGRATION OVER NON-RECTANGULAR REGIONS. Contents 1. A slightly more general form of Fubini s Theorem

INTEGRATION OVER NON-RECTANGULAR REGIONS. Contents 1. A slightly more general form of Fubini s Theorem INTEGRATION OVER NON-RECTANGULAR REGIONS Contents 1. A slightly more general form of Fubini s Theorem 1 1. A slightly more general form of Fubini s Theorem We now want to learn how to calculate double

More information

Section 5.2 Graphs of the Sine and Cosine Functions

Section 5.2 Graphs of the Sine and Cosine Functions Section 5.2 Graphs of the Sine and Cosine Functions We know from previously studying the periodicity of the trigonometric functions that the sine and cosine functions repeat themselves after 2 radians.

More information

ANSWER KEY. (a) For each of the following partials derivatives, use the contour plot to decide whether they are positive, negative, or zero.

ANSWER KEY. (a) For each of the following partials derivatives, use the contour plot to decide whether they are positive, negative, or zero. Math 2130-101 Test #2 for Section 101 October 14 th, 2009 ANSWE KEY 1. (10 points) Compute the curvature of r(t) = (t + 2, 3t + 4, 5t + 6). r (t) = (1, 3, 5) r (t) = 1 2 + 3 2 + 5 2 = 35 T(t) = 1 r (t)

More information

Determine if the function is even, odd, or neither. 1) f(x) = 8x4 + 7x + 5 A) Even B) Odd C) Neither

Determine if the function is even, odd, or neither. 1) f(x) = 8x4 + 7x + 5 A) Even B) Odd C) Neither Assignment 6 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Determine if the function is even, odd, or neither. 1) f(x) = 8x4 + 7x + 5 1) A)

More information

Chapter 4 Trigonometric Functions

Chapter 4 Trigonometric Functions Chapter 4 Trigonometric Functions Section 1 Section 2 Section 3 Section 4 Section 5 Section 6 Section 7 Section 8 Radian and Degree Measure Trigonometric Functions: The Unit Circle Right Triangle Trigonometry

More information

1.6. QUADRIC SURFACES 53. Figure 1.18: Parabola y = 2x 2. Figure 1.19: Parabola x = 2y 2

1.6. QUADRIC SURFACES 53. Figure 1.18: Parabola y = 2x 2. Figure 1.19: Parabola x = 2y 2 1.6. QUADRIC SURFACES 53 Figure 1.18: Parabola y = 2 1.6 Quadric Surfaces Figure 1.19: Parabola x = 2y 2 1.6.1 Brief review of Conic Sections You may need to review conic sections for this to make more

More information

2. (8pts) If θ is an acute angle, find the values of all the trigonometric functions of θ given

2. (8pts) If θ is an acute angle, find the values of all the trigonometric functions of θ given Trigonometry Joysheet 1 MAT 145, Spring 2017 D. Ivanšić Name: Covers: 6.1, 6.2 Show all your work! 1. 8pts) If θ is an acute angle, find the values of all the trigonometric functions of θ given that sin

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

Logarithms. Since perhaps it s been a while, calculate a few logarithms just to warm up.

Logarithms. Since perhaps it s been a while, calculate a few logarithms just to warm up. Logarithms Since perhaps it s been a while, calculate a few logarithms just to warm up. 1. Calculate the following. (a) log 3 (27) = (b) log 9 (27) = (c) log 3 ( 1 9 ) = (d) ln(e 3 ) = (e) log( 100) =

More information

You analyzed graphs of functions. (Lesson 1-5)

You analyzed graphs of functions. (Lesson 1-5) You analyzed graphs of functions. (Lesson 1-5) LEQ: How do we graph transformations of the sine and cosine functions & use sinusoidal functions to solve problems? sinusoid amplitude frequency phase shift

More information

The Ellipse. PF 1 + PF 2 = constant. Minor Axis. Major Axis. Focus 1 Focus 2. Point 3.4.2

The Ellipse. PF 1 + PF 2 = constant. Minor Axis. Major Axis. Focus 1 Focus 2. Point 3.4.2 Minor Axis The Ellipse An ellipse is the locus of all points in a plane such that the sum of the distances from two given points in the plane, the foci, is constant. Focus 1 Focus 2 Major Axis Point PF

More information

13.2 Define General Angles and Use Radian Measure. standard position:

13.2 Define General Angles and Use Radian Measure. standard position: 3.2 Define General Angles and Use Radian Measure standard position: Examples: Draw an angle with the given measure in standard position..) 240 o 2.) 500 o 3.) -50 o Apr 7 9:55 AM coterminal angles: Examples:

More information

Exploring Graphs of Periodic Functions

Exploring Graphs of Periodic Functions 8.2 Eploring Graphs of Periodic Functions GOAL Investigate the characteristics of the graphs of sine and cosine functions. EXPLORE the Math Carissa and Benjamin created a spinner. The glued graph paper

More information

Activity Overview This activity takes the concept of derivative and applies it to various maximum and minimum problems.

Activity Overview This activity takes the concept of derivative and applies it to various maximum and minimum problems. TI-Nspire Activity: Derivatives: Applied Maxima and Minima By: Tony Duncan Activity Overview This activity takes the concept of derivative and applies it to various maximum and minimum problems. Concepts

More information

Math 2321 Review for Test 2 Fall 11

Math 2321 Review for Test 2 Fall 11 Math 2321 Review for Test 2 Fall 11 The test will cover chapter 15 and sections 16.1-16.5 of chapter 16. These review sheets consist of problems similar to ones that could appear on the test. Some problems

More information

7.1 INTRODUCTION TO PERIODIC FUNCTIONS

7.1 INTRODUCTION TO PERIODIC FUNCTIONS 7.1 INTRODUCTION TO PERIODIC FUNCTIONS *SECTION: 6.1 DCP List: periodic functions period midline amplitude Pg 247- LECTURE EXAMPLES: Ferris wheel, 14,16,20, eplain 23, 28, 32 *SECTION: 6.2 DCP List: unit

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

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

Unit Circle: Sine and Cosine

Unit Circle: Sine and Cosine Unit Circle: Sine and Cosine Functions By: OpenStaxCollege The Singapore Flyer is the world s tallest Ferris wheel. (credit: Vibin JK /Flickr) Looking for a thrill? Then consider a ride on the Singapore

More information

Precalculus Lesson 9.2 Graphs of Polar Equations Mrs. Snow, Instructor

Precalculus Lesson 9.2 Graphs of Polar Equations Mrs. Snow, Instructor Precalculus Lesson 9.2 Graphs of Polar Equations Mrs. Snow, Instructor As we studied last section points may be described in polar form or rectangular form. Likewise an equation may be written using either

More information

3. Use your unit circle and fill in the exact values of the cosine function for each of the following angles (measured in radians).

3. Use your unit circle and fill in the exact values of the cosine function for each of the following angles (measured in radians). Graphing Sine and Cosine Functions Desmos Activity 1. Use your unit circle and fill in the exact values of the sine function for each of the following angles (measured in radians). sin 0 sin π 2 sin π

More information

Appendix M TERMINOLOGY. Slope of a Line. Slope. Undefined Slope. Slope-Intercept Form

Appendix M TERMINOLOGY. Slope of a Line. Slope. Undefined Slope. Slope-Intercept Form Appendices : Slope of a Line TERMINOLOGY For each of the following terms, provide ) a definition in our own words, 2) the formal definition (as provided b our text or instructor), and ) an example of the

More information

10.3 Polar Coordinates

10.3 Polar Coordinates .3 Polar Coordinates Plot the points whose polar coordinates are given. Then find two other pairs of polar coordinates of this point, one with r > and one with r

More information

4-4 Graphing Sine and Cosine Functions

4-4 Graphing Sine and Cosine Functions Describe how the graphs of f (x) and g(x) are related. Then find the amplitude of g(x), and sketch two periods of both functions on the same coordinate axes. 1. f (x) = sin x; g(x) = sin x The graph of

More information

Chapter 6: Periodic Functions

Chapter 6: Periodic Functions Chapter 6: Periodic Functions In the previous chapter, the trigonometric functions were introduced as ratios of sides of a triangle, and related to points on a circle. We noticed how the x and y values

More information

Final Exam Review Problems. P 1. Find the critical points of f(x, y) = x 2 y + 2y 2 8xy + 11 and classify them.

Final Exam Review Problems. P 1. Find the critical points of f(x, y) = x 2 y + 2y 2 8xy + 11 and classify them. Final Exam Review Problems P 1. Find the critical points of f(x, y) = x 2 y + 2y 2 8xy + 11 and classify them. 1 P 2. Find the volume of the solid bounded by the cylinder x 2 + y 2 = 9 and the planes z

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

Chapter 7 Repetitive Change: Cyclic Functions

Chapter 7 Repetitive Change: Cyclic Functions Chapter 7 Repetitive Change: Cyclic Functions 7.1 Cycles and Sine Functions Data that is periodic may often be modeled by trigonometric functions. This chapter will help you use Excel to deal with periodic

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

The key to a fisheye is the relationship between latitude ø of the 3D vector and radius on the 2D fisheye image, namely a linear one where

The key to a fisheye is the relationship between latitude ø of the 3D vector and radius on the 2D fisheye image, namely a linear one where Fisheye mathematics Fisheye image y 3D world y 1 r P θ θ -1 1 x ø x (x,y,z) -1 z Any point P in a linear (mathematical) fisheye defines an angle of longitude and latitude and therefore a 3D vector into

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

THE SINUSOIDAL WAVEFORM

THE SINUSOIDAL WAVEFORM Chapter 11 THE SINUSOIDAL WAVEFORM The sinusoidal waveform or sine wave is the fundamental type of alternating current (ac) and alternating voltage. It is also referred to as a sinusoidal wave or, simply,

More information