Geodesics: Minimizing Distance on a Surface

Size: px
Start display at page:

Download "Geodesics: Minimizing Distance on a Surface"

Transcription

1 Geodesics: Minimizing Distance on a Surface Seth Donahue 5/13/13

2 Abstract Geodesics use the principles of differential geometry. The system of differential equations and the analysis of these will be done using a numerical solver because the closed form solutions are quite difficult to procure. The analysis of geodesics will segue into practical applications, such as how planes travel internationally, how game theory works, and how light travels through spacetime.

3 Contents 1 Definitions Curves Surfaces Curvature Ordinary Differential Equations (ODEs) Geodesics The Frenet Frame of Curves 3 3 Introduction to Surfaces 6 4 Curvature 8 5 The Mathematics of Geodesics 9 6 Practical Applications Spheres Ellipsoid Tori Light Light Black Holes List of Figures 1 T,N,B Frame Unit Sphere Equator Longitude Lines Ellipse Torus Torus Torus Torus light cone Model Black hole Star system Star system

4 1 Definitions 1.1 Curves The curve must be defined at every point in the parameterization in R 3. The only curves that will be examined in this project are differentiable in 3-spaces. These curves are a continuous mapping α : I R 3 where I is in the interval such that α(t) = (α 1 (t), α 2 (t), α 3 (t)). These are the coordinates in three space that are defined by the function. They can be parameterized into different forms to make them easier to work with. An example of this is polar coordinates. To find the Frenet frame, the unit tangent, unit normal, and binormal vectors, (T,N,B). From these vectors, all that can be known about the curve at any point will be shown. The Frenet will show the curve is changing through R 3. There are limitless parameterizations for curves; the most helpful for this project are the parameterizations that change rectangular coordinates to polar coordinates. Polar coordinates will be used for many of the calculations of curvature and those specifically of geodesics and for the definition of a surface. 1.2 Surfaces Surfaces are everywhere in the world from simple countertops that can be described mathematically with a plane to more complicated surfaces such as a torus (a donut) or the curvature of space time. For the bulk of this paper, however, the surfaces that will be dealt with will be in R 3, and simple examples of these are spheres, cylinders, and tori. The calculus of the surface will provide the information regarding the surface; therefore this requires the surface to be differentiable. With this idea in mind the surface will be defined as M R 3 and f(u, v) = (f 1 (u, v), f 2 (u, v), f 3 (u, v)). This is the mapping of surface M in R 3. The surface depends on two variables (u, v), so partial differentiation is required, and the surface can start to be described geometrically with the gradient, tangent plane, and normal curvature, which will lead into overall curvature of the surface. The most important part of the analysis of the surface will be the tangent plane and the normal vector to the surface as these will give direct insight to how a geodesic line will act on the surface. 1.3 Curvature Curvature is the way the geometry of a surface can be measured. The equations that define the curvature of the surface can all be found using calculus. They will lead directly to the computations of geodesics, for curvature and geodesics are directly related. 1.4 Ordinary Differential Equations (ODEs) Ordinary Differential Equations are equations that include one or more functions with a single variable that have a derivative in the equation. The differential equations that will be used to model a geodesic are two second-order, 2

5 non-linear homogeneous differential equations or four first-order homogeneous differential equations. ODEs can be be directly solved for and may have closed form solutions; however, most of the geodesics that will be dealt with in this project will be solved for using numerical analysis, because there is not typically a closed-form solution for the system of non-linear ODEs. 1.5 Geodesics Geodesics are a critical piece of differential geometry. A geodesic is a curve on surface M that is the shortest distance between two points as a consequence of the following: α tan = 0; as long as the tangential acceleration of the curve on the surface is 0, then the curve is considered to be a geodesic. The geodesic has a constant speed because the acceleration is 0, so by definition the velocity has to be constant. 2 The Frenet Frame of Curves The Frenet frame is the a way to describe the properties of a curve in space. The frame consists of the unit tangent vector, unit normal vector, and the binormal vector. Each of these vectors will describe the velocity, acceleration, and the rate of change that occurs between the velocity (tangent) and acceleration (normal). These can be defined by vector valued functions in R 3. All of the curves that will be worked with will be parameterized with the variable t, and they will be defined as such: α(t) = x(t) y(t) z(t) We can see that the line is any scalar multiple of this vector d, in R 3 that goes through the given point p. Another example of a curve in R 3 is a helix. The parameterization of the helix is α(t) = cos(t) sin(t) t These vectors form the basis for the helix in R 3. Let the curve be defined as α(t). This is any curve that can be parameterized for all reals in 3-space. The unit tangent vector is the first of the T,N,B frame, and it is defined as: T = α (t) α This is the unit tangent vector. The unit tangent vector is the velocity at any point in time on the given curve. The length of the vector is also normalized to 1 for the simplicity of the graph below. On the curve, the tangent vector only 3

6 touches one point on the curve. This is the definition of the tangent vector in 3- space. This is also known as the displacement, how much the curve is changing at any point. This vector shows the direction the curve is going at that specific point. Curvature is defined as: κ(t) = T (t) Therefore, κ 0, and as α turns more sharply, the greater κ will be. The unit normal vector is by definition perpendicular to the unit tangent vector, and it is defined as: T N = (t) T (t) This is the rate of change of the tangent vector. It is a unit vector like the tangent for easier scaling and for graphical purposes. Another way to define the normal vector along a surface is. N = 1 κ T This is also known as the principal normal vector along the curve α, This is the way that will be used in the Frenet frame for this paper. Then, solving for T κ N = T This gives the first of the three differential equations in the system. The binormal is perpendicular to both the tangent and the normal vectors, and is by definition a unit vector, as it is composed of two unit vectors. It is found by crossing T and N as such: B = T N This can be considered a measure of how much the curve is changing in its direction. The binormal is a unit vector on the curve α by definition as B = T N sin( π 2 ) = (1)(1)(1) = 1. The way that the (T,N,B) moves along the curve α in R 3 will tell exactly how the curve is moving through space at any point in time. The way that the T,N,B frame changes will be described by taking the derivatives of each. From above, the derivative in the tangent direction is known. κn = T By the definition of N, we know this. T, N, and B are all mutually perpendicular, orthonormal, in R 3. Any vector in R 3 is a linear combination of these and the vectors form an orthonormal basis for the curve. Specifically, α = at +bn +cb if a, b, and c, α will be known. Solving for a, b and c: T α = at T + bt N + ct B a = a 1 + b 0 + c 0 4

7 Using the same process, N B = b and B B = c and plugging them into the above equation delivers: α = (T B )T + (N B )N + (B B )B T α = 0, then by the product rule 0 = (T B) = T Ḃ + T B. Then N B = 0 T α = T B = κn B = 0 It is known that B B = 1 so it follows that 0 = (B B) = B B + B B. B B = 0, so we have a single coefficient in the expression of α. This leads to the definition of torsion, which is τ = N B Therefore, in the equation above with 0 in the T and B α = τn This is the differential equation for the binormal. Using the same process for N as was done for B It then follows that N = (T N )T + (N N )N + (B N )B N = κt + τb The full Frenet frame looks like this: T 0 κ 0 T N = κ 0 τ N B 0 τ 0 B To solve this system of first-order differential equations, the easiest way is to use eigenvectors and eigenvalues. In order to get these values and vectors, take (A λi) to find the characteristic polynomial. Solving for λ to get the eigenvalues and the eigenvectors will give the solution, which takes this form: y = e λt v. The is the basis for any curve in R 3, and this curve can be superimposed on a surface, and these will lead into geodesics, but let us first define what a surface is. 5

