Brain Gains (Rapid Recall)

  • For the vector field $\vec F(x,y) = (xe^y,x+y^2)$, compute the derivative $D\vec F(x,y)$.

Solution

We compute the two partial derivatives, namely

  • $\vec F_x = (e^y,1)$
  • $\vec F_y = (xe^y,2y)$

These vectors are the columns of the derivative of $\vec F$, which means $$D\vec F(x,y) = \begin{bmatrix}e^y&xe^y\\1&2y\end{bmatrix}. $$

  • For the function $f(x,y)=x^3+3x^2+y^2+10y$, compute the second derivative.

Solution

Note $\frac{\partial}{\partial x} \vec\nabla f= (6x+6,0)$ and $\frac{\partial}{\partial y}\vec\nabla f = (0,2)$. Placing these vectors into the columns of a matrix gives us $$D^2f(x,y) = \begin{bmatrix}\begin{matrix}6x+6\\0\end{matrix}&\begin{matrix}0\\2\end{matrix}\end{bmatrix}.$$

  • Find the critical points of the function $f(x,y)=x^3+3x^2+y^2+10y$.

Solution

There are two critical points, namely $(0,-5)$ and $(-2,-5)$. Note $\vec \nabla f(x,y) = (3x^2+6x,2y+10)$ is the zero matrix precisely when $x=0$ or $x=-2$, and $y=-5$.

  • For the function $f(x,y)=x^3+3x^2+y^2+10y$, determine the location of any maxes, mins, or saddles, and classify each location appropriately using eigenvalues.

Solution

At each critical point, we need to (1) evaluate the second derivative, (2) compute the eigenvalues, and (3) classify the point using the eigenvalues.

  • At the point $(0,-5)$, the second derivative is $D^2f(0,-5) = \begin{bmatrix}\begin{matrix}6\\0\end{matrix}&\begin{matrix}0\\2\end{matrix}\end{bmatrix}$. The eigenvalues are 6 and 2 (gradient point outwards from the point), which means at $(0,-5)$ we have a minimum.
  • At the point $(-2,-5)$, the second derivative is $D^2f(-2,-5) = \begin{bmatrix}\begin{matrix}-6\\0\end{matrix}&\begin{matrix}0\\2\end{matrix}\end{bmatrix}$. The eigenvalues are -6 and 2 (gradient point outwards from the point in one direction, and inwards in another), which means at $(-2,-5)$ we have a saddle point.

Group problems

  1. Consider the function $f(x,y)= x^3+3xy-y^3$. This function has two critical points, namely $(0,0)$ and $(1,-1)$.
    • Compute the gradient $\vec \nabla f(x,y)$.
    • Compute both $\vec \nabla f(0,0)$ and $\vec \nabla f(1,-1)$. Your work should show that both $(0,0)$ and $(1,-1)$ are critical points. (What value should you obtain, and do you obtain it?)
    • Compute the second derivative $D^2f(x,y)$. The compute both $D^2f(0,0)$ and $D^2f(1,-1)$, the second derivative at these critical points.
    • Classify each critical point as a maximum, minimum, or saddle point, by computing the eigenvalues of the second derivative at that point.
  2. Two objects lie on the $x$-axis. The first object has a mass of 2 kg and is located at the point $x=-1$ (or rather its center of mass is at that point). The second object has a mass of 3 kg and is located at the point $x=4$. Find the center-of-mass of the combined system.
  3. Find the directional derivative of $f(x,y)=xy^2$ at $P=(4,-1)$ in the direction $(-3,4)$.
  4. Consider the function $f(x,y,z) = 3xy+z^2$. We'll be analyzing the surface at the point $P=(1,-3,2)$.
    • If $dx=0.1$, $dy=0.2$ and $dz=0.3$, then what is $df$ at $P$.
    • Find the directional derivative of $f$ at $P$ in the direction $(1,-2,2)$.
    • Give an equation of the tangent plane to the level surface of $f$ that passes through $P$.
    • Give an equation of the tangent plane to the level surface of $f$ that passes through $(a,b,c)$.
  5. Give an equation of the tangent plane to $xy+z^2=7$ at the point $P=(-3,-2,1)$. [Check: $(-2)(x-(-3))+(-3)(y-(-2))+2(1)(z-1)=0$. ]
  6. Give an equation of the tangent plane to $z=f(x,y)=xy^2$ at the point $P=(4,-1,f(4,-1))$. [Check: $z-4 = (-1)^2(x-4)+2(4)(-1)(y-(-1))$.]

Problem Set
Today

« March 2022 »

Sun

Mon

Tue

Wed

Thu

Fri

Sat

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31