Calculus 6
Calculus 6
Sigrid Lind
December 2024
1.
To compute the stationary points, I will start by computing the gradient:
2x + 4y − 6 = 0 (4)
4x + 6y − 12 = 0 (5)
This seems trivial, so I will just show what I got:
y=0 (6)
x=3 (7)
The stationary point is therefore (3,0). I will use the 2nd derivative test to figure out whether it’s a maximum,
minimum or a saddle point.
a = fxx (3, 0) = 2 (8)
b = fxy (3, 0) = 4 (9)
c = fyy (3, 0) = 6 (10)
2 2
ac − b = 2 · 6 − 4 = −4 (11)
Since the determinant of the symmetric matrix is negative, the functions only stationary point is a saddle
point.
2.
This is the volume function:
V (x, y, z) = xyz (12)
This is the constraint:
g(x, y, z) = x + y + z = 30 (13)
The gradients for V and g are both quite simple to compute:
∇g = (1, 1, 1) (15)
1
We want to find a point the gradient of V is a scaled version of the gradient of g:
∇V = λ∇g (16)
yz = xz = xy = λ (17)
yz = xz ⇒ y = x (18)
yz = xy ⇒ z = x (19)
And now I use the constraint:
x + y + z = x + x + x = 30 ⇒ x = y = z = 10 (20)
3.
F (x, y, z) = a(x − d)2 + b(y − e)2 + c(z − f )2 = k (22)
y and z is considered constants when finding the partial derivative of x, so the the two other terms than the
first disappears when we take the derivative.
Substitute
2a(x0 − d)
∇F (x0 , y0 , z0 ) = 2b(y0 − e)
2c(z0 − f )
into the equation:
Simplify, and the tangent plane to the ellipsoid F (x, y, z) = k at the point (x0 , y0 , z0 ) is::