Find Plane Tangent to Surface at (-1/4, 1/2, 2)

Click For Summary
SUMMARY

The discussion focuses on finding the equation of the tangent plane to the surface defined by the parametric equations x = u^2 - v^2, y = u + v, and z = u^2 + 4v at the point (-1/4, 1/2, 2). The correct approach involves identifying the parameters u' and v' such that f(u', v') = (-1/4, 1/2, 2), which are found to be (0, 1/2). The final equation of the tangent plane is derived as z = 1 - 4x, representing the relationship between x, y, and z in the plane.

PREREQUISITES
  • Understanding of parametric surfaces and their representations.
  • Knowledge of partial derivatives and their applications in multivariable calculus.
  • Familiarity with the concept of tangent planes in three-dimensional space.
  • Ability to solve systems of equations involving multiple variables.
NEXT STEPS
  • Study the method of finding tangent planes to surfaces using partial derivatives.
  • Learn about the application of the Implicit Function Theorem in multivariable calculus.
  • Explore examples of parametric surfaces and their tangent planes in textbooks or online resources.
  • Practice solving similar problems involving parametric equations and tangent planes.
USEFUL FOR

Students in multivariable calculus, mathematics educators, and anyone seeking to deepen their understanding of tangent planes to parametric surfaces.

Peach
Messages
80
Reaction score
0

Homework Statement


Find an eqn for the plane tangent to the given surface at the specified point.

x = u^2 - v^2
y= u +v
z = u^2 + 4v

At (-1/4, 1/2, 2)

Homework Equations


A(x-x_0) + B(y-y_0) + C(z-z_0)

The Attempt at a Solution


I thought that I could simply use x = u^2 - v^2 as A, and y = u + v as B, etc. But yeah, it's wrong obviously. I looked through my notes already and my professor didn't go over this so I'm entirely lost. How do I find the plane tangent without knowing what u and v are? Pls help, having a headache over this. The examples in the book didn't help at all either...it didn't have any examples on this.:confused:
 
Physics news on Phys.org
You have a function f : RxR -> RxRxR defined by:

f(u,v) = (u^2-v^2, u^v, u^2+4v)

The surface is thus

{f(u,v) : (u,v) is in RxR}

You want to find the tangent plane to this surface at the point (-1/4, 1/2, 2). First, find (u', v') such that f(u', v') = (-1/4, 1/2, 2). Then the plane is given by:

(-0.25,\, 0.5,\, 2)\ +\ \mbox{Span}\left \{\frac{\partial f}{\partial u} (u',\, v'),\ \frac{\partial f}{\partial v}(u',\, v')\right \}
 
How do you find f(u',v')? Is that just taking the derivative of all the components?

Edit: Eh nvm. >< I'm not thinking clearly. Thanks for the help, I got it now.
 
Last edited:
u' and v' aren't derivatives. It might have been better if I wrote u0 and v0, it was just easier to do it the way I did. What final answer did you get? You should have got (u',v') = (0,1/2). If you got that you probably got the rest right too.
 
Last edited by a moderator:
Yeah, that's what I thought. So I took u + v = 1/2 and solve for v in terms of u, then plugging in v for the u^2 - v^2 = -1/4.

My final answer is z = 3x + 4y + 3/4?
 
f_u(u&#039;,v&#039;) = (2u&#039;, 1, 2u&#039;) = (0, 1, 0)
f_v(u&#039;,v&#039;) = (-2v&#039;, 1, 4) = (-1, 1, 4)

So P = (-0.25, 0.5, 2) + {(-t, t+s, 4t) : t, s in R}.

Can you get for any x and y, a z such that (x, y, z) is in P?

-0.25 - t = x
0.5 + t + s = y

t = -(0.25 + x)
s = y - t - 0.5 = y + x - 0.25

Let z = 2 + 4t = 1 - 4x.

So P = {(x,y,z) : z = 1 - 4x, x,y,z in R} = {(x,y,1-4x) : x,y in R}.
 

Similar threads

Replies
1
Views
1K
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
4
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
4
Views
2K