Outline Calculus3
Outline Calculus3
180 Gradient.
181 The gradient in each point is orthogonal to the level curve through this point.
182 The gradient in each point is orthogonal to the level surface through this point.
183 Tangent plane to the level surface, an example.
Problem: Determine a normal equation for the tangent plane to the level surface for f (x, y, z) = x2 +y 2 +z 2
at the point (1, 3, 4).
184 Directional derivatives, intro.
185 Directional derivatives, the direction.
186 How to normalize a vector and why it works.
Extra material: notes to the video above.
187 Directional derivatives, the definition.
188 Partial derivatives as special case of directional derivatives.
189 Directional derivatives, an example.
Problem: Compute the directional derivative of the function f (x, y) = x2 y at the point (x, y) = (2, 2) in
the direction ~v = √12 (1, 1) (from the definition).
Extra material: notes with solved problem above.
190 Directional derivatives: an important theorem for computations and interpretations.
191 Directional derivatives: an earlier example revisited.
Problem: Compute the directional derivative of the function f (x, y) = x2 y at the point (x, y) = (2, 2) in
the direction ~v = √12 (1, 1) (using the theorem from the previous video).
Extra material: notes with solved problem above.
192 Geometrical consequences of the theorem about directional derivatives.
193 Geometrical consequences of the theorem about directional derivatives, an example.
z2
Problem: The temperature in the room is described by function f (x, y, z) = 2 . Consider the point in
x + y2
the room with coordinates (1, 1, 1). What is the change in temperature in this point in direction (1, 1, 1)?
In what direction in this point is the change in temperature the fastest and how fast is the temperature
changing in this point in this direction?
194 Directional derivatives: an example.
Problem: Compute the rate of change of f (x, y) = y 4 + 2xy 3 + x2 y 2 at (x, y) = (0, 1) measured in each of
the following directions: a) ~v = (1, 2), b) ~v = (1, −2), c) ~v = (3, 0) and d) ~v = (1, 1).
Extra material: notes with solved problem above.
195 Normal line and tangent line to a level curve: how to get their equations.
196 Normal line and tangent line to a level curve: how to get their equations: an example.
Problem: Let
3
f (x, y) = .
1 + x2 + y 2
a) In what direction and how fast does f (x, y) increase at the highest rate at point (1, 1)?
√
b) Compute the directional derivative of f in (1, 1) in the direction defined by i + 3j.
c) Determine equations of the tangent line and the normal line to the level curve through the point (1, 1).
d) Determine an equation of the tangent plane to the surface z = f (x, y) in point (1, 1, 1).
Extra material: notes to the video above.
197 Gradient and directional derivatives, problem solving, Problem 1.
Problem 1: Let f (x, y) = x2 − y 2 , (a, b) = (2, −1). Compute:
a) the gradient of the function f at the point (a, b),
b) an equation of the tangent plane to the graph surface in the point (a, b, f (a, b)),
c) an equation of the line tangent to the level curve through (a, b).
Extra material: notes with solved Problem 1.
198 Gradient and directional derivatives, problem solving, Problem 2.
Problem 2: Let f (x, y) = ln(x2 + y 2 ), (a, b) = (1, −2). Compute:
a) the gradient of the function f at the point (a, b),
b) an equation of the tangent plane to the graph surface in the point (a, b, f (a, b)),
c) an equation of the line tangent to the level curve through (a, b).
Extra material: notes with solved Problem 2.
199 Gradient and directional derivatives, problem solving, Problem 3.
Problem 3: Find an equation of the tangent plane to the level surface of f (x, y, z) = x2 y + y 2 z + z 2 x at
(1, −1, 1).
Extra material: notes with solved Problem 3.
200 Gradient and directional derivatives, problem solving, Problem 4.
Problem 4: Find the rate of change of f (x, y) = x2 y at (−1, −1) in the direction of the vector i + 2j.
Extra material: notes with solved Problem 4.
201 Gradient and directional derivatives, problem solving, Problem 5.
Problem 5: In what directions at the point (2, 0) does the function f (x, y) = xy have rate of change −1?
Are there directions in which the rate is −3? And −2?
Extra material: notes with solved Problem 5.
202 Gradient and directional derivatives, problem solving, Problem 6.
Problem 6: Find the gradient in the point (a, b) for the differentiable √ function f (x,√ y) knowing that the
directional derivative (in this point) in direction of the vector (i+j)/ 2 is equal to 3 2, and the directional
derivative (in this point) in direction of the vector (3i − 4j)/5 is equal to 5.
Extra material: notes with solved Problem 6.
203 Gradient and directional derivatives, problem solving, Problem 7.
Problem 7: Find a vector tangent to the curve of intersection of the two cylinders x2 +y 2 = 2 and y 2 +z 2 = 2
at the point (1, −1, 1).
Extra material: notes with solved Problem 7.
S19 Implicit functions
You will learn: calculate the Jacobian determinant, compute partial derivatives with dependent and indepen-
dent variables of implicit functions.
∗ Let f (x, y) = 3x2 + 3xy + y 2 + y 3 . Find and classify all critical points of f . Use any method taught during
the course (the second-derivative test or completing the square).
∗ Let
f (x, y) = 2e2y − 4ex ey + e4x .
a) Find and classify the critical points of f . Use any method taught during the course (the second-derivative
test or completing the square).
b) One of the critical points is (a, b) = (0, 0). Write down the second-degree Taylor approximation of f
about this point and motivate, both with computations and with words, how one can see from this
approximation what kind of critical point (0, 0) is. Use completing the square.
∗ Find the size of a rectangular box with no top (i.e., one of the six faces is missing) having the least possible
total surface area, knowing that the volume of the box is 32.
∗ Let
D = {(x, y) | x > 0, y > 0, x2 + 4y 2 6 1 }.
a) Sketch D. Explain briefly how we can see that D is closed and bounded.
b) Find the largest and the smallest values of f (x, y) = x2 + y on D.