Parametrized Surfaces
|
|
- Γερασιμος Σπανός
- 6 χρόνια πριν
- Προβολές:
Transcript
1 Parametrized Surfaces Recall from our unit on vector-valued functions at the beginning of the semester that an R 3 -valued function c(t) in one parameter is a mapping of the form c : I R 3 where I is some subinterval of the real line. If c is differentiable, we can think of c as smoothly embedding the interval I as a closed curve C in R 3, a parametrized curve.
2 Parametrized Surfaces Recall from our unit on vector-valued functions at the beginning of the semester that an R 3 -valued function c(t) in one parameter is a mapping of the form c : I R 3 where I is some subinterval of the real line. If c is differentiable, we can think of c as smoothly embedding the interval I as a closed curve C in R 3, a parametrized curve. Our goal now is to study parametrized surfaces, which are a natural next step from parametrized curves. Now instead of embedding a 1-dimensional domain I into R 3, we will embed 2-dimensional domain D into R 3 and do calculus on the embedded surface.
3 Definition We consider a continuously differentiable R 3 -valued function of two variables G : R 2 R 3 : G(u, v) = (x(u, v), y(u, v), z(u, v))
4 Definition We consider a continuously differentiable R 3 -valued function of two variables G : R 2 R 3 : The graph of G is the set G(u, v) = (x(u, v), y(u, v), z(u, v)) {(x, y, z) R 3 : there exists (u, v) with G(u, v) = (x, y, z)}. (This definition is analogous to that of the graph of a vector-valued function.) The graph of G is also called a parametrized surface. The domain D of G is called the parameter domain.
5 Example (Parametrization of a Sphere) Fix any R > 0. Let D = [0, 2π] [0, π], a rectangle in R 2. Define a mapping G on D by G(θ, φ) = (R cos θ sin φ, R sin θ sin φ, R cos φ). Then G maps D onto the sphere of radius R in R 3.
6 Example (Parametrization of the Graph of a Real-Valued Function of Two Variables) Let f (x, y) be any real-valued function of two variables with domain D. Define mapping G on D by G(x, y) = (x, y, f (x, y)). Then G maps D onto the graph of f. (In particular the graph of G equals the graph of f.)
7 Definition Let G(u, v) = (x, y, z) be a continuously differentiable R 3 -valued function of two variables. Define the u-tangent vector and the v-tangent vector functions of G, respectively, to be T u = (x u, y u, z u ) and T v = (x v, y v, z v ). T u and T v are both functions from R 2 into R 3, and they output non-parallel tangent vectors to the graph of G at input (u, v).
8 Definition Let G(u, v) = (x, y, z) be a continuously differentiable R 3 -valued function of two variables. Define the u-tangent vector and the v-tangent vector functions of G, respectively, to be T u = (x u, y u, z u ) and T v = (x v, y v, z v ). T u and T v are both functions from R 2 into R 3, and they output non-parallel tangent vectors to the graph of G at input (u, v). Assume both T u and T v are non-zero. Define the normal vector associated to G to be the function n = T u T v. Then n is always orthogonal to the tangent plane of the graph of G at a point G(u, v).
9 Example Let G(θ, z) = (2 cos θ, 2 sin θ, z) be a parametrization of the cylinder described by x 2 + y 2 = Compute T θ, T z, and n. 2. Find an equation for the tangent plane to the graph of G at G( π 4, 5).
10 Solution to (1) Known: G(θ, z) = (2 cos θ, 2 sin θ, z)
11 Solution to (1) Known: G(θ, z) = (2 cos θ, 2 sin θ, z) Taking derivatives, we have and hence T θ (θ, z) = ( 2 sin θ, 2 cos θ, 0) and T z = (0, 0, 1), n(θ, z) = T θ T z = det [ i j k 2 sin θ 2 cos θ ] = (2 cos θ, 2 sin θ, 0).
12 Solution to (2) Known: G(θ, z) = (2 cos θ, 2 sin θ, z) n = (2 cos θ, 2 sin θ, 0)
13 Solution to (2) Known: G(θ, z) = (2 cos θ, 2 sin θ, z) n = (2 cos θ, 2 sin θ, 0) To find the tangent plane, compute the normal at input ( π 4, 5): n( π 4, 5) = (2 cos π 4, 2 sin π 4, 0) = ( 2, 2, 0). The tangent plane passes through the point G( π 4, 5) = ( 2, 2, 5), and so its equation [using 0 = n ((x, y, z) (x 0, y 0, z 0 ))] is given by 0 = 2(x 2) + 2(y 2).
14 Surface Integrals Definition Let G(u, v) = (x, y, z) be a one-to-one continuously differentiable parametrization of a surface S in R 3 with domain D, with non-zero tangent vectors T u and T v. Let f (x, y, z) be a real-valued function of three variables. Define the surface integral of f over S to be S f (x, y, z)ds = f (G(u, v)) n(u, v) d(u, v). D
15 Surface Integrals Definition Let G(u, v) = (x, y, z) be a one-to-one continuously differentiable parametrization of a surface S in R 3 with domain D, with non-zero tangent vectors T u and T v. Let f (x, y, z) be a real-valued function of three variables. Define the surface integral of f over S to be S f (x, y, z)ds = D f (G(u, v)) n(u, v) d(u, v). Fact If G is as above, then the surface integral 1dS is exactly the surface S area of the graph of G.
16 Example 1. Calculate the surface area of the portion S of the cone x 2 + y 2 = z 2 within the cylinder x 2 + y 2 = For the same S, calculate S x 2 zds.
17 Surface Area of S First we parametrize the cone by G using a variant of spherical coordinates: G(ρ, θ) = (x, y, z) ( = ρ cos θ sin π 4, ρ sin θ sin π 4, ρ cos π ) 4 ( ) = ρ cos θ, sin θ, ρ on the domain D = [0, 2 2] [0, 2π] in the (ρ, θ)-plane.
18 Surface Area of S First we parametrize the cone by G using a variant of spherical coordinates: G(ρ, θ) = (x, y, z) ( = ρ cos θ sin π 4, ρ sin θ sin π 4, ρ cos π ) 4 ( ) = ρ cos θ, sin θ, ρ on the domain D = [0, 2 2] [0, 2π] in the (ρ, θ)-plane. Now compute tangent and normal vectors: ( 2 T ρ = cos θ, 2 sin θ, )
19 Surface Area of S First we parametrize the cone by G using a variant of spherical coordinates: G(ρ, θ) = (x, y, z) ( = ρ cos θ sin π 4, ρ sin θ sin π 4, ρ cos π ) 4 ( ) = ρ cos θ, sin θ, ρ on the domain D = [0, 2 2] [0, 2π] in the (ρ, θ)-plane. Now compute tangent and normal vectors: ( 2 T ρ = cos θ, 2 sin θ, ) ( T θ = 2 ρ sin θ, ) 2 ρ cos θ, 0 2 2
20 Surface Area of S First we parametrize the cone by G using a variant of spherical coordinates: G(ρ, θ) = (x, y, z) ( = ρ cos θ sin π 4, ρ sin θ sin π 4, ρ cos π ) 4 ( ) = ρ cos θ, sin θ, ρ on the domain D = [0, 2 2] [0, 2π] in the (ρ, θ)-plane. Now compute tangent and normal vectors: ( 2 T ρ = cos θ, 2 sin θ, ) ( T θ = 2 ρ sin θ, ) 2 ρ cos θ, n = T ρ T θ = det = i j k 2 cos θ 2 sin θ ρ sin θ 2 ρ cos θ ( 12 ρ cos θ, 12 ρ sin θ, 12 ρ ).
21 Surface Area of S, contd. Known: n = ( 1 2 ρ cos θ, 1 2 ρ sin θ, 1 2 ρ) Now the length of n is n = 1 4 ρ2 cos 2 θ ρ2 sin 2 θ ρ2 = 2 2 ρ,
22 Surface Area of S, contd. Known: n = ( 1 2 ρ cos θ, 1 2 ρ sin θ, 1 2 ρ) Now the length of n is n = 1 4 ρ2 cos 2 θ ρ2 sin 2 θ ρ2 = 2 2 ρ, and so we are able to compute the area surface integral: S 1dS = = = D 2π n(u, v) d(u, v) [θ]2π 0 = 4 2π. 2 2 ρdρdθ [ ] ρ2 0
23 Surface Integral of x 2 z Known: n = 2 f (x, y, z) = x 2 z G(ρ, θ) = ( 2 2 ρ 2 ρ cos θ, 2 2 sin θ, 2 2 ρ )
24 Surface Integral of x 2 z Known: n = 2 f (x, y, z) = x 2 z G(ρ, θ) = ( 2 2 ρ 2 ρ cos θ, 2 2 sin θ, 2 2 ρ ) Compute the composition: f (G(ρ, θ)) = 2 4 ρ3 cos 2 θ,
25 Surface Integral of x 2 z Known: n = 2 f (x, y, z) = x 2 z G(ρ, θ) = ( 2 2 ρ 2 ρ cos θ, 2 2 sin θ, 2 2 ρ ) Compute the composition: and hence S f (G(ρ, θ)) = 2 4 ρ3 cos 2 θ, fds = = D 2π 2 2 = 1 4 = 1 4 f (G(u, v)) n(u, v) d(u, v) 0 0 2π [ 1 5 ρ5 = 32 2π. 5 0 ] ρ3 cos 2 2 θ 2 ρdρdθ ρ 4 cos 2 θdρdθ [ 1 2 θ + 1 ] 2π sin 2θ 4 0
26 Fact Suppose g(x, y) is a function of two variables let S be the graph of g. Suppose G(x, y) is a parametrization of S. Then T x = (1, 0, g x) and T y = (0, 1, g y ); n = 1 + g 2 x + g 2 y ;
27 Fact Suppose g(x, y) is a function of two variables let S be the graph of g. Suppose G(x, y) is a parametrization of S. Then T x = (1, 0, g x) and T y = (0, 1, g y ); n = 1 + g 2 x + g 2 y ; and therefore for any function f with domain S we have S f (x, y, z)ds = D f (x, y, g(x, y)) 1 + g 2 x + g 2 y d(x, y).
28 Proof. Let g(x, y) be a function. Then the graph of g is parametrized by G(u, v) = (x, y, z) = (u, v, g(u, v)).
29 Proof. Let g(x, y) be a function. Then the graph of g is parametrized by Computing tangent vectors, we have G(u, v) = (x, y, z) = (u, v, g(u, v)). T u = (1, 0, g x(u, v)) and T v (0, 1, g y (u, v))
30 Proof. Let g(x, y) be a function. Then the graph of g is parametrized by Computing tangent vectors, we have G(u, v) = (x, y, z) = (u, v, g(u, v)). T u = (1, 0, g x(u, v)) and T v (0, 1, g y (u, v)) and hence n = det i j k 1 0 g x(u, v) 0 1 g y (u, v) n = ( 1 + g 2 x + g 2 y ). = ( g x, g y, 1) and
31 Proof. Let g(x, y) be a function. Then the graph of g is parametrized by Computing tangent vectors, we have G(u, v) = (x, y, z) = (u, v, g(u, v)). T u = (1, 0, g x(u, v)) and T v (0, 1, g y (u, v)) and hence n = det i j k 1 0 g x(u, v) 0 1 g y (u, v) n = ( 1 + g 2 x + g 2 y ). = ( g x, g y, 1) and Therefore if we want to compute the surface integral of f over the graph of g, we get S f (x, y, z)ds = D f (x, y, g(x, y)) 1 + g 2 x + g 2 y d(x, y).
32 Example Compute S (z x)ds, where S is the graph of z = x + y 2, 0 x y, 0 y 1.
33 Example Compute S (z x)ds, where S is the graph of z = x + y 2, 0 x y, 0 y 1. Solution. Take g(x, y) = x + y 2, so n = (2y) 2 = 2 + 4y 2 )
34 Example Compute S (z x)ds, where S is the graph of z = x + y 2, 0 x y, 0 y 1. Solution. Take g(x, y) = x + y 2, so n = (2y) 2 = 2 + 4y 2 ) and f (x, y, g(x, y) = g(x, y) x = x + y 2 x = y 2.
35 Example Compute S (z x)ds, where S is the graph of z = x + y 2, 0 x y, 0 y 1. Solution. Take g(x, y) = x + y 2, so n = (2y) 2 = 2 + 4y 2 ) and f (x, y, g(x, y) = g(x, y) x = x + y 2 x = y 2. Now compute (using substitution rule with u = 2 + 4y 2 ): S (z x)ds = = 1 y y y 2 dxdy y y 2 dy = 1 30 ( ).
36 Flux Integrals Our goal now is develop an integral which computes the amount of flow of a given vector field in R 3 through a given oriented surface S, which we call a flux integral.
37 Flux Integrals Our goal now is develop an integral which computes the amount of flow of a given vector field in R 3 through a given oriented surface S, which we call a flux integral. Definition Let G(u, v) be a parametrization of the surface S in R 3, and let n be its associated normal vector. Let F be a vector field over R 3.
38 Flux Integrals Our goal now is develop an integral which computes the amount of flow of a given vector field in R 3 through a given oriented surface S, which we call a flux integral. Definition Let G(u, v) be a parametrization of the surface S in R 3, and let n be its associated normal vector. Let F be a vector field over R 3. The normal component of F with respect to G is F n. Informally speaking, the normal component of F is how much of the vector field F is orthogonal to the surface S.
39 Flux Integrals Our goal now is develop an integral which computes the amount of flow of a given vector field in R 3 through a given oriented surface S, which we call a flux integral. Definition Let G(u, v) be a parametrization of the surface S in R 3, and let n be its associated normal vector. Let F be a vector field over R 3. The normal component of F with respect to G is F n. Informally speaking, the normal component of F is how much of the vector field F is orthogonal to the surface S. The flux integral or vector surface integral S F ds of F across S is the surface integral of the normal component of F, i.e. S F ds = S ( F n)ds.
40 Fact Let G, S, n, F be as in the previous definition, and let D be the domain of G. Then S F ds = D F (G(u, v)) n(u, v)d(u, v). To help remember the formula, note the analogy here: computationally, flux integrals are to surface integrals as vector field line integrals are to scalar line integrals.
41 Example Compute S F ds, where F = (0, 0, x) and S is the graph of G(u, v) = (u 2, v, u 3 v 2 ) with domain D = [0, 1] [0, 1].
42 Example Compute S F ds, where F = (0, 0, x) and S is the graph of G(u, v) = (u 2, v, u 3 v 2 ) with domain D = [0, 1] [0, 1]. Solution. Compute the tangents and normal of G: T u = (2u, 0, 3u 2 ) and T v = (0, 1, 2v), and
43 Example Compute S F ds, where F = (0, 0, x) and S is the graph of G(u, v) = (u 2, v, u 3 v 2 ) with domain D = [0, 1] [0, 1]. Solution. Compute the tangents and normal of G: T u = (2u, 0, 3u 2 ) and T v = (0, 1, 2v), and i j k n = det 2u 0 3u 2 = ( 3u 2, 4uv, 2u) v
44 Example Compute S F ds, where F = (0, 0, x) and S is the graph of G(u, v) = (u 2, v, u 3 v 2 ) with domain D = [0, 1] [0, 1]. Solution. Compute the tangents and normal of G: T u = (2u, 0, 3u 2 ) and T v = (0, 1, 2v), and i j k n = det 2u 0 3u 2 = ( 3u 2, 4uv, 2u) v Now compute the normal component of F : F (G(u, v)) n = (0, 0, u 2 ) ( 3u 2, 4uv, 2u) = 2u 3.
45 Example Compute S F ds, where F = (0, 0, x) and S is the graph of G(u, v) = (u 2, v, u 3 v 2 ) with domain D = [0, 1] [0, 1]. Solution. Compute the tangents and normal of G: T u = (2u, 0, 3u 2 ) and T v = (0, 1, 2v), and i j k n = det 2u 0 3u 2 = ( 3u 2, 4uv, 2u) v Now compute the normal component of F : F (G(u, v)) n = (0, 0, u 2 ) ( 3u 2, 4uv, 2u) = 2u 3. Finally compute the integral: 1 1 F ds = 2u 3 dudv S 0 0 [ ] 1 1 = 2 u4 [v] = 1 2.
46 Example Let v = (x 2 + y 2, 0, z 2 ) model the velocity (in cm/s) of a three-dimensional body of water. Compute the the volume of water passing each second through the upper hemisphere S of the unit sphere centered at the origin. (Hint: Compute the corresponding flux integral.)
47 Example Let v = (x 2 + y 2, 0, z 2 ) model the velocity (in cm/s) of a three-dimensional body of water. Compute the the volume of water passing each second through the upper hemisphere S of the unit sphere centered at the origin. (Hint: Compute the corresponding flux integral.) Solution. First parametrize the upper hemisphere using spherical coordinates: G(θ, φ) = (cos θ sin φ, sin θ sin φ, cos φ) on [0, 2π] [0, π 2 ] in the (θ, φ)-plane.
48 Example Let v = (x 2 + y 2, 0, z 2 ) model the velocity (in cm/s) of a three-dimensional body of water. Compute the the volume of water passing each second through the upper hemisphere S of the unit sphere centered at the origin. (Hint: Compute the corresponding flux integral.) Solution. First parametrize the upper hemisphere using spherical coordinates: G(θ, φ) = (cos θ sin φ, sin θ sin φ, cos φ) on [0, 2π] [0, π 2 ] in the (θ, φ)-plane. Now compute tangents and normals. T θ = ( sin θ sin φ, cos θ sin φ, 0) and T φ = (cos θ cos φ, sin θ cos φ, sin φ); n = T θ T φ = (cos θ sin 2 φ, sin θ sin 2 φ, cos φ).
49 Example Let v = (x 2 + y 2, 0, z 2 ) model the velocity (in cm/s) of a three-dimensional body of water. Compute the the volume of water passing each second through the upper hemisphere S of the unit sphere centered at the origin. (Hint: Compute the corresponding flux integral.) Solution. First parametrize the upper hemisphere using spherical coordinates: G(θ, φ) = (cos θ sin φ, sin θ sin φ, cos φ) on [0, 2π] [0, π 2 ] in the (θ, φ)-plane. Now compute tangents and normals. T θ = ( sin θ sin φ, cos θ sin φ, 0) and T φ = (cos θ cos φ, sin θ cos φ, sin φ); n = T θ T φ = (cos θ sin 2 φ, sin θ sin 2 φ, cos φ). Now v(g(θ, φ)) = (sin 2 φ, 0, cos 2 φ), and so
50 Example Let v = (x 2 + y 2, 0, z 2 ) model the velocity (in cm/s) of a three-dimensional body of water. Compute the the volume of water passing each second through the upper hemisphere S of the unit sphere centered at the origin. (Hint: Compute the corresponding flux integral.) Solution. First parametrize the upper hemisphere using spherical coordinates: G(θ, φ) = (cos θ sin φ, sin θ sin φ, cos φ) on [0, 2π] [0, π 2 ] in the (θ, φ)-plane. Now compute tangents and normals. T θ = ( sin θ sin φ, cos θ sin φ, 0) and T φ = (cos θ cos φ, sin θ cos φ, sin φ); n = T θ T φ = (cos θ sin 2 φ, sin θ sin 2 φ, cos φ). Now v(g(θ, φ)) = (sin 2 φ, 0, cos 2 φ), and so v(g(θ, φ)) n(θ, φ) = sin 4 φ cos θ + sin φ cos 3 φ.
51 Example Let v = (x 2 + y 2, 0, z 2 ) model the velocity (in cm/s) of a three-dimensional body of water. Compute the the volume of water passing each second through the upper hemisphere S of the unit sphere centered at the origin. (Hint: Compute the corresponding flux integral.) Solution. First parametrize the upper hemisphere using spherical coordinates: G(θ, φ) = (cos θ sin φ, sin θ sin φ, cos φ) on [0, 2π] [0, π 2 ] in the (θ, φ)-plane. Now compute tangents and normals. T θ = ( sin θ sin φ, cos θ sin φ, 0) and T φ = (cos θ cos φ, sin θ cos φ, sin φ); n = T θ T φ = (cos θ sin 2 φ, sin θ sin 2 φ, cos φ). Now v(g(θ, φ)) = (sin 2 φ, 0, cos 2 φ), and so v(g(θ, φ)) n(θ, φ) = sin 4 φ cos θ + sin φ cos 3 φ. Then we compute the surface integral (using symmetry on the first half): π/2 2π v ds = (sin 4 φ cos θ + sin φ cos 3 φ)dθdφ S 0 0 = 0 + π 2.
b. Use the parametrization from (a) to compute the area of S a as S a ds. Be sure to substitute for ds!
MTH U341 urface Integrals, tokes theorem, the divergence theorem To be turned in Wed., Dec. 1. 1. Let be the sphere of radius a, x 2 + y 2 + z 2 a 2. a. Use spherical coordinates (with ρ a) to parametrize.
Reminders: linear functions
Reminders: linear functions Let U and V be vector spaces over the same field F. Definition A function f : U V is linear if for every u 1, u 2 U, f (u 1 + u 2 ) = f (u 1 ) + f (u 2 ), and for every u U
1. (a) (5 points) Find the unit tangent and unit normal vectors T and N to the curve. r(t) = 3cost, 4t, 3sint
1. a) 5 points) Find the unit tangent and unit normal vectors T and N to the curve at the point P, π, rt) cost, t, sint ). b) 5 points) Find curvature of the curve at the point P. Solution: a) r t) sint,,
Areas and Lengths in Polar Coordinates
Kiryl Tsishchanka Areas and Lengths in Polar Coordinates In this section we develop the formula for the area of a region whose boundary is given by a polar equation. We need to use the formula for the
Areas and Lengths in Polar Coordinates
Kiryl Tsishchanka Areas and Lengths in Polar Coordinates In this section we develop the formula for the area of a region whose boundary is given by a polar equation. We need to use the formula for the
Integrals in cylindrical, spherical coordinates (Sect. 15.7)
Integrals in clindrical, spherical coordinates (Sect. 5.7 Integration in spherical coordinates. Review: Clindrical coordinates. Spherical coordinates in space. Triple integral in spherical coordinates.
Spherical Coordinates
Spherical Coordinates MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Spherical Coordinates Another means of locating points in three-dimensional space is known as the spherical
2 Composition. Invertible Mappings
Arkansas Tech University MATH 4033: Elementary Modern Algebra Dr. Marcel B. Finan Composition. Invertible Mappings In this section we discuss two procedures for creating new mappings from old ones, namely,
D Alembert s Solution to the Wave Equation
D Alembert s Solution to the Wave Equation MATH 467 Partial Differential Equations J. Robert Buchanan Department of Mathematics Fall 2018 Objectives In this lesson we will learn: a change of variable technique
Second Order Partial Differential Equations
Chapter 7 Second Order Partial Differential Equations 7.1 Introduction A second order linear PDE in two independent variables (x, y Ω can be written as A(x, y u x + B(x, y u xy + C(x, y u u u + D(x, y
Section 8.3 Trigonometric Equations
99 Section 8. Trigonometric Equations Objective 1: Solve Equations Involving One Trigonometric Function. In this section and the next, we will exple how to solving equations involving trigonometric functions.
Chapter 6: Systems of Linear Differential. be continuous functions on the interval
Chapter 6: Systems of Linear Differential Equations Let a (t), a 2 (t),..., a nn (t), b (t), b 2 (t),..., b n (t) be continuous functions on the interval I. The system of n first-order differential equations
Section 9.2 Polar Equations and Graphs
180 Section 9. Polar Equations and Graphs In this section, we will be graphing polar equations on a polar grid. In the first few examples, we will write the polar equation in rectangular form to help identify
Homework 8 Model Solution Section
MATH 004 Homework Solution Homework 8 Model Solution Section 14.5 14.6. 14.5. Use the Chain Rule to find dz where z cosx + 4y), x 5t 4, y 1 t. dz dx + dy y sinx + 4y)0t + 4) sinx + 4y) 1t ) 0t + 4t ) sinx
Solutions to Exercise Sheet 5
Solutions to Eercise Sheet 5 jacques@ucsd.edu. Let X and Y be random variables with joint pdf f(, y) = 3y( + y) where and y. Determine each of the following probabilities. Solutions. a. P (X ). b. P (X
Answer sheet: Third Midterm for Math 2339
Answer sheet: Third Midterm for Math 339 November 3, Problem. Calculate the iterated integrals (Simplify as much as possible) (a) e sin(x) dydx y e sin(x) dydx y sin(x) ln y ( cos(x)) ye y dx sin(x)(lne
ECE Spring Prof. David R. Jackson ECE Dept. Notes 2
ECE 634 Spring 6 Prof. David R. Jackson ECE Dept. Notes Fields in a Source-Free Region Example: Radiation from an aperture y PEC E t x Aperture Assume the following choice of vector potentials: A F = =
Double Integrals, Iterated Integrals, Cross-sections
Chapter 14 Multiple Integrals 1 Double Integrals, Iterated Integrals, Cross-sections 2 Double Integrals over more general regions, Definition, Evaluation of Double Integrals, Properties of Double Integrals
3.4 SUM AND DIFFERENCE FORMULAS. NOTE: cos(α+β) cos α + cos β cos(α-β) cos α -cos β
3.4 SUM AND DIFFERENCE FORMULAS Page Theorem cos(αβ cos α cos β -sin α cos(α-β cos α cos β sin α NOTE: cos(αβ cos α cos β cos(α-β cos α -cos β Proof of cos(α-β cos α cos β sin α Let s use a unit circle
Exercise 1.1. Verify that if we apply GS to the coordinate basis Gauss form ds 2 = E(u, v)du 2 + 2F (u, v)dudv + G(u, v)dv 2
Math 209 Riemannian Geometry Jeongmin Shon Problem. Let M 2 R 3 be embedded surface. Then the induced metric on M 2 is obtained by taking the standard inner product on R 3 and restricting it to the tangent
derivation of the Laplacian from rectangular to spherical coordinates
derivation of the Laplacian from rectangular to spherical coordinates swapnizzle 03-03- :5:43 We begin by recognizing the familiar conversion from rectangular to spherical coordinates (note that φ is used
Homework 3 Solutions
Homework 3 Solutions Igor Yanovsky (Math 151A TA) Problem 1: Compute the absolute error and relative error in approximations of p by p. (Use calculator!) a) p π, p 22/7; b) p π, p 3.141. Solution: For
HOMEWORK 4 = G. In order to plot the stress versus the stretch we define a normalized stretch:
HOMEWORK 4 Problem a For the fast loading case, we want to derive the relationship between P zz and λ z. We know that the nominal stress is expressed as: P zz = ψ λ z where λ z = λ λ z. Therefore, applying
Matrices and Determinants
Matrices and Determinants SUBJECTIVE PROBLEMS: Q 1. For what value of k do the following system of equations possess a non-trivial (i.e., not all zero) solution over the set of rationals Q? x + ky + 3z
Chapter 6: Systems of Linear Differential. be continuous functions on the interval
Chapter 6: Systems of Linear Differential Equations Let a (t), a 2 (t),..., a nn (t), b (t), b 2 (t),..., b n (t) be continuous functions on the interval I. The system of n first-order differential equations
SCHOOL OF MATHEMATICAL SCIENCES G11LMA Linear Mathematics Examination Solutions
SCHOOL OF MATHEMATICAL SCIENCES GLMA Linear Mathematics 00- Examination Solutions. (a) i. ( + 5i)( i) = (6 + 5) + (5 )i = + i. Real part is, imaginary part is. (b) ii. + 5i i ( + 5i)( + i) = ( i)( + i)
Example Sheet 3 Solutions
Example Sheet 3 Solutions. i Regular Sturm-Liouville. ii Singular Sturm-Liouville mixed boundary conditions. iii Not Sturm-Liouville ODE is not in Sturm-Liouville form. iv Regular Sturm-Liouville note
EE512: Error Control Coding
EE512: Error Control Coding Solution for Assignment on Finite Fields February 16, 2007 1. (a) Addition and Multiplication tables for GF (5) and GF (7) are shown in Tables 1 and 2. + 0 1 2 3 4 0 0 1 2 3
Equations. BSU Math 275 sec 002,003 Fall 2018 (Ultman) Final Exam Notes 1. du dv. FTLI : f (B) f (A) = f dr. F dr = Green s Theorem : y da
BSU Math 275 sec 002,003 Fall 2018 (Ultman) Final Exam Notes 1 Equations r(t) = x(t) î + y(t) ĵ + z(t) k r = r (t) t s = r = r (t) t r(u, v) = x(u, v) î + y(u, v) ĵ + z(u, v) k S = ( ( ) r r u r v = u
9.09. # 1. Area inside the oval limaçon r = cos θ. To graph, start with θ = 0 so r = 6. Compute dr
9.9 #. Area inside the oval limaçon r = + cos. To graph, start with = so r =. Compute d = sin. Interesting points are where d vanishes, or at =,,, etc. For these values of we compute r:,,, and the values
Numerical Analysis FMN011
Numerical Analysis FMN011 Carmen Arévalo Lund University carmen@maths.lth.se Lecture 12 Periodic data A function g has period P if g(x + P ) = g(x) Model: Trigonometric polynomial of order M T M (x) =
6.3 Forecasting ARMA processes
122 CHAPTER 6. ARMA MODELS 6.3 Forecasting ARMA processes The purpose of forecasting is to predict future values of a TS based on the data collected to the present. In this section we will discuss a linear
1 String with massive end-points
1 String with massive end-points Πρόβλημα 5.11:Θεωρείστε μια χορδή μήκους, τάσης T, με δύο σημειακά σωματίδια στα άκρα της, το ένα μάζας m, και το άλλο μάζας m. α) Μελετώντας την κίνηση των άκρων βρείτε
ANSWERSHEET (TOPIC = DIFFERENTIAL CALCULUS) COLLECTION #2. h 0 h h 0 h h 0 ( ) g k = g 0 + g 1 + g g 2009 =?
Teko Classes IITJEE/AIEEE Maths by SUHAAG SIR, Bhopal, Ph (0755) 3 00 000 www.tekoclasses.com ANSWERSHEET (TOPIC DIFFERENTIAL CALCULUS) COLLECTION # Question Type A.Single Correct Type Q. (A) Sol least
CHAPTER 25 SOLVING EQUATIONS BY ITERATIVE METHODS
CHAPTER 5 SOLVING EQUATIONS BY ITERATIVE METHODS EXERCISE 104 Page 8 1. Find the positive root of the equation x + 3x 5 = 0, correct to 3 significant figures, using the method of bisection. Let f(x) =
C.S. 430 Assignment 6, Sample Solutions
C.S. 430 Assignment 6, Sample Solutions Paul Liu November 15, 2007 Note that these are sample solutions only; in many cases there were many acceptable answers. 1 Reynolds Problem 10.1 1.1 Normal-order
( y) Partial Differential Equations
Partial Dierential Equations Linear P.D.Es. contains no owers roducts o the deendent variables / an o its derivatives can occasionall be solved. Consider eamle ( ) a (sometimes written as a ) we can integrate
Math221: HW# 1 solutions
Math: HW# solutions Andy Royston October, 5 7.5.7, 3 rd Ed. We have a n = b n = a = fxdx = xdx =, x cos nxdx = x sin nx n sin nxdx n = cos nx n = n n, x sin nxdx = x cos nx n + cos nxdx n cos n = + sin
Exercises 10. Find a fundamental matrix of the given system of equations. Also find the fundamental matrix Φ(t) satisfying Φ(0) = I. 1.
Exercises 0 More exercises are available in Elementary Differential Equations. If you have a problem to solve any of them, feel free to come to office hour. Problem Find a fundamental matrix of the given
Απόκριση σε Μοναδιαία Ωστική Δύναμη (Unit Impulse) Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο. Απόστολος Σ.
Απόκριση σε Δυνάμεις Αυθαίρετα Μεταβαλλόμενες με το Χρόνο The time integral of a force is referred to as impulse, is determined by and is obtained from: Newton s 2 nd Law of motion states that the action
Fourier Series. MATH 211, Calculus II. J. Robert Buchanan. Spring Department of Mathematics
Fourier Series MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Introduction Not all functions can be represented by Taylor series. f (k) (c) A Taylor series f (x) = (x c)
Phys460.nb Solution for the t-dependent Schrodinger s equation How did we find the solution? (not required)
Phys460.nb 81 ψ n (t) is still the (same) eigenstate of H But for tdependent H. The answer is NO. 5.5.5. Solution for the tdependent Schrodinger s equation If we assume that at time t 0, the electron starts
Trigonometric Formula Sheet
Trigonometric Formula Sheet Definition of the Trig Functions Right Triangle Definition Assume that: 0 < θ < or 0 < θ < 90 Unit Circle Definition Assume θ can be any angle. y x, y hypotenuse opposite θ
Srednicki Chapter 55
Srednicki Chapter 55 QFT Problems & Solutions A. George August 3, 03 Srednicki 55.. Use equations 55.3-55.0 and A i, A j ] = Π i, Π j ] = 0 (at equal times) to verify equations 55.-55.3. This is our third
CYLINDRICAL & SPHERICAL COORDINATES
CYLINDRICAL & SPHERICAL COORDINATES Here we eamine two of the more popular alternative -dimensional coordinate sstems to the rectangular coordinate sstem. First recall the basis of the Rectangular Coordinate
Other Test Constructions: Likelihood Ratio & Bayes Tests
Other Test Constructions: Likelihood Ratio & Bayes Tests Side-Note: So far we have seen a few approaches for creating tests such as Neyman-Pearson Lemma ( most powerful tests of H 0 : θ = θ 0 vs H 1 :
Solution Series 9. i=1 x i and i=1 x i.
Lecturer: Prof. Dr. Mete SONER Coordinator: Yilin WANG Solution Series 9 Q1. Let α, β >, the p.d.f. of a beta distribution with parameters α and β is { Γ(α+β) Γ(α)Γ(β) f(x α, β) xα 1 (1 x) β 1 for < x
Jesse Maassen and Mark Lundstrom Purdue University November 25, 2013
Notes on Average Scattering imes and Hall Factors Jesse Maassen and Mar Lundstrom Purdue University November 5, 13 I. Introduction 1 II. Solution of the BE 1 III. Exercises: Woring out average scattering
MATH423 String Theory Solutions 4. = 0 τ = f(s). (1) dτ ds = dxµ dτ f (s) (2) dτ 2 [f (s)] 2 + dxµ. dτ f (s) (3)
1. MATH43 String Theory Solutions 4 x = 0 τ = fs). 1) = = f s) ) x = x [f s)] + f s) 3) equation of motion is x = 0 if an only if f s) = 0 i.e. fs) = As + B with A, B constants. i.e. allowe reparametrisations
Statistical Inference I Locally most powerful tests
Statistical Inference I Locally most powerful tests Shirsendu Mukherjee Department of Statistics, Asutosh College, Kolkata, India. shirsendu st@yahoo.co.in So far we have treated the testing of one-sided
CRASH COURSE IN PRECALCULUS
CRASH COURSE IN PRECALCULUS Shiah-Sen Wang The graphs are prepared by Chien-Lun Lai Based on : Precalculus: Mathematics for Calculus by J. Stuwart, L. Redin & S. Watson, 6th edition, 01, Brooks/Cole Chapter
Problem Set 9 Solutions. θ + 1. θ 2 + cotθ ( ) sinθ e iφ is an eigenfunction of the ˆ L 2 operator. / θ 2. φ 2. sin 2 θ φ 2. ( ) = e iφ. = e iφ cosθ.
Chemistry 362 Dr Jean M Standard Problem Set 9 Solutions The ˆ L 2 operator is defined as Verify that the angular wavefunction Y θ,φ) Also verify that the eigenvalue is given by 2! 2 & L ˆ 2! 2 2 θ 2 +
Partial Differential Equations in Biology The boundary element method. March 26, 2013
The boundary element method March 26, 203 Introduction and notation The problem: u = f in D R d u = ϕ in Γ D u n = g on Γ N, where D = Γ D Γ N, Γ D Γ N = (possibly, Γ D = [Neumann problem] or Γ N = [Dirichlet
Every set of first-order formulas is equivalent to an independent set
Every set of first-order formulas is equivalent to an independent set May 6, 2008 Abstract A set of first-order formulas, whatever the cardinality of the set of symbols, is equivalent to an independent
Mock Exam 7. 1 Hong Kong Educational Publishing Company. Section A 1. Reference: HKDSE Math M Q2 (a) (1 + kx) n 1M + 1A = (1) =
Mock Eam 7 Mock Eam 7 Section A. Reference: HKDSE Math M 0 Q (a) ( + k) n nn ( )( k) + nk ( ) + + nn ( ) k + nk + + + A nk... () nn ( ) k... () From (), k...() n Substituting () into (), nn ( ) n 76n 76n
Nowhere-zero flows Let be a digraph, Abelian group. A Γ-circulation in is a mapping : such that, where, and : tail in X, head in
Nowhere-zero flows Let be a digraph, Abelian group. A Γ-circulation in is a mapping : such that, where, and : tail in X, head in : tail in X, head in A nowhere-zero Γ-flow is a Γ-circulation such that
Second Order RLC Filters
ECEN 60 Circuits/Electronics Spring 007-0-07 P. Mathys Second Order RLC Filters RLC Lowpass Filter A passive RLC lowpass filter (LPF) circuit is shown in the following schematic. R L C v O (t) Using phasor
forms This gives Remark 1. How to remember the above formulas: Substituting these into the equation we obtain with
Week 03: C lassification of S econd- Order L inear Equations In last week s lectures we have illustrated how to obtain the general solutions of first order PDEs using the method of characteristics. We
PARTIAL NOTES for 6.1 Trigonometric Identities
PARTIAL NOTES for 6.1 Trigonometric Identities tanθ = sinθ cosθ cotθ = cosθ sinθ BASIC IDENTITIES cscθ = 1 sinθ secθ = 1 cosθ cotθ = 1 tanθ PYTHAGOREAN IDENTITIES sin θ + cos θ =1 tan θ +1= sec θ 1 + cot
ST5224: Advanced Statistical Theory II
ST5224: Advanced Statistical Theory II 2014/2015: Semester II Tutorial 7 1. Let X be a sample from a population P and consider testing hypotheses H 0 : P = P 0 versus H 1 : P = P 1, where P j is a known
( ) 2 and compare to M.
Problems and Solutions for Section 4.2 4.9 through 4.33) 4.9 Calculate the square root of the matrix 3!0 M!0 8 Hint: Let M / 2 a!b ; calculate M / 2!b c ) 2 and compare to M. Solution: Given: 3!0 M!0 8
Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit
Ordinal Arithmetic: Addition, Multiplication, Exponentiation and Limit Ting Zhang Stanford May 11, 2001 Stanford, 5/11/2001 1 Outline Ordinal Classification Ordinal Addition Ordinal Multiplication Ordinal
Approximation of distance between locations on earth given by latitude and longitude
Approximation of distance between locations on earth given by latitude and longitude Jan Behrens 2012-12-31 In this paper we shall provide a method to approximate distances between two points on earth
Practice Exam 2. Conceptual Questions. 1. State a Basic identity and then verify it. (a) Identity: Solution: One identity is csc(θ) = 1
Conceptual Questions. State a Basic identity and then verify it. a) Identity: Solution: One identity is cscθ) = sinθ) Practice Exam b) Verification: Solution: Given the point of intersection x, y) of the
Problem 3.1 Vector A starts at point (1, 1, 3) and ends at point (2, 1,0). Find a unit vector in the direction of A. Solution: A = 1+9 = 3.
Problem 3.1 Vector A starts at point (1, 1, 3) and ends at point (, 1,0). Find a unit vector in the direction of A. Solution: A = ˆx( 1)+ŷ( 1 ( 1))+ẑ(0 ( 3)) = ˆx+ẑ3, A = 1+9 = 3.16, â = A A = ˆx+ẑ3 3.16
Section 8.2 Graphs of Polar Equations
Section 8. Graphs of Polar Equations Graphing Polar Equations The graph of a polar equation r = f(θ), or more generally F(r,θ) = 0, consists of all points P that have at least one polar representation
Appendix A. Curvilinear coordinates. A.1 Lamé coefficients. Consider set of equations. ξ i = ξ i (x 1,x 2,x 3 ), i = 1,2,3
Appendix A Curvilinear coordinates A. Lamé coefficients Consider set of equations ξ i = ξ i x,x 2,x 3, i =,2,3 where ξ,ξ 2,ξ 3 independent, single-valued and continuous x,x 2,x 3 : coordinates of point
Lecture 13 - Root Space Decomposition II
Lecture 13 - Root Space Decomposition II October 18, 2012 1 Review First let us recall the situation. Let g be a simple algebra, with maximal toral subalgebra h (which we are calling a CSA, or Cartan Subalgebra).
Congruence Classes of Invertible Matrices of Order 3 over F 2
International Journal of Algebra, Vol. 8, 24, no. 5, 239-246 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/.2988/ija.24.422 Congruence Classes of Invertible Matrices of Order 3 over F 2 Ligong An and
Strain gauge and rosettes
Strain gauge and rosettes Introduction A strain gauge is a device which is used to measure strain (deformation) on an object subjected to forces. Strain can be measured using various types of devices classified
w o = R 1 p. (1) R = p =. = 1
Πανεπιστήµιο Κρήτης - Τµήµα Επιστήµης Υπολογιστών ΗΥ-570: Στατιστική Επεξεργασία Σήµατος 205 ιδάσκων : Α. Μουχτάρης Τριτη Σειρά Ασκήσεων Λύσεις Ασκηση 3. 5.2 (a) From the Wiener-Hopf equation we have:
DESIGN OF MACHINERY SOLUTION MANUAL h in h 4 0.
DESIGN OF MACHINERY SOLUTION MANUAL -7-1! PROBLEM -7 Statement: Design a double-dwell cam to move a follower from to 25 6, dwell for 12, fall 25 and dwell for the remader The total cycle must take 4 sec
Econ 2110: Fall 2008 Suggested Solutions to Problem Set 8 questions or comments to Dan Fetter 1
Eon : Fall 8 Suggested Solutions to Problem Set 8 Email questions or omments to Dan Fetter Problem. Let X be a salar with density f(x, θ) (θx + θ) [ x ] with θ. (a) Find the most powerful level α test
Pg The perimeter is P = 3x The area of a triangle is. where b is the base, h is the height. In our case b = x, then the area is
Pg. 9. The perimeter is P = The area of a triangle is A = bh where b is the base, h is the height 0 h= btan 60 = b = b In our case b =, then the area is A = = 0. By Pythagorean theorem a + a = d a a =
A Note on Intuitionistic Fuzzy. Equivalence Relation
International Mathematical Forum, 5, 2010, no. 67, 3301-3307 A Note on Intuitionistic Fuzzy Equivalence Relation D. K. Basnet Dept. of Mathematics, Assam University Silchar-788011, Assam, India dkbasnet@rediffmail.com
Exercises to Statistics of Material Fatigue No. 5
Prof. Dr. Christine Müller Dipl.-Math. Christoph Kustosz Eercises to Statistics of Material Fatigue No. 5 E. 9 (5 a Show, that a Fisher information matri for a two dimensional parameter θ (θ,θ 2 R 2, can
10/3/ revolution = 360 = 2 π radians = = x. 2π = x = 360 = : Measures of Angles and Rotations
//.: Measures of Angles and Rotations I. Vocabulary A A. Angle the union of two rays with a common endpoint B. BA and BC C. B is the vertex. B C D. You can think of BA as the rotation of (clockwise) with
Concrete Mathematics Exercises from 30 September 2016
Concrete Mathematics Exercises from 30 September 2016 Silvio Capobianco Exercise 1.7 Let H(n) = J(n + 1) J(n). Equation (1.8) tells us that H(2n) = 2, and H(2n+1) = J(2n+2) J(2n+1) = (2J(n+1) 1) (2J(n)+1)
THE IMPLICIT FUNCTION THEOREM = 0 (1) φ ( x 0 1, x0 2,..., x0 n) x 1 = 0 (2)
THE IMPLICIT FUNCTION THEOREM Statement of the theorem A SIMPLE VERSION OF THE IMPLICIT FUNCTION THEOREM Theorem (Simple Implicit Function Theorem) Suppose that φ is a real-valued functions defined on
The Simply Typed Lambda Calculus
Type Inference Instead of writing type annotations, can we use an algorithm to infer what the type annotations should be? That depends on the type system. For simple type systems the answer is yes, and
Uniform Convergence of Fourier Series Michael Taylor
Uniform Convergence of Fourier Series Michael Taylor Given f L 1 T 1 ), we consider the partial sums of the Fourier series of f: N 1) S N fθ) = ˆfk)e ikθ. k= N A calculation gives the Dirichlet formula
Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3
Lecture 2: Dirac notation and a review of linear algebra Read Sakurai chapter 1, Baym chatper 3 1 State vector space and the dual space Space of wavefunctions The space of wavefunctions is the set of all
Differential equations
Differential equations Differential equations: An equation inoling one dependent ariable and its deriaties w. r. t one or more independent ariables is called a differential equation. Order of differential
ΚΥΠΡΙΑΚΗ ΕΤΑΙΡΕΙΑ ΠΛΗΡΟΦΟΡΙΚΗΣ CYPRUS COMPUTER SOCIETY ΠΑΓΚΥΠΡΙΟΣ ΜΑΘΗΤΙΚΟΣ ΔΙΑΓΩΝΙΣΜΟΣ ΠΛΗΡΟΦΟΡΙΚΗΣ 6/5/2006
Οδηγίες: Να απαντηθούν όλες οι ερωτήσεις. Ολοι οι αριθμοί που αναφέρονται σε όλα τα ερωτήματα είναι μικρότεροι το 1000 εκτός αν ορίζεται διαφορετικά στη διατύπωση του προβλήματος. Διάρκεια: 3,5 ώρες Καλή
5. Choice under Uncertainty
5. Choice under Uncertainty Daisuke Oyama Microeconomics I May 23, 2018 Formulations von Neumann-Morgenstern (1944/1947) X: Set of prizes Π: Set of probability distributions on X : Preference relation
Lecture 15 - Root System Axiomatics
Lecture 15 - Root System Axiomatics Nov 1, 01 In this lecture we examine root systems from an axiomatic point of view. 1 Reflections If v R n, then it determines a hyperplane, denoted P v, through the
Section 7.6 Double and Half Angle Formulas
09 Section 7. Double and Half Angle Fmulas To derive the double-angles fmulas, we will use the sum of two angles fmulas that we developed in the last section. We will let α θ and β θ: cos(θ) cos(θ + θ)
If we restrict the domain of y = sin x to [ π, π ], the restrict function. y = sin x, π 2 x π 2
Chapter 3. Analytic Trigonometry 3.1 The inverse sine, cosine, and tangent functions 1. Review: Inverse function (1) f 1 (f(x)) = x for every x in the domain of f and f(f 1 (x)) = x for every x in the
Smarandache Curves According to Bishop Frame in Euclidean 3-Space
Gen. Math. otes, Vol. 0, o., February 04, pp.50-66 ISS 9-784; Copyright c ICSRS Publication, 04 www.i-csrs.org Available free online at http://www.geman.in Smarache Curves According to Bishop Frame in
CHAPTER 101 FOURIER SERIES FOR PERIODIC FUNCTIONS OF PERIOD
CHAPTER FOURIER SERIES FOR PERIODIC FUNCTIONS OF PERIOD EXERCISE 36 Page 66. Determine the Fourier series for the periodic function: f(x), when x +, when x which is periodic outside this rge of period.
AREAS AND LENGTHS IN POLAR COORDINATES. 25. Find the area inside the larger loop and outside the smaller loop
SECTIN 9. AREAS AND LENGTHS IN PLAR CRDINATES 9. AREAS AND LENGTHS IN PLAR CRDINATES A Click here for answers. S Click here for solutions. 8 Find the area of the region that is bounded by the given curve
If we restrict the domain of y = sin x to [ π 2, π 2
Chapter 3. Analytic Trigonometry 3.1 The inverse sine, cosine, and tangent functions 1. Review: Inverse function (1) f 1 (f(x)) = x for every x in the domain of f and f(f 1 (x)) = x for every x in the
Lecture 2. Soundness and completeness of propositional logic
Lecture 2 Soundness and completeness of propositional logic February 9, 2004 1 Overview Review of natural deduction. Soundness and completeness. Semantics of propositional formulas. Soundness proof. Completeness
SCITECH Volume 13, Issue 2 RESEARCH ORGANISATION Published online: March 29, 2018
Journal of rogressive Research in Mathematics(JRM) ISSN: 2395-028 SCITECH Volume 3, Issue 2 RESEARCH ORGANISATION ublished online: March 29, 208 Journal of rogressive Research in Mathematics www.scitecresearch.com/journals
DERIVATION OF MILES EQUATION FOR AN APPLIED FORCE Revision C
DERIVATION OF MILES EQUATION FOR AN APPLIED FORCE Revision C By Tom Irvine Email: tomirvine@aol.com August 6, 8 Introduction The obective is to derive a Miles equation which gives the overall response
Notes on the Open Economy
Notes on the Open Econom Ben J. Heijdra Universit of Groningen April 24 Introduction In this note we stud the two-countr model of Table.4 in more detail. restated here for convenience. The model is Table.4.
New bounds for spherical two-distance sets and equiangular lines
New bounds for spherical two-distance sets and equiangular lines Michigan State University Oct 8-31, 016 Anhui University Definition If X = {x 1, x,, x N } S n 1 (unit sphere in R n ) and x i, x j = a
Tridiagonal matrices. Gérard MEURANT. October, 2008
Tridiagonal matrices Gérard MEURANT October, 2008 1 Similarity 2 Cholesy factorizations 3 Eigenvalues 4 Inverse Similarity Let α 1 ω 1 β 1 α 2 ω 2 T =......... β 2 α 1 ω 1 β 1 α and β i ω i, i = 1,...,
11.4 Graphing in Polar Coordinates Polar Symmetries
.4 Graphing in Polar Coordinates Polar Symmetries x axis symmetry y axis symmetry origin symmetry r, θ = r, θ r, θ = r, θ r, θ = r, + θ .4 Graphing in Polar Coordinates Polar Symmetries x axis symmetry
TMA4115 Matematikk 3
TMA4115 Matematikk 3 Andrew Stacey Norges Teknisk-Naturvitenskapelige Universitet Trondheim Spring 2010 Lecture 12: Mathematics Marvellous Matrices Andrew Stacey Norges Teknisk-Naturvitenskapelige Universitet