Find an equation for the tangent plane to a surface (using gradient)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
FaraDazed
Messages
347
Reaction score
2

Homework Statement


Find an equation for the tangent plane to a surface [itex]xz^2 +x^2y-z=-1[/itex] at the point (1,-3,2).

Homework Equations


[itex] (\vec{r}-\vec{r_p}) \cdot \nabla f(\vec{r_p}) = 0[/itex]

The Attempt at a Solution


[/B]
First I found the gradient of the function
[itex] \nabla f = (z^2+2xy)\hat{i} + x^2 \hat{j} + (2xz-1)\hat{k}[/itex]
and then evaluated at (1,-3,2)
[itex] \nabla f(\vec{r_p}) = (2^2+2(1)(-3))\hat{i} + 1^2 \hat{j} + (2(1)(2)-1)\hat{k} = (-2,1,3)[/itex]

And then used the relation in the relevant equations section:
[itex] (\vec{r}-\vec{r_p}) \cdot \nabla f(\vec{r_p}) = 0 \\<br /> (x-1,y+3,z-2) \cdot (-2,1,3) = 0 \\<br /> (-2x+2)+(y+3)+(3z-6) = 0 \\<br /> -2x+y+3z=1[/itex]

This is the first time I've ever done this and I am just going off of a similar example that the solution was given for. It is not exactly the same question so not sure my process is even correct. Would appreciate any help :)
 
Last edited:
Physics news on Phys.org
FaraDazed said:

Homework Statement


Find an equation for the tangent plane to a surface [itex]xz^2 +x^2y-z=-1[/itex] at the point (1,-3,2).

Homework Equations


[itex] (\vec{r}-\vec{r_p}) \cdot \nabla f(\vec{r_p}) = 0[/itex]

The Attempt at a Solution


[/B]
First I found the gradient of the function
[itex] \nabla f = (z^2+2xy)\hat{i} + x^2 \hat{j} + (2xz-1)\hat{k}[/itex]
and then evaluated at (1,-3,2)
[itex] \nabla f(\vec{r_p}) = (2^2+2(1)(-3))\hat{i} + 1^2 \hat{j} + (2(1)(2)-1)\hat{k} = (-2,1,3)[/itex]

And then used the relation in the relevant equations section:
[itex] (\vec{r}-\vec{r_p}) \cdot \nabla f(\vec{r_p}) = 0 \\<br /> (x-1,y+3,z-2) \cdot (-2,1,3) = 0 \\<br /> (-2x+2)+(y+3)+(3z-6) = 0 \\<br /> -2x+y+3z=1[/itex]

This is the first time I've ever done this and I am just going off of a similar example that the solution was given for. It is not exactly the same question so not sure my process is even correct. Would appreciate any help :)
Looks good to me.

As a check you can do the following:
  • Confirm that the normal to the plane is parallel to the gradient at the given point.
  • Confirm that the plane contains the given point.
 
  • Like
Likes   Reactions: FaraDazed
Mark44 said:
Looks good to me.

As a check you can do the following:
  • Confirm that the normal to the plane is parallel to the gradient at the given point.
  • Confirm that the plane contains the given point.
Thanks for taking a look, and for the advice on how to check if correct, appreciate it :)
 
Mark44 told you that!
"As a check you can do the following:
  • Confirm that the normal to the plane is parallel to the gradient at the given point.
  • Confirm that the plane contains the given point."