Problem:
For the cone x(u,v)=(vcosu,vsinu,v), computes the Gauss map and its derivative. Estimate the amount of area the image of the Gauss map takes up on the sphere.
Solution:
We compute the Gauss map step-by-step, again, we starts with the tangent vectors:
xu=(−vsinu,vcosu,0)
xv=(cosu,sinu,1).
Then we compute the normal vector
xu×xv=|ijk−vsinuvcosu0cosusinu1|=(vcosu,vsinu,−v)
The make intuitive sense, the normal vector point radially outward and downwards (for v>0)
Also note that when v=0, the tangent vector is 0 and therefore the surface is not regular there, we will ignore that single point.
The unit normal vector is
1√2(cosu,sinu,−1).
So this is the Gauss map.
To compute the 'derivative', again, it is helpful to think of the Gauss map as a function from (x,y,z) to the unit sphere, so we can compute the 3×3 Jacobian matrix.
∂Gx∂x=∂Gx∂u∂u∂x=∂Gx∂u1∂x∂u=−1√2sinu1−vsinu=1√2v
∂Gx∂y=∂Gx∂u∂u∂y=∂Gx∂u1∂y∂u=−1√2sinu1vcosu=−tanu√2v
∂Gx∂z=∂Gx∂u∂u∂z=∂Gx∂u1∂z∂u=∞
Something seems wrong with the last line. We know that the derivative of the Gauss map is the Weingarten map, which should exist. Why am I getting an infinite there?
Alternatively, we can compute the Weingarten map using a shortcut. We know xu[f]=fu, so we know:
S(xu)=−∇xuU=−1√2(∂cosu∂u,∂sinu∂u,∂(−1)∂u)=(−sinu,cosu,0)=−1√2vxu.
S(xv)=−∇xvU=−1√2(∂cosu∂v,∂sinu∂v,∂(−1)∂v)=(0,0,0).
As per the image of the Gauss map, it is a circle at z=−1√2. It does not take up area of the surface of the sphere.
For the cone x(u,v)=(vcosu,vsinu,v), computes the Gauss map and its derivative. Estimate the amount of area the image of the Gauss map takes up on the sphere.
Solution:
We compute the Gauss map step-by-step, again, we starts with the tangent vectors:
xu=(−vsinu,vcosu,0)
xv=(cosu,sinu,1).
Then we compute the normal vector
xu×xv=|ijk−vsinuvcosu0cosusinu1|=(vcosu,vsinu,−v)
The make intuitive sense, the normal vector point radially outward and downwards (for v>0)
Also note that when v=0, the tangent vector is 0 and therefore the surface is not regular there, we will ignore that single point.
The unit normal vector is
1√2(cosu,sinu,−1).
So this is the Gauss map.
To compute the 'derivative', again, it is helpful to think of the Gauss map as a function from (x,y,z) to the unit sphere, so we can compute the 3×3 Jacobian matrix.
∂Gx∂x=∂Gx∂u∂u∂x=∂Gx∂u1∂x∂u=−1√2sinu1−vsinu=1√2v
∂Gx∂y=∂Gx∂u∂u∂y=∂Gx∂u1∂y∂u=−1√2sinu1vcosu=−tanu√2v
∂Gx∂z=∂Gx∂u∂u∂z=∂Gx∂u1∂z∂u=∞
Something seems wrong with the last line. We know that the derivative of the Gauss map is the Weingarten map, which should exist. Why am I getting an infinite there?
Alternatively, we can compute the Weingarten map using a shortcut. We know xu[f]=fu, so we know:
S(xu)=−∇xuU=−1√2(∂cosu∂u,∂sinu∂u,∂(−1)∂u)=(−sinu,cosu,0)=−1√2vxu.
S(xv)=−∇xvU=−1√2(∂cosu∂v,∂sinu∂v,∂(−1)∂v)=(0,0,0).
As per the image of the Gauss map, it is a circle at z=−1√2. It does not take up area of the surface of the sphere.
No comments:
Post a Comment