Course Summary Math 211

Size: px
Start display at page:

Download "Course Summary Math 211"

Transcription

1 Course Summary Math 211 table of contents I. Functions of several variables. II. R n. III. Derivatives. IV. Taylor s Theorem. V. Differential Geometry. VI. Applications. 1. Best affine approximations. 2. Optimization. 3. Lagrange multipliers. 4. Conservation of energy. I. Functions of several variables. Definition 1.1. Let S and T be sets. The Cartesian product of S and T is the set of ordered pairs: S T := {(s, t) s S, t T }. Definition 1.2. Let S and T be sets. A function from S to T is a subset W of the Cartesian product S T such that: (i) for each s S there is an element in W whose first component is s, i.e., there is an element (s, t) W for some t T ; and (ii) if (s, t) and (s, t ) are in W, then t = t. Notation: if (s, t) W, we write f(s) = t. The subset W, which is by definition the function f, is also called the graph of f. Definition 1.3. Let f: S T be a function between sets S and T. 1. f is one-to-one or injective if f(x) = f(y) only if x = y. 2. The image or range of f is {f(s) T s S}. The image will be denoted by im(f) or f(s). 3. f is onto if im(f) = T. 4. The domain of f is S and the codomain of f is T. 5. The inverse image of t T is f 1 (t) := {s S f(s) = t}. 1

2 Definition 1.4. Let f: S T and g: T U. The composition of f and g is the function g f: S U given by (g f)(s) := g(f(s)). Definition 1.5. R n is the Cartesian product of R with itself n times. We think of R n as the set of ordered n-tuples of real numbers: R n := {(a 1,..., a n ) a i R, 1 i n}. The elements of R n are called points or vectors. Definition 1.6. A function of several variables is a function of the form f: S R m where S R n. Writing f(x) = (f 1 (x),..., f m (x)), the function f i : S R, for each i = 1,..., m, is called the i-th component function of f. Definition 1.7. Let f be a function of several variables, f: S R m, with S R n. If n = 1, then f is a parametrized curve, if n = 2, then f is a parametrized surface. In general, we say f is a parametrized n-surface. Definition 1.8. A vector field is a function of the form f: S R m where S R m. Definition 1.9. If f: S R with S R n, a level set of f is the inverse image of a point in R. A drawing showing several level sets is called a contour diagram for f. II. R n. linear structure. Definition 2.1. The i-th coordinate of a = (a 1,..., a n ) R n is a i. For i = 1,..., n, define the i-th standard basis vector for R n to be the vector e i whose coordinates are all zero except the i-th coordinate, which is 1. Definition 2.2. The additive inverse of a = (a 1,..., a n ) R n is the vector a := ( a 1,..., a n ). Definition 2.3. In R n, define 0 := (0,..., 0), the vector whose coordinates are all 0. Definition 2.4. (Linear structure on R n.) If a = (a 1,..., a n ) and b = (b 1,..., b n ) are points in R n and s R, define a + b = (a 1,..., a n ) + (b 1,..., b n ) := (a 1 + b 1,..., a n + b n ) sa = s(a 1,..., a n ) := (sa 1,..., sa n ). The point a + b is the translation of a by b (or of b by a) and sa is the dilation of a by a factor of s. Define a b := a + ( b). 2

3 metric structure. Definition 2.5. The dot product on R n is the function R n R n R given by (a 1,..., a n ) (b 1,..., b n ) := n a i b i. i=1 The dot product is also called the inner product or scalar product. If a, b R n, the dot product is denoted by a b, as above, or sometimes by (a, b) or a, b. Definition 2.6. The norm or length of a vector a = (a 1,..., a n ) R n is a := a a = n a 2 i. The norm can also be denoted by a. Definition 2.7. The vector a R n is a unit vector if a = 1. Definition 2.8. Let p R n and r R. 1. The open ball of radius r centered at p is the set i=1 B r (p) := {a R n a p < r}. 2. The closed ball of radius r centered at p is the set B r (p) := {a R n a p r}. 3. The sphere of radius r centered at p is the set S r (p) := {a R n a p = r}. Definition 2.9. The distance between a = (a 1,..., a n ) and b = (b 1,..., b n ) in R n is d(a, b) := a b = n (a i b i ) 2. Definition Points a, b R n are perpendicular or orthogonal if a b = 0. Definition Suppose a, b are nonzero vectors in R n. The angle between them is defined to be cos 1 a b. a b 3 i=1

4 Definition Let a, b R n with b 0. The component of a along b is the scalar c := a b = a b. The projection of a along b is the vector cb where c is the component of a b b b 2 along b. affine subspaces. Definition A nonempty subset W R n is a linear subspace if it is closed under vector addition and scalar multiplication. This means that: (i) if a, b W then a + b W, and (ii) if a W and s R, then sa W. Definition A vector v R n is a linear combination of vectors v 1,..., v k R n if there are scalars a 1,..., a k R such that v = k i=1 a iv i. Definition A subspace W R n is spanned by a subset S R n if every element of W can be written as a linear combination of elements of S. If W is spanned by S, we write span(s) = W. Definition The dimension of a linear subspace W R n is the smallest number of vectors needed to span W. Definition Let W be a subset of R n and let p R n. The set p + W := {p + w w W } is called the translation of W by p. An affine subspace of R n is any subset of the form p + W where W is a linear subspace of R n. In this case, the dimension of the affine subspace is defined to be the dimension of W. Definition 2.18 A k-plane in R n is an affine subspace of dimension k. A line is a 1-plane, and a hyperplane is a (n 1)-plane. affine functions. Definition A function L: R n R m is a linear function (or transformation or map) if it preserves vector addition and scalar multiplication. This means that for all a, b R n and for all s R, 1. L(a + b) = L(a) + L(b); 2. L(sa) = sl(a). Definition (Linear structure on the space of linear functions.) Let L and M be linear functions with domain R n and codomain R m. 1. Define the linear function L + M: R n R m by for all v R n. (L + M)(v) := L(v) + M(v) 4

5 2. If s R, define the linear function sl: R n R m by for all v R n. (sl)(v) := L(sv) Definition A function f: R n R m is an affine function (or transformation or map) if it is the translation of a linear function. This means that there is a linear funtion L: R n R m and a point p R m such that f(v) = p + L(v) for all v R n. Definition Let W be a k-dimensional affine subspace of R n. A parametric equation for W is any affine function f: R k R n whose image is W. Definition An m n matrix is a rectangular block of real numbers with m rows and n columns. The real number appearing in the i-th row and j-th column is called the i, j-th entry of the matrix. We write A = (a ij ) for the matrix whose i, j-th entry is a ij. Definition (Linear structure on matrices.) Let A = (a ij ) and B = (b ij ) be m n matrices. Define A + B := (a ij + b ij ). If s R, define sa := (sa ij ). Definition (Multiplication of matrices.) Let A = (a ij ) be an m k matrix, and let B = (b ij ) be a k n matrix. Define the product, AB to be the m n matrix whose i, j-th entry is k l=1 a ilb lj. Definition Let A = (a ij ) be an m n matrix. The linear function determined by (or associated with) A is the function L A : R n R m such that L(x 1,..., x n ) = ( n j=1 a 1jx j,..., n j=1 a mjx j ). Definition Let L: R n R m be a linear function. The matrix determined by (or associated with) L is the m n matrix whose i-th column is the image of the i-th standard basis vector for R n under L, i.e., L(e i ). Definition An n n matrix, A, is invertible or nonsingular if there is an n n matrix B such that AB = I n where I n is the identity matrix whose entries consist of 1s along the diagonal and 0s otherwise. In this case, B is called the inverse of A and denoted A 1. theorems Theorem 2.1. Let a, b, c R n and s, t R. Then 1. a + b = b + a. 2. (a + b) + c = a + (b + c) a = a + 0 = a. 5

