How can I parametrize a paraboloid using two or one parameter?

  • Context: Undergrad 
  • Thread starter Thread starter goleafsgo113
  • Start date Start date
  • Tags Tags
    Paraboloid
Click For Summary
SUMMARY

The discussion focuses on parametrizing the paraboloid defined by the equation z = x^2 + y^2. Two methods are presented: the first uses two parameters, u and v, where x = u, y = v, and z = u^2 + v^2, allowing for any point on the surface to be represented. The second method employs a single parameter, t, resulting in x = t, y = t, and z = 2t^2. Both parametrizations effectively describe points on the paraboloid, demonstrating the flexibility in choosing parameters based on the context.

PREREQUISITES
  • Understanding of parametric equations
  • Familiarity with Cartesian coordinates
  • Basic knowledge of quadratic functions
  • Concept of polar coordinates
NEXT STEPS
  • Study the implications of using polar coordinates in 3D parametrization
  • Explore the concept of surface parametrization in multivariable calculus
  • Learn about the applications of parametrized surfaces in computer graphics
  • Investigate alternative parametrizations for different geometric shapes
USEFUL FOR

Mathematicians, physics students, computer graphics developers, and anyone interested in understanding surface parametrization techniques.

goleafsgo113
Messages
7
Reaction score
0
how do I parametrize the paraboloid z = x^2 + y^2 ? thx
 
Physics news on Phys.org
x= r*cos(theta)
y=r*sin(theta)
z=z

x^2 + y^2 = r^2
z = r^2

0 <= theta <= 2*pi
0 <= r <= 1

so your new function is now f(r,theta)
 


To parametrize a paraboloid, we need to express the coordinates of the points on the surface in terms of two parameters, usually denoted as u and v. In this case, we can use the parameters as follows:

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

This parametrization allows us to represent any point on the paraboloid by plugging in different values for u and v. For example, if we want to find the point (1,2,5) on the paraboloid, we can set u = 1 and v = 2, which gives us the parametric equation:

x = 1
y = 2
z = 1^2 + 2^2 = 5

Alternatively, we can also use a single parameter, such as t, to parametrize the paraboloid. In this case, the equations would be:

x = t
y = t
z = t^2 + t^2 = 2t^2

This parametrization would give us a different set of points on the paraboloid, but they would still lie on the same surface. It is important to note that there are many possible ways to parametrize a paraboloid, and the choice of parameters may vary depending on the situation.

Hope this helps!
 

Similar threads

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