8 Figure 1: T,N,B Frame 3 Introduction to Surfaces Surfaces are functions of two variables that is denoted f(x, y) (x, y) D. A function of three variables is denoted with this notation: f(x, y, z) (x, y, x) D. An example of a three-variable function. x 2 + y 2 + z 2 = 1 This surface is the unit sphere. Figure 2: Unit Sphere 6

9 These surfaces are often reparameterized so that computationally the calculations will be easier. The example of the sphere above is parameterized as such: cos(u)sin(v) X = sin(u)sin(v) cos(u) Parameterizations such as this will be the norm moving forward, and the typical parameterization is in polar coordinates. Partial derivatives are the key to multivariable calculus, and they are defined in the u or v direction. This is a function defined in the u-direction, by the directional derivative as x u = ( x u, y u, z u ) This is the rate of change in the u-direction. The rate of change in the v-direction as x v = ( x v, y v, z v ) These are the tangent vectors in the u-direction and the v-direction, respectively, using partial derivatives with respect to u. It is critical to think of v as a constant and vice versa when taking these partial derivatives. You are only finding the tangent vector in the direction you are taking the derivative with respect to. Partial derivatives are very important because they will give approximations such as the tangent plane and will lead to other pieces about the geometry of the surface. The tangent plane is the approximation on a surface as to the rate of change of the surface in any direction. In other words, the closer that you zoom into a point on a surface, no matter how curved the surface is, it will resemble more and more a flat surface or plane. For example take the earth; for us as human beings it seems flat. This is because the earth is so massive in comparison to us, that no matter where we stand on the earth, it will seem fairly flat. The closer that you come to the surface of the earth, the more flat the earth will seem. However, when you go up in a spacecraft and leave the earth s atmosphere, you will see that the earth is in fact spherical in shape. Then, as you come back down, the more flat it will seem again as you come closer to a single point on the surface of the earth. The tangent plane is an approximation of how the surface is changing around that point where the plane touches the surface. If the surface is flat at that point, the tangent plane will be accurate in its approximation of a surface. A good example if this a table, the tangent plane will not deviate from the surface. In the example above, with the earth, the tangent plane is not a very good approximation beyond just above the surface or the farther you move away from the point where the tangent plane touches the earth. The true nature of the surface is revealed as you move farther away from it. This is why the tangent plane is only an approximation. The equation of a plane is z z 0 = f x (x 0, y 0 )(x x0) + (f y (x 0, y 0 )(y y 0 )). One will take the partial derivatives and then plug in the respective values to 7

10 get the slope in the proper direction and then plug in those slopes at the point in order to get tangent plane. The tangent plane is important because it tells us about the geometry of the surface and how the surface is changing. This is critical to the study of geodesics. The definition of a geodesic is when α tan = 0; in other words, when the tangential acceleration is 0 and therefore the components of the normal vector stays the same. These are the coefficients for the equation of the tangent plane. This analysis of the normal vector is the point of this paper. If one were to take the tangent plane on the geodesic, the slope of the tangent plane would not change at all as it followed the geodesic around the surface. 4 Curvature Using the traditional notation for finding curvature, where U = the unit normal vector. The vectors x u, x v and U form a basis in R 3. This is because x u x v = U. E = x u x u F = x u x v G = x v x v l = U x uu m = U x uv n = U x vv The second directional derivatives in the directions x uu, x uv, x vv and then the directional derivatives of the normal are as follows: x uu = E u 2E x u E v 2G x v + l U x uv = E v 2E x u G u 2G x v + m U x uu = G u 2E x u + G v 2G x v + n U Recall that U = xu xv x u x v and the directional derivative of this will give the following equations: U u = l E x u m G x v U u = m E x u n G x v These equations will all be used in the geodesic equations in section 5. 8

11 The Gaussian curvature is defined as The mean curvature is defined as H = K = (ln) m2 (EG) F 2 (Gl) + (En) (2F m) 2((EG) F 2 ) The Gaussian curvature is the determinant of the shape operator, and the mean curvature is the trace of the shape operator. The shape operator is defined by calculus to detect changes in the unit normal vector and is a matrix. This is a direct link between the geometry of a surface and linear algebra. The above formulas come from the use of calculus and some very interesting derivations. These equations also start to hint at the ideas of minimal surfaces. The surface is said to be flat if the K(p) = 0 at every p M. This is the definition of a plane; however, it can be found on other surfaces as well. Another example of a surface with 0 gaussian curvature is also a right circular cylinder. When the H(p) = 0, the surface is said to be minimal for p M. 5 The Mathematics of Geodesics The great majority of geodesics do not have a closed form solution, and those that do go through a great deal of difficult calculus and differential equation solving to get the result. What is done to get these curves is numerical analysis of the geodesic equations, a system of differential equations. This system of four non-linear, homogeneous differential equations will be solved to get the equation of the geodesic. The way that geodesics occur, as stated above, is the disappearing 2nd derivative of the curve on the surface M in R 3. α is some curve on the surface M, and the velocity of α on the surface is α. The acceleration is α. There are three vectors that have a relation to this surface: the tangent vector T, where T = α ; and there is U which is the unit normal vector. This is where the curve α has unit speed. The third vector can be found by crossing T and U, T U. These three vectors are mutually perpendicular, just like the vectors in the Frenet frame, and they will form a basis for R 3, meaning that any vector on the surface is a linear combination of T, U and T U. Since α is constrained to the surface, it is then implied that α has components in the T, T U and U directions. This leads to the first differential equation: α = A T + B( T U) + C U Showing the tangent vector going to 0 using the properties of dot and cross products will be important. When examining the equation above, the coefficients are defined as follows: A = α T 9

