TranscendArcu
- 277
- 0
Homework Statement
S is the surface with equation z = x^2 +2xy+2ya) Find an equation for the tangent plane to S at the point (1,2,9).
b) At what points on S, in any, does S have a horizontal tangent plane?
The Attempt at a Solution
F(x,y,z): z = x^2 +2xy+2y
F_x = 2x + 2y
F_y = 2x + 2
Evaluated at (1,2) gives answers 6 and 4, respectively. My equation for a plane is:
z-9=6(x-1) + 4(y-1).
I think any horizontal plane should have normal vector <0,0,k>, where k is some scalar. I'm pretty sure that S has no such normal vector. But if
F(x,y,z): 0 = x^2 +2xy+2y - z
then
grad F = <2x + 2y,2x + 2,-1> It seems like I can let (x,y) = (-1,1) to zero the x-, y-components of the gradient. Plugging (-1,1) into the definition of z gives z = 1. This suggests to me that there is a point (-1,1,1), at which there is a horizontal tangent plane. Yet I feel pretty sure that this isn't true!