markdown
Parametrized Curves and Surfacesmd d68a053
lecture/math/multivariable-calculus/parametrized-curves-and-surfaces.lecture.n.md
Download PDF

Parametrized Curves and Surfaces

date2026-07-15document_iddoc_d1778feb062a3b745cc75ee5f576b970description正則曲線と正則曲面パッチ、再パラメータ化、向き、弧長、面積要素を体系的に導入する講義である。prerequisites多変数関数と偏微分 / 接平面・連鎖律・Jacobian / 多重積分と変数変換type講義content_typelecturestatusactiverelateddata/lecture/math/multivariable-calculus/tangent-planes-chain-rule-and-jacobian.lecture.n.md / data/lecture/math/multivariable-calculus/multiple-integrals-and-change-of-variables.lecture.n.md / data/lecture/math/vector-calculus/line-integrals-and-conservative-fields.lecture.n.md / data/lecture/math/vector-calculus/surface-integrals-and-flux.lecture.n.md
mathmultivariable-calculusparameterizationregular-curvesurface-patchlecture
data/lecture/math/multivariable-calculus/tangent-planes-chain-rule-and-jacobian.lecture.n.md data/lecture/math/multivariable-calculus/multiple-integrals-and-change-of-variables.lecture.n.md

1Introduction

This lecture uses parameters to describe curves and surfaces and defines tangent directions, orientation, arc length, and surface area elements. In the subsequent lectures on line and surface integrals, these constructions convert geometric objects into one- or two-variable integrals.

The same curve or surface can have several parameterizations. We must therefore distinguish the geometric quantities that are invariant under reparameterization from those that depend on orientation.

2Regular Curves

Let I=[a,b] and let

r:IRn,r(t)=(r1(t),,rn(t))

be of class C1, meaning that each component is continuously differentiable. The image r(I) is a parametrized curve.

If r(t)0 for every tI, then r is a regular parameterization. The derivative

r(t)=(r1(t),,rn(t))

is a tangent vector to the curve. Regularity ensures that the motion does not stop in the interior of the parameter interval and that a tangent direction is defined.

2.1Example 1: The Unit Circle

Let

r(t)=(cost,sint),0[PARSE ERROR: Undefined("Command(\"le\")")]t[PARSE ERROR: Undefined("Command(\"le\")")]2π.

Then

r(t)=(-sint,cost),r(t)=1.

Thus the parameterization is regular, and increasing t gives the counterclockwise orientation of the unit circle. The endpoints t=0 and t=2π represent the same point, but no point is repeated in the interior.

3Reparameterization and Orientation

Let ψ:[α,β][a,b] be a C1 bijection with ψ(s)0. Then

ρ(s)=r(ψ(s))

is a reparameterization with the same curve image. By the chain rule,

ρ(s)=r(ψ(s))ψ(s).

It preserves orientation when ψ(s)>0 and reverses orientation when ψ(s)<0.

Changing the speed of a parameter does not change the curve image or its arc length. In contrast, the work line integral defined in the next lecture changes sign when orientation is reversed. Thus, the same point set and the same oriented curve are different concepts.

4Arc Length

The arc length of a C1 curve r:[a,b]Rn is

L(r)=abr(t)dt.

The quantity r(t) is the speed with respect to t. Under an orientation-preserving reparameterization, the one-variable change-of-variables formula shows that arc length is invariant. An orientation-reversing reparameterization gives the same length because of the absolute value.

For the unit circle, r(t)=1, so

L=02π1dt=2π.

A piecewise C1 curve is a continuous curve for which the parameter interval can be divided into finitely many subintervals on each of which the curve is of class C1. Its arc length is the sum of the lengths of these curve segments. The line integrals in the next lecture are likewise defined on each segment and then summed.

5Regular Surface Patches

5.1The Cross Product

For a=(a1,a2,a3) and b=(b1,b2,b3), define

a×b=(a2b3-a3b2,a3b1-a1b3,a1b2-a2b1).

This vector is perpendicular to both a and b, and its norm a×b is the area of the parallelogram spanned by them. Moreover, a×b=0 if and only if a and b are linearly dependent. The cross product is linear in each variable; this property is called bilinearity. The component formula also gives the anticommutative law b×a=-a×b.

Let DR2 be a bounded Jordan region, and let

r:DR3,r(u,v)=(x(u,v),y(u,v),z(u,v))

be of class C1 on a neighborhood of D_. The partial derivatives

ru=ru,rv=rv

are tangent vectors in the u- and v-directions.

If

ru×rv0

throughout the interior of D and r is one-to-one there, then its image is a regular surface patch. The nonzero cross-product condition is equivalent to linear independence of the tangent vectors and determines the tangent plane

r(u0,v0)+sru(u0,v0)+trv(u0,v0).

Interior injectivity prevents the same portion of a surface from being counted repeatedly. Because the boundary of a bounded Jordan region has area zero, overlap confined to the boundary contributes no area. An interior multiple covering is counted according to its multiplicity in an integral.

6The Surface Area Element

Under the linear approximation, a small rectangle in the parameter plane maps to a parallelogram with edges rudu and rvdv. Its area is

ru×rvdudv.

Therefore the surface area element is

dS=ru×rvdudv.

The cross product itself is normal to the tangent plane, and its magnitude is the local area-scaling factor.

6.1Example 2: A Graph Surface

Let f be of class C1 and parameterize z=f(x,y) by

r(x,y)=(x,y,f(x,y)).

Then

rx=(1,0,fx),ry=(0,1,fy),

and

rx×ry=(-fx,-fy,1).

Hence

dS=1+fx2+fy2dxdy.

For the plane z=0, both partial derivatives vanish, so this reduces to dS=dxdy.

7Surface Orientation and Reparameterization

The vector ru×rv selects one normal direction. Interchanging u and v reverses the sign of the cross product and selects the opposite orientation. A surface is orientable if a continuous normal direction can be selected over the entire surface.

Let E,DR2 be parameter domains and let φ:ED be a C1 diffeomorphism. Define the reparameterization ρ=rφ. The chain rule and bilinearity of the cross product give

ρs×ρt=detDφ(ru×rv)φ.

Thus detDφ>0 preserves orientation, whereas detDφ<0 reverses it. The surface area element uses an absolute value and is independent of orientation, but flux uses a normal direction and changes sign when orientation is reversed.

8Computational Procedure

  1. State the parameter domain and the image of the curve or surface.
  2. Check r0 for a curve or ru×rv0 for a surface.
  3. Check that there is no unintended multiple covering in the interior.
  4. When orientation is relevant, state the direction of increasing parameter or the selected normal direction.
  5. Use r for arc length and ru×rv for surface area.

9Cautions

  • At a point where the tangent vector vanishes, a tangent direction is not defined by a regular curve parameterization.
  • At a point where the two surface tangent vectors are parallel, the regular surface-patch condition fails.
  • Two parameterizations with the same curve image but opposite orientations define different oriented curves.
  • If a surface parameterization covers an interior portion more than once, a surface integral counts that portion with multiplicity.

10Related Lectures

data/lecture/math/vector-calculus/line-integrals-and-conservative-fields.lecture.n.md data/lecture/math/vector-calculus/surface-integrals-and-flux.lecture.n.md
raw .n.md をコピー
loc をコピー (filepath:line ~ line)
copy share link
copy encoded share link
path をコピー
copy share link
copy encoded share link
copy share link
copy encoded share link
タブを全て閉じる