12 B = α ( T U) C = (α U) U To simplify the tangential and normal components, the tangential component is by definition a unit vector, thus α α = 1. By the chain rule of multi-variable calculus, 2α α = 0 as the derivative of one is zero. Anything that is dotted with 0 is by definition 0, and in this case α = T, thus T α = 0. This shows that for a geodesic the tangential acceleration must be 0. For the curve α on surface M to be a geodesic the α tan = 0. This is important when the geodesic equations are introduced, as only the normal curvature will be explored with the geodesic equations because the tangential vectors are going to be set to equal 0. The surface will be defined by x(u, v) X(u, v) = y(u, v) z(u, v) Thus, a geodesic is defined as α(t) on the X as so x(u(t), v(t)) X(u(t), v(t) = y(u(t), v(t)) z(u(t), v(t)) With the above parameterizations, the curve on the surface will be parameterized as such: α = X( u(t), v(t)) Taking the derivative of α, this equation results α = X du u dt + X dv v dt Taking the second derivative using the chain rule of calculus α = (u 2 ) X uu + 2u v Xuv + X u u + X vu u v + X vv (v 2 ) + X v v This is the equation of a geodesic. Using the formulas from the curvature section of this paper and then simplifying the equation gives: α = X u [u + E u 2E (u ) 2 + E v E u v G u 2E (v ) 2 ]+ X v [v E v 2G (u ) 2 + G u G u v G v 2G (v ) 2 ]+ U[l(u ) 2 + 2mu v + n(v ) 2 ] The first two terms of the equation give the tangential pieces of α. Therefore, for α to be a geodesic, the following equations must be satisfied: u + E u 2E u 2 + E v E u v G u 2E v 2 = 0 10

13 v E v 2G u 2 + G u G u v G v 2G v 2 = 0 Solving for u and v u = E u 2E u 2 E v E u v + G u 2E v 2 v = E v 2G u 2 G u G u v + G v 2G v 2 Taking the equations above and substituting to get the second order system into a first order system with four equations. u 1 = u 2 u 2 = E u 2E u 2 1 E v E u 1v 1 + G u 2E v 2 1 v 1 = v 2 v 2 = E v 2G u 2 1 G u G u 1v 1 + G v 2G v 2 1 Given initial conditions, such as a point on the surface M and a direction, a geodesic can be found on that surface. The theory of differential equations will ensure the existence and uniqueness of a solution, a geodesic, on the surface of M. As stated above, the easiest way to solve this system of differential equations is through the use of a numerical solver, such as Matlab. The examples below are of surfaces with geodesics, and some practical applications will be examined. 6 Practical Applications 6.1 Spheres Geodesics are used in the airline industry for long flights. The shortest distance between two points on the surface of the earth is not a straight line but a geodesic curve. (These can be seen below). There is not a line that is straight per se, but any of these lines are the shortest distance between two points on the surface of the earth. The only line of latitude that is a geodesic is the equator. These curves are the fastest, most efficient routes of travel across the world. This is the easiest-to-understand example of a geodesic. The geodesics on a sphere are known as great circles. On the earth, these are the lines of longitude, the north-south lines that run around the earth as well as the equator as stated above (see Figures 3 and 4). 11

14 Figure 3: Equator Figure 4: Longitude Lines 6.2 Ellipsoid The earth as we know is not a perfect sphere, so the routes that airlines take can be modeled more accurately. These are, of course not completely correct because the plane will not be flying on the curve forever. The FAA must account for the wind and other physical effects as well. The flight path would look like a small section of the curve. In general, however, the planes will follow these curves to reach their destinations in a timely manner. The difference between these and the sphere is that there are not the great circles that go around the ellipse. In fact, some of the geodesic curves look downright strange. 12

15 Figure 5: Ellipse 1 This ellipse has even more deviation from the sphere and this shows how interesting these curves can get. 6.3 Tori We will now look at the torus. This donut shape is very interesting in that there are some simple geodesics that go around the equators on the inside and the outside of the surface as shown below. There are also geodesics that will go around the lesser circles, as shown in Figure 9 below. These are simple circles, and as shown above, they are known to be geodesics as seen on the sphere above. The torus is a circle with a specific radius rotated around the origin; thus, it makes sense that these lesser circles are geodesics. The more complex curve that is shown below is still a geodesic, for it is the shortest path given an initial point and direction. The torus can be used in gaming theory to create maps and apply them to a gaming universe. Space Invaders is a good example of this. Taking your ship around to the right will make it appear on the left side of the screen. This is as if the ship is following the outer or inner equator of the torus. Then, if you were for some reason to leave the top of the screen you would show up again on the bottom of the screen because it is a continuous flat surface. The same would occur if you were to leave the screen at an angle you would come back to the bottom of the screen and continue moving in the same direction. 13

16 Another example of a toroid universe is Conways Game of Life, which can be found online. Figure 6: Torus 1 14

17 Figure 7: Torus 2 Figure 8: Torus 3 15

18 Figure 9: Torus 4 7 Light In spacetime, light travels on geodesics, the shortest paths through spacetime between two points. Many different phenomena occur due to gravity and its interaction with light, gravitational lensing being one of the most interesting. The gravitational lens has been used to peer back into the earlier days of the universe and to see how stars formed billions of years ago. Geodesics can model how light will travel around and in some cases into the gravity well of a star or other dense object that will have sufficient gravity to change the path of the light. Spacetime is curved;it is not straight as we will see in one of the very simple models. This model will show what would actually occur if there were stars of equal mass evenly distributed throughout spacetime on a flat plane. This is model is not accurate, but it will provide a basis so that one may begin to understand what is really happening to light as it travels through the universe. 7.1 Light Here a cone is used to show how light will travel through space as it is emanated from a single point in space. At a specific time anything inside of this light cone will be travelling at less then the speed of light. For example you as a human being are traveling less than than the speed of light; exist, therefore, you inside of this light cone. This cone holds all possible future events of your life. The speed of light is at this point the limit of what we can experience here in this reality. This cone starts with a single event and will then spread out from there. The existence inside of this light cone is in the shape of a hyperboloid with its asymptotes being the cone in three dimensions. There are intersections of your light cones with others and are all the possible interactions with those 16

19 people. The light cone will then travel through spacetime as different actions, are taken which will open up a different set of possibilities for that person while consequently closing other possibilities. All of the space surrounding the cone will not have any effect on the event that occurs at origin. 7.2 Black Holes Figure 10: light cone Black holes pose an interesting problem with light in regard to how it travels through spacetime. Black holes are basically gravitational sinks. They have an incredible amount of mass at a single point, otherwise known as a singularity. Because they are so dense, they warp space time to a single point. Here is a model of how light will travel into the black hole. 17

20 Figure 11: Model Black hole In this image, light can come from either of those two directions, and they will be brought to the bottom of the pseudosphere, or to the black hole. The way that light will travel around stars can also be modelled. This model is extremely simple because it assumes that the mass of each individual star is the same, that the stars are all the same distance from each other, and that they lie in the same plane. These are, of course, ridiculous assumptions to make, as we live in an extremely diverse galaxy with millions of stars, and they all lie with no set order. Light will bend and twist around these stars as it travels through spacetime due to the effect of gravity on the light. The dark blue in the graph is the point where the stars are located within space and where the gravity wells exist in space, while the red shows where the gravity of the stars is the weakest. 18

21 Figure 12: Star system 1 Figure 13: Star system 2 References [1] Differential Geometry : and It s Applications. 2rd ed: (John, Oprea) (MA: Pearson) Print. [2] Differential Equations :. Differential Equations with Boundary Value Problems. 2nd ed. (Polking, John C., Albert Boggess, and David Arnold) Upper Saddle River, NJ: Pearson/ Prentice Hall, Print. [3] Personal Interveiw : (Don Hickethier) [4] Montana Fish, Wildlife and parks : Elk in region 1: (Mt.gov.) Montana Fish Wildlife and Parks, Web. 01 May

Math 461 Homework 8. Paul Hacking. November 27, 2018

Math 461 Homework 8. Paul Hacking. November 27, 2018 Math 461 Homework 8 Paul Hacking November 27, 2018 (1) Let S 2 = {(x, y, z) x 2 + y 2 + z 2 = 1} R 3 be the sphere with center the origin and radius 1. Let N = (0, 0, 1) S 2 be the north pole. Let F :

More information

1 The Differential Geometry of Surfaces

1 The Differential Geometry of Surfaces 1 The Differential Geometry of Surfaces Three-dimensional objects are bounded by surfaces. This section reviews some of the basic definitions and concepts relating to the geometry of smooth surfaces. 1.1

More information

II. Unit Speed Curves

II. Unit Speed Curves The Geometry of Curves, Part I Rob Donnelly From Murray State University s Calculus III, Fall 2001 note: This material supplements Sections 13.3 and 13.4 of the text Calculus with Early Transcendentals,

More information

Tangent and Normal Vector - (11.5)

Tangent and Normal Vector - (11.5) Tangent and Normal Vector - (.5). Principal Unit Normal Vector Let C be the curve traced out by the vector-valued function rt vector T t r r t t is the unit tangent vector to the curve C. Now define N

More information

OHSx XM521 Multivariable Differential Calculus: Homework Solutions 14.1

OHSx XM521 Multivariable Differential Calculus: Homework Solutions 14.1 OHSx XM5 Multivariable Differential Calculus: Homework Solutions 4. (8) Describe the graph of the equation. r = i + tj + (t )k. Solution: Let y(t) = t, so that z(t) = t = y. In the yz-plane, this is just

More information

3 = arccos. A a and b are parallel, B a and b are perpendicular, C a and b are normalized, or D this is always true.

3 = arccos. A a and b are parallel, B a and b are perpendicular, C a and b are normalized, or D this is always true. Math 210-101 Test #1 Sept. 16 th, 2016 Name: Answer Key Be sure to show your work! 1. (20 points) Vector Basics: Let v = 1, 2,, w = 1, 2, 2, and u = 2, 1, 1. (a) Find the area of a parallelogram spanned

More information

Geometric Modelling Summer 2016

Geometric Modelling Summer 2016 Geometric Modelling Summer 2016 Exercises Benjamin Karer M.Sc. http://gfx.uni-kl.de/~gm Benjamin Karer M.Sc. Geometric Modelling Summer 2016 1 Dierential Geometry Benjamin Karer M.Sc. Geometric Modelling

More information

1 Vectors and 3-Dimensional Geometry

1 Vectors and 3-Dimensional Geometry Calculus III (part ): Vectors and 3-Dimensional Geometry (by Evan Dummit, 07, v..55) Contents Vectors and 3-Dimensional Geometry. Functions of Several Variables and 3-Space..................................

More information

e 2 = e 1 = e 3 = v 1 (v 2 v 3 ) = det(v 1, v 2, v 3 ).

e 2 = e 1 = e 3 = v 1 (v 2 v 3 ) = det(v 1, v 2, v 3 ). 3. Frames In 3D space, a sequence of 3 linearly independent vectors v 1, v 2, v 3 is called a frame, since it gives a coordinate system (a frame of reference). Any vector v can be written as a linear combination

More information

Unit Speed Curves. Recall that a curve Α is said to be a unit speed curve if

Unit Speed Curves. Recall that a curve Α is said to be a unit speed curve if Unit Speed Curves Recall that a curve Α is said to be a unit speed curve if The reason that we like unit speed curves that the parameter t is equal to arc length; i.e. the value of t tells us how far along

More information

Math 461 Homework 8 Paul Hacking November 27, 2018

Math 461 Homework 8 Paul Hacking November 27, 2018 (1) Let Math 461 Homework 8 Paul Hacking November 27, 2018 S 2 = {(x, y, z) x 2 +y 2 +z 2 = 1} R 3 be the sphere with center the origin and radius 1. Let N = (0, 0, 1) S 2 be the north pole. Let F : S

More information

SOLUTIONS TO SECOND PRACTICE EXAM Math 21a, Spring 2003

SOLUTIONS TO SECOND PRACTICE EXAM Math 21a, Spring 2003 SOLUTIONS TO SECOND PRACTICE EXAM Math a, Spring 3 Problem ) ( points) Circle for each of the questions the correct letter. No justifications are needed. Your score will be C W where C is the number of

