Quiz 4 Prep Flashcards
tell me abt functions of 2 variables.
Ex. f(x,y) = x^2 + y ^2
f(1,3) = 1^2 + 3 ^2 = 10
Plug in a point in R^2 and you get a number
tell me abt funciton of 3 variables
Ex. f(x,y,z) = e^xy + z
f(-1,-2,5) = e^(-1)(-2) + 5
Plug in a point in R^3 and you get a number
difference b/w domains in multi variable function and Calc A functions.
Multi varaible functions have bigger domains. Calc A it’s x-axis, Multi variable functions are the xy-plane
graphs vs levels sets
graphs: include domain and range of functions
Level sets: have subsets of the domain only. Every function has infinitely many level sets.
general formulat for tangent plane
z = f_x(a,b)*(x-a) + f_y(a,b) * (y-b) + c. c = f(a,b)
what does this represent: z = x^2 + y^2
elliptical paraboliod.
what does this represent: z=x^2 - y^2
hyperbolic paraboloid
what does this represent: ax^2 + by^2 + cz^2 = 1. Notice same signs!
ellipsoid. it looks like a football
what does this represent: -ax^2 + by^2 + cz^2 = 1. Notice the different signs.
One sheeted hyperboloid. It’s like a cube but with dents in all sides.
what does the variable alone represent?
where the function faces. For example if its a paraboliod and the function = x, it opens on the x axis. Traditionally they face or open toward the z axis so just make a visual in your head.
what does this represent: -ax^2 - by^2 + cz^2 = 1. Notice the different signs.
two sheeted paraboloid. it looks like two plates far from each other.
what does a level set look like algebraically?
f(x,y) = c. C is a constant/integer. you plug in points into the function