Chapter 2. Parameterized Curves in R 3
|
|
|
- Tobias Rose
- 9 years ago
- Views:
Transcription
1 Chapter 2. Parameterized Curves in R 3 Def. A smooth curve in R 3 is a smooth map σ : (a, b) R 3. For each t (a, b), σ(t) R 3. As t increases from a to b, σ(t) traces out a curve in R 3. In terms of components, σ(t) = (x(t), y(t), z(t)), (1) or velocity at time t: speed at time t: σ : x = x(t) y = y(t) z = z(t) a < t < b, dσ dt (t) = σ (t) = (x (t), y (t), z (t)). dσ dt (t) = σ (t) Ex. σ : R R 3, σ(t) = (r cos t, r sin t, 0) - the standard parameterization of the unit circle, σ : x = r cos t y = r sin t z = 0 σ (t) = ( r sin t, r cos t, 0) σ (t) = r (constant speed) 1
2 Ex. σ : R R 3, σ(t) = (r cos t, r sin t, ht), r, h > 0 constants (helix). σ (t) = ( r sin t, r cos t, h) σ (t) = r 2 + h 2 (constant) Def A regular curve in R 3 is a smooth curve σ : (a, b) R 3 such that σ (t) 0 for all t (a, b). That is, a regular curve is a smooth curve with everywhere nonzero velocity. Ex. Examples above are regular. Ex. σ : R R 3, σ(t) = (t 3, t 2, 0). σ is smooth, but not regular: Graph: σ (t) = (3t 2, 2t, 0), σ (0) = (0, 0, 0) σ : x = t 3 y = t 2 z = 0 y = t2 = (x 1/3 ) 2 y = x 2/3 There is a cusp, not because the curve isn t smooth, but because the velocity = 0 at the origin. A regular curve has a well-defined smoothly turning tangent, and hence its graph will appear smooth. The Geometric Action of the Jacobian (exercise) Given smooth map F : U R 3 R 3, p U. Let X be any vector based at the point p. To X at p we associate a vector Y at F (p) as follows. Let σ : ( ɛ, ɛ) R 3 be any smooth curve such that, σ(0) = p and 2 dσ (0) = X, dt
3 i.e. σ is a curve which passes through p at t = 0 with velocity X. (E.g. one can take σ(t) = p + tx.) Now, look at the image of σ under F, i.e. consider β = F σ, β : ( ɛ, ɛ) R 3, β(t) = F σ(t) = F (σ(t)). We have, β(0) = F (σ(0)) = F (p), i.e., β passes through F (p) at t = 0. Finally, let i.e. Y is the velocity vector of β at t = 0. Y = dβ dt (0). Exercise 2.1. Show that Y = DF (p)x. Note: In the above, X and Y are represented as column vectors, and the rhs of the equation involves matrix multiplication. Hint: Use the chain rule. Thus, roughly speaking, the geometric effect of the Jacobian is to send velocity vectors to velocity vectors. The same result holds for mappings F : U R n R m (i.e. it is not necessary to restrict to dimension three). Reparameterizations Given a regular curve σ : (a, b) R 3. Traversing the same path at a different speed (and perhaps in the opposite direction) amounts to what is called a reparameterization. Def. Let σ : (a, b) R 3 be a regular curve. Let h : (c, d) R (a, b) R be a diffeomorphism (i.e. h is 1-1, onto such that h and h 1 are smooth). Then σ = σ h : (c, d) R 3 is a regular curve, called a reparameterization of σ. σ(u) = σ h(u) = σ(h(u)) I.e., start with curve σ = σ(t), make a change of parameter t = h(u), obtain reparameterized curve σ = σ(h(u)); t = original parameter, u = new parameter. 3
4 Remarks. 1. σ and σ describe the same path in space, just traversed at different speeds (and perhaps in opposite directions). 2. Compare velocities: By the chain rule, σ = σ(h(u)) i.e., σ = σ(t), where t = h(u). h > 0: h < 0: d σ du = dσ dt dt du = dσ dt h orientation preserving reparameterization. orientation reversing reparameterization. Ex. σ : (0, 2π) R 3, σ(t) = (cos t, sin t, 0). Reparameterization function: h : (0, π) (0, 2π), Reparameterized curve: h : t = h(u) = 2u, u (0, π), σ(u) = σ(t) = σ(2u) σ(u) = (cos 2u, sin 2u, 0) σ describes the same circle, but traversed twice as fast, speed of σ = dσ dt = 1, speed of σ = d σ du = 2. Remark Regular curves always admit a very important reparameterization: they can always be parameterized in terms of arc length. Length Formula: Consider a smooth curve defined on a closed interval, σ : [a, b] R 3. 4
5 σ is a smooth curve segment. Its length is defined by, length of σ = b I.e., to get the length, integrate speed wrt time. Ex. σ(t) = (r cos t, r sin t, 0) 0 t 2π. Length of σ = 2π 0 a σ (t) dt = σ (t) dt. 2π 0 rdt = 2πr. Fact. The length formula is independent of parameterization, i.e., if σ : [c, d] R 3 is a reparameterization of σ : [a, b] R 3 then length of σ = length of σ. Exercise 2.2 Arc Length Parameter: Prove this fact. Along a regular curve σ : (a, b) R 3 there is a distinguished parameter called arc length parameter. Fix t 0 (a, b). Define the following function (arc length function). Thus, if t > t 0, s = s(t), t (a, b), s(t) = s(t) = length of σ from t 0 to t t t 0 σ (t) dt. if t < t 0, s(t) = length of σ from t 0 to t. s = s(t) is smooth and by the Fundamental Theorem of calculus, s (t) = σ (t) > 0 for all t (a, b) Hence s = s(t) is strictly increasing, and so has a smooth inverse - can solve smoothly for t in terms of s, t = t(s) (reparameterization function). Then, σ(s) = σ(t(s)) is the arc length reparameterization of σ. Fact. A regular curve admits a reparameterization in terms of arc length. 5
6 Ex. Reparameterize the circle σ(t) = (r cos t, r sin t, 0), < t <, in terms of arc length parameter. Obtain the arc length function s = s(t), s = t σ (t) dt = t 0 0 rdt s = rt t = s (reparam. function) r Hence, ( s ) σ(s) = σ(t(s)) = σ r σ(s) = (r cos ( s r ), r sin ( s r ), 0). Remarks 1. Often one relaxes the notation and writes σ(s) for σ(s) (i.e. one drops the tilde). 2. Let σ = σ(t), t (a, b) be a unit speed curve, σ (t) = 1 for all t (a, b). Then, t s = σ (t) dt = t 0 s = t t 0. t t 0 1dt I.e. up to a trivial translation of parameter, s = t. Hence unit speed curves are already parameterized wrt arc length (as measured from some point). Conversely, if σ = σ(s) is a regular curve parameterized wrt arc length s then σ is unit speed, i.e. σ (s) = 1 for all s (why?). Hence the phrases unit speed curve and curve parameterized wrt arc length are used interchangably. Exercise 2.3. Reparameterize the helix, σ : R R 3, σ(t) = (r cos t, r sin t, ht) in terms of arc length. Vector fields along a curve. We will frequently use the notion of a vector field along a curve σ. Def. Given a smooth curve σ : (a, b) R 3 a vector field along σ is a vector-valued map X : (a, b) R 3 which assigns to each t (a, b) a vector X(t) at the point σ(t). 6
7 Ex. Velocity vector field along σ : (a, b) R 3. σ : (a, b) R 3, t σ (t) ; if σ(t) = (x(t), y(t), z(t)), σ (t) = (x (t), y (t), z (t)). Ex. Unit tangent vector field along σ. T (t) = σ (t) σ (t). T (t) = 1 for all t. (Note σ must be regular for T to be defined). Ex. Find unit tangent vector field along σ(t) = (r cos t, r sin t, ht). σ (t) = ( r sin t, r cos t, h) σ (t) = r 2 + h 2 T (t) = 1 ( r sin t, r cos t, h) r2 + h2 Note. and so, If s σ(s) is parameterized wrt arc length then σ (s) = 1 (unit speed) T (s) = σ (s). Differentiation. Analytically vector fields along a curve are just maps, X : (a, b) R R 3. Can differentiate by expressing X = X(t) in terms of components, 7
8 X(t) = (X (t), X 2 (t), X 3 (t)), Ex. dx dt = ( ) dx 1 dt, dx2 dt, dx3. dt Consider the unit tangent field to the helix, T (t) = 1 ( r sin t, r cos t, h) r2 + h2 T (t) = 1 ( r cos t, r sin t, 0). r2 + h2 Exercise 2.4. Let X = X(t) and Y = Y (t) be two smooth vector fields along σ : (a, b) R 3. Prove the following product rules, (1) (2) Hint: Express in terms of components. Curvature d dt X, Y = dx dy, Y + X, dt dt d dt X Y = dx dt Y + X dy dt Curvature of a curve is a measure of how much a curve bends at a given point: This is quantified by measuring the rate at which the unit tangent turns wrt distance along the curve. Given regular curve, t σ(t), reparameterize in terms of arc length, s σ(s), and consider the unit tangent vector field, T = T (s) (T (s) = σ (s)). Now differentiate T = T (s) wrt arc length, dt ds = curvature vector 8
9 . The direction of dt tells us which way the curve is bending. Its magnitude tells us ds how much the curve is bending, dt ds = curvature Def. Let s σ(s) be a unit speed curve. The curvature κ = κ(s) of σ is defined as follows, where = d ds. κ(s) = T (s) (= σ (s) ), Ex. Compute the curvature of a circle of radius r. Standard parameterization: σ(t) = ((r cos t, ( r sin t, 0). s ) ( s ) ) Arc length parameterization: σ(s) = r cos, r sin, 0. r r T (s) = σ (s) = ( ( s ) ( s ) ) sin, cos, 0 r r ( T (s) = 1 ( s ) r cos, 1 ( s ) ) r r sin, 0 r = 1 ( ( s ) ( s ) ) cos, sin, 0 r r r κ(s) = T (s) = 1 r (Does this answer agree with intuition?) Exercise 2.5. Let s σ(s) be a unit speed plane curve, σ(s) = (x(s), y(s), 0). For each s let, φ(s) = angle between positive x-axis and T (s). Show: κ(s) = φ (s) (i.e. κ = dφ ds ). Hint: Observe, T (s) = cos φ(s)i + sin φ(s)j (why?). 9
10 Conceptually, the definition of curvature is the right one. But for computational purposes it s not so good. For one thing, it would be useful to have a formula for computing curvature which does not require that the curve be parameterized with respect to arc length. Using the chain rule, such a formula is easy to obtain. Given a regular curve t σ(t), it can be reparameterized wrt arc length s σ(s). Let T = T (s) be the unit tangent field to σ. T = T (s), s = s(t), So by the chain rule, and hence, i.e. dt dt dt dt = = dt ds ds dt = dt dσ ds dt κ = dσ dt dt dt dσ, dt dt ds } {{ } κ κ(t) = T (t) σ (t), = d dt. Exercise 2.6. Use the above formula to compute the curvature of the helix σ(t) = (r cos t, r sin t, ht). Frenet-Equations Let s σ(s), s (a, b) be a regular unit speed curve such that κ(s) 0 for all s (a, b). (We will refer to such a curve as strongly regular). Along σ we are going to introduce the vector fields, T = T (s) N = N(s) B = B(s) - unit tangent vector field - principal normal vector field - binormal vector field {T, N, B} is called a Frenet frame. 10
11 At each point of σ {T, N, B} forms an orthonormal basis, i.e. T, N, B are mutually perpendicular unit vectors. To begin the construction of the Frenet frame, we have the unit tangent vector field, Consider the derivative T = T (s). Claim. T T along σ. T (s) = σ (s), = d ds Proof. It suffices to show T, T = 0 for all s (a, b). Along σ, Differentiating both sides, T, T = T 2 = 1. d ds T, T = d ds 1 = 0 dt dt, T + T, ds ds = 0 2 dt ds, T = 0 T, T = 0. Def. Let s σ(s) be a strongly regular unit speed curve. The principal normal vector field along σ is defined by N(s) = T (s) T (s) = T (s) κ(s) (κ(s) 0) The binormal vector field along σ is defined by B(s) = T (s) N(s). Note, the definition of N = N(s) implies the equation T = κn 11
12 Claim. For each s, {T (s), N(s), B(s)} is an orthonormal basis for vectors in space based at σ(s). Mutually perpendicular: T, N = T, T κ = 1 κ T, T = 0. B = T N B, T = B, N = 0. Unit length: T = 1, and N = T T = T T = 1, B 2 = T N 2 Remark on o.n. bases. = T 2 N 2 T, N 2 = 1. X = vector at σ(s). X can be expressed as a linear combination of T (s), N(s), B(s), X = at + bn + cb The constants a, b, c are determined as follows, X, T = at + bn + cb, T = a T, T + b N, T + c B, T = a Hence, a = X, T, and similarly, b = X, N, c = X, B. expressed as, Hence X can be X = X, T T + X, N N + X, B B. 12
13 Torsion: Torsion is a measure of twisting. Curvature is associated with T ; torsion is associated with B : B = T N B = T N + T N = κn N + T N Therefore B = T N which implies B T, i.e. B, T = 0 Also, since B = B(s) is a unit vector along σ, B, B = 1 which implies by differentiation, It follows that B is a multiple of N, Hence, we may write, where τ = torsion := B, N. Remarks 1. τ is a function of s, τ = τ(s). B, B = 0 B = B, T T + B, N N + B, B B B = B, N N. B = τn 2. τ is signed i.e. can be positive or negative. 3. τ(s) = B (s), i.e., τ = ± B, and hence τ measuures how B wiggles. Given a strongly regular unit speed curve σ, the collection of quantities T, N, B, κ, τ is sometimes referred to as the Frenet apparatus. Ex. Compute T, N, B, κ, τ for the unit speed circle. ( ( s ) ( s ) ) σ(s) = r cos, r sin, 0 r r T = σ = T = 1 r ( ( s ) ( s ) ) sin, cos, 0 r r ( ( s ) ( s ) ) cos, sin, 0 r r 13
14 κ = T = 1 r N = T ( ( s ) ( s ) ) k = cos, sin, 0 r r B = T N = i j k s c 0 c s 0 = k = (0, 0, 1), ( s ) ( s ) (where c = cos and s = sin ). Finally, since B = 0, τ = 0, i.e. the torsion r r vanishes. Conjecture. Let s σ(s) be a strongly regular unit speed curve. Then, σ is a plane curve iff its torsion vanishes, τ 0. Exercise 2.7. Consider the helix, σ(t) = (r cos t, r sin t, ht). Show that, when parameterized wrt arc length, we obtain, σ(s) = (r cos ωs, r sin ωs, hωs), ( ) where ω = 1 r2 + h 2. Ex. Compute T, N, B, κ, τ for the unit speed helix ( ). T = σ = ( rω sin ωs, rω cos ωs, hω) T = ω 2 r(cos ωs, sin ωs, 0) κ = T = ω 2 r = N = T κ r r 2 + h 2 = const. = ( cos ωs, sin ωs, 0) 14
15 B = T N = i j k rω sin ωs rω cos ωs hω cos ωs sinωs 0 B = (hω sin ωs, hω cos ωs, rω) B = (hω 2 cos ωs, hω 2 sin ωs, 0) = hω 2 (cos ωs, sin ωs, 0) B = hω 2 N Remarks. B = τn τ = hw 2 = h r 2 + h 2. Π(s) = osculating plane of σ at σ(s) = plane passing through σ(s) spanned by N(s) and T (s) (or equivalently, perpendicular to B(s)). (1) s Π(s) is the family of osculating planes along σ. The Frenet equation B = τn shows that the torsion τ measures how the osculating plane is twisting along σ. (2) Π(s 0 ) passes through σ(s 0 ) and is spanned by σ (s 0 ) and σ (s 0 ). Hence, in a sense that can be made precise, s σ(s) lies in Π(s 0 ) to second order in s. If τ(s 0 ) 0 then σ (s 0 ) is not tangent to Π(s 0 ). Hence the torsion τ gives a measure of the extent to which σ twists out of a given fixed osculating plane 15
16 Theorem. (Frenet Formulas) Let s σ(s) be a strongly regular unit speed curve. Then the Frenet frame, T, N, B satisfies, T = κn N = κt + τb B = τn Proof. We have already established the first and third formulas. To establish the second, observe B = T N N = B T. Hence, N = (B T ) = B T + B T = τn T + κb N = τ( B) + κ( T ) = κt + τb. We can express Frenet formulas as a matrix equation, T N B = 0 κ 0 κ 0 τ 0 τ 0 } {{ } A A is skew symmetric: A t = A. A = [a ij ], then a ji = a ij. The Frenet equations can be used to derive various properties of space curves. Proposition. Let s σ(s), s (a, b), be a strongly regular unit speed curve. Then, σ is a plane curve iff its torsion vanishes, τ 0. Proof. Recall, the plane Π which passes through the point x 0 R 3 and is perpendicular to the unit vector n consists of all points x R 3 which satisfy the equation, n, x x 0 = 0 T N B 16
17 : Assume s σ(s) lies in the plane Π. Then, for all s, n, σ(s) x 0 = 0 Since n is constant, differentiating twice gives, d ds n, σ(s) x 0 = n, σ = n, T = 0, d ds n, T = n, T = κ n, N = 0, Since n is a unit vector perpendicular to T and N, n = ±B, so B = ±n. B = B(s) is constant which implies B = 0. Therefore τ 0. I.e., : Now assume τ 0. B = τn B = 0, i.e. B(s) is constant, B(s) = B = constant vector. We show s σ(s) lies in the plane, B, x σ(s 0 ) = 0, passing through σ(s 0 ), s 0 (a, b), and perpendicular to B, i.e., will show, B, σ(s) σ(s 0 ) = 0. ( ) for all s (a, b). Consider the function, f(s) = B, σ(s) σ(s 0 ). Differentiating, f (s) = d ds B, σ(s) σ(s 0) = B, σ(s) σ(s 0 ) + B, σ (s) = 0 + B, T = 0. Hence, f(s) = c = const. Since f(s 0 ) = B, σ(s 0 ) σ(s 0 ) = 0., c = 0 and thus f(s) 0. Therefore ( ) holds, i.e., s σ(s) lies in the plane B, x σ(s 0 ) = 0. Sphere Curves. A sphere curve is a curve in R 3 which lies on a sphere, x x 0 2 = r 2, (sphere of radius r centered at x 0 ) x x 0, x x 0 = r 2 17
18 Thus, s σ(s) is a sphere curve iff there exists x 0 R 3, r > 0 such that σ(s) x 0, σ(s) x 0 = r 2, for all s. ( ) If s σ(s) lies on a sphere of radius r, it is reasonable to conjecture that σ has curvature κ 1 (why?). We prove this. r Proposition. Let s σ(s), s (a, b), be a unit speed curve which lies on a sphere of radius r. Then its curvature function κ = κ(s) satisfies, κ 1 r. Proof Differentiating (*) gives, 2 σ, σ x 0 = 0 i.e., Differentiating again gives: T, σ x 0 = 0. T, σ x 0 + T, σ = 0 T, σ x 0 + T, T = 0 T, σ x 0 = 1 ( T 0) κ N, σ x 0 = 1 But, and so,. N, σ x 0 = N σ x 0 cos θ κ = κ = = r cos θ, 1 N, σ x 0 = 1 r cos θ 1 r Exercise 2.8. Prove that any unit speed sphere curve s σ(s) having constant curvature is a circle (or part of a circle). (Hints: Show that the torsion vanishes (why is this sufficient?). To show this differentiate ( ) a few times. Lancrets Theorem. Consider the unit speed circular helix σ(s) = (r cos ωs, r sin ωs, hωs), ω = 1/ r 2 + h 2. This curve makes a constant angle wrt the z-axis: T = rω sin ωs, r cos ωs, hω, cos θ = T, k T k 18 = hω = const.
19 Def. A unit speed curve s σ(s) is called a generalized helix if its unit tangent T makes a constant angle with a fixed unit direction vector u ( T, u = cos θ = const). Theorem. (Lancret) Let s σ(s), s (a, b) be a strongly regular unit speed curve such that τ(s) 0 for all s (a, b). Then σ is a generalized helix iff κ/τ =constant. Non-unit Speed Curves. Given a regular curve t σ(t), it can be reparameterized in terms of arc length s σ(s), σ(s) = σ(t(s)), and the quantities T, N, B, κ, T can be computed. It is convenient to have formulas for these quantities which do not involve reparameterizing in terms of arc length. Proposition. (a) T = σ σ, = d dt (b) B = σ σ σ σ Let t σ(t) be a strongly regular curve in R 3. Then (c) N = B T (d) κ = (e) τ = σ σ σ 3 σ σ,... σ σ σ 2 Proof. We derive some of these. See Theorem 1.4.5, p. 32 in Oprea for details. Interpreting physically, t=time, σ=velocity, σ=acceleration. The unit tangent may be expressed as, T = σ σ = σ v where v = σ = speed. Hence, 19
20 σ = vt σ = d dv vt = dt dt T + v dt dt = dv dt T + v dt ds ds dt = dv dt T + v(κn)v σ = vt + v 2 κn Side Comment: This is the well-known expression for acceleration in terms of its tangential and normal components. v = tangential component of acceleration ( v = s) v 2 κ = normal component of acceleration = centripetal acceleration (for a circle, v 2 κ = v2 r ). σ, σ lie in osculating plane; if τ 0,... σ does not. Continuing the derivation, Hence, Also, σ σ = vt ( vt + v 2 κn) = v vt T + v 3 κt N σ σ = v 3 κb σ σ = v 3 κ B = v 3 κ κ = σ σ v 3 = σ σ σ 3 20
21 B = const σ σ = σ σ σ σ. Exercise 2.9. Derive the expression for τ. Hint: Compute σ... and use Frenet formulas. Exercise Suppose σ is a regular curve in the x-y plane, σ(t) = (x(t), y(t), 0), i.e., x = x(t) σ : y = y(t) (a) Show that the curvature of σ is given by, κ = ẋÿ ẏẍ [ẋ 2 + ẏ 2 ] 3/2 (b) Use this formula to compute the curvature κ = κ(t) of the ellipse, x 2 a 2 + y2 b 2 = 1. Fundamental Theorem of Space Curves This theorem says basically that any strongly regular unit speed curve is completely determined by its curvature and torsion (up to a Euclidean motion). Theorem. Let κ = κ(s) and τ = τ(s) be smooth functions on an interval (a, b) such that κ(s) > 0 for all s (a, b). Then there exists a strongly regular unit speed curve s σ(s), s (a, b) whose curvature and torsion functions are κ and τ, respectively. Moreover, σ is essentially unique, i.e. any other such curve σ can be obtained from σ by a Euclidean motion (translation and/or rotation). Remarks 1. The FTSC shows that curvature and torsion are the essential quantities for describing space curves. 2. The FTSC also illustrates a very important issue in differential geometry. The problem of establishing the existence of some geometric object having certain geometric properties often reduces to a problem concerning the existence of a solution to some differential equation, or system of differential equations. 21
22 Proof: Fix s 0 (a, b), and in space fix P 0 = (x 0, y 0, z 0 ) R 3 and a positively oriented orthonormal frame of vectors at P 0, {T 0, N 0, B 0 }. We show that there exists a unique unit speed curve σ : (a, b) R 3 having curvature κ and torsion τ such that σ(s 0 ) = P 0 and σ has Frenet frame {T 0, N 0, B 0 } at σ(s 0 ). The proof is based on the Frenet formulas: or, in matrix form, d ds T N B T = κn N = κt + τb B = τn = 0 κ 0 κ 0 τ 0 τ 0 The idea is to mimmick these equations using the given functions κ, τ. Consider the following system of O.D.E. s in the (as yet unknown) vector-valued functions e 1 = e 1 (s), e 2 = e 2 (s), e 3 = e 3 (s), T N B. de 1 ds de 2 ds de 3 ds = κe 2 = κe 1 + τe 3 = τe 2 ( ) We express this system of ODE s in a notation convenient for the proof: e d 1 0 κ 0 e 2 = κ 0 τ, ds e 3 0 τ 0 } {{ } Ω e 1 e 2 e 3 Set, Ω = 0 κ 0 κ 0 τ 0 τ 0 = [ Ω i j ], 22
23 i.e. Ω 1 1 = 0, Ω 1 2 = κ, Ω 1 3 = 0, etc. Note that Ω is skew symmetric, Ω t = Ω Ω j i = Ω i j, 1 i, j 3. Thus we may write, d ds e 1 e 2 e 3 = [ j Ω ] i e 1 e 2 e 3, or, d ds e i = 3 Ω j i e j, 1 i 3 j=1 IC : e 1 (s 0 ) = T 0 e 2 (s 0 ) = N 0 e 3 (s 0 ) = B 0 Now, basic existence and unique result for systems of linear ODE s guarantees that this system has a unique solution: s e 1 (s), s e 2 (s), s e 3 (s), s (a, b) We show that e 1 = T, e 2 = N, e 3 = B, κ = κ and τ = τ for some unit speed curve s σ(s). Claim {e 1 (s), e 2 (s), e 3 (s)} is an orthonormal frame for all s (a, b), i.e., e i (s), e j (s) = δ ij s (a, b) where δ ij is the Kronecker delta symbol: { 0 i j δ ij = 1 i = j. Proof of the claim: We make use of the Einstein summation convention : d ds e i = 3 Ω j i e j = Ω j i e j j=1 Let g ij = e i, e j, g ij = g ij (s), 1 i, j 3. Note, g ij (s 0 ) = e i (s 0 ), e j (s 0 ) = δ ij The g ij s satisfy a system of linear ODE s, 23
24 d ds g ij = d ds e i, e j = e i, e j + e i, e j = Ω i k e k, e j + e i, Ω j l e l = Ω i k e k, e j + Ω j l e i, e l Hence, d ds g ij = Ω i k g kj + Ω j l g il IC : g ij (s 0 ) = δ ij Observe, g ij = δ ij is a solution to this system, LHS = d ds δ ij = d const = 0. ds RHS = Ω i k δ kj + Ω j l δ il = Ω i j + Ω j i = 0 (skew symmetry!). But ODE theory guarantees a unique solution to this system. Therefore g ij = δ ij is the solution, and hence the claim follows. How to define σ: Well, if s σ(s) is a unit speed curve then σ (s) = T (s) σ(s) = σ(s 0 ) + Hence, we define s σ(s), s (a, b) by, σ(s) = P 0 + s s 0 e 1 (s)ds s s 0 T (s)ds. Claim σ is unit speed, κ = κ, τ = τ, T = e 1, N = e 2, B = e 3. 24
25 We have, σ = d ds (P 0 + s s 0 e 1 (s)ds) = e 1 σ = e 1 = 1, therefore σ is unit speed, T = σ = e 1 κ = T = e 1 = κe 2 = κ N = T κ = e 1 κ = κe 2 κ = e 2 B = T N = e 1 e 2 = e 3 B = e 3 = τe 2 = τn τ = τ. 25
88 CHAPTER 2. VECTOR FUNCTIONS. . First, we need to compute T (s). a By definition, r (s) T (s) = 1 a sin s a. sin s a, cos s a
88 CHAPTER. VECTOR FUNCTIONS.4 Curvature.4.1 Definitions and Examples The notion of curvature measures how sharply a curve bends. We would expect the curvature to be 0 for a straight line, to be very small
A QUICK GUIDE TO THE FORMULAS OF MULTIVARIABLE CALCULUS
A QUIK GUIDE TO THE FOMULAS OF MULTIVAIABLE ALULUS ontents 1. Analytic Geometry 2 1.1. Definition of a Vector 2 1.2. Scalar Product 2 1.3. Properties of the Scalar Product 2 1.4. Length and Unit Vectors
Lecture L6 - Intrinsic Coordinates
S. Widnall, J. Peraire 16.07 Dynamics Fall 2009 Version 2.0 Lecture L6 - Intrinsic Coordinates In lecture L4, we introduced the position, velocity and acceleration vectors and referred them to a fixed
Differentiation of vectors
Chapter 4 Differentiation of vectors 4.1 Vector-valued functions In the previous chapters we have considered real functions of several (usually two) variables f : D R, where D is a subset of R n, where
Some Comments on the Derivative of a Vector with applications to angular momentum and curvature. E. L. Lady (October 18, 2000)
Some Comments on the Derivative of a Vector with applications to angular momentum and curvature E. L. Lady (October 18, 2000) Finding the formula in polar coordinates for the angular momentum of a moving
Math 241, Exam 1 Information.
Math 241, Exam 1 Information. 9/24/12, LC 310, 11:15-12:05. Exam 1 will be based on: Sections 12.1-12.5, 14.1-14.3. The corresponding assigned homework problems (see http://www.math.sc.edu/ boylan/sccourses/241fa12/241.html)
The Math Circle, Spring 2004
The Math Circle, Spring 2004 (Talks by Gordon Ritter) What is Non-Euclidean Geometry? Most geometries on the plane R 2 are non-euclidean. Let s denote arc length. Then Euclidean geometry arises from the
Smarandache Curves in Minkowski Space-time
International J.Math. Combin. Vol.3 (2008), 5-55 Smarandache Curves in Minkowski Space-time Melih Turgut and Süha Yilmaz (Department of Mathematics of Buca Educational Faculty of Dokuz Eylül University,
Solutions to Homework 10
Solutions to Homework 1 Section 7., exercise # 1 (b,d): (b) Compute the value of R f dv, where f(x, y) = y/x and R = [1, 3] [, 4]. Solution: Since f is continuous over R, f is integrable over R. Let x
Parametric Curves. (Com S 477/577 Notes) Yan-Bin Jia. Oct 8, 2015
Parametric Curves (Com S 477/577 Notes) Yan-Bin Jia Oct 8, 2015 1 Introduction A curve in R 2 (or R 3 ) is a differentiable function α : [a,b] R 2 (or R 3 ). The initial point is α[a] and the final point
Curves and Surfaces. Lecture Notes for Geometry 1. Henrik Schlichtkrull. Department of Mathematics University of Copenhagen
Curves and Surfaces Lecture Notes for Geometry 1 Henrik Schlichtkrull Department of Mathematics University of Copenhagen i ii Preface The topic of these notes is differential geometry. Differential geometry
Linear algebra and the geometry of quadratic equations. Similarity transformations and orthogonal matrices
MATH 30 Differential Equations Spring 006 Linear algebra and the geometry of quadratic equations Similarity transformations and orthogonal matrices First, some things to recall from linear algebra Two
Lectures notes on orthogonal matrices (with exercises) 92.222 - Linear Algebra II - Spring 2004 by D. Klain
Lectures notes on orthogonal matrices (with exercises) 92.222 - Linear Algebra II - Spring 2004 by D. Klain 1. Orthogonal matrices and orthonormal sets An n n real-valued matrix A is said to be an orthogonal
Physics 235 Chapter 1. Chapter 1 Matrices, Vectors, and Vector Calculus
Chapter 1 Matrices, Vectors, and Vector Calculus In this chapter, we will focus on the mathematical tools required for the course. The main concepts that will be covered are: Coordinate transformations
Class Meeting # 1: Introduction to PDEs
MATH 18.152 COURSE NOTES - CLASS MEETING # 1 18.152 Introduction to PDEs, Fall 2011 Professor: Jared Speck Class Meeting # 1: Introduction to PDEs 1. What is a PDE? We will be studying functions u = u(x
1.(6pts) Find symmetric equations of the line L passing through the point (2, 5, 1) and perpendicular to the plane x + 3y z = 9.
.(6pts Find symmetric equations of the line L passing through the point (, 5, and perpendicular to the plane x + 3y z = 9. (a x = y + 5 3 = z (b x (c (x = ( 5(y 3 = z + (d x (e (x + 3(y 3 (z = 9 = y 3
Scalar Valued Functions of Several Variables; the Gradient Vector
Scalar Valued Functions of Several Variables; the Gradient Vector Scalar Valued Functions vector valued function of n variables: Let us consider a scalar (i.e., numerical, rather than y = φ(x = φ(x 1,
Chapter 17. Orthogonal Matrices and Symmetries of Space
Chapter 17. Orthogonal Matrices and Symmetries of Space Take a random matrix, say 1 3 A = 4 5 6, 7 8 9 and compare the lengths of e 1 and Ae 1. The vector e 1 has length 1, while Ae 1 = (1, 4, 7) has length
Solutions to old Exam 1 problems
Solutions to old Exam 1 problems Hi students! I am putting this old version of my review for the first midterm review, place and time to be announced. Check for updates on the web site as to which sections
Lecture L3 - Vectors, Matrices and Coordinate Transformations
S. Widnall 16.07 Dynamics Fall 2009 Lecture notes based on J. Peraire Version 2.0 Lecture L3 - Vectors, Matrices and Coordinate Transformations By using vectors and defining appropriate operations between
Unified Lecture # 4 Vectors
Fall 2005 Unified Lecture # 4 Vectors These notes were written by J. Peraire as a review of vectors for Dynamics 16.07. They have been adapted for Unified Engineering by R. Radovitzky. References [1] Feynmann,
Solutions for Review Problems
olutions for Review Problems 1. Let be the triangle with vertices A (,, ), B (4,, 1) and C (,, 1). (a) Find the cosine of the angle BAC at vertex A. (b) Find the area of the triangle ABC. (c) Find a vector
Lecture L5 - Other Coordinate Systems
S. Widnall, J. Peraire 16.07 Dynamics Fall 008 Version.0 Lecture L5 - Other Coordinate Systems In this lecture, we will look at some other common systems of coordinates. We will present polar coordinates
v w is orthogonal to both v and w. the three vectors v, w and v w form a right-handed set of vectors.
3. Cross product Definition 3.1. Let v and w be two vectors in R 3. The cross product of v and w, denoted v w, is the vector defined as follows: the length of v w is the area of the parallelogram with
Solutions to Practice Problems for Test 4
olutions to Practice Problems for Test 4 1. Let be the line segmentfrom the point (, 1, 1) to the point (,, 3). Evaluate the line integral y ds. Answer: First, we parametrize the line segment from (, 1,
PYTHAGOREAN TRIPLES KEITH CONRAD
PYTHAGOREAN TRIPLES KEITH CONRAD 1. Introduction A Pythagorean triple is a triple of positive integers (a, b, c) where a + b = c. Examples include (3, 4, 5), (5, 1, 13), and (8, 15, 17). Below is an ancient
Linear Algebra: Vectors
A Linear Algebra: Vectors A Appendix A: LINEAR ALGEBRA: VECTORS TABLE OF CONTENTS Page A Motivation A 3 A2 Vectors A 3 A2 Notational Conventions A 4 A22 Visualization A 5 A23 Special Vectors A 5 A3 Vector
1 2 3 1 1 2 x = + x 2 + x 4 1 0 1
(d) If the vector b is the sum of the four columns of A, write down the complete solution to Ax = b. 1 2 3 1 1 2 x = + x 2 + x 4 1 0 0 1 0 1 2. (11 points) This problem finds the curve y = C + D 2 t which
3 Contour integrals and Cauchy s Theorem
3 ontour integrals and auchy s Theorem 3. Line integrals of complex functions Our goal here will be to discuss integration of complex functions = u + iv, with particular regard to analytic functions. Of
Geometric Transformations
Geometric Transformations Definitions Def: f is a mapping (function) of a set A into a set B if for every element a of A there exists a unique element b of B that is paired with a; this pairing is denoted
11. Rotation Translational Motion: Rotational Motion:
11. Rotation Translational Motion: Motion of the center of mass of an object from one position to another. All the motion discussed so far belongs to this category, except uniform circular motion. Rotational
Review Sheet for Test 1
Review Sheet for Test 1 Math 261-00 2 6 2004 These problems are provided to help you study. The presence of a problem on this handout does not imply that there will be a similar problem on the test. And
Vector has a magnitude and a direction. Scalar has a magnitude
Vector has a magnitude and a direction Scalar has a magnitude Vector has a magnitude and a direction Scalar has a magnitude a brick on a table Vector has a magnitude and a direction Scalar has a magnitude
MATH 425, PRACTICE FINAL EXAM SOLUTIONS.
MATH 45, PRACTICE FINAL EXAM SOLUTIONS. Exercise. a Is the operator L defined on smooth functions of x, y by L u := u xx + cosu linear? b Does the answer change if we replace the operator L by the operator
Chapter 6 Circular Motion
Chapter 6 Circular Motion 6.1 Introduction... 1 6.2 Cylindrical Coordinate System... 2 6.2.1 Unit Vectors... 3 6.2.2 Infinitesimal Line, Area, and Volume Elements in Cylindrical Coordinates... 4 Example
State of Stress at Point
State of Stress at Point Einstein Notation The basic idea of Einstein notation is that a covector and a vector can form a scalar: This is typically written as an explicit sum: According to this convention,
F Matrix Calculus F 1
F Matrix Calculus F 1 Appendix F: MATRIX CALCULUS TABLE OF CONTENTS Page F1 Introduction F 3 F2 The Derivatives of Vector Functions F 3 F21 Derivative of Vector with Respect to Vector F 3 F22 Derivative
= δx x + δy y. df ds = dx. ds y + xdy ds. Now multiply by ds to get the form of the equation in terms of differentials: df = y dx + x dy.
ERROR PROPAGATION For sums, differences, products, and quotients, propagation of errors is done as follows. (These formulas can easily be calculated using calculus, using the differential as the associated
Cross product and determinants (Sect. 12.4) Two main ways to introduce the cross product
Cross product and determinants (Sect. 12.4) Two main ways to introduce the cross product Geometrical definition Properties Expression in components. Definition in components Properties Geometrical expression.
Lecture L22-2D Rigid Body Dynamics: Work and Energy
J. Peraire, S. Widnall 6.07 Dynamics Fall 008 Version.0 Lecture L - D Rigid Body Dynamics: Work and Energy In this lecture, we will revisit the principle of work and energy introduced in lecture L-3 for
Inner Product Spaces
Math 571 Inner Product Spaces 1. Preliminaries An inner product space is a vector space V along with a function, called an inner product which associates each pair of vectors u, v with a scalar u, v, and
Lecture 2: Homogeneous Coordinates, Lines and Conics
Lecture 2: Homogeneous Coordinates, Lines and Conics 1 Homogeneous Coordinates In Lecture 1 we derived the camera equations λx = P X, (1) where x = (x 1, x 2, 1), X = (X 1, X 2, X 3, 1) and P is a 3 4
Surface Normals and Tangent Planes
Surface Normals and Tangent Planes Normal and Tangent Planes to Level Surfaces Because the equation of a plane requires a point and a normal vector to the plane, nding the equation of a tangent plane to
Multi-variable Calculus and Optimization
Multi-variable Calculus and Optimization Dudley Cooke Trinity College Dublin Dudley Cooke (Trinity College Dublin) Multi-variable Calculus and Optimization 1 / 51 EC2040 Topic 3 - Multi-variable Calculus
14.11. Geodesic Lines, Local Gauss-Bonnet Theorem
14.11. Geodesic Lines, Local Gauss-Bonnet Theorem Geodesics play a very important role in surface theory and in dynamics. One of the main reasons why geodesics are so important is that they generalize
1.3. DOT PRODUCT 19. 6. If θ is the angle (between 0 and π) between two non-zero vectors u and v,
1.3. DOT PRODUCT 19 1.3 Dot Product 1.3.1 Definitions and Properties The dot product is the first way to multiply two vectors. The definition we will give below may appear arbitrary. But it is not. It
8.1 Examples, definitions, and basic properties
8 De Rham cohomology Last updated: May 21, 211. 8.1 Examples, definitions, and basic properties A k-form ω Ω k (M) is closed if dω =. It is exact if there is a (k 1)-form σ Ω k 1 (M) such that dσ = ω.
Adding vectors We can do arithmetic with vectors. We ll start with vector addition and related operations. Suppose you have two vectors
1 Chapter 13. VECTORS IN THREE DIMENSIONAL SPACE Let s begin with some names and notation for things: R is the set (collection) of real numbers. We write x R to mean that x is a real number. A real number
Chapter 4 One Dimensional Kinematics
Chapter 4 One Dimensional Kinematics 41 Introduction 1 4 Position, Time Interval, Displacement 41 Position 4 Time Interval 43 Displacement 43 Velocity 3 431 Average Velocity 3 433 Instantaneous Velocity
Metric Spaces. Chapter 7. 7.1. Metrics
Chapter 7 Metric Spaces A metric space is a set X that has a notion of the distance d(x, y) between every pair of points x, y X. The purpose of this chapter is to introduce metric spaces and give some
Section 11.1: Vectors in the Plane. Suggested Problems: 1, 5, 9, 17, 23, 25-37, 40, 42, 44, 45, 47, 50
Section 11.1: Vectors in the Plane Page 779 Suggested Problems: 1, 5, 9, 17, 3, 5-37, 40, 4, 44, 45, 47, 50 Determine whether the following vectors a and b are perpendicular. 5) a = 6, 0, b = 0, 7 Recall
MATH 304 Linear Algebra Lecture 20: Inner product spaces. Orthogonal sets.
MATH 304 Linear Algebra Lecture 20: Inner product spaces. Orthogonal sets. Norm The notion of norm generalizes the notion of length of a vector in R n. Definition. Let V be a vector space. A function α
Figure 2.1: Center of mass of four points.
Chapter 2 Bézier curves are named after their inventor, Dr. Pierre Bézier. Bézier was an engineer with the Renault car company and set out in the early 196 s to develop a curve formulation which would
Mechanics 1: Conservation of Energy and Momentum
Mechanics : Conservation of Energy and Momentum If a certain quantity associated with a system does not change in time. We say that it is conserved, and the system possesses a conservation law. Conservation
x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1
Implicit Functions Defining Implicit Functions Up until now in this course, we have only talked about functions, which assign to every real number x in their domain exactly one real number f(x). The graphs
Figure 1.1 Vector A and Vector F
CHAPTER I VECTOR QUANTITIES Quantities are anything which can be measured, and stated with number. Quantities in physics are divided into two types; scalar and vector quantities. Scalar quantities have
Equations Involving Lines and Planes Standard equations for lines in space
Equations Involving Lines and Planes In this section we will collect various important formulas regarding equations of lines and planes in three dimensional space Reminder regarding notation: any quantity
DERIVATIVES AS MATRICES; CHAIN RULE
DERIVATIVES AS MATRICES; CHAIN RULE 1. Derivatives of Real-valued Functions Let s first consider functions f : R 2 R. Recall that if the partial derivatives of f exist at the point (x 0, y 0 ), then we
Math 1302, Week 3 Polar coordinates and orbital motion
Math 130, Week 3 Polar coordinates and orbital motion 1 Motion under a central force We start by considering the motion of the earth E around the (fixed) sun (figure 1). The key point here is that the
TOPIC 4: DERIVATIVES
TOPIC 4: DERIVATIVES 1. The derivative of a function. Differentiation rules 1.1. The slope of a curve. The slope of a curve at a point P is a measure of the steepness of the curve. If Q is a point on the
LS.6 Solution Matrices
LS.6 Solution Matrices In the literature, solutions to linear systems often are expressed using square matrices rather than vectors. You need to get used to the terminology. As before, we state the definitions
Analysis of Stresses and Strains
Chapter 7 Analysis of Stresses and Strains 7.1 Introduction axial load = P / A torsional load in circular shaft = T / I p bending moment and shear force in beam = M y / I = V Q / I b in this chapter, we
DIFFERENTIABILITY OF COMPLEX FUNCTIONS. Contents
DIFFERENTIABILITY OF COMPLEX FUNCTIONS Contents 1. Limit definition of a derivative 1 2. Holomorphic functions, the Cauchy-Riemann equations 3 3. Differentiability of real functions 5 4. A sufficient condition
Let s first see how precession works in quantitative detail. The system is illustrated below: ...
lecture 20 Topics: Precession of tops Nutation Vectors in the body frame The free symmetric top in the body frame Euler s equations The free symmetric top ala Euler s The tennis racket theorem As you know,
Lecture 14: Section 3.3
Lecture 14: Section 3.3 Shuanglin Shao October 23, 2013 Definition. Two nonzero vectors u and v in R n are said to be orthogonal (or perpendicular) if u v = 0. We will also agree that the zero vector in
α = u v. In other words, Orthogonal Projection
Orthogonal Projection Given any nonzero vector v, it is possible to decompose an arbitrary vector u into a component that points in the direction of v and one that points in a direction orthogonal to v
The Matrix Elements of a 3 3 Orthogonal Matrix Revisited
Physics 116A Winter 2011 The Matrix Elements of a 3 3 Orthogonal Matrix Revisited 1. Introduction In a class handout entitled, Three-Dimensional Proper and Improper Rotation Matrices, I provided a derivation
PRACTICE FINAL. Problem 1. Find the dimensions of the isosceles triangle with largest area that can be inscribed in a circle of radius 10cm.
PRACTICE FINAL Problem 1. Find the dimensions of the isosceles triangle with largest area that can be inscribed in a circle of radius 1cm. Solution. Let x be the distance between the center of the circle
1 Introduction to Matrices
1 Introduction to Matrices In this section, important definitions and results from matrix algebra that are useful in regression analysis are introduced. While all statements below regarding the columns
4.5 Linear Dependence and Linear Independence
4.5 Linear Dependence and Linear Independence 267 32. {v 1, v 2 }, where v 1, v 2 are collinear vectors in R 3. 33. Prove that if S and S are subsets of a vector space V such that S is a subset of S, then
MATH2210 Notebook 1 Fall Semester 2016/2017. 1 MATH2210 Notebook 1 3. 1.1 Solving Systems of Linear Equations... 3
MATH0 Notebook Fall Semester 06/07 prepared by Professor Jenny Baglivo c Copyright 009 07 by Jenny A. Baglivo. All Rights Reserved. Contents MATH0 Notebook 3. Solving Systems of Linear Equations........................
Elasticity Theory Basics
G22.3033-002: Topics in Computer Graphics: Lecture #7 Geometric Modeling New York University Elasticity Theory Basics Lecture #7: 20 October 2003 Lecturer: Denis Zorin Scribe: Adrian Secord, Yotam Gingold
LINEAR ALGEBRA W W L CHEN
LINEAR ALGEBRA W W L CHEN c W W L Chen, 1982, 2008. This chapter originates from material used by author at Imperial College, University of London, between 1981 and 1990. It is available free to all individuals,
Linear Algebra Notes for Marsden and Tromba Vector Calculus
Linear Algebra Notes for Marsden and Tromba Vector Calculus n-dimensional Euclidean Space and Matrices Definition of n space As was learned in Math b, a point in Euclidean three space can be thought of
Mathematical Physics, Lecture 9
Mathematical Physics, Lecture 9 Hoshang Heydari Fysikum April 25, 2012 Hoshang Heydari (Fysikum) Mathematical Physics, Lecture 9 April 25, 2012 1 / 42 Table of contents 1 Differentiable manifolds 2 Differential
ANALYTICAL METHODS FOR ENGINEERS
UNIT 1: Unit code: QCF Level: 4 Credit value: 15 ANALYTICAL METHODS FOR ENGINEERS A/601/1401 OUTCOME - TRIGONOMETRIC METHODS TUTORIAL 1 SINUSOIDAL FUNCTION Be able to analyse and model engineering situations
Section 1.1. Introduction to R n
The Calculus of Functions of Several Variables Section. Introduction to R n Calculus is the study of functional relationships and how related quantities change with each other. In your first exposure to
Vector Notation: AB represents the vector from point A to point B on a graph. The vector can be computed by B A.
1 Linear Transformations Prepared by: Robin Michelle King A transformation of an object is a change in position or dimension (or both) of the object. The resulting object after the transformation is called
1 VECTOR SPACES AND SUBSPACES
1 VECTOR SPACES AND SUBSPACES What is a vector? Many are familiar with the concept of a vector as: Something which has magnitude and direction. an ordered pair or triple. a description for quantities such
FINAL EXAM SOLUTIONS Math 21a, Spring 03
INAL EXAM SOLUIONS Math 21a, Spring 3 Name: Start by printing your name in the above box and check your section in the box to the left. MW1 Ken Chung MW1 Weiyang Qiu MW11 Oliver Knill h1 Mark Lucianovic
Vector surface area Differentials in an OCS
Calculus and Coordinate systems EE 311 - Lecture 17 1. Calculus and coordinate systems 2. Cartesian system 3. Cylindrical system 4. Spherical system In electromagnetics, we will often need to perform integrals
Mannheim curves in the three-dimensional sphere
Mannheim curves in the three-imensional sphere anju Kahraman, Mehmet Öner Manisa Celal Bayar University, Faculty of Arts an Sciences, Mathematics Department, Muraiye Campus, 5, Muraiye, Manisa, urkey.
In order to describe motion you need to describe the following properties.
Chapter 2 One Dimensional Kinematics How would you describe the following motion? Ex: random 1-D path speeding up and slowing down In order to describe motion you need to describe the following properties.
Understanding Poles and Zeros
MASSACHUSETTS INSTITUTE OF TECHNOLOGY DEPARTMENT OF MECHANICAL ENGINEERING 2.14 Analysis and Design of Feedback Control Systems Understanding Poles and Zeros 1 System Poles and Zeros The transfer function
5.3 The Cross Product in R 3
53 The Cross Product in R 3 Definition 531 Let u = [u 1, u 2, u 3 ] and v = [v 1, v 2, v 3 ] Then the vector given by [u 2 v 3 u 3 v 2, u 3 v 1 u 1 v 3, u 1 v 2 u 2 v 1 ] is called the cross product (or
Physics 53. Kinematics 2. Our nature consists in movement; absolute rest is death. Pascal
Phsics 53 Kinematics 2 Our nature consists in movement; absolute rest is death. Pascal Velocit and Acceleration in 3-D We have defined the velocit and acceleration of a particle as the first and second
Geometry of Vectors. 1 Cartesian Coordinates. Carlo Tomasi
Geometry of Vectors Carlo Tomasi This note explores the geometric meaning of norm, inner product, orthogonality, and projection for vectors. For vectors in three-dimensional space, we also examine the
MATH 132: CALCULUS II SYLLABUS
MATH 32: CALCULUS II SYLLABUS Prerequisites: Successful completion of Math 3 (or its equivalent elsewhere). Math 27 is normally not a sufficient prerequisite for Math 32. Required Text: Calculus: Early
Systems of Linear Equations
Systems of Linear Equations Beifang Chen Systems of linear equations Linear systems A linear equation in variables x, x,, x n is an equation of the form a x + a x + + a n x n = b, where a, a,, a n and
2.1 Three Dimensional Curves and Surfaces
. Three Dimensional Curves and Surfaces.. Parametric Equation of a Line An line in two- or three-dimensional space can be uniquel specified b a point on the line and a vector parallel to the line. The
Vector Spaces; the Space R n
Vector Spaces; the Space R n Vector Spaces A vector space (over the real numbers) is a set V of mathematical entities, called vectors, U, V, W, etc, in which an addition operation + is defined and in which
Notes on Orthogonal and Symmetric Matrices MENU, Winter 2013
Notes on Orthogonal and Symmetric Matrices MENU, Winter 201 These notes summarize the main properties and uses of orthogonal and symmetric matrices. We covered quite a bit of material regarding these topics,
6. Define log(z) so that π < I log(z) π. Discuss the identities e log(z) = z and log(e w ) = w.
hapter omplex integration. omplex number quiz. Simplify 3+4i. 2. Simplify 3+4i. 3. Find the cube roots of. 4. Here are some identities for complex conjugate. Which ones need correction? z + w = z + w,
Parametric Equations and the Parabola (Extension 1)
Parametric Equations and the Parabola (Extension 1) Parametric Equations Parametric equations are a set of equations in terms of a parameter that represent a relation. Each value of the parameter, when
Geometry: Unit 1 Vocabulary TERM DEFINITION GEOMETRIC FIGURE. Cannot be defined by using other figures.
Geometry: Unit 1 Vocabulary 1.1 Undefined terms Cannot be defined by using other figures. Point A specific location. It has no dimension and is represented by a dot. Line Plane A connected straight path.
NOTES ON LINEAR TRANSFORMATIONS
NOTES ON LINEAR TRANSFORMATIONS Definition 1. Let V and W be vector spaces. A function T : V W is a linear transformation from V to W if the following two properties hold. i T v + v = T v + T v for all
CURVATURE. 1. Problems (1) Let S be a surface with a chart (φ, U) so that. + g11 g 22 x 1 and g 22 = φ
CURVTURE NDRÉ NEVES 1. Problems (1) Let S be a surface with a chart (φ, U) so that. = 0 x 1 x 2 for all (x 1, x 2 ) U. Show that [ 1 K φ = 2 g 11 g 22 x 2 where g 11 = x 1. x 1 ( ) x2 g 11 + g11 g 22 x
Trigonometric Functions and Equations
Contents Trigonometric Functions and Equations Lesson 1 Reasoning with Trigonometric Functions Investigations 1 Proving Trigonometric Identities... 271 2 Sum and Difference Identities... 276 3 Extending
Georgia Department of Education Kathy Cox, State Superintendent of Schools 7/19/2005 All Rights Reserved 1
Accelerated Mathematics 3 This is a course in precalculus and statistics, designed to prepare students to take AB or BC Advanced Placement Calculus. It includes rational, circular trigonometric, and inverse
5. Orthogonal matrices
L Vandenberghe EE133A (Spring 2016) 5 Orthogonal matrices matrices with orthonormal columns orthogonal matrices tall matrices with orthonormal columns complex matrices with orthonormal columns 5-1 Orthonormal