More information

HOMEWORK 2 SOLUTIONS

HOMEWORK 2 SOLUTIONS HOMEWORK SOLUTIONS MA11: ADVANCED CALCULUS, HILARY 17 (1) Find parametric equations for the tangent line of the graph of r(t) = (t, t + 1, /t) when t = 1. Solution: A point on this line is r(1) = (1,,

More information

CHAPTER 3. Gauss map. In this chapter we will study the Gauss map of surfaces in R 3.

CHAPTER 3. Gauss map. In this chapter we will study the Gauss map of surfaces in R 3. CHAPTER 3 Gauss map In this chapter we will study the Gauss map of surfaces in R 3. 3.1. Surfaces in R 3 Let S R 3 be a submanifold of dimension 2. Let {U i, ϕ i } be a DS on S. For any p U i we have a

More information

Dierential Geometry Curves and surfaces Local properties Geometric foundations (critical for visual modeling and computing) Quantitative analysis Algo

Dierential Geometry Curves and surfaces Local properties Geometric foundations (critical for visual modeling and computing) Quantitative analysis Algo Dierential Geometry Curves and surfaces Local properties Geometric foundations (critical for visual modeling and computing) Quantitative analysis Algorithm development Shape control and interrogation Curves

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

Arbitrary-Speed Curves

Arbitrary-Speed Curves Arbitrary-Speed Curves (Com S 477/577 Notes) Yan-Bin Jia Oct 12, 2017 The Frenet formulas are valid only for unit-speed curves; they tell the rate of change of the orthonormal vectors T, N, B with respect

More information

Math 426H (Differential Geometry) Final Exam April 24, 2006.

Math 426H (Differential Geometry) Final Exam April 24, 2006. Math 426H Differential Geometry Final Exam April 24, 6. 8 8 8 6 1. Let M be a surface and let : [0, 1] M be a smooth loop. Let φ be a 1-form on M. a Suppose φ is exact i.e. φ = df for some f : M R. Show

More information

Week 3: Differential Geometry of Curves

Week 3: Differential Geometry of Curves Week 3: Differential Geometry of Curves Introduction We now know how to differentiate and integrate along curves. This week we explore some of the geometrical properties of curves that can be addressed

More information

MATH 332: Vector Analysis Summer 2005 Homework

MATH 332: Vector Analysis Summer 2005 Homework MATH 332, (Vector Analysis), Summer 2005: Homework 1 Instructor: Ivan Avramidi MATH 332: Vector Analysis Summer 2005 Homework Set 1. (Scalar Product, Equation of a Plane, Vector Product) Sections: 1.9,

More information

MATH 32A: MIDTERM 1 REVIEW. 1. Vectors. v v = 1 22

MATH 32A: MIDTERM 1 REVIEW. 1. Vectors. v v = 1 22 MATH 3A: MIDTERM 1 REVIEW JOE HUGHES 1. Let v = 3,, 3. a. Find e v. Solution: v = 9 + 4 + 9 =, so 1. Vectors e v = 1 v v = 1 3,, 3 b. Find the vectors parallel to v which lie on the sphere of radius two

More information

Introduction to Algebraic and Geometric Topology Week 14

Introduction to Algebraic and Geometric Topology Week 14 Introduction to Algebraic and Geometric Topology Week 14 Domingo Toledo University of Utah Fall 2016 Computations in coordinates I Recall smooth surface S = {f (x, y, z) =0} R 3, I rf 6= 0 on S, I Chart

More information

MATH 12 CLASS 5 NOTES, SEP

MATH 12 CLASS 5 NOTES, SEP MATH 12 CLASS 5 NOTES, SEP 30 2011 Contents 1. Vector-valued functions 1 2. Differentiating and integrating vector-valued functions 3 3. Velocity and Acceleration 4 Over the past two weeks we have developed

More information

MAT 272 Test 1 Review. 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same

MAT 272 Test 1 Review. 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same 11.1 Vectors in the Plane 1. Let P = (1,1) and Q = (2,3). Find the unit vector u that has the same direction as. QP a. u =< 1, 2 > b. u =< 1 5, 2 5 > c. u =< 1, 2 > d. u =< 1 5, 2 5 > 2. If u has magnitude

More information

Lecture 13 The Fundamental Forms of a Surface

Lecture 13 The Fundamental Forms of a Surface Lecture 13 The Fundamental Forms of a Surface In the following we denote by F : O R 3 a parametric surface in R 3, F(u, v) = (x(u, v), y(u, v), z(u, v)). We denote partial derivatives with respect to the

More information

What is a Space Curve?

What is a Space Curve? What is a Space Curve? A space curve is a smooth map γ : I R R 3. In our analysis of defining the curvature for space curves we will be able to take the inclusion (γ, 0) and have that the curvature of

More information

Math 32A Discussion Session Week 5 Notes November 7 and 9, 2017

Math 32A Discussion Session Week 5 Notes November 7 and 9, 2017 Math 32A Discussion Session Week 5 Notes November 7 and 9, 2017 This week we want to talk about curvature and osculating circles. You might notice that these notes contain a lot of the same theory or proofs

More information

( sin(t), cos(t), 1) dt =

( sin(t), cos(t), 1) dt = Differential Geometry MT451 Problems/Homework Recommended Reading: Morgan F. Riemannian geometry, a beginner s guide Klingenberg W. A Course in Differential Geometry do Carmo M.P. Differential geometry

More information

Section Arclength and Curvature. (1) Arclength, (2) Parameterizing Curves by Arclength, (3) Curvature, (4) Osculating and Normal Planes.

Section Arclength and Curvature. (1) Arclength, (2) Parameterizing Curves by Arclength, (3) Curvature, (4) Osculating and Normal Planes. Section 10.3 Arclength and Curvature (1) Arclength, (2) Parameterizing Curves by Arclength, (3) Curvature, (4) Osculating and Normal Planes. MATH 127 (Section 10.3) Arclength and Curvature The University

More information

SOME PROBLEMS YOU SHOULD BE ABLE TO DO

SOME PROBLEMS YOU SHOULD BE ABLE TO DO OME PROBLEM YOU HOULD BE ABLE TO DO I ve attempted to make a list of the main calculations you should be ready for on the exam, and included a handful of the more important formulas. There are no examples

More information

Surface x(u, v) and curve α(t) on it given by u(t) & v(t). Math 4140/5530: Differential Geometry

Surface x(u, v) and curve α(t) on it given by u(t) & v(t). Math 4140/5530: Differential Geometry Surface x(u, v) and curve α(t) on it given by u(t) & v(t). α du dv (t) x u dt + x v dt Surface x(u, v) and curve α(t) on it given by u(t) & v(t). α du dv (t) x u dt + x v dt ( ds dt )2 Surface x(u, v)

More information

Gravity and Spacetime: Why do things fall?

Gravity and Spacetime: Why do things fall? Gravity and Spacetime: Why do things fall? A painless introduction to Einstein s theory of space, time and gravity David Blair University of WA Abstract I present a simple description of Einstein s theory

More information

Topic 2-2: Derivatives of Vector Functions. Textbook: Section 13.2, 13.4

Topic 2-2: Derivatives of Vector Functions. Textbook: Section 13.2, 13.4 Topic 2-2: Derivatives of Vector Functions Textbook: Section 13.2, 13.4 Warm-Up: Parametrization of Circles Each of the following vector functions describe the position of an object traveling around the

More information

Tangent and Normal Vectors

Tangent and Normal Vectors Tangent and Normal Vectors MATH 311, Calculus III J. Robert Buchanan Department of Mathematics Fall 2011 Navigation When an observer is traveling along with a moving point, for example the passengers in

More information

Major Ideas in Calc 3 / Exam Review Topics

Major Ideas in Calc 3 / Exam Review Topics Major Ideas in Calc 3 / Exam Review Topics Here are some highlights of the things you should know to succeed in this class. I can not guarantee that this list is exhaustive!!!! Please be sure you are able

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

Math 5378, Differential Geometry Solutions to practice questions for Test 2

Math 5378, Differential Geometry Solutions to practice questions for Test 2 Math 5378, Differential Geometry Solutions to practice questions for Test 2. Find all possible trajectories of the vector field w(x, y) = ( y, x) on 2. Solution: A trajectory would be a curve (x(t), y(t))

More information

APPM 2350, Summer 2018: Exam 1 June 15, 2018

APPM 2350, Summer 2018: Exam 1 June 15, 2018 APPM 2350, Summer 2018: Exam 1 June 15, 2018 Instructions: Please show all of your work and make your methods and reasoning clear. Answers out of the blue with no supporting work will receive no credit

More information

Math 317 M1A, October 8th, 2010 page 1 of 7 Name:

Math 317 M1A, October 8th, 2010 page 1 of 7 Name: Math 317 M1A, October 8th, 2010 page 1 of 7 Name: Problem 1 (5 parts, 30 points): Consider the curve r(t) = 3 sin(t 2 ), 4t 2 + 7, 3 cos(t 2 ), 0 t < a) (5 points) Find the arclength function s(t) giving