6 4. a + ( a) = ( a) + a = a = a and ( 1)a = a. 6. (st)a = s(ta). 7. (s + t)a = sa + ta. 8. s(a + b) = sa + sb. Theorem 2.2. Let a, b, c R n and s R. Then 1. a b = b a. 2. a (b + c) = a b + a c. 3. (sa) b = s(a b). 4. a a a a = 0 if and only if a = 0. Theorem 2.3. Let a, b R n and s R. Then 1. a a = 0 if and only if a = sa = s a. 4. a b a b (Cauchy-Schwartz inequality). 5. a + b a + b (triangle inequality). Theorem 2.4. Let a, b R n be nonzero vectors. Then 1 a b a b 1. This shows that our definition of angle makes sense. Theorem 2.5. (Pythagorean theorem.) Let a, b R n. If a and b are perpendicular, then a 2 + b 2 = a + b 2. Theorem 2.6. Any linear subspace of R n is spanned by a finite subset. 6

7 Theorem 2.7. If a = (a 1,..., a n ) 0 and p = (p 1,..., p n ) are elements of R n, then H := {x R n (x p) a = 0} is a hyperplane. In other words, the set of solutions, (x 1,..., x n ), to the equation a 1 x a n x n = d where d = n i=1 a ip i is a hyperplane. Conversely, every hyperplane is the set of solutions to an equation of this form. Theorem 2.8. If L: R n R m is a linear function and W R n is a linear subspace, then L(W ) is a linear subspace of R m. Theorem 2.9. A linear map is determined by its action on the standard basis vectors. In other words: if you know the images of the standard basis vectors, you know the image of an arbitrary vector. Theorem The image of the linear map determined by a matrix is the span of the columns of that matrix. Theorem Let W be a k-dimensional subspace of R n spanned by vectors v 1,..., v k, and let p R n. Then a parametric equation for the affine space p + W is f: R k R n (a 1,..., a k ) p + k a i v i. i=1 Theorem Let L be a linear function and let A be the matrix determined by L. Then the linear map determined by A is L. (The converse also holds, switching the roles of L and A.) Theorem The linear structures on linear maps and on their associated matrices are combatible: Let L and M be linear functions with associated matrices A and B, respectively, and let s R. Then the matrix associated with L + M is A + B, and the matrix associated with sl is sa. Theorem Let L: R n R k and M: R k R m be linear functions with associated matrices A and B, respectively. Then the matrix associated with the composition, M L is the product BA. III. Derivatives. Definition 3.1. A subset U R n is open if for each u U there is a nonempty open ball centered at u contained entirely in U: there exists a real number r > 0 such that B r (u) U. 7

8 Definition 3.2. A point u R n is a limit point of a subset S R n if every open ball centered at u, B r (u), contains a points of S different from u. Definition 3.3. Let f: S R m be a function with S R n. Let s be a limit point of S. The limit of f(x) as x approaches s is v R m if for all real numbers ɛ > 0, there is a real number δ > 0 such that 0 < x s < δ and x S f(x) v < ɛ. Notation: lim x s f(x) = v. Definition 3.4. Let f: S R m with S R n, and let s S. The function f is continuous at s S if for all real numbers ɛ > 0, there is a real number δ > 0 such that x s < δ and x S f(x) f(s) < ɛ. (Thus, f is continuous at a limit point s S if and only if lim x s f(x) = f(s) and f is automatically continuous at all points in S which are not limit points of S.) The function f is continuous on S if it is continuous at each point of S. Definition 3.5. Let f: U R m with U an open subset of R n, and let e i be the i-th standard basis vector for R n. The i-th partial of f at u U is the vector in R m provided this limit exists. f f(u + te i ) f(u) (u) := lim x i t 0 t Definition 3.6. Let f: U R with U an open subset of R n. Let u U, and let v R n be a unit vector. The directional derivative of f at u in the direction of v is the real number f v (u) := lim t 0 f(u + tv) f(u) t provided this limit exists. The directional derivative of f at u in the direction of an arbitrary nonzero vector w is defined to be the directional derivative of f at u in the direction of the unit vector w/ w. Definition 3.7. Let f: U R m with U an open subset of R n. Then f is differentiable at u U if there is a linear function Df u : R n R m such that f(u + h) f(u) Df u (h) lim h 0 h The linear function Df u is then called the derivative of f at u. The notation f (u) is sometimes used instead of Df u. The function f is differentiable on U if it is differentiable at each point of U. Definition 3.8. Let f: U R m with U an open subset of R n. The Jacobian matrix of f at u U is the m n matrix of partial derivatives of the component functions of f: f ( ) 1 f x 1 (u)... 1 x n (u) fi Jf(u) := (u) =. x..... j f m f x 1 (u)... m x n (u) 8 = 0.

9 1. The i-th column of the Jacobian matrix is the i-th partial derivative f at u and is called the i-th principal tangent vector to f at u. 2. If n = 1, then f is a parametrized curve and the Jacobian matrix consists of a single column. This column is the tangent vector to f at u or the velocity of f at u, and its length is the speed of f at u. We write for this tangent vector. f (u) = (f 1(u),..., f m(t)) 3. If m = 1, the Jacobian matrix consists of a single row. This row is called the gradient vector for f at u and denoted f(u) or gradf(u): ( f f(u) := (u),..., f ) (u). x 1 x n theorems Theorem 3.1. Let f: S R m and g: S R m where S is a subset of R n. 1. The limit of a function is unique. 2. The limit, lim x s f(x), exists if and only if the corresponding limits for each of the component functions, lim x s f i (x), exists. In that case, ( ) lim f(x) = lim f 1(x),..., lim f m (x). x s x s x s 3. Define f +g: S R m by (f +g)(x) := f(x)+g(x). If lim x s f(x) = a and lim x s g(x) = b, then lim x s (f + g)(x) = a + b. Similarly, if t R, define tf: U R m by (tf)(x) := t(f(x)). If lim x s f(x) = a, then lim x s (tf)(x) = ta. 4. If m = 1, define (fg)(x) := f(x)g(x) and (f/g)(x) := f(x)/g(x) (provided g(x) 0). If lim x s f(x) = a and lim x s g(x) = b, then lim x s (fg)(x) = ab and, if b 0, then lim x s (f/g)(x) = a/b. 5. If m = 1 and g(x) f(x) for all x, then lim x s g(x) lim x s f(x) provided these limits exist. Theorem 3.2. Let f: S R m and g: S R m where S is a subset of R n. 1. The function f is continuous if and only if the inverse image of every open subset of R m under f is the intersection of an open subset of R n with S. 9

10 2. The function f is continuous at s if and only if each of its component functions is continuous at s. 3. The composition of continuous functions is continuous. 4. The functions f + g and tf for t R as above are continuous at s S provided f and g are continuous at s. 5. If m = 1 and f and g are continuous at s S, then fg and f/g are continuous at s (provided g(s) 0 in the latter case). 6. A function whose coordinate functions are polynomials is continuous. Theorem 3.3. If f: R n R m is a linear transformation, then f is differentiable at each p R n, and Df p = f. Theorem 3.4. (The chain rule.) Let f: U R k and g: V R m where U is an open subset of R n and V is an open subset of R k. Suppose that f(u) V so that we can form the composition, g f: U R m. Suppose that f is differentiable at p U and g is differentiable at f(p); then g f is differentiable at p, and In terms of Jacobian matrices, we have, D(g f) p = Dg f(p) Df p. J(g f)(p) = Jg(f(p))Jf(p). Theorem 3.5. Let f: U R m where U is an open subset of R n. Then f is differentiable at p U if and only if each component function f i : U R is differentiable, and in that case, Df p (v) = (Df 1p (v),..., Df mp (v)) for all v R n. Theorem 3.6. Let f: U R where U is an open subset of R n. If the directional derivative of f at u U in the direction of the unit vector v R n exists, it is equal to the dot product f(u) v. Theorem 3.7. Let f: U R be a differentiable function on an open subset U R n. The gradient vector, f(u), of f at u U points in the direction of quickest increase of f and its magnitude gives the rate of increase of f in that direction. Theorem 3.8. Let f: U R be a differentiable function on an open subset U R n. The gradient vector, f(u) of f at u is perpendicular to the level set of f through u, i.e., to f 1 (f(u)). More precisely, let h: I U be a differentiable function on an open interval I R containing the origin with h(0) = u. Suppose that f h is constant, i.e., the image of 10

