Rapid Recall

  • Compute the eigenvalues of the matrix $\begin{bmatrix}4&3\\2&5\end{bmatrix}$.

Solution

$We solve $(4-\lambda)(5-\lambda)-6=0$. This becomes $0=\lambda^2-9\lambda+14=(\lambda-7)(\lambda-2)$. The eigenvalues are $\lambda=7$ and $\lambda=2$.

  • The surface $4x+y^2z=8$ passes through the point $P=(3,2,-1)$. Give an equation of the tangent plane to this surface at $P$.

Solution

Differentials tell us $4dx+2yzdy+y^2dz=0$. We know $x=3$, $y=2$, and $z=-1$. We also now that if $Q=(x,y,z)$ is another point on the plane, then the change from $P$ to $Q$ is $dx = x-3$, $dy=y-2$, and $dz=z+1$. Substitution (plug it in, plug it in) gives the equation of the tangent plane as $$4(x-3)+2(2)(-1)(y-2)+(2)^2(z+1)=0.$$

  • Let $f(x,y)=x^2+y$, and $g(x,y)=3x+4y$. Solve the system $\vec \nabla f = \lambda \vec \nabla g$ and $g(x,y)=12$.

Solution

We have $\vec \nabla f = (2x,1)$, $\vec \nabla g = (2,1)$. The equation $\vec \nabla f = \lambda \vec \nabla g$ gives us $2x=\lambda\cdot 2$ and $1 = \lambda 1$. The second equation tells us $\lambda =1$, and the first equation tells us $x=\lambda=1$. Substitution into $2x+y=3$ tells us $y=1$.

Group problems

  1. A rover travels along the line $g(x,y)=2x+3y=6$. The surrounding terrain has elevation $f(x,y)=x^2+4y$. The rover reaches a local minimum along this path, and our job is to find the location of this minimum.
    • Compute $\vec \nabla f$ and $\vec \nabla g$.
    • Write the system of equations that results from $\vec \nabla f=\lambda\vec \nabla g$ together with $g(x,y) = 6$.
    • Solve the system above (you should get $x=4/3$ and $y=10/9$).
  2. Consider the function $f(x,y,z) = 3xy+z^2$. We'll be analyzing the surface at the point $P=(1,-3,2)$.
    • Compute the differential $df$, and then the differential at $P$.
    • For a level surface, the output remains constant (so $df=0$). If we let $(x,y,z)$ be a point on the surface really close to $P$, then we have $dx=x-1$, $dy=y-(-3)$ and $dz = z-?$. Plug this information into the differential to obtain the differential at $P$ to obtain an equation of the tangent plane.
    • Give an equation of the tangent plane to the level surface of $f$ that passes through $(1,2,-3)$.
    • Give an equation of the tangent plane to the level surface of $f$ that passes through $(a,b,c)$.
    • What relationship exists between the gradient of $f$ at $P$ and the tangent plane through $P$?
  3. Suppose a plane passes through the point $(a,b,c)$ and has normal vector $(A,B,C)$. Give an equation of that plane.
  4. Give an equation of the tangent plane to $xy+z^2=7$ at the point $P=(-3,-2,1)$.
  5. Give an equation of the tangent plane to $z=f(x,y)=xy^2$ at the point $P=(4,-1,f(4,-1))$.

Problem Set
Today

« March 2019 »

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