More information

Look out for typos! Homework 1: Review of Calc 1 and 2. Problem 1. Sketch the graphs of the following functions:

Look out for typos! Homework 1: Review of Calc 1 and 2. Problem 1. Sketch the graphs of the following functions: Math 226 homeworks, Fall 2016 General Info All homeworks are due mostly on Tuesdays, occasionally on Thursdays, at the discussion section. No late submissions will be accepted. If you need to miss the

More information

Multivariable Calculus Notes. Faraad Armwood. Fall: Chapter 1: Vectors, Dot Product, Cross Product, Planes, Cylindrical & Spherical Coordinates

Multivariable Calculus Notes. Faraad Armwood. Fall: Chapter 1: Vectors, Dot Product, Cross Product, Planes, Cylindrical & Spherical Coordinates Multivariable Calculus Notes Faraad Armwood Fall: 2017 Chapter 1: Vectors, Dot Product, Cross Product, Planes, Cylindrical & Spherical Coordinates Chapter 2: Vector-Valued Functions, Tangent Vectors, Arc

More information

DIFFERENTIAL GEOMETRY OF CURVES AND SURFACES 5. The Second Fundamental Form of a Surface

DIFFERENTIAL GEOMETRY OF CURVES AND SURFACES 5. The Second Fundamental Form of a Surface DIFFERENTIAL GEOMETRY OF CURVES AND SURFACES 5. The Second Fundamental Form of a Surface The main idea of this chapter is to try to measure to which extent a surface S is different from a plane, in other

