Expressing Hyperboloid as Parametric Function & Tangent Plane

In summary, the conversation is about finding the parametric function and tangent plane for the hyperboloid x^2 + y^2 - z^2=1. The parametric function is given by x = √(1+t^2)cosφ, y = √(1+t^2)sinφ, and z = t. The tangent plane for the point (x_0, y_0, f(x_0, y_0)) is given by f_t(x,y) = √(x_0^2 + y_0^2 - 1) + (x_0/√(x_0^2 + y_0^2 - 1))(x-x
  • #1
LostInSpace
21
0
Hi!
I am supposed to write the hyperboloid [tex]x^2 + y^2 - z^2=1[/tex] as a parametric funktion and find an expression for the tangent plane in an arbitary point in terms of the parameters.

I think I have figured out that the parametric funktion is
[tex]
\left\lbrace\begin{array}{ccl}
x &=& \sqrt{1+t^2}\cos\varphi \\
y &=& \sqrt{1+t^2}\sin\varphi \\
z &=& t
\end{array}\right.
[/tex]

And if [tex]z = f(x,y)[/tex], the tangent plane for the point [tex](x_0, y_0, f(x_0, y_0))[/tex] is given by
[tex]
f_t(x,y) = f(x_0, y_0) + \frac{\partial f(x_0, y_0)}{\partial x}(x-x_0) + \frac{\partial f(x_0, y_0)}{\partial y}(y - y_0)
[/tex]

which in this case is evaluates to
[tex]
f_t(x,y) = \sqrt{x_0^2 + y_0^2 - 1} + \left(\frac{x_0}{\sqrt{x_0^2+y_0^2-1}}\right)(x-x_0) + \left(\frac{y_0}{\sqrt{x_0^2+y_0^2-1}}\right)(y - y_0)
[/tex]

Hope I'm right so far...
How am I supposed to express [tex]f_t(x,y)[/tex] in terms of the parameters ([tex]t, \varphi[/tex])?

Thanks in advance!
 
Last edited:
Physics news on Phys.org
  • #2
1. You have two t's meaning different things.

2. You need to put x_0 and y_0 in terms of t_0 and \phi_0, that's all, assuming all else is correct. The x and y in the tangent plane are not the x and y in the original equation, that is the solution sets for those equations are different. DO NOT put the parametrization for x and y from the original equation into the equaition for the plane.

NB, I think they might have expected you to use the chain rule to find the tangent vector.
 
  • #3
Hi, and thanks for responding!
I did that, and the result is
[tex]\xi_{t,\varphi}(x,y)=\frac{1}{t}\left[\sqrt{1+t^2}(x\cos\varphi + y\sin\varphi)\right][/tex]

This looks quite good... The problem is that I don't know how to verify it. Is it possible to do a parametric and a regular plot in the same graph in mathematica or maple?

Thanks again!
 
  • #4
I'm not sure that is correct. Ok, it looks good, but there is no z in there, and that can't be right - you're saying the tangent plane is always parallel to a plane orthogonal to the x-y plane, or equivalently parallel to a plane containing the z axis.

So, from first principles it is easy to define the tangent plane to the surface

f(x,y,z)=0 at a,b,c

as the set of x,y,z satisfying

f_x(a,b,c)(x-a) + f_y(a,b,c)(y-b) + f_z(a,b,c)(z-c)=0


so f in your case is x^2+y^2-z^2-1
 
  • #5
Well, essentially what I have done, is that I have defined z to be a funktion of x and y - [tex]z = \xi_{t,\varphi}(x,y)[/tex]. I did a plot in Maple with [tex]t=2, \varphi = 1[/tex], which gave me a "tilted" plane, but since I don't know which point those values correspond to, there is no way I can determine whether or not it is correct. How could I verify it?

Maybe I'm wrong, though... yeah, that's probably it :)
 
  • #6
You understand what f(x,y,z)=0 means, in that given some equation you can rearrange it to get it equal to zero on one side. You can by the look of it write down partial derivatives accurately, you know the answer is


f_x(a,b,c)(x-a)+f_y(a,b,c)(y-b)+f_z(a,b,c)(z-c)=0

where the subscripts mean partial derivatives (sorry i didn't mention that), why do you need to verify anything? That IS the answer. If you want to check what you're doing is right, find some examples with answers inthe book you're working from (I am presuming here). And have a little faith in your abilities, that's the best advice. You know the theory, if you can do basic manipulation and partial differentiation you can get the right answer, so trust yourself.



If you really have to verify it, find three points you KNOW to be on the plane and not lying on the same line, plug their coordinates in and see if you get a zero. The first thinf to do would be to put in the point at which you'r finding the tangent plane and see if that's on the plane. Of course if that is, and you've got the correct normal vector you're done.


Have some faith in your skills.
 
  • #7
Thanks for your encouragement!
 

1. What is a hyperboloid?

A hyperboloid is a three-dimensional surface that can be described as a combination of two hyperbolas. It can have either one or two sheets, and its shape resembles a saddle or a bowl.

2. Why would we want to express a hyperboloid as a parametric function?

Expressing a hyperboloid as a parametric function allows us to easily plot and analyze its shape and properties. It is also useful for creating computer-generated graphics and animations.

3. How do you express a hyperboloid as a parametric function?

To express a hyperboloid as a parametric function, we use two parameters (usually u and v) to represent the coordinates on the surface. The equations for x, y, and z are then defined in terms of these parameters, using trigonometric functions and constants.

4. What is a tangent plane to a hyperboloid?

A tangent plane to a hyperboloid is a flat surface that touches the hyperboloid at only one point. It is perpendicular to the hyperboloid's surface at that point and can be used to approximate the behavior of the hyperboloid in that area.

5. How is the tangent plane to a hyperboloid calculated?

The tangent plane to a hyperboloid can be calculated by finding the partial derivatives of the parametric equations for the hyperboloid. These derivatives give the slope of the tangent line in the u and v directions. The cross product of these two tangent lines then gives the normal vector to the tangent plane, which can be used to find the equation of the plane.

Similar threads

Replies
5
Views
382
  • Calculus
Replies
10
Views
2K
Replies
4
Views
3K
  • Linear and Abstract Algebra
Replies
1
Views
720
  • Calculus
Replies
1
Views
2K
Replies
1
Views
934
  • Calculus
Replies
1
Views
1K
  • Calculus
Replies
5
Views
1K
Back
Top