Parameterizing a Hyperboloid: A Challenge!

  • Thread starter *Helix*
  • Start date
  • Tags
    Challenge
In summary, Dick suggested that I try using a change of variables, and I tried that and still couldn't find a solution. He suggested that I graph x y and z strictly as equations, and that is what I did. I found z=-u +/- sqrt(1), which when simplified yields z= -u +/- sqrt(1) +/- sqrt(2). I then introduced w and solved for z. I got z= -u +/- sqrt(1) +/- sqrt(2) +/- sqrt(3).
  • #1
*Helix*
18
0
NEEDD HELP! parameterizing a surface given by an implicit function (HYPERBOLOID?!)

Homework Statement



I need to parameterize the surface given by the following implicit equation:

x2 + y2 + z2 + 2xy + 2xz - 2yz = 1

Homework Equations



I tried using all sorts of subsititutions, getting one varible in terms of the other two, using cylindrical and spherical coordinate systems, etc..and I still cannot come up with parametric equations for x y and z!

The Attempt at a Solution


I'm just hoping someone can point me in the right direction, or give me a good hint to crack out this answer. thanks!
 
Physics news on Phys.org
  • #2


You probably know how to parametrize a standard hyperboloid, right? Ok, so write that as (x+y)^2+z^2+2*z*(x-y)=1. Suggests you want to do a change of variables like u=(x+y), v=(x-y). Now what? Is it starting to look like a usual hyperboloid form?
 
  • #3


Hi Dick, your suggestion looked goods, I have come up with the following, I just need a little help with grasping how the parameters work. let me know what you think of this solution so far:

if we let
u = x - y
v = x + y
then:
u2 = x2 - 2xy + y2

Substituting the change of varibles into the orginal equation:
x2 + y2 + z2 + 2xy + 2xz - 2yz = 1
and simplifying we have:

z2 +(2u)z + u2 = 1
or
z2 +(2u)z + (u2 - 1) = 0

z is in quadratic form which yields a solution, after simplifying:

z = -u +/- sqrt(1)

so equations for x y and z are:
x = (u+v)/2
y = (v-u)/2
z = -u

now its interesting..when I graph x y and z strictly as these equations, I get a plane that slices the surface exactly in half... how do I get this equation in standard form for my surface.. also, I know that a standard form of parametric equations for a hyperboloid of one sheet are:
x= a*cosh(u).*cos(k)
y= b*cosh(u).*sin(k)
z = c*sinh(u)

where u in this sense is I'm guessing a vector space, and k is an angle measured between 0 and 2 pi. and a b and c are scalers. (ie. if they all equal one, then its a hyperboloid made up of circles)...how would I relate what I found to these parametric equations?
 
  • #4


*Helix* said:
Hi Dick, your suggestion looked goods, I have come up with the following, I just need a little help with grasping how the parameters work. let me know what you think of this solution so far:

if we let
u = x - y
v = x + y
then:
u2 = x2 - 2xy + y2

Substituting the change of varibles into the orginal equation:
x2 + y2 + z2 + 2xy + 2xz - 2yz = 1
and simplifying we have:

z2 +(2u)z + u2 = 1

You are getting things all mixed up. u^2 has a -2xy in it's expansion and the original form had +2xy. Try that again and keep track of the signs better this time.
 
  • #5


well, using v and u in the equation, you end up with ( u^2 - v^2 + 1) which is (-4xy +1) under the radical...what happens to z??
 
  • #6


Don't put anything under the radical. You are just trying to introduce new variables so it looks like a standard hyperboloid. Your expression z^2+2zu+u^2=1 is wrong. One of those u's should be a v. Which one? Now complete the square in z and introduce another variable w.
 
  • #7


so I should end up with z2 +z(2u) + v2 = 1 ...right? And I'm to complete the square in z and use another varible?
 
  • #8


when I complete the square in z, assuming I have the right u and v now, I get z = -u plus or minus the square root of (u2 - v2 + 1) ..this is what I was getting before...hmmm
 
  • #9


*Helix* said:
so I should end up with z2 +z(2u) + v2 = 1 ...right? And I'm to complete the square in z and use another varible?

Don't go all soft on me here. Yes, you have z^2+2zu+v^2=1. I would make that z^2+2zu+u^2-u^2+v^2=1. Or (z+u)^2-u^2+v^2=1. Now how about putting w=z+u? Don't you see where this is going? w^2-u^2+v^2=1, now parametrize the hyperboloid and then go back to x,y,z coordinates.
 
  • #10


nice..thanks..I at least get this part!

we let:
v=x+y
u=x-y
w=z-u

then w2 + v2 -u2 = 1

which we see is hyperboloid with an axis of symmetry around u?!

