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

  • Thread starter Thread starter goleafsgo113
  • Start date Start date
  • Tags Tags
    Paraboloid
Click For Summary
To parametrize the paraboloid defined by z = x^2 + y^2, two common methods are discussed. The first uses two parameters, u and v, where x = u, y = v, and z = u^2 + v^2, allowing for representation of any point on the surface. An example provided shows how to find a specific point on the paraboloid using this method. Alternatively, a single parameter t can be used, with the equations x = t, y = t, and z = 2t^2, yielding a different set of points on the same surface. Various parametrization methods exist, and the choice depends on the specific application.
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 5 ·
Replies
5
Views
2K
  • · Replies 12 ·
Replies
12
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 30 ·
2
Replies
30
Views
1K