Definition of 2D Biquadratic Surface - 65 Characters

  • Thread starter Thread starter Shaddyab
  • Start date Start date
  • Tags Tags
    Surface
AI Thread Summary
A 2D biquadratic surface can be defined using a polynomial equation that includes terms up to the fourth degree in x and y, such as ax^2 + by^2 + cx^2y + dxy^2 + exy + fx + gy + h + ix^2y^2. Alternatively, it can be represented parametrically with functions x = x(u,v), y = y(u,v), and z = z(u,v) that describe the surface in terms of two parameters. The discussion highlights confusion around the complexity of defining such surfaces and emphasizes the need for clarity in the definition. It also mentions the possibility of defining surfaces through implicit equations, like f(x,y,z)=0. Understanding both parametric and implicit representations is crucial for fitting a biquadratic surface to data.
Shaddyab
Messages
19
Reaction score
0
What is the definition of 2D biquardatic surface?

is it:
ax^2 + by^2 +cx^2y + dxy^2 +exy +fx +gy +h + ix^2y^2

or is it simpler than this.
 
Mathematics news on Phys.org
What you have is part of a definition.

A parametric representation of a biquadratic surface looks like:

x=x(u,v)
y=y(u,v)
z=z(u,v)

Where the three functions of u and v have the form you described.
 
I think I am more confused right now.
I am trying to fit a biquardatic surface to my data and I would like to know what is the definition of such a surface

Thanks
 
Shaddyab said:
I think I am more confused right now.
I am trying to fit a biquardatic surface to my data and I would like to know what is the definition of such a surface

Thanks

Do you know how to define a surface? There is the parametric approach, where (x,y,z) are defined as functions of two parameters. Alternatively on can describe a surface in the form f(x,y,z)=0.

Example - sphere: x2 + y2 +z2 - r2 = 0.

or
x=rcosucosv
y=rcosusinv
z=rsinu

where -π/2 ≤ u ≤ π/2 and 0 ≤ v < 2π.
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...

Similar threads

Back
Top