More information

MATH 423/ Note that the algebraic operations on the right hand side are vector subtraction and scalar multiplication.

MATH 423/ Note that the algebraic operations on the right hand side are vector subtraction and scalar multiplication. MATH 423/673 1 Curves Definition: The velocity vector of a curve α : I R 3 at time t is the tangent vector to R 3 at α(t), defined by α (t) T α(t) R 3 α α(t + h) α(t) (t) := lim h 0 h Note that the algebraic

More information

Topics. CS Advanced Computer Graphics. Differential Geometry Basics. James F. O Brien. Vector and Tensor Fields.

Topics. CS Advanced Computer Graphics. Differential Geometry Basics. James F. O Brien. Vector and Tensor Fields. CS 94-3 Advanced Computer Graphics Differential Geometry Basics James F. O Brien Associate Professor U.C. Berkeley Topics Vector and Tensor Fields Divergence, curl, etc. Parametric Curves Tangents, curvature,

More information

Chapter 14. Basics of The Differential Geometry of Surfaces. Introduction. Parameterized Surfaces. The First... Home Page. Title Page.

Chapter 14. Basics of The Differential Geometry of Surfaces. Introduction. Parameterized Surfaces. The First... Home Page. Title Page. Chapter 14 Basics of The Differential Geometry of Surfaces Page 649 of 681 14.1. Almost all of the material presented in this chapter is based on lectures given by Eugenio Calabi in an upper undergraduate

More information

Name: ID: Math 233 Exam 1. Page 1

Name: ID: Math 233 Exam 1. Page 1 Page 1 Name: ID: This exam has 20 multiple choice questions, worth 5 points each. You are allowed to use a scientific calculator and a 3 5 inch note card. 1. Which of the following pairs of vectors are

More information

Tangent and Normal Vector - (11.5)

Tangent and Normal Vector - (11.5) Tangent and Normal Vector - (.5). Principal Unit Normal Vector Let C be the curve traced out bythe vector-valued function r!!t # f!t, g!t, h!t $. The vector T!!t r! % r! %!t!t is the unit tangent vector

More information

CALCULUS III. Paul Dawkins

CALCULUS III. Paul Dawkins CALCULUS III Paul Dawkins Table of Contents Preface... iii Outline... iv Three Dimensional Space... Introduction... The -D Coordinate System... Equations of Lines... 9 Equations of Planes... 5 Quadric

More information

MATH 32A: MIDTERM 2 REVIEW. sin 2 u du z(t) = sin 2 t + cos 2 2

MATH 32A: MIDTERM 2 REVIEW. sin 2 u du z(t) = sin 2 t + cos 2 2 MATH 3A: MIDTERM REVIEW JOE HUGHES 1. Curvature 1. Consider the curve r(t) = x(t), y(t), z(t), where x(t) = t Find the curvature κ(t). 0 cos(u) sin(u) du y(t) = Solution: The formula for curvature is t

More information

Chapter Four. Derivatives. in the interior of a set S of real numbers means there is an interval centered at t 0

Chapter Four. Derivatives. in the interior of a set S of real numbers means there is an interval centered at t 0 Chapter Four Derivatives 4 Derivatives Suppose f is a vector function and t 0 is a point in the interior of the domain of f ( t 0 in the interior of a set S of real numbers means there is an interval centered

More information

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2.

Midterm 1 Review. Distance = (x 1 x 0 ) 2 + (y 1 y 0 ) 2. Midterm 1 Review Comments about the midterm The midterm will consist of five questions and will test on material from the first seven lectures the material given below. No calculus either single variable

More information

12.3 Curvature, torsion and the TNB frame

12.3 Curvature, torsion and the TNB frame 1.3 Curvature, torsion and the TNB frame Acknowledgments: Material from a Georgia Tech worksheet by Jim Herod, School of Mathematics, herod@math.gatech.edu, is incorporated into the section on curvature,

More information

Chapter 14: Vector Calculus

Chapter 14: Vector Calculus Chapter 14: Vector Calculus Introduction to Vector Functions Section 14.1 Limits, Continuity, Vector Derivatives a. Limit of a Vector Function b. Limit Rules c. Component By Component Limits d. Continuity

More information

Exercise: concepts from chapter 3

Exercise: concepts from chapter 3 Reading:, Ch 3 1) The natural representation of a curve, c = c(s), satisfies the condition dc/ds = 1, where s is the natural parameter for the curve. a) Describe in words and a sketch what this condition

More information

Cosmology - How the Universe Came to Be. PLATO: Cosmology

Cosmology - How the Universe Came to Be. PLATO: Cosmology Cosmology - How the Universe Came to Be PLATO: Cosmology 1 Implications: PLATO: Cosmology 2 Implications: Today s best measurement of the Hubble constant: HHubble = 69.3 km/s per Mpc Universe is about

More information

HOMEWORK 3 MA1132: ADVANCED CALCULUS, HILARY 2017

HOMEWORK 3 MA1132: ADVANCED CALCULUS, HILARY 2017 HOMEWORK MA112: ADVANCED CALCULUS, HILARY 2017 (1) A particle moves along a curve in R with position function given by r(t) = (e t, t 2 + 1, t). Find the velocity v(t), the acceleration a(t), the speed

More information

Worksheet 1.8: Geometry of Vector Derivatives

Worksheet 1.8: Geometry of Vector Derivatives Boise State Math 275 (Ultman) Worksheet 1.8: Geometry of Vector Derivatives From the Toolbox (what you need from previous classes): Calc I: Computing derivatives of single-variable functions y = f (t).

More information

9.1 Mean and Gaussian Curvatures of Surfaces

9.1 Mean and Gaussian Curvatures of Surfaces Chapter 9 Gauss Map II 9.1 Mean and Gaussian Curvatures of Surfaces in R 3 We ll assume that the curves are in R 3 unless otherwise noted. We start off by quoting the following useful theorem about self

More information

Math 153 Calculus III Notes

Math 153 Calculus III Notes Math 153 Calculus III Notes 10.1 Parametric Functions A parametric function is a where x and y are described by a function in terms of the parameter t: Example 1 (x, y) = {x(t), y(t)}, or x = f(t); y =

More information

General Relativity ASTR 2110 Sarazin. Einstein s Equation