11 h lies in the level set through u. Then the gradient of f at u is perpendicular to the tangent to h at 0: h (0) f(u) = 0. Theorem 3.9. Let f: U R m where U is an open subset of R n. Suppose that the partial derivative of each of the component functions of f exists at a U. Then each partial derivative of f exists at a and ( f f1 (a) = (a),..., f ) m (a). x i x i x i Theorem Let f: U R m where U is an open subset of R n, and let u U. The second partial derivatives, 2 f(u)/ x i x j and 2 f(u)/ x j x i are equal if they exist and are continuous. Theorem Let f: U R m where U is an open subset of R n. If f is differentiable at u U, then each of the first partial derivatives of each of the component functions exists and Df u is the linear map determined by the Jacobian matrix, Jf(u). Theorem Let f: U R m where U is an open subset of R n. If each of the first partial derivatives of each of the component functions of f exists at u U and is continuous, then f is differentiable at u. In this case, f is said to be continuously differentiable at u. Theorem (The inverse function theorem.) Let f: U R n be a function with continuous partial derivatives on the open set U R n. Suppose that the Jacobian matrix, Jf(u) is invertible at some point u U. Then there is an open subset V U containing u such that f is injective when restricted to V and its inverse (defined on f(v )) is differentiable with Jacobian matrix Jf(u) 1. Theorem (The implicit function theorem.) Suppose f: R n R m R m is a function with continuous partial derivatives. Suppose that the m m matrix ( ) fi (u) x n+j where 1 i, j m is invertible for some u = (u 1, u 2 ) R n R m. Then there is an open set U R n containing u 1 and an open set V R m containing u 2 such that for each x U, there is a unique g(x) V with f(x, g(x)) = 0. The function g is differentiable. Theorem 3.15 (The rank theorem.) Suppose f : U V is a smooth mapping and that f has constant rank k in some open neighborhood of p U. Then there exist open sets Ũ U containing p and Ṽ V containing f(p) along with diffeomorphisms φ: Ũ U ψ : Ṽ V 11

12 onto open subsets U R n and V R m such that IV. Taylor s Theorem ψ f φ 1 (x 1,..., x n ) = (x 1,..., x k, 0,..., 0). Definition 4.1. Let f: U R m with U an open subset of R n, and let k be a nonnegative integer. A partial derivative of order k of f at u U is defined recursively as follows: (i) the zeroth-order partial derivative is f(u); (ii) a k-th order partial derivative, with k > 0 is any partial derivative of a (k 1)-th partial derivative. Definition 4.2. Let f: U R m with U an open subset of R n. Suppose that all partial derivatives of f of order less than or equal to k exist and are continuous. The Taylor polynomial of order k for f at u U is P k u f(x 1,..., x n ) := i 1 + +i n k 1 i 1! i n! i 1+ +i n f x i x in n (u)(x 1 u 1 ) i1 (x n u n ) in. If the partial derivatives of every order exist and are continuous at u, one defines the Taylor series for f at u, P u f, by replacing k by in the above displayed equation. theorems Theorem 4.1. (Taylor s theorem in one variable.) Let f: S R with S R. Suppose that S contains an open interval containing the closed interval [a, b]. Also suppose that all the derivatives up to order k exist and are continuous on [a, b] and the (k + 1)-th derivative exists on (a, b). Let x, y [a, b]. Then there exists a number c between x and y such that f(x) = P k y f(x) + 1 d k+1 f (c)(x y)k+1 (k + 1)! dxk+1 where P k y f is the k-th order Taylor polynomial for f at y. Theorem 4.2. (Taylor s theorem in several variables.) Let f: U R m where U is an open subset of R n. Suppose that the partial derivatives of f up to order k exist and are continuous on U and that the partial derivatives of order k + 1 exist on U. Let u, x U and suppose that the line segment, u + tx, 0 t 1, is contained in U. Then there exists a number c between 0 and 1 such that f(x) = P k u f(x) + r(cx) where P k u f is the k-th order Taylor polynomial for f at u and r: U R m is a function such that lim v 0 r(v)/ v k+1 = 0. V. Differential geometry. 12

13 Definition 5.1. The tangent space to R n at u R n is R n labeled with the point u; more formally, it is the Cartesian product {u} R n. We denote the tangent space at u by R n u. Definition 5.2. If f: U R m with U an open subset of R n is differentiable at u U, the tangent map for f at u is defined to be the derivative of f at u, thought of as a mapping between tangent spaces, Df u : R n u R m f(u). Definition 5.3. Let f : R n R m be a differentiable function. The first fundamental form for f at p R n is the function, p : T p R n T p R n R given by Given the first fundamental form, define u, v p := Df p (u) Df p (v). 1. The length of u T p R n is u p := u, u p. 2. Vectors u, v T p R n are perpendicular if u, v p = The angle between nonzero u, v T p R n is arccos u, v p u p v p. 4. The component of u T p R n along nonzero v T p R n is u, v p v, v p. Definition 5.4. Let f : R n R m be a differentiable function. The first fundamental form matrix is the n n symmetric matrix, I with i, j-th entry f xi f xj, ( ) f I = x i f x j. Definition 5.5. A pseudo-metric on R n is a symmetric n n matrix I whose entries are real-valued functions on R n. Given any such I, define for each p R n and for all u, v T p R n u, v p := u T I(p) v. The matrix I is called a metric on R n if, p is positive definite for each p R n, i.e., for all u T p R n, u, u p 0 with equality exactly when u = 0. Given the form,, p, one defines lengths, distances, angles, and components as with the first fundamental form. Definition 5.6. Let c: [a, b] R n be a parametrized curve. The length of c is length(c) = 13 b a c (t) dt.

14 Definition 5.7. Let c: [a, b] R n be a parametrized curve. Suppose α: [a, b ] [a, b] is a function such that α is continuous, α (t) > 0 for all t, α(a ) = a, and α(b ) = b. Then the curve c = c α: [a, b ] R n is called a reparametrization of c. Definition 5.8. Let u: [a, b] R n be a parametrized curve, and let I be a pseudo-metric on R n. The length of u with respect to I is length(u) = b a u (t) u(t) dt, where the length of the vector u (t) is its length with respect to I as an element of the tangent space T u(t) R n. Definition 5.9. Let u: [a, b] R n and f : R n R m, so c = f u is a parametrized curve on the image of f. Then c is a geodesic if for i = 1,..., n. c (t) f xi (u(t)) = 0 Definition Fix a metric I, and denote its ij-th entry by g ij. Since I is positive definite, it turns out that it must be an invertible matrix, and we denote the entries of the inverse by g ij : I = (g ij ), I 1 = ( g ij). For each i, j, l {1,..., n} define a Christoffel symbol Γ l ij = 1 2 n k=1 ( gjk x i g ij + g ) ki g kl. x k x j Let x(t) = (x 1 (t),..., x n (t)) be a curve in R n. Then x(t) is a geodesic if it satisfies the system of differential equations ẍ k + i,j Γ k i,jẋ i ẋ j = 0, k = 1,..., n. In the case n = 2 we can write ( E F I = F G ), I 1 = 1 ( G F F E ) where = 1/ det I = 1/(EG F 2 ). In this case, the Christoffel symbols are: Γ 1 11 = 1 2 (GE x 2F F x + F E y ) Γ 2 11 = 1 2 (2EF x EE y F E x ) Γ 1 12 = 1 2 (GE y F G x ) Γ 2 12 = 1 2 (EG x F E y ) Γ 1 22 = 1 2 (2GF y GG x F G y ) Γ 2 22 = 1 2 (EG y 2F F y + F G x ), 14

