The equation of a hyperbolic paraboloid to derive the corner points of rectangle

Click For Summary
SUMMARY

The discussion centers on the equation of a hyperbolic paraboloid, specifically the function f(x,y) = c_1 + c_2x + c_3y + c_4xy, used to derive the corner points of a rectangle defined on the domain [0,a] x [0,b]. The corner points are identified as f_1 = f(0,0) = c_1, f_2 = f(a,0) = c_1 + c_2a, f_3 = f(a,b) = c_1 + c_2a + c_3b + c_4ab, and f_4 = f(0,b) = c_1 + c_3b. The conversation also explores the derivation of these equations, particularly the significance of the xy product term and the rotation of the hyperbolic paraboloid around the z-axis by 45 degrees, which leads to a standard-form equation.

PREREQUISITES
  • Understanding of hyperbolic paraboloids and their equations
  • Familiarity with quadric surfaces and their properties
  • Knowledge of matrix representation of equations
  • Basic concepts of rotation matrices in three-dimensional geometry
NEXT STEPS
  • Study the derivation of hyperbolic paraboloid equations in detail
  • Learn about the properties of quadric surfaces and their classifications
  • Explore rotation matrices and their applications in geometry
  • Investigate the use of mathematical applets for visualizing hyperbolic paraboloids
USEFUL FOR

Mathematicians, geometry enthusiasts, and students studying advanced calculus or differential geometry who are interested in the properties and applications of hyperbolic paraboloids.

bugatti79
Messages
786
Reaction score
4
Hi Folks,I have come across some text where f(x,y)=c_1+c_2x+c_3y+c_4xy is used to define the corner pointsf_1=f(0,0)=c_1
f_2=f(a,0)=c_1+c_2a
f_3=f(a,b)=c_1+c_2a+c_3b+c_4ab
f_4=f(0,b)=c_1+c_3bHow are these equations determined? F_1 to F_4 starts at bottom left hand corner and rotates counter clockwise.Thanks
Note: This was posted last week on MHB with no response.
The equation of a hyperbolic paraboloid to derive the corner points of rectangle
 
Physics news on Phys.org
bugatti79 said:
Hi Folks,I have come across some text where f(x,y)=c_1+c_2x+c_3y+c_4xy is used to define the corner pointsf_1=f(0,0)=c_1
f_2=f(a,0)=c_1+c_2a
f_3=f(a,b)=c_1+c_2a+c_3b+c_4ab
f_4=f(0,b)=c_1+c_3bHow are these equations determined? F_1 to F_4 starts at bottom left hand corner and rotates counter clockwise.Thanks
Note: This was posted last week on MHB with no response.
The equation of a hyperbolic paraboloid to derive the corner points of rectangle

Hi bugatti79! :)

I think you meant MHF instead of MHB. ;-)

Your f(x,y) is defined on a square domain of the form [0,a] x [0,b].
The corner points are the corner points of this domain.
 
I like Serena said:
Hi bugatti79! :)

I think you meant MHF instead of MHB. ;-)

Your f(x,y) is defined on a square domain of the form [0,a] x [0,b].
The corner points are the corner points of this domain.

Hello Sir,

Yes I stand corrected regarding MHF. :-)
Ok but just wondering how those equations were derived particularly the third one with the xy product term :-)
 
If you take a general hyperbolic paraboloid and rotate it appropriately, you can get its form to look like your $f(x,y)$. It's entirely analogous to being able to take a certain hyperbola, rotate it, and obtain the equation $xy=1$. I haven't worked it out, but there probably is a standard-form hyperbolic paraboloid equation looking something like
$$ \frac{z}{c}= \frac{y^{2}}{b^{2}}- \frac{x^{2}}{a^{2}},$$
which, when rotated using rotation matrices, gives you the form of your $f(x,y)$.
 
Ackbach said:
If you take a general hyperbolic paraboloid and rotate it appropriately, you can get its form to look like your $f(x,y)$. It's entirely analogous to being able to take a certain hyperbola, rotate it, and obtain the equation $xy=1$. I haven't worked it out, but there probably is a standard-form hyperbolic paraboloid equation looking something like
$$ \frac{z}{c}= \frac{y^{2}}{b^{2}}- \frac{x^{2}}{a^{2}},$$
which, when rotated using rotation matrices, gives you the form of your $f(x,y)$.

Hi Ackbach,
Good to see you are still around! :-)

That is interesting. I can see now why this expression is required. Each corner needs to movable while the other three are fixed thus resembling the shape of hyperbolic parabola from a flat surface.

I googled information on rotation of a hyperbolic parabola to a flat surface and vica versa, no luck. Perhaps some one know of a link?