General Relativity ASTR 2110 Sarazin. Einstein s Equation General Relativity ASTR 2110 Sarazin Einstein s Equation Curvature of Spacetime 1. Principle of Equvalence: gravity acceleration locally 2. Acceleration curved path in spacetime In gravitational field,

More information

Math 433 Outline for Final Examination

Math 433 Outline for Final Examination Math 433 Outline for Final Examination Richard Koch May 3, 5 Curves From the chapter on curves, you should know. the formula for arc length of a curve;. the definition of T (s), N(s), B(s), and κ(s) for

More information

HILBERT S THEOREM ON THE HYPERBOLIC PLANE

HILBERT S THEOREM ON THE HYPERBOLIC PLANE HILBET S THEOEM ON THE HYPEBOLIC PLANE MATTHEW D. BOWN Abstract. We recount a proof of Hilbert s result that a complete geometric surface of constant negative Gaussian curvature cannot be isometrically

More information

THE FUNDAMENTAL THEOREM OF SPACE CURVES

THE FUNDAMENTAL THEOREM OF SPACE CURVES THE FUNDAMENTAL THEOREM OF SPACE CURVES JOSHUA CRUZ Abstract. In this paper, we show that curves in R 3 can be uniquely generated by their curvature and torsion. By finding conditions that guarantee the

More information

9.4 CALCULUS AND PARAMETRIC EQUATIONS

9.4 CALCULUS AND PARAMETRIC EQUATIONS 9.4 Calculus with Parametric Equations Contemporary Calculus 1 9.4 CALCULUS AND PARAMETRIC EQUATIONS The previous section discussed parametric equations, their graphs, and some of their uses for visualizing

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

(6, 4, 0) = (3, 2, 0). Find the equation of the sphere that has the line segment from P to Q as a diameter.

(6, 4, 0) = (3, 2, 0). Find the equation of the sphere that has the line segment from P to Q as a diameter. Solutions Review for Eam #1 Math 1260 1. Consider the points P = (2, 5, 1) and Q = (4, 1, 1). (a) Find the distance from P to Q. Solution. dist(p, Q) = (4 2) 2 + (1 + 5) 2 + (1 + 1) 2 = 4 + 36 + 4 = 44

More information

Geometry of Cylindrical Curves over Plane Curves

Geometry of Cylindrical Curves over Plane Curves Applied Mathematical Sciences, Vol 9, 015, no 113, 5637-5649 HIKARI Ltd, wwwm-hikaricom http://dxdoiorg/101988/ams01556456 Geometry of Cylindrical Curves over Plane Curves Georgi Hristov Georgiev, Radostina

More information

Math 11 Fall 2018 Practice Final Exam

Math 11 Fall 2018 Practice Final Exam Math 11 Fall 218 Practice Final Exam Disclaimer: This practice exam should give you an idea of the sort of questions we may ask on the actual exam. Since the practice exam (like the real exam) is not long

More information

mathematical objects can be described via equations, functions, graphs, parameterization in R, R, and R.

mathematical objects can be described via equations, functions, graphs, parameterization in R, R, and R. Multivariable Calculus Lecture # Notes This lecture completes the discussion of the cross product in R and addresses the variety of different ways that n mathematical objects can be described via equations,

More information

Lectures in Discrete Differential Geometry 2 Surfaces

Lectures in Discrete Differential Geometry 2 Surfaces Lectures in Discrete Differential Geometry 2 Surfaces Etienne Vouga February 4, 24 Smooth Surfaces in R 3 In this section we will review some properties of smooth surfaces R 3. We will assume that is parameterized

More information

Lagrange Multipliers

Lagrange Multipliers Optimization with Constraints As long as algebra and geometry have been separated, their progress have been slow and their uses limited; but when these two sciences have been united, they have lent each

More information

Lecture 23 (Gravitation, Potential Energy and Gauss s Law; Kepler s Laws) Physics Spring 2017 Douglas Fields

Lecture 23 (Gravitation, Potential Energy and Gauss s Law; Kepler s Laws) Physics Spring 2017 Douglas Fields Lecture 23 (Gravitation, Potential Energy and Gauss s Law; Kepler s Laws) Physics 160-02 Spring 2017 Douglas Fields Gravitational Force Up until now, we have said that the gravitational force on a mass

More information

Index. Bertrand mate, 89 bijection, 48 bitangent, 69 Bolyai, 339 Bonnet s Formula, 283 bounded, 48

Index. Bertrand mate, 89 bijection, 48 bitangent, 69 Bolyai, 339 Bonnet s Formula, 283 bounded, 48 Index acceleration, 14, 76, 355 centripetal, 27 tangential, 27 algebraic geometry, vii analytic, 44 angle at a corner, 21 on a regular surface, 170 angle excess, 337 angle of parallelism, 344 angular velocity,

More information

SUMMER KNOWHOW STUDY AND LEARNING CENTRE

SUMMER KNOWHOW STUDY AND LEARNING CENTRE SUMMER KNOWHOW STUDY AND LEARNING CENTRE Differential Calculus 2 Contents Limits..5 Gradients, Tangents and Derivatives.6 Differentiation from First Principles.8 Rules for Differentiation..10 Chain Rule.12

More information

Chapter 5 of Calculus ++ : Description and prediction of motion

Chapter 5 of Calculus ++ : Description and prediction of motion Chapter 5 of Calculus ++ : Description and prediction of motion by Eric A Carlen Professor of Mathematics Georgia Tech c 2003 by the author, all rights reserved - Section : Curves in IR n Functions from

More information

MTHE 227 Problem Set 2 Solutions

MTHE 227 Problem Set 2 Solutions MTHE 7 Problem Set Solutions 1 (Great Circles). The intersection of a sphere with a plane passing through its center is called a great circle. Let Γ be the great circle that is the intersection of the

More information

(a) The points (3, 1, 2) and ( 1, 3, 4) are the endpoints of a diameter of a sphere.

(a) The points (3, 1, 2) and ( 1, 3, 4) are the endpoints of a diameter of a sphere. MATH 4 FINAL EXAM REVIEW QUESTIONS Problem. a) The points,, ) and,, 4) are the endpoints of a diameter of a sphere. i) Determine the center and radius of the sphere. ii) Find an equation for the sphere.

More information

GLOBAL PROPERTIES OF PLANE AND SPACE CURVES

GLOBAL PROPERTIES OF PLANE AND SPACE CURVES GLOBAL PROPERTIES OF PLANE AND SPACE CURVES KEVIN YAN Abstract. The purpose of this paper is purely expository. Its goal is to explain basic differential geometry to a general audience without assuming

More information

FINAL EXAM STUDY GUIDE

FINAL EXAM STUDY GUIDE FINAL EXAM STUDY GUIDE The Final Exam takes place on Wednesday, June 13, 2018, from 10:30 AM to 12:30 PM in 1100 Donald Bren Hall (not the usual lecture room!!!) NO books/notes/calculators/cheat sheets

More information

MATH Final Review

MATH Final Review MATH 1592 - Final Review 1 Chapter 7 1.1 Main Topics 1. Integration techniques: Fitting integrands to basic rules on page 485. Integration by parts, Theorem 7.1 on page 488. Guidelines for trigonometric