15 and the equations for a geodesic are: ẍ 1 + ẋ 2 1 Γ ẋ 1 ẋ 2 Γ ẋ 2 2 Γ 1 22 = 0 ẍ 2 + ẋ 2 1 Γ ẋ 1 ẋ 2 Γ ẋ 2 2 Γ 2 22 = 0. theorems Theorem 5.1. Let f : R n R m be a differentiable function, and let p R n. For u, v T p R n, u, v p = u T I(p) v = ( f ) x1 (p) f x1 (p)... f x1 (p) f xn (p) u 1... u n..... f xn (p) f x1 (p)... f xn (p) f xn (p) Theorem 5.2. The first fundamental form is a symmetric, positive definite form: 1. x, y u = y, x u for all x, y R 2 u. 2. x + y, z u = x, z u + y, z u for all x, y, z R 2 u. 3. sx, y u = s x, y u for all x, y R 2 u and s R. 4. x, x u 0 for all x R 2 u, and x, x u = 0 if and only if x = 0. Theorem 5.3. Consider R n with metric I. For each u, v R n, then there is an ɛ > 0 and a unique geodesic h: ( ɛ, ɛ) R n with h(0) = u and h (0) = v. Theorem 5.4. Geodesics give, locally, the shortest distance between two points on a surface: Consider R n with metric I, and let u R n. Then there is a ball of radius r centered at u, B r (u), such that for any v B r (u), the geodesic joining u to v is shorter than any other curve joining u to v. VI. Applications. VI.1. Best affine approximations. Definition Let f: U R m be a differentiable function on an open set U R n. The best affine approximation to f at u U is the affine function where Df u is the derivative of f at u. T f u : R n R m x f(u) + Df u (x u) v 1. v n. 15

16 Definition With notation as in Definition 6.1.1, the image of T f u is called the (embedded) tangent space to f at u. theorems Theorem Let f: U R m be a differentiable function on an open set U R n, and let u U. If A: R n R m is an affine function with A(u) = f(u) and f(x) A(x) lim x u x then A is T f u, the best affine approximation to f at u. Theorem Let f: U R m with U and open subset of R n, and let h: V U where V is an open subset of R. Let c := f h be the corresponding parametrized curve on the surface f. Let u U, and suppose that c(0) = f(u). Then f(u) + c (0) is contained in the embedded tangent space to f at u. Conversely, each element of the embedded tangent space to f at u can be written as f(u)+c (0) for some parametrized curve c on f with c(0) = f(u). = 0 VI.2. Optimization. Definition The set S R n is closed if its complement is open, i.e., if for every x not in S, there is a nonempty open ball centered at x which does not intersect S. Definition The set S R n is bounded if it is contained in some open ball centered at the origin, i.e., if there is a real number r > 0 such that s < r for all s S. Definition A point s S R n is in the interior of S if there is a nonempty open ball centered at s contained entirely in S. Otherwise, s is on the boundary of S. Definition Let f: S R where S R n. 1. s S is a (global) maximum for f if f(s) f(s ) for all s S. 2. s S is a (global) minimum for f if f(s) f(s ) for all s S. 3. s S is a local maximum for f if s is an interior point and f(s) f(s ) for all s in some nonempty open ball centered at s. 4. s S is a local minimum for f if s is an interior point and f(s) f(s ) for all s in some nonempty open ball centered at s. 5. A global extremum for f is a global maximum or global minimum for f. A local extremum for f is a local maximum or local minimum for f. 16

17 Definition Let f: S R where S R n. A point s S is a critical or stationary point of f if it is an interior point, f is differentiable at s, and f(u) = 0, i.e., all the partial derivatives of f vanish at s. Definition A critical point which is not a local extrema is called a saddle point. Definition Let f: U R be a function on an open set U R n with continuous partial derivatives up to order 3. Let u U be a critical point of f. The quadratic form for f at u is defined by Q u f(x) := P 2 uf(x + u), where P 2 u is the second order Taylor polynomial for f at u. Hence, Q u f(x 1,..., x n ) := i 1 + +i n=2 1 i 1! i n! 2 f x i x in n (u)x i 1 1 x in n. theorems Theorem Let S R n be a closed and bounded set. Let f: S R be a continuous function. Then f has a maximum and a minimum in S. Theorem Let f: U R be a differentiable function on an open set U R n. If u U is a local extrema for f, then u is a critical point for f. Theorem Let f: U R be a function on an open set U R n with continuous partial derivatives up to order 3. Suppose the quadratic form, Q u f, for f at a critical point u is nonzero. Then u is a local minimum, a local maximum, or a saddle point according as Q u f is a local minimum, a local maximum, or a saddle at 0. VI.3. Lagrange multipliers. Theorem Let f and g 1,..., g k be k + 1 differentiable, real-valued functions on an open subset U R n. Let u U. Suppose that if there are constants a 0, a 1,..., a k for which a 0 f(u) + a 1 g 1 (u) + + a n g n (u) = 0 then a 0 = a 1 = = a n = 0. Then there are points u 1 and u 2 arbitrarily close to u such that g i (u) = g i (u 1 ) = g i (u 2 ) for i = 1,..., k and f(u 1 ) < f(u) < f(u 2 ). VI.4. Conservation of energy. Definition Let f: U R n be a differentiable function on an open set U R n (i.e., f is a differentiable vector field on U). Then f is conservative if there is a differentiable function φ: U R such that f = grad φ. In that case, we call ψ := φ a potential (energy) function for f (so, in that case, f = grad ψ). 17

18 Definition Let f: U R n be a differentiable function on an open set U R n, and let h: I U be a function on an open subset I R whose second derivatives exist. Suppose there is a constant m such that f(h(t)) = mh (t). Then h is said to satisfy Newton s Law. Definition With notation as in definition 6.4.2, define the kinetic energy of h to be 1 2 m h (t) 2. theorems Theorem With notation as in definition 6.4.2, the sum of the potential and the kinetic energy is constant. 18

THE INVERSE FUNCTION THEOREM

THE INVERSE FUNCTION THEOREM THE INVERSE FUNCTION THEOREM W. PATRICK HOOPER The implicit function theorem is the following result: Theorem 1. Let f be a C 1 function from a neighborhood of a point a R n into R n. Suppose A = Df(a)

More information

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra.

DS-GA 1002 Lecture notes 0 Fall Linear Algebra. These notes provide a review of basic concepts in linear algebra. DS-GA 1002 Lecture notes 0 Fall 2016 Linear Algebra These notes provide a review of basic concepts in linear algebra. 1 Vector spaces You are no doubt familiar with vectors in R 2 or R 3, i.e. [ ] 1.1

More information

Tangent spaces, normals and extrema

Tangent spaces, normals and extrema Chapter 3 Tangent spaces, normals and extrema If S is a surface in 3-space, with a point a S where S looks smooth, i.e., without any fold or cusp or self-crossing, we can intuitively define the tangent

More information

Implicit Functions, Curves and Surfaces

Implicit Functions, Curves and Surfaces Chapter 11 Implicit Functions, Curves and Surfaces 11.1 Implicit Function Theorem Motivation. In many problems, objects or quantities of interest can only be described indirectly or implicitly. It is then

More information

Linear Algebra Massoud Malek

Linear Algebra Massoud Malek CSUEB Linear Algebra Massoud Malek Inner Product and Normed Space In all that follows, the n n identity matrix is denoted by I n, the n n zero matrix by Z n, and the zero vector by θ n An inner product

More information

Analysis-3 lecture schemes

Analysis-3 lecture schemes Analysis-3 lecture schemes (with Homeworks) 1 Csörgő István November, 2015 1 A jegyzet az ELTE Informatikai Kar 2015. évi Jegyzetpályázatának támogatásával készült Contents 1. Lesson 1 4 1.1. The Space

More information

Chapter 2: Unconstrained Extrema

Chapter 2: Unconstrained Extrema Chapter 2: Unconstrained Extrema Math 368 c Copyright 2012, 2013 R Clark Robinson May 22, 2013 Chapter 2: Unconstrained Extrema 1 Types of Sets Definition For p R n and r > 0, the open ball about p of

More information

B553 Lecture 3: Multivariate Calculus and Linear Algebra Review

B553 Lecture 3: Multivariate Calculus and Linear Algebra Review B553 Lecture 3: Multivariate Calculus and Linear Algebra Review Kris Hauser December 30, 2011 We now move from the univariate setting to the multivariate setting, where we will spend the rest of the class.

More information

Math 302 Outcome Statements Winter 2013

Math 302 Outcome Statements Winter 2013 Math 302 Outcome Statements Winter 2013 1 Rectangular Space Coordinates; Vectors in the Three-Dimensional Space (a) Cartesian coordinates of a point (b) sphere (c) symmetry about a point, a line, and a