anddd...expanding all that out in terms of x y and z, we get the original equation
...which is sweet
so x = (v+u)/2 y = (v-u)/2 and z = (w - u)

now is this "standard" form? and as for parameterizing it..and those funky hyperbolic cosine functions and stuff...I'd have no idea how to relate what we found here, back to that..if that's what you're talking about parameterizing it.
I can visualize like a "mapping" of the surface...its slanted and pointed out along a line running through the origin
thanks for your help so far! hope to hear from you soon!
 
  • #11


You don't understand how the parametric form you gave before parametrizes (x/a)^2+(y/b)^2-(z/c)^2=1?? Show me how it does. Substitute the 'funky' stuff into the equation (x/a)^2+(y/b)^2-(z/c)^2=1 and show me you get 1. Do it. Then apply the same thing to the u,v,w equation.
 
  • #12


Well, I know the standard parametric form for when a hyperboloid is around the z axis. That is:

x=a*cosh(u)*cos(v)
y=b*cosh(u)*sin(v)
z=c*sinh(u)

v in this sense is between 0 and 2*PI
and if a=b=c, then it is a circular type hyperboloid, with the apex in the xy plane as a circle..am I right?
I'm not sure what "u" does, and how it relates, though when I graph the regular function in Matlab, it's basically a matrix of values along a line, which I guessing is the z axis in this case.
I'm getting confused about actually how I'd plot this is Matlab. I need to do that too..Using parameters only, NOT the implicit function
I know I could just write this:
(z+x-y)2 + (x+y)2 -(x-y)2 = 1
then
(z+x-y) = a*cosh(u)*cos(v)
(x+y) =b*cosh(u)*sin(v)
(x-y)=c*sinh(u)

z' = a*cosh(u)*cos(v) + (y-x)
y' = b*cosh(u)*sin(v) -(x)
x' = c*sinh(u) +(y)

(still not sure about that "u")
am I on the right path? let me know.
 
  • #13


*Helix* said:
Well, I know the standard parametric form for when a hyperboloid is around the z axis. That is:

x=a*cosh(u)*cos(v)
y=b*cosh(u)*sin(v)
z=c*sinh(u)

v in this sense is between 0 and 2*PI
and if a=b=c, then it is a circular type hyperboloid, with the apex in the xy plane as a circle..am I right?
I'm not sure what "u" does, and how it relates, though when I graph the regular function in Matlab, it's basically a matrix of values along a line, which I guessing is the z axis in this case.
I'm getting confused about actually how I'd plot this is Matlab. I need to do that too..Using parameters only, NOT the implicit function
I know I could just write this:
(z+x-y)2 + (x+y)2 -(x-y)2 = 1
then
(z+x-y) = a*cosh(u)*cos(v)
(x+y) =b*cosh(u)*sin(v)
(x-y)=c*sinh(u)

So what would a, b, and c be for your equation?

And if you don't want the implicit function, why not let Matlab solve those three equations for x, y, and z? That would give you x, y, and z in terms of two parameters u and v.
 
  • #14


Don't let Matlab solve anything. You should do it yourself. It's not even hard. You've got w^2+v^2-u^2=1. Use your standard parametrization to write that in terms of two parameters. I wouldn't call them u and v just for the sake of clarity. Now since you know u,v and w in terms of x,y and z. Just solve for x, y and z in terms of the parameters. Then use Matlab to plot x, y and z. I don't know why this is seeming so difficult.
 
  • #15


I'm going to work on it. my final solution is due monday morning :( ..so we'll see what i can come up with..I'll post very soon!
 

1. What is a hyperboloid?

A hyperboloid is a three-dimensional shape that resembles two cones joined at their bases.

2. How do you parameterize a hyperboloid?

To parameterize a hyperboloid, you can use two parameters (u and v) to represent the two cones and create equations for each cone using trigonometric functions.

3. Why is parameterizing a hyperboloid challenging?

Parameterizing a hyperboloid can be challenging because it involves manipulating complex equations and understanding how they relate to the shape of the hyperboloid.

4. What are some real-world applications of hyperboloids?

Hyperboloids have many real-world applications, including in architecture, engineering, and physics. They are commonly used in the design of cooling towers, bridges, and satellite antennas.

5. Are there any special techniques for parameterizing a hyperboloid?

There are no special techniques for parameterizing a hyperboloid, but it is important to have a good understanding of trigonometric functions and how they can be used to create equations for the shape.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
995
  • Topology and Analysis
Replies
16
Views
2K
  • Calculus and Beyond Homework Help
Replies
17
Views
4K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
7K
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Classical Physics
Replies
14
Views
1K
Replies
12
Views
11K
  • Calculus and Beyond Homework Help
Replies
10
Views
2K
Back
Top