Thanks guys
 
Good to see you around, too! I remember you having the most interesting problems in the old country - quantum mechanics and such-like.

Well, I just got my info from the wiki on hyperbolic paraboloids. There's the general equation right away, and then a little info on rotation in the "Multiplication Table" section. To be clear: you're not rotating the hyperbolic paraboloid into the flat surface. A hyperbolic paraboloid is not flat in a Euclidean sense! If I had to make a guess, I'd say the rectangle you're dealing with is some region of interest for other reasons.
 
Here's a wiki link to quadric surfaces.
Not to be confused with quartics or quadratics.

The link includes the method how to analyze a quadric surface.
In your case you have a hyperbolic paraboloid that has been rotated around the z-axis by 45 degrees.
 
I like Serena said:
Here's a wiki link to quadric surfaces.
Not to be confused with quartics or quadratics.

The link includes the method how to analyze a quadric surface.
In your case you have a hyperbolic paraboloid that has been rotated around the z-axis by 45 degrees.

Hi,

Thanks for that. Where did you establish that regarding the rotation of 45degrees?

Ed
 
bugatti79 said:
Hi,

Thanks for that. Where did you establish that regarding the rotation of 45degrees?

Ed

I'll give a summarized analysis.

Your quadric equation is $c_1 + c_2x + c_3y + c_4xy - z = 0$.
This can be written as the following quadric equation in matrix form (see quadric on wiki):
$$\begin{bmatrix}x & y & z\end{bmatrix} \begin{bmatrix}0 & c_4/2 & 0 \\ c_4/2 & 0 & 0 \\0 & 0 & 0 \end{bmatrix} \begin{bmatrix}x \\ y \\ z\end{bmatrix} + \begin{bmatrix}c_2 \\ c_3 \\ -1\end{bmatrix} \cdot \begin{bmatrix}x \\ y \\ z\end{bmatrix} = 0$$

The eigenvalues of the matrix are $\dfrac {c_4} 2, -\dfrac {c_4} 2, 0$ and their corresponding eigenvectors are $\begin{bmatrix}1 \\ 1 \\ 0\end{bmatrix}, \begin{bmatrix}1 \\ -1 \\ 0\end{bmatrix}, \begin{bmatrix}0 \\ 0 \\ 1\end{bmatrix}$.

Those eigenvectors are diagonals, showing a rotation of 45 degrees.The "regular" (unrotated and untranslated) form of your quadric surface is:
$$\frac {c_4}{2} x^2 - \frac {c_4}{2}y^2 - C z = 0$$
where the constant C is yet to be determined (but it's 1).

As you can see in the article, this is classified as a hyperbolic paraboloid.
 
Last edited:
  • #10
I like Serena said:
I'll give a summarized analysis.

Your quadric equation is $c_1 + c_2x + c_3y + c_4xy - z = 0$.
This can be written as the following quadric equation in matrix form (see quadric on wiki):
$$\begin{bmatrix}x & y & z\end{bmatrix} \begin{bmatrix}0 & c_4/2 & 0 \\ c_4/2 & 0 & 0 \\0 & 0 & 0 \end{bmatrix} \begin{bmatrix}x \\ y \\ z\end{bmatrix} + \begin{bmatrix}c_2 \\ c_3 \\ -1\end{bmatrix} \cdot \begin{bmatrix}x \\ y \\ z\end{bmatrix} = 0$$

The eigenvalues of the matrix are $\dfrac {c_4} 2, -\dfrac {c_4} 2, 0$ and their corresponding eigenvectors are $\begin{bmatrix}1 \\ 1 \\ 0\end{bmatrix}, \begin{bmatrix}1 \\ -1 \\ 0\end{bmatrix}, \begin{bmatrix}0 \\ 0 \\ 1\end{bmatrix}$.

Those eigenvectors are diagonals, showing a rotation of 45 degrees.The "regular" (unrotated and untranslated) form of your quadric surface is:
$$\frac {c_4}{2} x^2 - \frac {c_4}{2}y^2 - C z = 0$$
where the constant C is yet to be determined (but it's 1).

As you can see in the article, this is classified as a hyperbolic paraboloid.
I have just stumbled across this lovely applet Applet: Hyperbolic paraboloid coefficients - Math Insight

So far how I understand it is that we start off with the quadric surface f(x,y)=c_1+c_2x+c_3y+c_4xy, rotate it 45 degrees as Serena showed which gives us the non degenerate form. If we set the A abd B coefficients to 0 then z=0 and thus the surface becomes flat (Use applet)...
 
Last edited:

Similar threads

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