More information

Chapter 5. The Second Fundamental Form

Chapter 5. The Second Fundamental Form Chapter 5. The Second Fundamental Form Directional Derivatives in IR 3. Let f : U IR 3 IR be a smooth function defined on an open subset of IR 3. Fix p U and X T p IR 3. The directional derivative of f

More information

Gauß Curvature in Terms of the First Fundamental Form

Gauß Curvature in Terms of the First Fundamental Form Math 4530 Supplement March 6, 004 Gauß Curvature in Terms of the First Fundamental Form Andrejs Treibergs Abstract In these notes, we develop acceleration formulae for a general frame for a surface in

More information

CHAPTER 6 VECTOR CALCULUS. We ve spent a lot of time so far just looking at all the different ways you can graph

CHAPTER 6 VECTOR CALCULUS. We ve spent a lot of time so far just looking at all the different ways you can graph CHAPTER 6 VECTOR CALCULUS We ve spent a lot of time so far just looking at all the different ways you can graph things and describe things in three dimensions, and it certainly seems like there is a lot

More information

Section 9.3 Phase Plane Portraits (for Planar Systems)

Section 9.3 Phase Plane Portraits (for Planar Systems) Section 9.3 Phase Plane Portraits (for Planar Systems) Key Terms: Equilibrium point of planer system yꞌ = Ay o Equilibrium solution Exponential solutions o Half-line solutions Unstable solution Stable

More information

The Calculus of Vec- tors

The Calculus of Vec- tors Physics 2460 Electricity and Magnetism I, Fall 2007, Lecture 3 1 The Calculus of Vec- Summary: tors 1. Calculus of Vectors: Limits and Derivatives 2. Parametric representation of Curves r(t) = [x(t), y(t),

More information

Gravitation. Objectives. The apple and the Moon. Equations 6/2/14. Describe the historical development of the concepts of gravitational force.

Gravitation. Objectives. The apple and the Moon. Equations 6/2/14. Describe the historical development of the concepts of gravitational force. Gravitation Objectives Describe the historical development of the concepts of gravitational force. Describe and calculate how the magnitude of the gravitational force between two objects depends on their

More information

f(x 0 + h) f(x 0 ) h slope of secant line = m sec

f(x 0 + h) f(x 0 ) h slope of secant line = m sec Derivatives Using limits, we can define the slope of a tangent line to a function. When given a function f(x), and given a point P (x 0, f(x 0 )) on f, if we want to find the slope of the tangent line

More information

13.3 Arc Length and Curvature

13.3 Arc Length and Curvature 13 Vector Functions 13.3 Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. We have defined the length of a plane curve with parametric equations x = f(t),

More information

An Overview of Mechanics

An Overview of Mechanics An Overview of Mechanics Mechanics: The study of how bodies react to forces acting on them. Statics: The study of bodies in equilibrium. Dynamics: 1. Kinematics concerned with the geometric aspects of

More information

Calculus Vector Principia Mathematica. Lynne Ryan Associate Professor Mathematics Blue Ridge Community College

Calculus Vector Principia Mathematica. Lynne Ryan Associate Professor Mathematics Blue Ridge Community College Calculus Vector Principia Mathematica Lynne Ryan Associate Professor Mathematics Blue Ridge Community College Defining a vector Vectors in the plane A scalar is a quantity that can be represented by a

More information

LECTURE 6: PSEUDOSPHERICAL SURFACES AND BÄCKLUND S THEOREM. 1. Line congruences

LECTURE 6: PSEUDOSPHERICAL SURFACES AND BÄCKLUND S THEOREM. 1. Line congruences LECTURE 6: PSEUDOSPHERICAL SURFACES AND BÄCKLUND S THEOREM 1. Line congruences Let G 1 (E 3 ) denote the Grassmanian of lines in E 3. A line congruence in E 3 is an immersed surface L : U G 1 (E 3 ), where

More information

MATH20411 PDEs and Vector Calculus B

MATH20411 PDEs and Vector Calculus B MATH2411 PDEs and Vector Calculus B Dr Stefan Güttel Acknowledgement The lecture notes and other course materials are based on notes provided by Dr Catherine Powell. SECTION 1: Introctory Material MATH2411

More information

Motion in Space Parametric Equations of a Curve

Motion in Space Parametric Equations of a Curve Motion in Space Parametric Equations of a Curve A curve, C, inr 3 can be described by parametric equations of the form x x t y y t z z t. Any curve can be parameterized in many different ways. For example,

More information

A5682: Introduction to Cosmology Course Notes. 2. General Relativity

A5682: Introduction to Cosmology Course Notes. 2. General Relativity 2. General Relativity Reading: Chapter 3 (sections 3.1 and 3.2) Special Relativity Postulates of theory: 1. There is no state of absolute rest. 2. The speed of light in vacuum is constant, independent

More information

There is a function, the arc length function s(t) defined by s(t) = It follows that r(t) = p ( s(t) )

There is a function, the arc length function s(t) defined by s(t) = It follows that r(t) = p ( s(t) ) MATH 20550 Acceleration, Curvature and Related Topics Fall 2016 The goal of these notes is to show how to compute curvature and torsion from a more or less arbitrary parametrization of a curve. We will

More information

DIFFERENTIAL GEOMETRY HW 4. Show that a catenoid and helicoid are locally isometric.

DIFFERENTIAL GEOMETRY HW 4. Show that a catenoid and helicoid are locally isometric. DIFFERENTIAL GEOMETRY HW 4 CLAY SHONKWILER Show that a catenoid and helicoid are locally isometric. 3 Proof. Let X(u, v) = (a cosh v cos u, a cosh v sin u, av) be the parametrization of the catenoid and

More information

Intrinsic Surface Geometry

Intrinsic Surface Geometry Chapter 7 Intrinsic Surface Geometry The second fundamental form of a regular surface M R 3 helps to describe precisely how M sits inside the Euclidean space R 3. The first fundamental form of M, on the

More information

Faculty of Engineering, Mathematics and Science School of Mathematics

Faculty of Engineering, Mathematics and Science School of Mathematics Faculty of Engineering, Mathematics and Science School of Mathematics GROUPS Trinity Term 06 MA3: Advanced Calculus SAMPLE EXAM, Solutions DAY PLACE TIME Prof. Larry Rolen Instructions to Candidates: Attempt

More information

Differential Geometry of Curves

Differential Geometry of Curves Differential Geometry of Curves Cartesian coordinate system René Descartes (1596-165) (lat. Renatus Cartesius) French philosopher, mathematician, and scientist. Rationalism y Ego cogito, ergo sum (I think,

More information

Multiple Choice. Circle the best answer. No work needed. No partial credit available. is continuous.

Multiple Choice. Circle the best answer. No work needed. No partial credit available. is continuous. Multiple Choice. Circle the best answer. No work needed. No partial credit available. + +. Evaluate lim + (a (b (c (d 0 (e None of the above.. Evaluate lim (a (b (c (d 0 (e + + None of the above.. Find

More information