Check if I did this problem correctly please

  • Thread starter Thread starter penguinnnnnx5
  • Start date Start date
penguinnnnnx5
Messages
36
Reaction score
0

Homework Statement



Check that the point (-1,1,2) lies on the given surface. Then find a vector normal to the surface and an equation for the tangent plane to the surface at (-1,1,2).

z=x2 + y2


Homework Equations





The Attempt at a Solution



(2) = (-1)2 + (1)2

2 = 2; (-1, 1, 2) lies on the surface z=x2 + y2

----------

0 = -z + x2 + y2
f(x,y,z) = -z + x2 + y2

∇f = <2x, 2y, -1>
∇f (-1,1,2) = <-2,2,-1>

tangent plane: -2(x+1) + 2(y-1) - (z-2) = 0

-2x + -2 + 2y - 2 - z + 2 = 0

-2x + 2y - z = 2 <------- Tangent plane equation

normal line: < -2, 2, -1>

as unit vector: (1/√3) <-2, 2, -1>

Did I do this correctly?
 
Physics news on Phys.org
It looks right to me.
 
  • Like
Likes 1 person
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top