More information

Differentiation. f(x + h) f(x) Lh = L.

Differentiation. f(x + h) f(x) Lh = L. Analysis in R n Math 204, Section 30 Winter Quarter 2008 Paul Sally, e-mail: sally@math.uchicago.edu John Boller, e-mail: boller@math.uchicago.edu website: http://www.math.uchicago.edu/ boller/m203 Differentiation

More information

SMSTC (2017/18) Geometry and Topology 2.

SMSTC (2017/18) Geometry and Topology 2. SMSTC (2017/18) Geometry and Topology 2 Lecture 1: Differentiable Functions and Manifolds in R n Lecturer: Diletta Martinelli (Notes by Bernd Schroers) a wwwsmstcacuk 11 General remarks In this lecture

More information

Chapter 7. Extremal Problems. 7.1 Extrema and Local Extrema

Chapter 7. Extremal Problems. 7.1 Extrema and Local Extrema Chapter 7 Extremal Problems No matter in theoretical context or in applications many problems can be formulated as problems of finding the maximum or minimum of a function. Whenever this is the case, advanced

More information

Sec. 1.1: Basics of Vectors

Sec. 1.1: Basics of Vectors Sec. 1.1: Basics of Vectors Notation for Euclidean space R n : all points (x 1, x 2,..., x n ) in n-dimensional space. Examples: 1. R 1 : all points on the real number line. 2. R 2 : all points (x 1, x

More information

Math 207 Honors Calculus III Final Exam Solutions

Math 207 Honors Calculus III Final Exam Solutions Math 207 Honors Calculus III Final Exam Solutions PART I. Problem 1. A particle moves in the 3-dimensional space so that its velocity v(t) and acceleration a(t) satisfy v(0) = 3j and v(t) a(t) = t 3 for

More information

Multivariable Calculus

Multivariable Calculus 2 Multivariable Calculus 2.1 Limits and Continuity Problem 2.1.1 (Fa94) Let the function f : R n R n satisfy the following two conditions: (i) f (K ) is compact whenever K is a compact subset of R n. (ii)

More information

Vectors. January 13, 2013

Vectors. January 13, 2013 Vectors January 13, 2013 The simplest tensors are scalars, which are the measurable quantities of a theory, left invariant by symmetry transformations. By far the most common non-scalars are the vectors,

More information

Several variables. x 1 x 2. x n

Several variables. x 1 x 2. x n Several variables Often we have not only one, but several variables in a problem The issues that come up are somewhat more complex than for one variable Let us first start with vector spaces and linear

More information

Course 224: Geometry - Continuity and Differentiability

Course 224: Geometry - Continuity and Differentiability Course 224: Geometry - Continuity and Differentiability Lecture Notes by Prof. David Simms L A TEXed by Chris Blair 1 Continuity Consider M, N finite dimensional real or complex vector spaces. What does

More information

Chapter 1. Preliminaries. The purpose of this chapter is to provide some basic background information. Linear Space. Hilbert Space.

Chapter 1. Preliminaries. The purpose of this chapter is to provide some basic background information. Linear Space. Hilbert Space. Chapter 1 Preliminaries The purpose of this chapter is to provide some basic background information. Linear Space Hilbert Space Basic Principles 1 2 Preliminaries Linear Space The notion of linear space

More information

CALCULUS ON MANIFOLDS. 1. Riemannian manifolds Recall that for any smooth manifold M, dim M = n, the union T M =

CALCULUS ON MANIFOLDS. 1. Riemannian manifolds Recall that for any smooth manifold M, dim M = n, the union T M = CALCULUS ON MANIFOLDS 1. Riemannian manifolds Recall that for any smooth manifold M, dim M = n, the union T M = a M T am, called the tangent bundle, is itself a smooth manifold, dim T M = 2n. Example 1.

More information

1 Directional Derivatives and Differentiability

1 Directional Derivatives and Differentiability Wednesday, January 18, 2012 1 Directional Derivatives and Differentiability Let E R N, let f : E R and let x 0 E. Given a direction v R N, let L be the line through x 0 in the direction v, that is, L :=

More information

Chapter 3. Riemannian Manifolds - I. The subject of this thesis is to extend the combinatorial curve reconstruction approach to curves

Chapter 3. Riemannian Manifolds - I. The subject of this thesis is to extend the combinatorial curve reconstruction approach to curves Chapter 3 Riemannian Manifolds - I The subject of this thesis is to extend the combinatorial curve reconstruction approach to curves embedded in Riemannian manifolds. A Riemannian manifold is an abstraction

More information

DEVELOPMENT OF MORSE THEORY

DEVELOPMENT OF MORSE THEORY DEVELOPMENT OF MORSE THEORY MATTHEW STEED Abstract. In this paper, we develop Morse theory, which allows us to determine topological information about manifolds using certain real-valued functions defined

More information

Math Advanced Calculus II

Math Advanced Calculus II Math 452 - Advanced Calculus II Manifolds and Lagrange Multipliers In this section, we will investigate the structure of critical points of differentiable functions. In practice, one often is trying to

More information

1.1 Single Variable Calculus versus Multivariable Calculus Rectangular Coordinate Systems... 4

1.1 Single Variable Calculus versus Multivariable Calculus Rectangular Coordinate Systems... 4 MATH2202 Notebook 1 Fall 2015/2016 prepared by Professor Jenny Baglivo Contents 1 MATH2202 Notebook 1 3 1.1 Single Variable Calculus versus Multivariable Calculus................... 3 1.2 Rectangular Coordinate

More information

1 Lagrange Multiplier Method

1 Lagrange Multiplier Method 1 Lagrange Multiplier Method Near a maximum the decrements on both sides are in the beginning only imperceptible. J. Kepler When a quantity is greatest or least, at that moment its flow neither increases

More information

1. Bounded linear maps. A linear map T : E F of real Banach

1. Bounded linear maps. A linear map T : E F of real Banach DIFFERENTIABLE MAPS 1. Bounded linear maps. A linear map T : E F of real Banach spaces E, F is bounded if M > 0 so that for all v E: T v M v. If v r T v C for some positive constants r, C, then T is bounded:

More information

fy (X(g)) Y (f)x(g) gy (X(f)) Y (g)x(f)) = fx(y (g)) + gx(y (f)) fy (X(g)) gy (X(f))

fy (X(g)) Y (f)x(g) gy (X(f)) Y (g)x(f)) = fx(y (g)) + gx(y (f)) fy (X(g)) gy (X(f)) 1. Basic algebra of vector fields Let V be a finite dimensional vector space over R. Recall that V = {L : V R} is defined to be the set of all linear maps to R. V is isomorphic to V, but there is no canonical

More information

0.1 Tangent Spaces and Lagrange Multipliers

0.1 Tangent Spaces and Lagrange Multipliers 01 TANGENT SPACES AND LAGRANGE MULTIPLIERS 1 01 Tangent Spaces and Lagrange Multipliers If a differentiable function G = (G 1,, G k ) : E n+k E k then the surface S defined by S = { x G( x) = v} is called

More information

Math 6455 Nov 1, Differential Geometry I Fall 2006, Georgia Tech

Math 6455 Nov 1, Differential Geometry I Fall 2006, Georgia Tech Math 6455 Nov 1, 26 1 Differential Geometry I Fall 26, Georgia Tech Lecture Notes 14 Connections Suppose that we have a vector field X on a Riemannian manifold M. How can we measure how much X is changing

More information

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET This is a (not quite comprehensive) list of definitions and theorems given in Math 1553. Pay particular attention to the ones in red. Study Tip For each

More information

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET

IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET IMPORTANT DEFINITIONS AND THEOREMS REFERENCE SHEET This is a (not quite comprehensive) list of definitions and theorems given in Math 1553. Pay particular attention to the ones in red. Study Tip For each

More information

Introduction to Topology

Introduction to Topology Introduction to Topology Randall R. Holmes Auburn University Typeset by AMS-TEX Chapter 1. Metric Spaces 1. Definition and Examples. As the course progresses we will need to review some basic notions about

More information

MATH 51H Section 4. October 16, Recall what it means for a function between metric spaces to be continuous:

MATH 51H Section 4. October 16, Recall what it means for a function between metric spaces to be continuous: MATH 51H Section 4 October 16, 2015 1 Continuity Recall what it means for a function between metric spaces to be continuous: Definition. Let (X, d X ), (Y, d Y ) be metric spaces. A function f : X Y is

More information

MA102: Multivariable Calculus

MA102: Multivariable Calculus MA102: Multivariable Calculus Rupam Barman and Shreemayee Bora Department of Mathematics IIT Guwahati Differentiability of f : U R n R m Definition: Let U R n be open. Then f : U R n R m is differentiable

More information

Math113: Linear Algebra. Beifang Chen

Math113: Linear Algebra. Beifang Chen Math3: Linear Algebra Beifang Chen Spring 26 Contents Systems of Linear Equations 3 Systems of Linear Equations 3 Linear Systems 3 2 Geometric Interpretation 3 3 Matrices of Linear Systems 4 4 Elementary

More information

Math Linear Algebra II. 1. Inner Products and Norms

Math Linear Algebra II. 1. Inner Products and Norms Math 342 - Linear Algebra II Notes 1. Inner Products and Norms One knows from a basic introduction to vectors in R n Math 254 at OSU) that the length of a vector x = x 1 x 2... x n ) T R n, denoted x,

More information

Week 6: Differential geometry I

Week 6: Differential geometry I Week 6: Differential geometry I Tensor algebra Covariant and contravariant tensors Consider two n dimensional coordinate systems x and x and assume that we can express the x i as functions of the x i,

More information

Definitions & Theorems

Definitions & Theorems Definitions & Theorems Math 147, Fall 2009 December 19, 2010 Contents 1 Logic 2 1.1 Sets.................................................. 2 1.2 The Peano axioms..........................................

More information

Algebra II. Paulius Drungilas and Jonas Jankauskas

Algebra II. Paulius Drungilas and Jonas Jankauskas Algebra II Paulius Drungilas and Jonas Jankauskas Contents 1. Quadratic forms 3 What is quadratic form? 3 Change of variables. 3 Equivalence of quadratic forms. 4 Canonical form. 4 Normal form. 7 Positive

More information

INDEX. Bolzano-Weierstrass theorem, for sequences, boundary points, bounded functions, 142 bounded sets, 42 43

INDEX. Bolzano-Weierstrass theorem, for sequences, boundary points, bounded functions, 142 bounded sets, 42 43 INDEX Abel s identity, 131 Abel s test, 131 132 Abel s theorem, 463 464 absolute convergence, 113 114 implication of conditional convergence, 114 absolute value, 7 reverse triangle inequality, 9 triangle

More information

Definition 5.1. A vector field v on a manifold M is map M T M such that for all x M, v(x) T x M.

Definition 5.1. A vector field v on a manifold M is map M T M such that for all x M, v(x) T x M. 5 Vector fields Last updated: March 12, 2012. 5.1 Definition and general properties We first need to define what a vector field is. Definition 5.1. A vector field v on a manifold M is map M T M such that

More information

Math 147, Homework 1 Solutions Due: April 10, 2012

Math 147, Homework 1 Solutions Due: April 10, 2012 1. For what values of a is the set: Math 147, Homework 1 Solutions Due: April 10, 2012 M a = { (x, y, z) : x 2 + y 2 z 2 = a } a smooth manifold? Give explicit parametrizations for open sets covering M

More information

THEODORE VORONOV DIFFERENTIABLE MANIFOLDS. Fall Last updated: November 26, (Under construction.)

THEODORE VORONOV DIFFERENTIABLE MANIFOLDS. Fall Last updated: November 26, (Under construction.) 4 Vector fields Last updated: November 26, 2009. (Under construction.) 4.1 Tangent vectors as derivations After we have introduced topological notions, we can come back to analysis on manifolds. Let M

More information

LINEAR ALGEBRA BOOT CAMP WEEK 4: THE SPECTRAL THEOREM

LINEAR ALGEBRA BOOT CAMP WEEK 4: THE SPECTRAL THEOREM LINEAR ALGEBRA BOOT CAMP WEEK 4: THE SPECTRAL THEOREM Unless otherwise stated, all vector spaces in this worksheet are finite dimensional and the scalar field F is R or C. Definition 1. A linear operator

More information

Exercises for Unit I I (Vector algebra and Euclidean geometry)

Exercises for Unit I I (Vector algebra and Euclidean geometry) Exercises for Unit I I (Vector algebra and Euclidean geometry) I I.1 : Approaches to Euclidean geometry Ryan : pp. 5 15 1. What is the minimum number of planes containing three concurrent noncoplanar lines

More information

Analysis II: The Implicit and Inverse Function Theorems

Analysis II: The Implicit and Inverse Function Theorems Analysis II: The Implicit and Inverse Function Theorems Jesse Ratzkin November 17, 2009 Let f : R n R m be C 1. When is the zero set Z = {x R n : f(x) = 0} the graph of another function? When is Z nicely

More information

HOMEWORK FOR , FALL 2007 ASSIGNMENT 1 SOLUTIONS. T = sup T(x) Ax A := sup

HOMEWORK FOR , FALL 2007 ASSIGNMENT 1 SOLUTIONS. T = sup T(x) Ax A := sup HOMEWORK FOR 18.101, FALL 007 ASSIGNMENT 1 SOLUTIONS (1) Given a linear map T : R m R n Define the operator norm of T as follows: T(x) T := sup x 0 x Similarly, if A is a matrix, define the operator norm

More information

Directional Derivative and the Gradient Operator

Directional Derivative and the Gradient Operator Chapter 4 Directional Derivative and the Gradient Operator The equation z = f(x, y) defines a surface in 3 dimensions. We can write this as z f(x, y) = 0, or g(x, y, z) = 0, where g(x, y, z) = z f(x, y).

More information

x 1 x 2. x 1, x 2,..., x n R. x n

x 1 x 2. x 1, x 2,..., x n R. x n WEEK In general terms, our aim in this first part of the course is to use vector space theory to study the geometry of Euclidean space A good knowledge of the subject matter of the Matrix Applications

More information

The Derivative. Appendix B. B.1 The Derivative of f. Mappings from IR to IR

The Derivative. Appendix B. B.1 The Derivative of f. Mappings from IR to IR Appendix B The Derivative B.1 The Derivative of f In this chapter, we give a short summary of the derivative. Specifically, we want to compare/contrast how the derivative appears for functions whose domain

More information

Definition 1.2. Let p R n be a point and v R n be a non-zero vector. The line through p in direction v is the set

Definition 1.2. Let p R n be a point and v R n be a non-zero vector. The line through p in direction v is the set Important definitions and results 1. Algebra and geometry of vectors Definition 1.1. A linear combination of vectors v 1,..., v k R n is a vector of the form c 1 v 1 + + c k v k where c 1,..., c k R are

More information

Math 291-2: Final Exam Solutions Northwestern University, Winter 2016

Math 291-2: Final Exam Solutions Northwestern University, Winter 2016 Math 29-2: Final Exam Solutions Northwestern University, Winter 206 Determine whether each of the following statements is true or false f it is true, explain why; if it is false, give a counterexample

More information

Linear Algebra March 16, 2019

Linear Algebra March 16, 2019 Linear Algebra March 16, 2019 2 Contents 0.1 Notation................................ 4 1 Systems of linear equations, and matrices 5 1.1 Systems of linear equations..................... 5 1.2 Augmented

More information

are continuous). Then we also know that the above function g is continuously differentiable on [a, b]. For that purpose, we will first show that

are continuous). Then we also know that the above function g is continuously differentiable on [a, b]. For that purpose, we will first show that Derivatives and Integrals Now suppose f : [a, b] [c, d] IR is continuous. It is easy to see that for each fixed x [a, b] the function f x (y) = f(x, y) is continuous on [c, d] (note that f x is sometimes

More information

Chapter 1 Vector Spaces

Chapter 1 Vector Spaces Chapter 1 Vector Spaces Per-Olof Persson persson@berkeley.edu Department of Mathematics University of California, Berkeley Math 110 Linear Algebra Vector Spaces Definition A vector space V over a field

More information

Introduction to Optimization Techniques. Nonlinear Optimization in Function Spaces

Introduction to Optimization Techniques. Nonlinear Optimization in Function Spaces Introduction to Optimization Techniques Nonlinear Optimization in Function Spaces X : T : Gateaux and Fréchet Differentials Gateaux and Fréchet Differentials a vector space, Y : a normed space transformation

More information

Analysis and Linear Algebra. Lectures 1-3 on the mathematical tools that will be used in C103

Analysis and Linear Algebra. Lectures 1-3 on the mathematical tools that will be used in C103 Analysis and Linear Algebra Lectures 1-3 on the mathematical tools that will be used in C103 Set Notation A, B sets AcB union A1B intersection A\B the set of objects in A that are not in B N. Empty set

More information

3. Vector spaces 3.1 Linear dependence and independence 3.2 Basis and dimension. 5. Extreme points and basic feasible solutions

3. Vector spaces 3.1 Linear dependence and independence 3.2 Basis and dimension. 5. Extreme points and basic feasible solutions A. LINEAR ALGEBRA. CONVEX SETS 1. Matrices and vectors 1.1 Matrix operations 1.2 The rank of a matrix 2. Systems of linear equations 2.1 Basic solutions 3. Vector spaces 3.1 Linear dependence and independence

More information

In English, this means that if we travel on a straight line between any two points in C, then we never leave C.

In English, this means that if we travel on a straight line between any two points in C, then we never leave C. Convex sets In this section, we will be introduced to some of the mathematical fundamentals of convex sets. In order to motivate some of the definitions, we will look at the closest point problem from

More information

Math 102, Winter Final Exam Review. Chapter 1. Matrices and Gaussian Elimination

Math 102, Winter Final Exam Review. Chapter 1. Matrices and Gaussian Elimination Math 0, Winter 07 Final Exam Review Chapter. Matrices and Gaussian Elimination { x + x =,. Different forms of a system of linear equations. Example: The x + 4x = 4. [ ] [ ] [ ] vector form (or the column

More information

Upon successful completion of MATH 220, the student will be able to:

Upon successful completion of MATH 220, the student will be able to: MATH 220 Matrices Upon successful completion of MATH 220, the student will be able to: 1. Identify a system of linear equations (or linear system) and describe its solution set 2. Write down the coefficient

More information

2. Linear algebra. matrices and vectors. linear equations. range and nullspace of matrices. function of vectors, gradient and Hessian

2. Linear algebra. matrices and vectors. linear equations. range and nullspace of matrices. function of vectors, gradient and Hessian FE661 - Statistical Methods for Financial Engineering 2. Linear algebra Jitkomut Songsiri matrices and vectors linear equations range and nullspace of matrices function of vectors, gradient and Hessian

More information

Math 118, Fall 2014 Final Exam

Math 118, Fall 2014 Final Exam Math 8, Fall 4 Final Exam True or false Please circle your choice; no explanation is necessary True There is a linear transformation T such that T e ) = e and T e ) = e Solution Since T is linear, if T

More information

Math Topology II: Smooth Manifolds. Spring Homework 2 Solution Submit solutions to the following problems:

Math Topology II: Smooth Manifolds. Spring Homework 2 Solution Submit solutions to the following problems: Math 132 - Topology II: Smooth Manifolds. Spring 2017. Homework 2 Solution Submit solutions to the following problems: 1. Let H = {a + bi + cj + dk (a, b, c, d) R 4 }, where i 2 = j 2 = k 2 = 1, ij = k,

More information

Lecture 2: Review of Prerequisites. Table of contents

Lecture 2: Review of Prerequisites. Table of contents Math 348 Fall 217 Lecture 2: Review of Prerequisites Disclaimer. As we have a textbook, this lecture note is for guidance and supplement only. It should not be relied on when preparing for exams. In this

More information

Chap. 3. Controlled Systems, Controllability

Chap. 3. Controlled Systems, Controllability Chap. 3. Controlled Systems, Controllability 1. Controllability of Linear Systems 1.1. Kalman s Criterion Consider the linear system ẋ = Ax + Bu where x R n : state vector and u R m : input vector. A :

More information

Math 3191 Applied Linear Algebra

Math 3191 Applied Linear Algebra Math 191 Applied Linear Algebra Lecture 1: Inner Products, Length, Orthogonality Stephen Billups University of Colorado at Denver Math 191Applied Linear Algebra p.1/ Motivation Not all linear systems have

More information

Locally convex spaces, the hyperplane separation theorem, and the Krein-Milman theorem

Locally convex spaces, the hyperplane separation theorem, and the Krein-Milman theorem 56 Chapter 7 Locally convex spaces, the hyperplane separation theorem, and the Krein-Milman theorem Recall that C(X) is not a normed linear space when X is not compact. On the other hand we could use semi

More information

Solution to Homework 1

Solution to Homework 1 Solution to Homework Sec 2 (a) Yes It is condition (VS 3) (b) No If x, y are both zero vectors Then by condition (VS 3) x = x + y = y (c) No Let e be the zero vector We have e = 2e (d) No It will be false

More information

Math 24 Spring 2012 Sample Homework Solutions Week 8

Math 24 Spring 2012 Sample Homework Solutions Week 8 Math 4 Spring Sample Homework Solutions Week 8 Section 5. (.) Test A M (R) for diagonalizability, and if possible find an invertible matrix Q and a diagonal matrix D such that Q AQ = D. ( ) 4 (c) A =.

More information

2.2. Show that U 0 is a vector space. For each α 0 in F, show by example that U α does not satisfy closure.

2.2. Show that U 0 is a vector space. For each α 0 in F, show by example that U α does not satisfy closure. Hints for Exercises 1.3. This diagram says that f α = β g. I will prove f injective g injective. You should show g injective f injective. Assume f is injective. Now suppose g(x) = g(y) for some x, y A.

More information

Chapter 3 Transformations

Chapter 3 Transformations Chapter 3 Transformations An Introduction to Optimization Spring, 2014 Wei-Ta Chu 1 Linear Transformations A function is called a linear transformation if 1. for every and 2. for every If we fix the bases

More information

1. General Vector Spaces

1. General Vector Spaces 1.1. Vector space axioms. 1. General Vector Spaces Definition 1.1. Let V be a nonempty set of objects on which the operations of addition and scalar multiplication are defined. By addition we mean a rule

More information

INVERSE FUNCTION THEOREM and SURFACES IN R n

INVERSE FUNCTION THEOREM and SURFACES IN R n INVERSE FUNCTION THEOREM and SURFACES IN R n Let f C k (U; R n ), with U R n open. Assume df(a) GL(R n ), where a U. The Inverse Function Theorem says there is an open neighborhood V U of a in R n so that

More information

Vector Calculus. Lecture Notes

Vector Calculus. Lecture Notes Vector Calculus Lecture Notes Adolfo J. Rumbos c Draft date November 23, 211 2 Contents 1 Motivation for the course 5 2 Euclidean Space 7 2.1 Definition of n Dimensional Euclidean Space........... 7 2.2

More information

HOMEWORK 2 - RIEMANNIAN GEOMETRY. 1. Problems In what follows (M, g) will always denote a Riemannian manifold with a Levi-Civita connection.

HOMEWORK 2 - RIEMANNIAN GEOMETRY. 1. Problems In what follows (M, g) will always denote a Riemannian manifold with a Levi-Civita connection. HOMEWORK 2 - RIEMANNIAN GEOMETRY ANDRÉ NEVES 1. Problems In what follows (M, g will always denote a Riemannian manifold with a Levi-Civita connection. 1 Let X, Y, Z be vector fields on M so that X(p Z(p

More information

Math Camp Lecture 4: Linear Algebra. Xiao Yu Wang. Aug 2010 MIT. Xiao Yu Wang (MIT) Math Camp /10 1 / 88

Math Camp Lecture 4: Linear Algebra. Xiao Yu Wang. Aug 2010 MIT. Xiao Yu Wang (MIT) Math Camp /10 1 / 88 Math Camp 2010 Lecture 4: Linear Algebra Xiao Yu Wang MIT Aug 2010 Xiao Yu Wang (MIT) Math Camp 2010 08/10 1 / 88 Linear Algebra Game Plan Vector Spaces Linear Transformations and Matrices Determinant

More information

Chapter 3. Differentiable Mappings. 1. Differentiable Mappings

Chapter 3. Differentiable Mappings. 1. Differentiable Mappings Chapter 3 Differentiable Mappings 1 Differentiable Mappings Let V and W be two linear spaces over IR A mapping L from V to W is called a linear mapping if L(u + v) = Lu + Lv for all u, v V and L(λv) =

More information

Defn 3.1: An n-manifold, M, is a topological space with the following properties:

Defn 3.1: An n-manifold, M, is a topological space with the following properties: Chapter 1 all sections 1.3 Defn: M is locally Euclidean of dimension n if for all p M, there exists an open set U p such that p U p and there exists a homeomorphism f p : U p V p where V p R n. (U p, f)

More information

Chapter 4. Inverse Function Theorem. 4.1 The Inverse Function Theorem

Chapter 4. Inverse Function Theorem. 4.1 The Inverse Function Theorem Chapter 4 Inverse Function Theorem d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d d dd d d d d This chapter

More information

Exercises Chapter II.

Exercises Chapter II. Page 64 Exercises Chapter II. 5. Let A = (1, 2) and B = ( 2, 6). Sketch vectors of the form X = c 1 A + c 2 B for various values of c 1 and c 2. Which vectors in R 2 can be written in this manner? B y

More information

j=1 [We will show that the triangle inequality holds for each p-norm in Chapter 3 Section 6.] The 1-norm is A F = tr(a H A).

j=1 [We will show that the triangle inequality holds for each p-norm in Chapter 3 Section 6.] The 1-norm is A F = tr(a H A). Math 344 Lecture #19 3.5 Normed Linear Spaces Definition 3.5.1. A seminorm on a vector space V over F is a map : V R that for all x, y V and for all α F satisfies (i) x 0 (positivity), (ii) αx = α x (scale

More information

Math 341: Convex Geometry. Xi Chen

Math 341: Convex Geometry. Xi Chen Math 341: Convex Geometry Xi Chen 479 Central Academic Building, University of Alberta, Edmonton, Alberta T6G 2G1, CANADA E-mail address: xichen@math.ualberta.ca CHAPTER 1 Basics 1. Euclidean Geometry

More information

x 1. x n i + x 2 j (x 1, x 2, x 3 ) = x 1 j + x 3

x 1. x n i + x 2 j (x 1, x 2, x 3 ) = x 1 j + x 3 Version: 4/1/06. Note: These notes are mostly from my 5B course, with the addition of the part on components and projections. Look them over to make sure that we are on the same page as regards inner-products,

More information

Vector Derivatives and the Gradient

Vector Derivatives and the Gradient ECE 275AB Lecture 10 Fall 2008 V1.1 c K. Kreutz-Delgado, UC San Diego p. 1/1 Lecture 10 ECE 275A Vector Derivatives and the Gradient ECE 275AB Lecture 10 Fall 2008 V1.1 c K. Kreutz-Delgado, UC San Diego

More information

CSL361 Problem set 4: Basic linear algebra

CSL361 Problem set 4: Basic linear algebra CSL361 Problem set 4: Basic linear algebra February 21, 2017 [Note:] If the numerical matrix computations turn out to be tedious, you may use the function rref in Matlab. 1 Row-reduced echelon matrices

More information

Homework set 4 - Solutions

Homework set 4 - Solutions Homework set 4 - Solutions Math 407 Renato Feres 1. Exercise 4.1, page 49 of notes. Let W := T0 m V and denote by GLW the general linear group of W, defined as the group of all linear isomorphisms of W

More information

OR MSc Maths Revision Course

OR MSc Maths Revision Course OR MSc Maths Revision Course Tom Byrne School of Mathematics University of Edinburgh t.m.byrne@sms.ed.ac.uk 15 September 2017 General Information Today JCMB Lecture Theatre A, 09:30-12:30 Mathematics revision

More information

Some Function Problems SOLUTIONS Isabel Vogt Last Edited: May 24, 2013

Some Function Problems SOLUTIONS Isabel Vogt Last Edited: May 24, 2013 Some Function Problems SOLUTIONS Isabel Vogt Last Edited: May 24, 23 Most of these problems were written for my students in Math 23a/b at Harvard in 2/22 and 22/23. They cover basic function theory, countability,

More information

3 FUNCTIONS. 3.1 Definition and Basic Properties. c Dr Oksana Shatalov, Fall

3 FUNCTIONS. 3.1 Definition and Basic Properties. c Dr Oksana Shatalov, Fall c Dr Oksana Shatalov, Fall 2014 1 3 FUNCTIONS 3.1 Definition and Basic Properties DEFINITION 1. Let A and B be nonempty sets. A function f from A to B is a rule that assigns to each element in the set

More information

Exercises for Multivariable Differential Calculus XM521

Exercises for Multivariable Differential Calculus XM521 This document lists all the exercises for XM521. The Type I (True/False) exercises will be given, and should be answered, online immediately following each lecture. The Type III exercises are to be done

More information

Ir O D = D = ( ) Section 2.6 Example 1. (Bottom of page 119) dim(v ) = dim(l(v, W )) = dim(v ) dim(f ) = dim(v )

Ir O D = D = ( ) Section 2.6 Example 1. (Bottom of page 119) dim(v ) = dim(l(v, W )) = dim(v ) dim(f ) = dim(v ) Section 3.2 Theorem 3.6. Let A be an m n matrix of rank r. Then r m, r n, and, by means of a finite number of elementary row and column operations, A can be transformed into the matrix ( ) Ir O D = 1 O

More information

Lecture 7. Econ August 18

Lecture 7. Econ August 18 Lecture 7 Econ 2001 2015 August 18 Lecture 7 Outline First, the theorem of the maximum, an amazing result about continuity in optimization problems. Then, we start linear algebra, mostly looking at familiar

More information

Partial Derivatives. w = f(x, y, z).

Partial Derivatives. w = f(x, y, z). Partial Derivatives 1 Functions of Several Variables So far we have focused our attention of functions of one variable. These functions model situations in which a variable depends on another independent

More information

THE INVERSE FUNCTION THEOREM FOR LIPSCHITZ MAPS

THE INVERSE FUNCTION THEOREM FOR LIPSCHITZ MAPS THE INVERSE FUNCTION THEOREM FOR LIPSCHITZ MAPS RALPH HOWARD DEPARTMENT OF MATHEMATICS UNIVERSITY OF SOUTH CAROLINA COLUMBIA, S.C. 29208, USA HOWARD@MATH.SC.EDU Abstract. This is an edited version of a

More information

Chapter -1: Di erential Calculus and Regular Surfaces

Chapter -1: Di erential Calculus and Regular Surfaces Chapter -1: Di erential Calculus and Regular Surfaces Peter Perry August 2008 Contents 1 Introduction 1 2 The Derivative as a Linear Map 2 3 The Big Theorems of Di erential Calculus 4 3.1 The Chain Rule............................

More information

Review of Multi-Calculus (Study Guide for Spivak s CHAPTER ONE TO THREE)

Review of Multi-Calculus (Study Guide for Spivak s CHAPTER ONE TO THREE) Review of Multi-Calculus (Study Guide for Spivak s CHPTER ONE TO THREE) This material is for June 9 to 16 (Monday to Monday) Chapter I: Functions on R n Dot product and norm for vectors in R n : Let X

More information

Distances, volumes, and integration

Distances, volumes, and integration Distances, volumes, and integration Scribe: Aric Bartle 1 Local Shape of a Surface A question that we may ask ourselves is what significance does the second fundamental form play in the geometric characteristics

More information

Notes on multivariable calculus

Notes on multivariable calculus Notes on multivariable calculus Jonathan Wise February 2, 2010 1 Review of trigonometry Trigonometry is essentially the study of the relationship between polar coordinates and Cartesian coordinates in

More information