In this chapter we turn to surfaces in general. We discuss the following topics. Describing surfaces with equations and parametric descriptions.

Size: px
Start display at page:

Download "In this chapter we turn to surfaces in general. We discuss the following topics. Describing surfaces with equations and parametric descriptions."

Transcription

1 Chapter 4 Surfaces In this chapter we turn to surfaces in general. We discuss the following topics. Describing surfaces with equations and parametric descriptions. Some constructions of surfaces: surfaces of revolution and ruled surfaces. Tangent planes to surfaces. Surface area of surfaces. Curvature of surfaces. Figure 4.1: In this design for the 1972 Olympic Games in Munich, Germany, Frei Otto illustrates the role of surfaces in modern architecture. (Photo: Wim Huisman) 91

2 92 Surfaces 4.1 Describing general surfaces After degree 2 surfaces, we could proceed to degree 3, but instead we turn to surfaces in general. We highlight some important aspects of these surfaces and ways to construct them Surfaces given as graphs of functions Suppose f : R 2 R is a differentiable function, then the graph of f consisting of all points of the form (x, y, f(x, y)) is a surface in 3 space with a smooth appearance due to the differentiability of f. Since we are not tied to degree 1 or 2 expressions for f, the resulting surfaces may have all sorts of fascinating shapes. The description as a graph can Figure 4.2: Two sinusoidal graphs: the graphs of sin(xy) and sin(x). be seen as a special case of a parametric description: x = u y = v z = f(u, v), where u and v are the parameters. Just like in parametric descriptions of planes, two parameters are needed. This reflects the 2 dimensionality of a surface. Although we are used to thinking of graphs for which the points are of the form (x, y, f(x, y)), it is sometimes more convenient to think of y as a function of x and z, or of x as a function of y and z. For instance, a portion of the hyperboloid x 2 + y 2 z 2 = 1 is described by the graph of x = 1 + z 2 y 2. So the function is a function of y and z. So points of the graph are of the form ( 1 + z 2 y 2, y, z) Surfaces given by an equation In principle, a single equation in x, y and z describes a surface in R 3. Depending on the structure of the equation, the surface may look more or less smooth. Examples we have come across before include planes, like x + 2y 3z = 5, and quadrics, like the sphere x 2 + y 2 + z 2 = 3.

3 4.1 Describing general surfaces Surfaces given by a parametric description A surface is 2 dimensional. This 2 dimensionality is the reason why surfaces or parts of surfaces can be described using two parameters. So, if x, y and z all three depend on the two parameters u and v, then x, y and z will run through the points of a surface if u and v vary. We denote such a parametric description by a boldface symbol, usually x. Note that x is a vector valued function, so that x(u, v) is a 3d vector for every pair u, v. The coordinate functions are ordinary functions of two variables, whose values at (u, v) are denoted by x(u, v), y(u, v) and z(u, v), respectively. Whether the surface looks nice depends on the explicit expressions for x(u, v), y(u, v) and z(u, v). In general, if x(u, v), y(u, v) and z(u, v) depend differentiably on u and v, the surface usually does look nice Curves in space and their tangents Just like representing a curve in the plane by a parametric description of the form, x(t) = (x(t), y(t)), curves in 3 space can be described in the following way: x(t) = (x(t), y(t), z(t)), where t runs through (part of) the real numbers. For instance, x(t) = (cos t, sin t, 0) (with 0 t 2π) is a circle in the x, y plane, but x(t) = (cos t, sin t, t) is a kind of spiral in 3 space. By the way, both of these curves lie on the cylinder with equation x 2 + y 2 = 1, since cos 2 t + sin 2 t = 1. Just like in 2 space, a tangent vector to the curve at x(t 0 ) is computed by differentiating the components of the curve, i.e., x (t 0 ) = (x (t 0 ), y (t 0 ), z (t 0 )) is the tangent vector (at least if not all three components are 0). The tangent line at x(t 0 ) has parametric description x(t 0 ) + λx (t 0 ). For example, in the case x(t) = (cos t, sin t, t), the tangent vector is x (t) = ( sin t, cos t, 1). In particular, the tangent vector at (1, 0, 0) corresponding to t = 0, is the vector (0, 1, 1). The tangent line is then described by (1, 0, 0) + λ(0, 1, 1). The length of a (part of a) curve can be computed through an integral: t=b t=a x (t) dt computes, under some mild conditions, the length of the part of the curve, where t ranges from a to b. In our example, the length of the curve if t varies from 0 to 4 is 4 0 ( sin t)2 + cos 2 t dt = dt = 4 2. The tangent vectors themselves can be used to compute the curvature of a curve, but we will not explore that topic in these notes.

4 94 Surfaces 4.2 Some constructions of surfaces In this section we present a few ways of constructing surfaces: surfaces of revolution and ruled surfaces. Surfaces of revolution Rotating a curve around a coordinate axis A surface of revolution arises by rotating a curve around a line. We have briefly discussed surfaces of revolution in Chapter 1, but only in a special case. Since the descriptions of surfaces of revolution in terms of equations or parametric descriptions can be quite complicated, we discuss this topic using an example. Suppose, we have a curve whose parametric description is as follows: x(t) = (t, t 2, t 3 ). Now suppose we rotate this curve around the x axis and ask for a parametric description and an equation of the resulting surface of revolution. Constructing a parametric description. To construct a parametric description, take t to be fixed for the moment. The point (t, t 2, t 3 ) rotates along the circle in the plane x = t, whose radius is t 4 + t 6 (the distance between (t, 0, 0) and (t, t 2, t 3 )) and whose center is (t, 0, 0). A parametric description of this circle is (t, t 4 + t 6 cos u, t 4 + t 6 sin u). Varying t again, we find the parametric description of the surface of revolution: x(t, u) = (t, t 4 + t 6 cos u, t 4 + t 6 sin u), where 0 u 2π for instance. Here is maybe the most direct method: use a rotation Figure 4.3: Rotating the curve (t, t 2, t 3 ) around the x axis. matrix. The matrix cos u sin u 0 sin u cos u

5 4.2 Some constructions of surfaces 95 describes a rotation around the x axis over an angle of u (radians, say). multiply each vector (t, t 2, t 3 ) with this matrix: t t 0 cos u sin u t 2 = t 2 cos u t 3 sin u, 0 sin u cos u t 3 t 2 sin u + t 3 cos u So we and find the parametric description x(t, u) = (t, t 2 cos u t 3 sin u, t 2 sin u + t 3 cos u). Constructing an equation. There are several ways to find an equation. One is to start with the first parametric description obtained above and try to eliminate the parameters t and u. Since cos 2 u+ sin 2 u = 1 (for every u), the parameter u can be eliminated by taking the sum of the squares of the y and z coordinates: y 2 + z 2 = ( t 4 + t 6 cos u) 2 + ( t 4 + t 6 sin u) 2 = t 4 + t 6. Since x = t, we finally find y 2 + z 2 = x 4 + x 6. (Try eliminating t and u from the second parametric description yourself.) Here is another approach, without using the parametric description. Every point (t, t 2, t 3 ) will move along a circle in the plane x = t. This circle can be viewed as the intersection of the sphere with center (0, 0, 0) and radius x(t), and the plane x = t. In terms of equations: x 2 + y 2 + z 2 = t 2 + t 4 + t 6, x = t. To get the equation of the surface of revolution, we have to eliminate the parameter t so that an equation in terms of x, y and z remains. This is easily done using the second equation: we replace t in the first equation by x, so we get x 2 +y 2 +z 2 = x 2 +x 4 +x 6. This simplifies to an equation of degree 6: x 4 x 6 + y 2 + z 2 = 0. In general, if you rotate the curve x(t) = (x(t), y(t), z(t)) around the x axis, you have to eliminate t from x 2 + y 2 + z 2 = x(t) 2 + y(t) 2 + z(t) 2, x = x(t). Even for relatively simple curves, this may turn out to be a complicated matter The torus or dough nut Take the circle (x 2) 2 + z 2 = 1, y = 0 in the x, z plane and rotate this circle around the z axis. To get a parametric description of the resulting shape in our hands, we start by parametrizing the circle: x = 2 + cos t, z = sin t, y = 0.

6 96 Surfaces Figure 4.4: A torus is obtained by rotating a circle around an axis. If we rotate this point around the z axis over the angle u, then we obtain cos u sin u cos t (2 + cos t) cos u sin u cos u 0 0 = (2 + cos t) sin u, sin t sin t where the first matrix on the left is the rotation matrix around the z axis over the angle u. In this way we get a parametric description of a so called torus. An equation for the torus is ( ) 2 x2 + y z 2 = 1. This equation is obtained by eliminating t and u from the parametric description in the following two steps. a) To eliminate u we square the expressions for x and y and add them: x 2 + y 2 = (2 + cos t) 2 cos 2 u + (2 + cos t) 2 sin 2 u = (2 + cos t) 2. So x 2 + y 2 = 2 + cos t (the alternative x 2 + y 2 = (2 + cos t) is impossible since x2 + y 2 0 and (2 + cos t) < 0). b) To eliminate t, square x 2 + y 2 2 = cos t and z = sin t. Add the results to get ( ) 2 x2 + y z 2 = 1. The equation becomes less pleasant if you expand the squares and/or try to get rid of the square sign Rotating a curve around an arbitrary line Suppose we rotate a curve around an arbitrary line l. Then any point on the rotating

7 4.2 Some constructions of surfaces 97 curve describes a circle within a plane perpendicular to the line. The center of the circle is the intersection of l with this plane. The circle is also the intersection of any sphere with center on l and passing through the point on the curve. For example, suppose we rotate the z axis around the line l : λ(1, 0, 1). A point on the z axis is given by (0, 0, t). The sphere with center (0, 0, 0) (on l!) containing this point has equation x 2 + y 2 + z 2 = t 2. The plane perpendicular to l and containing (0, 0, t) has equation x + z = t. So we have to eliminate t from x 2 + y 2 + z 2 = t 2, x + z = t. This is easily done, using the second equation: substitute x + z for t in the first equation and we get: x 2 + y 2 + z 2 = (x + z) 2. This can be rewritten as y 2 = 2xz. Any idea what type of surface this is? Ruled surfaces Constructing surfaces using a moving line Ruled surfaces arise when you move a line in space according to certain rules. Basically, it comes down to the following. Start with a curve C in space. The surface consists of a nicely varying family of lines all meeting the curve C and satisfying additional requirements. The curve C is called a directrix of the ruled surface. The lines are called the rulings. We demonstrate this technique of constructing surfaces in a few examples Cone over a curve A cone over a curve arises in the following way. Take a point P in space and a curve C parametrized by x(t) in space (not passing through P ). Now take the lines which connect P with a point on C. For instance, let C be the curve given by (0, cos t, sin t) (a circle in the y, z plane), and let P be the point (1, 2, 3). A parametric description of the line passing through (1, 2, 3) and (0, cos t, sin t) (for fixed t) is So, (1, 2, 3) + λ(0 1, cos t 2, sin t 3). x = 1 λ, y = 2 + λ(cos t 2), z = 3 + λ(sin t 3) To find an equation of the surface, we have to eliminate the parameters λ and t. From the first equation we conclude that we can replace λ by 1 x. The second and third equation then become y 2 = (1 x)(cos t 2) and z 3 = (1 x)(sin t 3). To eliminate t, we isolate cos t and sin t in order to exploit the relation cos 2 t + sin 2 t = 1. Therefore, we first rewrite the equations as follows. y 2 + 2(1 x) = (1 x) cos t, z 3 + 3(1 x) = (1 x) sin t.

8 98 Surfaces Figure 4.5: A ruled surface is constructed of (parts of) straight lines. Now simplify the two left hand sides, then square both equations and add the results: (y 2x) 2 + (z 3x) 2 = (1 x) 2. Obviously, this equation represents a quadric A ruled surface all of whose lines are parallel to a given plane In this example, we construct a surface by moving a line in such a way that it always meets two given lines and is always parallel to a given plane. We take as lines the x axis (l) and the line m which is the intersection of x = 0 and z = 2 (this is a translate of the y axis). Now connect a point of l with a point of m, but in such a way that the resulting line is parallel to the plane x + y + z = 0. You can imagine, that if n is such a connecting line, and if you change the point of intersection with l a bit, you also have to change the point on m in order to keep the connecting line parallel to the plane. In this way the connecting lines which are also parallel to the plane x + y + z = 0 sweep out a surface. Here are the computational details. Take a point (t, 0, 0) on l and a point (0, u, 2) on m. The line connecting these points has direction vector b = (0, u, 2) (t, 0, 0) = ( t, u, 2). Now the condition that b be parallel to the plane x+y +z = 0 means that b (1, 1, 1) = 0. So t+u+2 = 0. Therefore a parametric description of the connecting line is (t, 0, 0) + λ( t, t 2, 2). So x = t λt, y = λ(t 2), z = 2λ. To find an equation of this surface, i.e., a relation between x, y and z in which λ and t do not appear, we have to eliminate t and λ. We use z = 2λ to replace λ by z/2, i.e., 2x = 2t zt and 2y = z(t 2). If we rewrite this as 2x = t(2 z) and 2y + 2z = tz, substitute (2y + 2z)/z for t in 2x = t(2 z), and get rid of denominators we get 2xz = (2y + 2z)(2 z). So we end up with the quadric yz + xz + z 2 2y 2z = 0.

9 4.3 Surfaces: tangent vectors and tangent planes 99 A note of warning: In substituting (2y + 2z)/z for t the scrutinous reader may notice that we are a bit sloppy, since the z in the denominator may attain the value 0. In practice, however, this way of dealing with the elimination will almost always lead to the correct equation. It is beyond the scope of these notes to provide the relevant details. 4.3 Surfaces: tangent vectors and tangent planes The tangent plane to a surface: parametric description A tangent line through a point P of a curve is a line that has the same direction as the curve in P. If P is a point on a surface, then the tangent lines of curves on the surface through P span a plane. This plane is called the tangent plane to the surface at P. Since two direction vectors are enough to determine the directions of a plane, we can use the parametric curves through the point arising from a parametric description of a surface. Suppose x(u, v) = (x(u, v), y(u, v), z(u, v)) is the parametric description of a (part of a) surface S, where the three coordinates depend differentiably on u and v. Differentiating x(u, v) with respect to u and v, respectively, produces in general two direction vectors of the tangent plane to S. More precisely, for given parameter values (u 0, v 0 ), the vector p = (x(u 0, v 0 ), y(u 0, v 0 ), z(u 0, v 0 )) is a vector on S. It can serve as support vector for the tangent plane to S at p. The partial derivatives x u (u 0, v 0 ) = (x u (u 0, v 0 ), y u (u 0, v 0 ), z u (u 0, v 0 )), x v (u 0, v 0 ) = (x v (u 0, v 0 ), y v (u 0, v 0 ), z v (u 0, v 0 )) of x(u, v) are direction vectors of the tangent plane. We denote the tangent plane to S at P (the point corresponding to p) by T P (S). A parametric description is given by T P (S) : p + λx u (u 0, v 0 ) + µx v (u 0, v 0 ) Example: the tangent plane to a plane Of course, the tangent plane to a plane should be the plane itself. Let us take an example to illustrate this. Suppose the plane S is given by the parametric description x(u, v) = (2, 3, 1)+u(1, 0, 1)+v(2, 1, 5). For u = v = 1 the corresponding point on S is P = (5, 2, 7). So p = (5, 2, 7) is the support vector for the tangent plane at P. To find the direction vectors, we rewrite the parametric description as x(u, v) = (2 + u + 2v, 3 v, 1 + u + 5v). Differention with respect to u and v, respectively, yields the two vectors x u (u, v) = (1, 0, 1) and x v (u, v) = (2, 1, 5). So, in particular, x u (1, 1) = (1, 0, 1) and x v (1, 1) = (2, 1, 5). You probably notice that these are exactly the direction vectors of S. Now, the tangent plane is given by (5, 2, 7) + λ(1, 0, 1) + µ(2, 1, 5). Since p = (5, 2, 7) is on S, we conclude that the tangent plane T P (S) coincides with S, just like we expected.

10 100 Surfaces Example: the tangent plane to a sphere A parametric description of the sphere S with center (0, 0, 0) and radius 2 is given by x(u, v) = (2 cos v sin u, 2 sin v sin u, 2 cos u) (note the factor 2). Now consider the point P on S corresponding to u = π/3 and v = 0, i.e., P = ( 3, 0, 1). We expect the tangent plane at P to be a plane perpendicular to p = ( 3, 0, 1). To verify this, let us compute the direction vectors. First we compute the two partial derivatives: x u (u, v) = (2 cos v cos u, 2 sin v cos u, 2 sin u) and x v (u, v) = ( 2 sin v sin u, 2 cos v sin u, 0). Next, we substitute u = π/3 and v = 0 and find: Figure 4.6: A sphere with a tangent plane. (1, 0, 3) and (0, 3, 0). It is easily checked that these two vectors are indeed perpendicular to p = ( 3, 0, 1). So the tangent plane T P (S) is the plane ( 3, 0, 1) + λ( 1, 0, 3) + µ(0, 1, 0) The tangent plane to a surface: equation Given the parametric description of the tangent plane to a surface, the tangent plane s equation can of course be obtained by using the techniques of Chapter 2: find a vector normal to the direction vectors of the tangent plane. If, however, the surface is given by means of an equation, the equation of the tangent plane can be obtained directly: if S is given by the equation f(x, y, z) = 0, and P = (x 0, y 0, z 0 ) is a point on S, then the vector (f x (x 0, y 0, z 0 ), f y (x 0, y 0, z 0 ), f z (x 0, y 0, z 0 )) is perpendicular to the surface at P. (The proof is not hard, but we will not discuss it here.) So, the equation of the tangent plane is f x (x 0, y 0, z 0 )(x x 0 ) + f y (x 0, y 0, z 0 )(y y 0 ) + f z (x 0, y 0, z 0 )(z z 0 ) = 0. For the sphere x 2 + y 2 + z 2 = 4, and the point P = ( 3, 0, 1), the tangent plane becomes 2 3(x 3) + 2(z 1) = 0, or 3 x + z = 4.

11 4.4 Surface area 101 (This is the plane that we computed above using a parametric description.) For a plane, say 2x 3y + 5z = 5, the tangent plane at P = (1, 1, 0) has equation 2(x 1) 3(y 1) + 5(z 0) = 0, or 2x 3y + 5z = 5, i.e., the plane we started with Remark. A few subtleties are worth pointing out. The technique to compute the tangent plane from a parametric description of the surface works if the three functions x(u, v), y(u, v) and z(u, v) are differentiable and the direction vectors produced from them are independent. Likewise, computing the tangent plane in a point (x 0, y 0, z 0 ) only works if the vector (f x (x 0, y 0, z 0 ), f y (x 0, y 0, z 0 ), f z (x 0, y 0, z 0 )) of partial derivatives is non zero Example. A tangent plane of a hyperboloid To compute the tangent plane at (1, 1, 1) of the hyperboloid x 2 + y 2 z 2 = 1, we first compute the three partial derivatives 2x, 2y and 2z. Therefore, the tangent plane has equation 2(x 1) + 2(y 1) 2(z 1) = 0 or x + y z = 1. Maybe you expect the tangent plane to meet the hyperboloid only in (1, 1, 1), but, surprisingly enough, the tangent plane intersects the hyperboloid along the two lines 1) x = 1, y = z, and 2) y = 1, x = z. It is easy to verify that these lines are on the hyperboloid. In the exercises you will go through the necessary computations. 4.4 Surface area If you decide to use a curved surface in a design, you probably need to know how big it is in order to be able to tell how much material you need and what the weight is. This section is devoted to the issue of computing surface areas of curved surfaces. The result is that the surface area of a surface given by a parametric description (where the parameters run through the region R) can be given by a surface integral: x u x v dudv. R Below, we explain how this integral is obtained. Basic ingredients are the surface area of a parallellogram and the cross product of vectors The area of a rectangle and a parallellogram If a rectangle has length l and width w, then its area is lw. Next, we consider a parallellogram R with sides along the two vectors a = (a 1, a 2 ) and b = (b 1, b 2 ) in the plane. In this case, the area equals the length of one side, say a, multiplied by the distance of b

12 102 Surfaces b φ Figure 4.7: The area of a parallellogram spanned by the vectors a and b: Multiply the length a of a by the distance of b to the line spanned by a. This distance is b sin φ. a to this side. If the angle between a and b is φ (with 0 φ π), then this distance is b sin φ. So the area A(R) of R is a b sin φ. Our next goal is to find a way to express this area directly in terms of the coordinates of a and b. To do this, we first note that the area is related to the inner product a b = a b cos φ of a and b, an expression which involves cos φ rather than sin φ. Since cos 2 φ + sin 2 φ = 1, we find the following relation between the inner product and the area: (a b) 2 + A(R) 2 = a 2 b 2 cos 2 φ + a 2 b 2 sin 2 φ = a 2 b 2 (cos 2 φ + sin 2 φ) = a 2 b 2. Since both a b and a 2 b 2 can be expressed in terms of coordinates, we conclude: Therefore, A(R) 2 = a 2 b 2 (1 cos 2 φ) = a 2 b 2 (a b) 2 = (a a 2 2)(b b 2 2) (a 1 b 1 + a 2 b 2 ) 2 = (a 1 b 2 a 2 b 1 ) 2. A(R) = a 1 b 2 a 2 b 1. (An area is positive, hence the absolute value signs.) A similar formula, but much more involved, can be given for the area of a parallellogram spanned by two vectors in 3 space. To describe the result we make a sidetour to discuss the so called cross product of two vectors in 3 space Intermezzo: The cross product of two vectors in 3-space The direction of a plane in 3 space is determined as soon as you know a vector perpendicular to the plane. We have used this observation before in describing the equation of a plane. Now this idea of a normal vector has been extended to an explicit construction of a vector perpendicular to two given vectors, the so called cross product. Moreover, there

13 4.4 Surface area 103 exists an easy way to compute the coordinates of the cross product from the coordinates of the two given vectors. The cross product of two non zero vectors a and b in 3 space is a vector, which is usually written as a b, determined by the following properties: a) It is perpendicular to a and b. b) The three vectors a, b, a b (in this order) form a positively oriented triple of vectors (just like the three standard basis vectors e 1, e 2, e 3 ). c) The length of the cross product is a b sin φ, where φ is the angle between a and b, i.e., it depends on the length of the two vectors and the angle they make. In case one of the two vectors is the zero vector 0 we define the cross product to be the zero vector 0. A computation similar in nature to the one in 2 space leads to the following expression for the cross product in terms of coordinates. Given two vectors a = (a 1, a 2, a 3 ) and b = (b 1, b 2, b 3 ) in 3 space, the cross product is given by a b = (a 2 b 3 a 3 b 2, a 3 b 1 a 1 b 3, a 1 b 2 a 2 b 1 ). This expression is mostly used in computations Example. Let a = (1, 0, 1) and b = (2, 1, 3). The cross product a b is then (0 3 1 ( 1), , 1 ( 1) 0 2) = (1, 1, 1). As a check, one can verify that this vector is indeed perpendicular to (1, 0, 1) and (2, 1, 3): (1, 0, 1) (1, 1, 1) = ( 1) + 1 ( 1) = 0, (2, 1, 3) (1, 1, 1) = ( 1) + 3 ( 1) = 0. The (coordinates of the) cross product can of course also be used to find equations of planes. For example, the plane spanned by a and b has parametric description λ(1, 0, 1) + µ(2, 1, 3) and equation x y z = 0. The coefficients 1, 1, 1 occurring in the equation are the coordinates of the cross product (1, 1, 1) of the two direction vectors a and b The cross product and the area of a parallellogram spanned by two vectors Just like in 2 space, the area of a parallellogram spanned by two vectors a and b in 3 space equals a b sin φ, i.e., the length of the cross product of a and b. Since we have a way of computing the cross product in terms of the coordinates of a and b, we find that the area A of the parallellogram spanned by the vectors a = (a 1, a 2, a 3 ) and b = (b 1, b 2, b 3 ) equals (a 2 b 3 a 3 b 2, a 3 b 1 a 1 b 3, a 1 b 2 a 2 b 1 ).

14 104 Surfaces Approximating surface areas using parametric descriptions Suppose x(u, v) is a parametric description of a surface S, where the parameters u and v range through some region R in u, v space. So if u and v range through R, then x(u, v) moves through the points of (part of) the surface S. Using tangent vectors and tangent planes, we will indicate how the surface area of a (piece of a) parametrized surface can be computed. Here is the basic idea. Fix a vector r 0 on S. The tangent plane at r 0 is a good linear (flat) approximation to the surface. It is spanned by the tangent vectors x u and x v, evaluated at r 0. If du and dv span a small rectangle in u, v-space, then x u du and x v dv span a small parallollogram in the tangent plane. The area of this parallellogram is a local approximation of a piece of S. Now the area of this parallellogram is given by the absolute value of the cross product of the two tangent vectors multiplied by dudv, i.e., x u x v dudv. Using these parallellograms we get a first order approximation of the area. The surface area itself is given by an integral, where u and v run through R, x u x v dudv. R Computing x u x v in the case of a graph of a function If our surface is the graph of f(x, y), then the most natural parametric description is x(u, v) = (u, v, f(u, v)). The two partial derivatives are x u (u, v) = (1, 0, f u (u, v)) and x v (u, v) = (0, 1, f v (u, v)). The cross product is ( f u, f v, 1) whose length is 1 + fu 2 + fv 2. So the surface area of the part of the graph where x and y are in the rectangle 0 x 3, 0 y 2 is given by f 2 x + f 2 y dydx. For example, to compute the surface area of the graph of f(x, y) = 2x+3y, where 0 x 3 and 0 y 2, we evaluate the integral 3 ( 2 ) dy dx = = Curvature of surfaces Curvature is an intuitively clear notion. For instance, you will agree that a sphere with radius 1 is more curved than a sphere with radius 10. Yet, in more complicated situations you may loose your grip on the notion of curvature. For instance, in the case of a hyperboloid the surface seems to bend differently in different directions. This section is devoted to the mathematical notion of total curvature, which makes the intuitive notion

15 4.5 Curvature of surfaces 105 more precise. There are more subtle notions of curvature, but those are beyond the scope of these notes. One aspect of curvature we mention right at the beginning: If we rotate or translate a surface, its curvature does not change. This is sometimes useful in actual computations, where you can move the surface to your favourite position before doing the computations. We will make use of this observation when convenient. For the graph of a (differentiable) function g, the curvature at (p, q) turns out to be g xx (p, q)g yy (p, q) g 2 xy(p, q) (1 + g x (p, q) 2 + g y (p, q) 2 ) 2. You may have come across the expression in the numerator before, since it is used in analysing extreme values of a function of two variables (maximum, minimum, saddle point) Curvature of curves in the plane We say that a circle of radius r has (everywhere constant) curvature 1/r. So, the larger the radius, the smaller the curvature, in accordance with common intuition. For a general curve, the curvature in a point of the curve is related to the circle which touches best to the curve in the given point. Suppose that the curve C passes through the origin O = (0, 0) and that the x axis is the tangent line to the curve at O. Let us assume that the curve is the graph of a function f(x). So f (0) = 0 since we are assuming that the x axis is the tangent line at O. Any circle whose center is on the y axis, and which passes through O, has the x axis as tangent line at O. Now which of these fits best? One way to deal with this problem is to look at the Taylor expansion of f and compare it with the Taylor expansion of the circle. First, we note that the lower part of the circle with center (0, r) and radius r is described by the function g(x) = r r 2 x 2 (for r x r). To find this, we started from the equation x 2 + (y r) 2 = r 2. The Taylor expansion of f(x) starts with f(0) + xf (0) + x2 f (0) +, and in our case this simplifies to x2 f (0). The Taylor 2 2 expansion of g(x) around x = 0 looks like 1 2 x2 r + So the circle with radius r = 1/f (0) fits best in the sense that the graph and the circle agree up to order 2. This approach is at the basis of the definition of curvature of a curve in the plane: in the situation we just discussed, the (absolute) curvature is said to be 1/ f (0). This definition assumes that f (0) = 0 and works only if f (0) 0. In a sense, curvature comes down to finding the radius of the circle which fits best. Since there is more room in 3 space, for surfaces, the situation is more involved Intermezzo: second order approximations to functions For functions of one variable f(x) you are familiar with its Taylor expansions. For instance, sin x = x x3 3! + x5 5!

16 106 Surfaces is the Taylor expansion of sin x around x = 0. There are similar expansions for functions of two variables. Usually, they can be derived from well known series for functions of one variable. Here is an example. To get an expansion for sin(x 2 + y 2 ) around (0, 0), we use the above expansion and subsitute x 2 + y 2 for x: sin(x 2 + y 2 ) = x 2 + y 2 (x2 + y 2 ) 3 + 3! The second order approximation contains exactly all linear and degree two terms of the expansion. So for sin(x 2 + y 2 ), the second order approximation is x 2 + y 2 (around 0). Here are a few examples and remarks: To compute the second order approximation of 1 x 2 y 2 around (0, 0), we use the first order expansion of 1 t around t = 0: 1 t/2 + (plus higher order). If we substitute x 2 + y 2 for t we already get the desired second order approximation: 1 (x 2 + y 2 )/2. In general, the 2nd order approximation around x = 0, y = 0 of a differentiable function f(x, y) is f(0, 0) + x f x (0, 0) + y f y (0, 0) ( x 2 f xx (0, 0) + 2xyf xy (0, 0) + y 2 f yy (0, 0) ). Around the point x = a, y = b, the second order expansion is f(a, b)+ (x a)f x (a, b) + (y b)f y (a, b)+ 1 2 ((x a)2 f xx (a, b) + 2(x a)(y b)f xy (a, b) + (y b) 2 f yy (a, b)). The second order expansion of f(x, y) = cos xy around (0, 0) is computed via its partial derivatives: f x = y sin(xy), f y = x sin(xy), f xx = y 2 cos(xy), f xy = sin(xy) xy cos(xy), f yy = x 2 cos(xy). So the 2nd order expansion becomes 1. The second order expansion is also used to investigate (local) extrema of functions Curvature of surfaces: first considerations The idea of a best touching circle is easily generalized to a best touching sphere in the case of surfaces, but alas, that is too simple. For instance, take a point on the cylinder x 2 + y 2 = 1. Suppose its z coordinate is 3. It is intuitively clear that the best touching sphere is a sphere with radius 1 and center at (0, 0, 3). But the sphere does not seem to take into account that along a vertical line on the cylinder, the cylinder is not curved. For a horizontal cross section the sphere seems fine, but not for a vertical cross section. If we use the radius of the sphere as a measure for the curvature of the cylinder, then both

17 4.5 Curvature of surfaces 107 sphere and cylinder would have the same curvature, which early does not correspond to our intuition. It seems that the 2 dimensionality of the surface makes things more subtle. Instead we turn to best 2nd order approximation in the sense of Taylor expansions. Or, more geometrically, best quadric approximation. First consider the sphere x 2 +y 2 +(z r) 2 = r 2. It passes through the origin and its tangent plane is horizontal. The lower half of this sphere can be described as the graph of the function f(x, y) = r r 2 x 2 y 2. The expansion around (0, 0) looks like f(x, y) 1 2 ( x 2 r + y2 r In this expression we see appearing a curvature in the x direction (where y = 0, and x is allowed to change) and in the y direction. We say that the total curvature is the product of the coefficients 1/r of the term x 2 and y 2 in the Taylor expansion (so we ignore the factor 1/2), i.e., 1 r 1 r = 1 r. 2 Now let us take a surface passing through the origin, with a horizontal tangent plane at (0, 0, 0). Suppose the surface is given as the graph of the function g(x, y). Then the Taylor expansion up to order 2 looks like g(0, 0) + xg x (0, 0) + yg y (0, 0) (g xxx 2 + 2g xy xy + g yy y 2 ) = 1 2 (g xxx 2 + 2g xy xy + g yy y 2 ) (where we have used g(0, 0) = 0, g x (0, 0) = g y (0, 0) = 0). This quadratic expression is the best 2nd order approximation to the surface. Unfortunately, there is a mixed term in the expression. By rotating the graph we can get rid of this term (we will not do this computation here, it is similar in spirit to the computation in (3.1.4) on page 61). This complicates matters in the sense that the correct definition of the total curvature is not the product of the coefficients of x 2 and y 2 (multiplied by 2), but is the following more elaborate expression: g xx (0, 0)g yy (0, 0) g 2 xy(0, 0) (which simplifies to g xx (0, 0)g yy (0, 0) if the mixed term is absent). But this expression is only correct if the tangent plane at O is horizontal. By using suitable rotations, the curvature in a point (p, q) of the graph of g(x, y) can be shown to be For short, we usually write omitting the coordinates of the point. ). g xx (p, q)g yy (p, q) g 2 xy(p, q) (1 + g x (p, q) 2 + g y (p, q) 2 ) 2. g xx g yy g 2 xy (1 + g 2 x + g 2 y) 2,

18 108 Surfaces Example: The curvature of an ellipsoid To study the curvature of the standard ellipsoid x2 2 + y z2 = 1, at (0, 0, 5), we first 2 52 note that the tangent plane is horizontal at (0, 0, 5). So we move on to describing part of the ellipsoid as the graph of a function. The relevant part is the graph of the function f(x, y) = 5 1 x2 2 y The second order approximation at (0, 0) of this function is 5(1 1 2 x y2 3 ) = ( ) 5x y So the curvature is = 25 (note again that we ignore the factor 1/2). In general, the 2 36 curvature of the ellipsoid with equation x2 a + y2 2 b + z2 = 1 at (0, 0, c) is 2 c2 K(0, 0, c) = c2 a 2 b 2. This is in agreement with intuition: if a and b get larger, then the ellipsoid becomes flatter near (0, 0, c), whereas the curvature increases, if c gets larger. Figure 4.8: From left to right: The curvature of the ellipsoid x2 a + y2 2 b + z2 = 1 at the south 2 c2 pole increases with increasing c. In the special case of a sphere of radius r, the coefficients a, b and c are all equal to r. The resulting total curvature of a sphere in (0, 0, r) is K(0, 0, r) = r2 r 2 r 2 = 1 r 2. Since a sphere is fully symmetric, we conclude that the curvature of the sphere is 1/r 2 at any point.

19 4.5 Curvature of surfaces Example: The curvature of a right circular cylinder To compute the curvature of the cylinder x 2 + y 2 = 1 in a point, we first note that we cannot describe this cylinder as the graph of a function of x and y. But we can describe part of the cylinder as the graph of y = 1 x 2 (a function of x and z). Let us compute the curvature at the point P = (0, 1, 0). So we start computing partial derivatives of f(x, z) = 1 x 2 at x = 0 and z = 0. The first partial derivatives are both 0: f x (0, 0) = x 1 x 2 (0,0) = 0, f z (0, 0) = 0 (the partial derivative of f with respect to z is 0 anyway, since 1 x 2 does not conatin the variable z). Next, we need f xx (0, 0), f zz (0, 0) and f xz (0, 0). Since the expression 1 x 2 for f(x, z) does not involve z, we conclude that f zz (0, 0) and f xz (0, 0) are both 0. So f xx (0, 0) f zz (0, 0) f xz (0, 0) 2 = f xx (0, 0) = 0. Hence, the curvature is On the meaning of curvature Here are some remarks on curvature. We use the graph of a function f(x, y) to support our observations. We assume f(0, 0) = 0, f x (0, 0) = 0 and f y (0, 0) = 0 and consider the graph near (0, 0, 0) in 3 space. a) Suppose the curvature is positive at (0, 0, 0). This means that f xx (0, 0)f yy (0, 0) fxy(0, 2 0) > 0. Now this condition means that f(x, y) has a (local) minimum or maximum at (0, 0), so the graph tends to be above the x, y plane or below it near (0, 0, 0). In general, positive curvature means that the surface tends to on one side of the tangent plane. b) Negative curvature corresponds to the fact that f(x, y) has neither a minimum nor a maximum at (0, 0). The function has a saddle point at (0, 0). c) If the curvature is 0, there is not much one can say in general. If the curvature is 0 for all points near a given point, the surface tends to be flat in at least one direction. For instance, the cylinder x 2 + y 2 = 1 has curvature 0 in every point. It is not curved in vertical directions Other approaches to curvature: via unit normal vectors 1 The approach via Taylor expansions is not the only way to analyse the notion of curvature. Two other approaches use unit normal vectors to the surface. A unit normal vector to a surface S in P is a vector N of length 1 which is perpendicular to the tangent plane T P (S) at P. If P runs through the surface, the vector N becomes a vector valued function. For example, for the sphere x 2 + y 2 + z 2 = 4, the unit normal vector to the sphere at P = (x, y, z) is N(P ) = (x/2, y/2, z/2). In terms of vectors: N(p) = p/2. To study the 1 This part can be omitted.

20 110 Surfaces curvature of a surface, one analyses the variation of N. The idea is that the more curved a surface is, the more N will vary. This is worked out in two ways (which we will not elaborate any further). Measuring the derivative To analyse the variation of N, the derivative of N is studied. This derivative turns out to be a 2 by 2 matrix for each point of the surface. The so called determinant of the matrix, a suitable combination of the coefficients of the matrix, is the curvature. Comparing surface areas The vector N(P ) lies on the unit sphere x 2 + y 2 + z 2 = 1 for all P. If P runs through a small portion of S, then the unit normal vector will run through some portion of the unit sphere. For example, if the surface S is a plane, the unit normal vector is a constant vector of length one. No matter what portion of the plane P runs through, the unit normal vector is just a fixed single vector on the unit sphere. The area of this single point is evidently 0 times the area of the portion of the plane. This explains that the curvature of a plane is 0. For the sphere S with equation x 2 + y 2 + z 2 = 4 the situation is different. If P runs through the part of the sphere with x 0, y 0, the unit normal vector runs through the part of x 2 + y 2 + z 2 = 1 satisfying x 0 and y 0. In this case the area of the portion on the unit sphere is 1/4 times the area of the part on S. This explains that the curvature of a sphere of radius 2 is 1/4. In general, if a point runs through a part of a surface containing point P with area R and the unit normal vector sweeps out a piece of area T, then the quotient T/R is an approximation of the curvature at P. By taking smaller and smaller pieces around P, i.e., taking the limit where R 0, we get the curvature at P Other approaches to curvature: via curves Yet another approach to curvature uses curves on the surface. The idea is to consider the curvature of certain curves on a surface through a given point on the surface. It turns out that, for a given point P on the surface, this curvature is always between a certain minimum value k 1 and a maximum value k 2. Surprisingly enough, the product k 1 k 2 is the total curvature of the surface at P. For example, for the cylinder x 2 + y 2 = 1 the minimum k 1 is attained for the vertical lines (and equals 0), the maximum k 2 is attained by the horizontal circles and equals 1. Hence, the total curvature is 0 1 = Curvature of surfaces using parametric descriptions The curvature can also be expressed in terms of parametric descriptions of a surface. Similar computations as above reveal that for the parametric description x(u, v) the absolute value of the curvature at x(u 0, v 0 ) is given by (N x uu ) (N x vv ) (N x uv ) 2 x u 2 x v 2 (x u x v ) 2.

21 4.6 There is much more on surfaces 111 The denominator is the squared area of the parallellogram spanned by the two tangent vectors x u and x v. In the case of a function, say x(x, y) = (x, y, f(x, y)), the tangent vectors are x x = (1, 0, f x ) and x y = (0, 1, f y ) and the cross product is ( f x, f y, 1) whose squared length is 1+fx 2 +fy 2, a factor which appeared in the denominator for the curvature in (4.5.4) The curvature of a ruled surface is non positive We use the expression for the curvature in terms of a parametric description to derive the fact that the total curvature of a ruled surface at any point is 0 (non-positive). Here is why: a ruled surface is always of the form x(u, v) = α(u) + vβ(u). (Through the point α(u) a line with direction β(u) is drawn.) Since x vv (u, v) = 0 the factor N x vv in the formula for the curvature vanishes. But, then the curvature is of the form (N x uv ) 2 x u 2 x v 2 (x u x v ) 2. The nominator is obviously always non positive. Fortunately, the denominator is always positive (if the tangent vectors x u and x v are non zero)! To see this, we use the fact that x u x v = x u x v cos φ, where φ is the angle between x u and x v. So here is the computation: x u 2 x v 2 (x u x v ) 2 x u 2 x v 2 x u 2 x v 2 cos 2 φ = x u 2 x v 2 sin 2 φ 0. In fact, the denominator of the fraction is the squared length of the cross product of x u and x v, hence always non negative. As the nominator is 0 and the denominator is always positive, the curvature is non positive. So, any time you construct a surface by moving a line through space, its curvature will be non positive. 4.6 There is much more on surfaces There is a lot about surfaces we have not been able to discuss. Here is a short list of related topics. We have characterized curvature mainly through one number, the total curvature, but one can analyse the curvature of curves on a surface in more detail with surprising results. The mean curvature of a surface is a quantity related to the curvature. A surface whose mean curvature is always 0 is a minimal surface (well, there are a few provisos). Soap films are examples of minimal surfaces.

22 112 Surfaces We have not discussed glueing surfaces together, like glueing a spherical cap on top of a cylinder (of finite height). Numerical approximations for our computations are beyond the scope of this course.

23 4.7 Exercises Exercises 1 The tangent plane to a cylinder a) Compute the (equation or parametric description of the) tangent plane to the cylinder x 2 + y 2 = 4 at (1, 3, 5). b) At which points of the cylinder is the tangent plane the same as the one in a)? c) Show that the intersection of the tangent plane from a) with the cylinder is a line. 2 The intersection of a hyperboloid and a tangent plane In Example (4.3.6) we noticed that the hyperboloid x 2 + y 2 z 2 = 1 and its tangent plane intersect along two lines. Here is the (better: a) computation that leads to this result. We have to solve the system of two equations x 2 + y 2 z 2 = 1 and x + y z = 1. a) Show how to rewrite the equations as (x+z)(x z) = (1+y)(1 y) and x z = 1 y. b) Suppose for a moment that y 1. Then show that the system can be rewritten as x + z = 1 + y and x z = 1 y. Now argue that this leads to x = 1 and y = z. c) Suppose that y = 1. Show that this leads to the line y = 1 and x = z in the intersection. 3 Hyperboloic paraboloids are ruled surfaces Let S be the hyperbolic paraboloid z = xy (by rotating it over 45 you get the equation in standard form). a) Show that the intersection of the planes y = z/3 and x = 3 is a line on S. b) Show that for each t 0, the intersection of the planes y = z/t and x = t is a line on S. These lines are indicated by L t. c) Show that (0, 1, t) is parallel to L t. Moreover, show by eliminating t and u that (t, 0, 0) + u(0, 1, t) describes S as a ruled surface. 4 On surfaces of revolution In (4.2.2) on page 94 we have set up two equations from which to eliminate t: x 2 +y 2 +z 2 = t 2 + t 4 + t 6 and x = t. Show that if you rotate the curve (t, t 2, t 3 ) around the x axis, you can also use the cylinder y 2 + z 2 = t 4 + t 6 and the plane x = t as your starting point. 5 Rotating a line a) Rotate the line (1, 0, 0) + λ(0, 1, 1) around the z axis. Use a sphere with center O and a horizontal plane to find the equation of the resulting surface. b) Now rotate the same line around the line through the point (1, 0, 0) and parallel to the z axis. What is the equation of the resulting surface?

24 114 Surfaces 6 Rotating a hyperbola Let C be the hyperbola y 2 z 2 = 1 in the y, z plane (so x = 0). The part C + where y > 0 can be parametrized by (0, cosh t, sinh t). a) Use a rotation matrix to describe the surface that arises if you rotate C + around the z axis. What is the equation of this surface? b) Similar question, but now rotate around the y axis. The equation you get is also satisfied by points with negative coordinates. Explain! 7 The exterior product a) Compute the exterior product of the vectors (2, 3, 1) and (1, 0, 2). Same question for the vectors (2, 3, 1) and (4, 6, 2). Can you explain the answer? b) Use the exterior product to find an equation for the plane λ(2, 3, 1)+µ(1, 0, 2) spanned by (2, 3, 1) and (1, 0, 2). c) The planes x + y + 2z = 0 and 4x + 6y 2z = 0 intersect along a line. Determine a parametric description of this line. Compare your result with the exterior product of the normal vectors (1, 1, 2) and (4, 6, 2) of the two planes. d) The vectors n 1 and n 2 are normal vectors of the distinct planes V 1 and V 2 through the origin, respectively. Argue why n 1 n 2 spans the line of intersection of the two lines. 8 Surface areas In each of the following cases, compute the surface area of the indicated surfaces. a) The plane 3x + 2y + z = 5, where 1 x 3 and 1 y 5. b) The surface given by the graph of f(x, y) = cosh(x), where 0 x 2 and 0 y 4. c) The surface given by the graph of f(x, y) = xy, where x 2 + y [Hint: use polar coordinates.] d) The part of the paraboloid z = x 2 + y 2 inside the cylinder x 2 + y 2 = 1. 9 Surface area of a plane Over the unit square 0 x 1, 0 y 1 a plane is constructed which passes through (0, 0, 0), (1, 0, a) and (1, 1, b) (for some positive numbers a and b with b > a). Determine the area of the piece of the roof above the unit square in terms of a and b. 10 Surface area of a piece of a sphere If you intersect the sphere x 2 + y 2 + z 2 = 4 with the plane x + y + z = 3, the intersection is a circle. This circle bounds a cap of the sphere. Compute the area of such a cap in the following steps.

25 4.7 Exercises 115 a) Argue why you can just as well compute the area of the cap cut off by the plane z = 3. b) Describe the upper half of the sphere as the graph of a function and set up the integral that computes the surface area. What is the region over which to integrate? c) Use polar coordinates to evaluate the integral. d) Now we use the parametric description x(u, v) = (2 cos u sin v, 2 sin u sin v, 2 cos v) to compute the surface area. Which u, v region corresponds to the cap? e) Compute x u and x v and find the length x u x v of the exterior product. f) Set up the surface integral and evaluate the integral. 11 Surface area of a cone In this exercise we look at the part of the cone z 2 = x 2 + y 2, where z 0. We consider the piece inside the cylinder x 2 + y 2 = 4. a) Describe this part as the graph of a function and set up the corresponding surface integral. Evaluate he integral. b) Now compute the area using a parametric description like x(r, φ) = (r cos φ, r sin φ, r). 12 The curvature of a cylinder In (4.5.6) on page 109 we computed the curvature of the cylinder x 2 + y 2 = 1 in (0, 1, 0) by viewing part of the cylinder as the graph of y = 1 x 2. In this exercise we look a bit closer at the cylinder. a) Argue why the curvature of the cylinder will be the same in every point. b) Argue why you can just as well compute the curvature of the cylinder x 2 + z 2 = 1. c) Show why the curvature of cylinder is 0 in every point. 13 The curvature of a hyperboloid In this exercise we compute the curvature of the hyperboloid x 2 + y 2 z 2 = 1 in (1, 0, 0). a) Find a suitable way of describing a portion of the surface containing (1, 0, 0) as the graph of a function (a function of x and y, or of x and z, or of y and z). b) Now compute the curvature. Which points of the hyperboloid will have the same curvature?

(a) We have x = 3 + 2t, y = 2 t, z = 6 so solving for t we get the symmetric equations. x 3 2. = 2 y, z = 6. t 2 2t + 1 = 0,

(a) We have x = 3 + 2t, y = 2 t, z = 6 so solving for t we get the symmetric equations. x 3 2. = 2 y, z = 6. t 2 2t + 1 = 0, Name: Solutions to Practice Final. Consider the line r(t) = 3 + t, t, 6. (a) Find symmetric equations for this line. (b) Find the point where the first line r(t) intersects the surface z = x + y. (a) We

More information

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1

x 2 + y 2 = 1 y 1 = x 2 + 2x y = x 2 + 2x + 1 Implicit Functions Defining Implicit Functions Up until now in this course, we have only talked about functions, which assign to every real number x in their domain exactly one real number f(x). The graphs

More information

42 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE. Figure 1.18: Parabola y = 2x 2. 1.6.1 Brief review of Conic Sections

42 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE. Figure 1.18: Parabola y = 2x 2. 1.6.1 Brief review of Conic Sections 2 CHAPTER 1. VECTORS AND THE GEOMETRY OF SPACE Figure 1.18: Parabola y = 2 1.6 Quadric Surfaces 1.6.1 Brief review of Conic Sections You may need to review conic sections for this to make more sense. You

More information

Solutions for Review Problems

Solutions for Review Problems olutions for Review Problems 1. Let be the triangle with vertices A (,, ), B (4,, 1) and C (,, 1). (a) Find the cosine of the angle BAC at vertex A. (b) Find the area of the triangle ABC. (c) Find a vector

More information

A QUICK GUIDE TO THE FORMULAS OF MULTIVARIABLE CALCULUS

A QUICK GUIDE TO THE FORMULAS OF MULTIVARIABLE CALCULUS A QUIK GUIDE TO THE FOMULAS OF MULTIVAIABLE ALULUS ontents 1. Analytic Geometry 2 1.1. Definition of a Vector 2 1.2. Scalar Product 2 1.3. Properties of the Scalar Product 2 1.4. Length and Unit Vectors

More information

discuss how to describe points, lines and planes in 3 space.

discuss how to describe points, lines and planes in 3 space. Chapter 2 3 Space: lines and planes In this chapter we discuss how to describe points, lines and planes in 3 space. introduce the language of vectors. discuss various matters concerning the relative position

More information

This makes sense. t 2 1 + 1/t 2 dt = 1. t t 2 + 1dt = 2 du = 1 3 u3/2 u=5

This makes sense. t 2 1 + 1/t 2 dt = 1. t t 2 + 1dt = 2 du = 1 3 u3/2 u=5 1. (Line integrals Using parametrization. Two types and the flux integral) Formulas: ds = x (t) dt, d x = x (t)dt and d x = T ds since T = x (t)/ x (t). Another one is Nds = T ds ẑ = (dx, dy) ẑ = (dy,

More information

DERIVATIVES AS MATRICES; CHAIN RULE

DERIVATIVES AS MATRICES; CHAIN RULE DERIVATIVES AS MATRICES; CHAIN RULE 1. Derivatives of Real-valued Functions Let s first consider functions f : R 2 R. Recall that if the partial derivatives of f exist at the point (x 0, y 0 ), then we

More information

FINAL EXAM SOLUTIONS Math 21a, Spring 03

FINAL EXAM SOLUTIONS Math 21a, Spring 03 INAL EXAM SOLUIONS Math 21a, Spring 3 Name: Start by printing your name in the above box and check your section in the box to the left. MW1 Ken Chung MW1 Weiyang Qiu MW11 Oliver Knill h1 Mark Lucianovic

More information

11.1. Objectives. Component Form of a Vector. Component Form of a Vector. Component Form of a Vector. Vectors and the Geometry of Space

11.1. Objectives. Component Form of a Vector. Component Form of a Vector. Component Form of a Vector. Vectors and the Geometry of Space 11 Vectors and the Geometry of Space 11.1 Vectors in the Plane Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. 2 Objectives! Write the component form of

More information

Figure 2.1: Center of mass of four points.

Figure 2.1: Center of mass of four points. Chapter 2 Bézier curves are named after their inventor, Dr. Pierre Bézier. Bézier was an engineer with the Renault car company and set out in the early 196 s to develop a curve formulation which would

More information

88 CHAPTER 2. VECTOR FUNCTIONS. . First, we need to compute T (s). a By definition, r (s) T (s) = 1 a sin s a. sin s a, cos s a

88 CHAPTER 2. VECTOR FUNCTIONS. . First, we need to compute T (s). a By definition, r (s) T (s) = 1 a sin s a. sin s a, cos s a 88 CHAPTER. VECTOR FUNCTIONS.4 Curvature.4.1 Definitions and Examples The notion of curvature measures how sharply a curve bends. We would expect the curvature to be 0 for a straight line, to be very small

More information

Fundamental Theorems of Vector Calculus

Fundamental Theorems of Vector Calculus Fundamental Theorems of Vector Calculus We have studied the techniques for evaluating integrals over curves and surfaces. In the case of integrating over an interval on the real line, we were able to use

More information

Solutions to Homework 10

Solutions to Homework 10 Solutions to Homework 1 Section 7., exercise # 1 (b,d): (b) Compute the value of R f dv, where f(x, y) = y/x and R = [1, 3] [, 4]. Solution: Since f is continuous over R, f is integrable over R. Let x

More information

Section 1.1. Introduction to R n

Section 1.1. Introduction to R n The Calculus of Functions of Several Variables Section. Introduction to R n Calculus is the study of functional relationships and how related quantities change with each other. In your first exposure to

More information

L 2 : x = s + 1, y = s, z = 4s + 4. 3. Suppose that C has coordinates (x, y, z). Then from the vector equality AC = BD, one has

L 2 : x = s + 1, y = s, z = 4s + 4. 3. Suppose that C has coordinates (x, y, z). Then from the vector equality AC = BD, one has The line L through the points A and B is parallel to the vector AB = 3, 2, and has parametric equations x = 3t + 2, y = 2t +, z = t Therefore, the intersection point of the line with the plane should satisfy:

More information

AB2.5: Surfaces and Surface Integrals. Divergence Theorem of Gauss

AB2.5: Surfaces and Surface Integrals. Divergence Theorem of Gauss AB2.5: urfaces and urface Integrals. Divergence heorem of Gauss epresentations of surfaces or epresentation of a surface as projections on the xy- and xz-planes, etc. are For example, z = f(x, y), x =

More information

Geometry in architecture and building

Geometry in architecture and building Geometry in architecture and building Hans Sterk Faculteit Wiskunde en Informatica Technische Universiteit Eindhoven ii Lecture notes for 2DB60 Meetkunde voor Bouwkunde The picture on the cover was kindly

More information

SOLUTIONS. f x = 6x 2 6xy 24x, f y = 3x 2 6y. To find the critical points, we solve

SOLUTIONS. f x = 6x 2 6xy 24x, f y = 3x 2 6y. To find the critical points, we solve SOLUTIONS Problem. Find the critical points of the function f(x, y = 2x 3 3x 2 y 2x 2 3y 2 and determine their type i.e. local min/local max/saddle point. Are there any global min/max? Partial derivatives

More information

Surface Normals and Tangent Planes

Surface Normals and Tangent Planes Surface Normals and Tangent Planes Normal and Tangent Planes to Level Surfaces Because the equation of a plane requires a point and a normal vector to the plane, nding the equation of a tangent plane to

More information

Section 12.6: Directional Derivatives and the Gradient Vector

Section 12.6: Directional Derivatives and the Gradient Vector Section 26: Directional Derivatives and the Gradient Vector Recall that if f is a differentiable function of x and y and z = f(x, y), then the partial derivatives f x (x, y) and f y (x, y) give the rate

More information

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions.

Algebra 2 Chapter 1 Vocabulary. identity - A statement that equates two equivalent expressions. Chapter 1 Vocabulary identity - A statement that equates two equivalent expressions. verbal model- A word equation that represents a real-life problem. algebraic expression - An expression with variables.

More information

( 1)2 + 2 2 + 2 2 = 9 = 3 We would like to make the length 6. The only vectors in the same direction as v are those

( 1)2 + 2 2 + 2 2 = 9 = 3 We would like to make the length 6. The only vectors in the same direction as v are those 1.(6pts) Which of the following vectors has the same direction as v 1,, but has length 6? (a), 4, 4 (b),, (c) 4,, 4 (d), 4, 4 (e) 0, 6, 0 The length of v is given by ( 1) + + 9 3 We would like to make

More information

Math 241, Exam 1 Information.

Math 241, Exam 1 Information. Math 241, Exam 1 Information. 9/24/12, LC 310, 11:15-12:05. Exam 1 will be based on: Sections 12.1-12.5, 14.1-14.3. The corresponding assigned homework problems (see http://www.math.sc.edu/ boylan/sccourses/241fa12/241.html)

More information

1 3 4 = 8i + 20j 13k. x + w. y + w

1 3 4 = 8i + 20j 13k. x + w. y + w ) Find the point of intersection of the lines x = t +, y = 3t + 4, z = 4t + 5, and x = 6s + 3, y = 5s +, z = 4s + 9, and then find the plane containing these two lines. Solution. Solve the system of equations

More information

Exam 1 Sample Question SOLUTIONS. y = 2x

Exam 1 Sample Question SOLUTIONS. y = 2x Exam Sample Question SOLUTIONS. Eliminate the parameter to find a Cartesian equation for the curve: x e t, y e t. SOLUTION: You might look at the coordinates and notice that If you don t see it, we can

More information

Numerical Analysis Lecture Notes

Numerical Analysis Lecture Notes Numerical Analysis Lecture Notes Peter J. Olver 5. Inner Products and Norms The norm of a vector is a measure of its size. Besides the familiar Euclidean norm based on the dot product, there are a number

More information

THREE DIMENSIONAL GEOMETRY

THREE DIMENSIONAL GEOMETRY Chapter 8 THREE DIMENSIONAL GEOMETRY 8.1 Introduction In this chapter we present a vector algebra approach to three dimensional geometry. The aim is to present standard properties of lines and planes,

More information

Solutions to old Exam 1 problems

Solutions to old Exam 1 problems Solutions to old Exam 1 problems Hi students! I am putting this old version of my review for the first midterm review, place and time to be announced. Check for updates on the web site as to which sections

More information

Differentiation of vectors

Differentiation of vectors Chapter 4 Differentiation of vectors 4.1 Vector-valued functions In the previous chapters we have considered real functions of several (usually two) variables f : D R, where D is a subset of R n, where

More information

Copyrighted Material. Chapter 1 DEGREE OF A CURVE

Copyrighted Material. Chapter 1 DEGREE OF A CURVE Chapter 1 DEGREE OF A CURVE Road Map The idea of degree is a fundamental concept, which will take us several chapters to explore in depth. We begin by explaining what an algebraic curve is, and offer two

More information

Review of Fundamental Mathematics

Review of Fundamental Mathematics Review of Fundamental Mathematics As explained in the Preface and in Chapter 1 of your textbook, managerial economics applies microeconomic theory to business decision making. The decision-making tools

More information

Math 1B, lecture 5: area and volume

Math 1B, lecture 5: area and volume Math B, lecture 5: area and volume Nathan Pflueger 6 September 2 Introduction This lecture and the next will be concerned with the computation of areas of regions in the plane, and volumes of regions in

More information

Two vectors are equal if they have the same length and direction. They do not

Two vectors are equal if they have the same length and direction. They do not Vectors define vectors Some physical quantities, such as temperature, length, and mass, can be specified by a single number called a scalar. Other physical quantities, such as force and velocity, must

More information

PYTHAGOREAN TRIPLES KEITH CONRAD

PYTHAGOREAN TRIPLES KEITH CONRAD PYTHAGOREAN TRIPLES KEITH CONRAD 1. Introduction A Pythagorean triple is a triple of positive integers (a, b, c) where a + b = c. Examples include (3, 4, 5), (5, 1, 13), and (8, 15, 17). Below is an ancient

More information

Solutions - Homework sections 17.7-17.9

Solutions - Homework sections 17.7-17.9 olutions - Homework sections 7.7-7.9 7.7 6. valuate xy d, where is the triangle with vertices (,, ), (,, ), and (,, ). The three points - and therefore the triangle between them - are on the plane x +

More information

MULTIPLE INTEGRALS. h 2 (y) are continuous functions on [c, d] and let f(x, y) be a function defined on R. Then

MULTIPLE INTEGRALS. h 2 (y) are continuous functions on [c, d] and let f(x, y) be a function defined on R. Then MULTIPLE INTEGALS 1. ouble Integrals Let be a simple region defined by a x b and g 1 (x) y g 2 (x), where g 1 (x) and g 2 (x) are continuous functions on [a, b] and let f(x, y) be a function defined on.

More information

APPLICATIONS. are symmetric, but. are not.

APPLICATIONS. are symmetric, but. are not. CHAPTER III APPLICATIONS Real Symmetric Matrices The most common matrices we meet in applications are symmetric, that is, they are square matrices which are equal to their transposes In symbols, A t =

More information

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates

www.mathsbox.org.uk ab = c a If the coefficients a,b and c are real then either α and β are real or α and β are complex conjugates Further Pure Summary Notes. Roots of Quadratic Equations For a quadratic equation ax + bx + c = 0 with roots α and β Sum of the roots Product of roots a + b = b a ab = c a If the coefficients a,b and c

More information

LINES AND PLANES CHRIS JOHNSON

LINES AND PLANES CHRIS JOHNSON LINES AND PLANES CHRIS JOHNSON Abstract. In this lecture we derive the equations for lines and planes living in 3-space, as well as define the angle between two non-parallel planes, and determine the distance

More information

1.7 Graphs of Functions

1.7 Graphs of Functions 64 Relations and Functions 1.7 Graphs of Functions In Section 1.4 we defined a function as a special type of relation; one in which each x-coordinate was matched with only one y-coordinate. We spent most

More information

2.1 Three Dimensional Curves and Surfaces

2.1 Three Dimensional Curves and Surfaces . Three Dimensional Curves and Surfaces.. Parametric Equation of a Line An line in two- or three-dimensional space can be uniquel specified b a point on the line and a vector parallel to the line. The

More information

TOPIC 4: DERIVATIVES

TOPIC 4: DERIVATIVES TOPIC 4: DERIVATIVES 1. The derivative of a function. Differentiation rules 1.1. The slope of a curve. The slope of a curve at a point P is a measure of the steepness of the curve. If Q is a point on the

More information

Section 9.5: Equations of Lines and Planes

Section 9.5: Equations of Lines and Planes Lines in 3D Space Section 9.5: Equations of Lines and Planes Practice HW from Stewart Textbook (not to hand in) p. 673 # 3-5 odd, 2-37 odd, 4, 47 Consider the line L through the point P = ( x, y, ) that

More information

We can display an object on a monitor screen in three different computer-model forms: Wireframe model Surface Model Solid model

We can display an object on a monitor screen in three different computer-model forms: Wireframe model Surface Model Solid model CHAPTER 4 CURVES 4.1 Introduction In order to understand the significance of curves, we should look into the types of model representations that are used in geometric modeling. Curves play a very significant

More information

3. INNER PRODUCT SPACES

3. INNER PRODUCT SPACES . INNER PRODUCT SPACES.. Definition So far we have studied abstract vector spaces. These are a generalisation of the geometric spaces R and R. But these have more structure than just that of a vector space.

More information

1. First-order Ordinary Differential Equations

1. First-order Ordinary Differential Equations Advanced Engineering Mathematics 1. First-order ODEs 1 1. First-order Ordinary Differential Equations 1.1 Basic concept and ideas 1.2 Geometrical meaning of direction fields 1.3 Separable differential

More information

MECHANICAL PRINCIPLES HNC/D MOMENTS OF AREA. Define and calculate 1st. moments of areas. Define and calculate 2nd moments of areas.

MECHANICAL PRINCIPLES HNC/D MOMENTS OF AREA. Define and calculate 1st. moments of areas. Define and calculate 2nd moments of areas. MECHANICAL PRINCIPLES HNC/D MOMENTS OF AREA The concepts of first and second moments of area fundamental to several areas of engineering including solid mechanics and fluid mechanics. Students who are

More information

Chapter 17. Review. 1. Vector Fields (Section 17.1)

Chapter 17. Review. 1. Vector Fields (Section 17.1) hapter 17 Review 1. Vector Fields (Section 17.1) There isn t much I can say in this section. Most of the material has to do with sketching vector fields. Please provide some explanation to support your

More information

Math 265 (Butler) Practice Midterm II B (Solutions)

Math 265 (Butler) Practice Midterm II B (Solutions) Math 265 (Butler) Practice Midterm II B (Solutions) 1. Find (x 0, y 0 ) so that the plane tangent to the surface z f(x, y) x 2 + 3xy y 2 at ( x 0, y 0, f(x 0, y 0 ) ) is parallel to the plane 16x 2y 2z

More information

Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress

Biggar High School Mathematics Department. National 5 Learning Intentions & Success Criteria: Assessing My Progress Biggar High School Mathematics Department National 5 Learning Intentions & Success Criteria: Assessing My Progress Expressions & Formulae Topic Learning Intention Success Criteria I understand this Approximation

More information

3. Let A and B be two n n orthogonal matrices. Then prove that AB and BA are both orthogonal matrices. Prove a similar result for unitary matrices.

3. Let A and B be two n n orthogonal matrices. Then prove that AB and BA are both orthogonal matrices. Prove a similar result for unitary matrices. Exercise 1 1. Let A be an n n orthogonal matrix. Then prove that (a) the rows of A form an orthonormal basis of R n. (b) the columns of A form an orthonormal basis of R n. (c) for any two vectors x,y R

More information

Derive 5: The Easiest... Just Got Better!

Derive 5: The Easiest... Just Got Better! Liverpool John Moores University, 1-15 July 000 Derive 5: The Easiest... Just Got Better! Michel Beaudin École de Technologie Supérieure, Canada Email; mbeaudin@seg.etsmtl.ca 1. Introduction Engineering

More information

4.5 Linear Dependence and Linear Independence

4.5 Linear Dependence and Linear Independence 4.5 Linear Dependence and Linear Independence 267 32. {v 1, v 2 }, where v 1, v 2 are collinear vectors in R 3. 33. Prove that if S and S are subsets of a vector space V such that S is a subset of S, then

More information

Copyright 2011 Casa Software Ltd. www.casaxps.com. Centre of Mass

Copyright 2011 Casa Software Ltd. www.casaxps.com. Centre of Mass Centre of Mass A central theme in mathematical modelling is that of reducing complex problems to simpler, and hopefully, equivalent problems for which mathematical analysis is possible. The concept of

More information

Solutions to Homework 5

Solutions to Homework 5 Solutions to Homework 5 1. Let z = f(x, y) be a twice continously differentiable function of x and y. Let x = r cos θ and y = r sin θ be the equations which transform polar coordinates into rectangular

More information

Name Class. Date Section. Test Form A Chapter 11. Chapter 11 Test Bank 155

Name Class. Date Section. Test Form A Chapter 11. Chapter 11 Test Bank 155 Chapter Test Bank 55 Test Form A Chapter Name Class Date Section. Find a unit vector in the direction of v if v is the vector from P,, 3 to Q,, 0. (a) 3i 3j 3k (b) i j k 3 i 3 j 3 k 3 i 3 j 3 k. Calculate

More information

MATH 132: CALCULUS II SYLLABUS

MATH 132: CALCULUS II SYLLABUS MATH 32: CALCULUS II SYLLABUS Prerequisites: Successful completion of Math 3 (or its equivalent elsewhere). Math 27 is normally not a sufficient prerequisite for Math 32. Required Text: Calculus: Early

More information

14.11. Geodesic Lines, Local Gauss-Bonnet Theorem

14.11. Geodesic Lines, Local Gauss-Bonnet Theorem 14.11. Geodesic Lines, Local Gauss-Bonnet Theorem Geodesics play a very important role in surface theory and in dynamics. One of the main reasons why geodesics are so important is that they generalize

More information

PROBLEM SET. Practice Problems for Exam #1. Math 1352, Fall 2004. Oct. 1, 2004 ANSWERS

PROBLEM SET. Practice Problems for Exam #1. Math 1352, Fall 2004. Oct. 1, 2004 ANSWERS PROBLEM SET Practice Problems for Exam # Math 352, Fall 24 Oct., 24 ANSWERS i Problem. vlet R be the region bounded by the curves x = y 2 and y = x. A. Find the volume of the solid generated by revolving

More information

Lecture L6 - Intrinsic Coordinates

Lecture L6 - Intrinsic Coordinates S. Widnall, J. Peraire 16.07 Dynamics Fall 2009 Version 2.0 Lecture L6 - Intrinsic Coordinates In lecture L4, we introduced the position, velocity and acceleration vectors and referred them to a fixed

More information

6 EXTENDING ALGEBRA. 6.0 Introduction. 6.1 The cubic equation. Objectives

6 EXTENDING ALGEBRA. 6.0 Introduction. 6.1 The cubic equation. Objectives 6 EXTENDING ALGEBRA Chapter 6 Extending Algebra Objectives After studying this chapter you should understand techniques whereby equations of cubic degree and higher can be solved; be able to factorise

More information

Practice Final Math 122 Spring 12 Instructor: Jeff Lang

Practice Final Math 122 Spring 12 Instructor: Jeff Lang Practice Final Math Spring Instructor: Jeff Lang. Find the limit of the sequence a n = ln (n 5) ln (3n + 8). A) ln ( ) 3 B) ln C) ln ( ) 3 D) does not exist. Find the limit of the sequence a n = (ln n)6

More information

The Fourth International DERIVE-TI92/89 Conference Liverpool, U.K., 12-15 July 2000. Derive 5: The Easiest... Just Got Better!

The Fourth International DERIVE-TI92/89 Conference Liverpool, U.K., 12-15 July 2000. Derive 5: The Easiest... Just Got Better! The Fourth International DERIVE-TI9/89 Conference Liverpool, U.K., -5 July 000 Derive 5: The Easiest... Just Got Better! Michel Beaudin École de technologie supérieure 00, rue Notre-Dame Ouest Montréal

More information

2 Integrating Both Sides

2 Integrating Both Sides 2 Integrating Both Sides So far, the only general method we have for solving differential equations involves equations of the form y = f(x), where f(x) is any function of x. The solution to such an equation

More information

College of the Holy Cross, Spring 2009 Math 373, Partial Differential Equations Midterm 1 Practice Questions

College of the Holy Cross, Spring 2009 Math 373, Partial Differential Equations Midterm 1 Practice Questions College of the Holy Cross, Spring 29 Math 373, Partial Differential Equations Midterm 1 Practice Questions 1. (a) Find a solution of u x + u y + u = xy. Hint: Try a polynomial of degree 2. Solution. Use

More information

Lecture L3 - Vectors, Matrices and Coordinate Transformations

Lecture L3 - Vectors, Matrices and Coordinate Transformations S. Widnall 16.07 Dynamics Fall 2009 Lecture notes based on J. Peraire Version 2.0 Lecture L3 - Vectors, Matrices and Coordinate Transformations By using vectors and defining appropriate operations between

More information

Section 11.1: Vectors in the Plane. Suggested Problems: 1, 5, 9, 17, 23, 25-37, 40, 42, 44, 45, 47, 50

Section 11.1: Vectors in the Plane. Suggested Problems: 1, 5, 9, 17, 23, 25-37, 40, 42, 44, 45, 47, 50 Section 11.1: Vectors in the Plane Page 779 Suggested Problems: 1, 5, 9, 17, 3, 5-37, 40, 4, 44, 45, 47, 50 Determine whether the following vectors a and b are perpendicular. 5) a = 6, 0, b = 0, 7 Recall

More information

Determine If An Equation Represents a Function

Determine If An Equation Represents a Function Question : What is a linear function? The term linear function consists of two parts: linear and function. To understand what these terms mean together, we must first understand what a function is. The

More information

2.2. Instantaneous Velocity

2.2. Instantaneous Velocity 2.2. Instantaneous Velocity toc Assuming that your are not familiar with the technical aspects of this section, when you think about it, your knowledge of velocity is limited. In terms of your own mathematical

More information

Introduction to Algebraic Geometry. Bézout s Theorem and Inflection Points

Introduction to Algebraic Geometry. Bézout s Theorem and Inflection Points Introduction to Algebraic Geometry Bézout s Theorem and Inflection Points 1. The resultant. Let K be a field. Then the polynomial ring K[x] is a unique factorisation domain (UFD). Another example of a

More information

Unified Lecture # 4 Vectors

Unified Lecture # 4 Vectors Fall 2005 Unified Lecture # 4 Vectors These notes were written by J. Peraire as a review of vectors for Dynamics 16.07. They have been adapted for Unified Engineering by R. Radovitzky. References [1] Feynmann,

More information

10 Polar Coordinates, Parametric Equations

10 Polar Coordinates, Parametric Equations Polar Coordinates, Parametric Equations ½¼º½ ÈÓÐ Ö ÓÓÖ Ò Ø Coordinate systems are tools that let us use algebraic methods to understand geometry While the rectangular (also called Cartesian) coordinates

More information

TRIGONOMETRY Compound & Double angle formulae

TRIGONOMETRY Compound & Double angle formulae TRIGONOMETRY Compound & Double angle formulae In order to master this section you must first learn the formulae, even though they will be given to you on the matric formula sheet. We call these formulae

More information

Solutions to Exercises, Section 5.1

Solutions to Exercises, Section 5.1 Instructor s Solutions Manual, Section 5.1 Exercise 1 Solutions to Exercises, Section 5.1 1. Find all numbers t such that ( 1 3,t) is a point on the unit circle. For ( 1 3,t)to be a point on the unit circle

More information

Figure 1.1 Vector A and Vector F

Figure 1.1 Vector A and Vector F CHAPTER I VECTOR QUANTITIES Quantities are anything which can be measured, and stated with number. Quantities in physics are divided into two types; scalar and vector quantities. Scalar quantities have

More information

Solutions to Practice Problems for Test 4

Solutions to Practice Problems for Test 4 olutions to Practice Problems for Test 4 1. Let be the line segmentfrom the point (, 1, 1) to the point (,, 3). Evaluate the line integral y ds. Answer: First, we parametrize the line segment from (, 1,

More information

CHAPTER FIVE. 5. Equations of Lines in R 3

CHAPTER FIVE. 5. Equations of Lines in R 3 118 CHAPTER FIVE 5. Equations of Lines in R 3 In this chapter it is going to be very important to distinguish clearly between points and vectors. Frequently in the past the distinction has only been a

More information

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style

3.2. Solving quadratic equations. Introduction. Prerequisites. Learning Outcomes. Learning Style Solving quadratic equations 3.2 Introduction A quadratic equation is one which can be written in the form ax 2 + bx + c = 0 where a, b and c are numbers and x is the unknown whose value(s) we wish to find.

More information

Equations Involving Lines and Planes Standard equations for lines in space

Equations Involving Lines and Planes Standard equations for lines in space Equations Involving Lines and Planes In this section we will collect various important formulas regarding equations of lines and planes in three dimensional space Reminder regarding notation: any quantity

More information

Review Sheet for Test 1

Review Sheet for Test 1 Review Sheet for Test 1 Math 261-00 2 6 2004 These problems are provided to help you study. The presence of a problem on this handout does not imply that there will be a similar problem on the test. And

More information

Answer Key for California State Standards: Algebra I

Answer Key for California State Standards: Algebra I Algebra I: Symbolic reasoning and calculations with symbols are central in algebra. Through the study of algebra, a student develops an understanding of the symbolic language of mathematics and the sciences.

More information

Adding vectors We can do arithmetic with vectors. We ll start with vector addition and related operations. Suppose you have two vectors

Adding vectors We can do arithmetic with vectors. We ll start with vector addition and related operations. Suppose you have two vectors 1 Chapter 13. VECTORS IN THREE DIMENSIONAL SPACE Let s begin with some names and notation for things: R is the set (collection) of real numbers. We write x R to mean that x is a real number. A real number

More information

Gradient, Divergence and Curl in Curvilinear Coordinates

Gradient, Divergence and Curl in Curvilinear Coordinates Gradient, Divergence and Curl in Curvilinear Coordinates Although cartesian orthogonal coordinates are very intuitive and easy to use, it is often found more convenient to work with other coordinate systems.

More information

What does the number m in y = mx + b measure? To find out, suppose (x 1, y 1 ) and (x 2, y 2 ) are two points on the graph of y = mx + b.

What does the number m in y = mx + b measure? To find out, suppose (x 1, y 1 ) and (x 2, y 2 ) are two points on the graph of y = mx + b. PRIMARY CONTENT MODULE Algebra - Linear Equations & Inequalities T-37/H-37 What does the number m in y = mx + b measure? To find out, suppose (x 1, y 1 ) and (x 2, y 2 ) are two points on the graph of

More information

3 Contour integrals and Cauchy s Theorem

3 Contour integrals and Cauchy s Theorem 3 ontour integrals and auchy s Theorem 3. Line integrals of complex functions Our goal here will be to discuss integration of complex functions = u + iv, with particular regard to analytic functions. Of

More information

Constrained optimization.

Constrained optimization. ams/econ 11b supplementary notes ucsc Constrained optimization. c 2010, Yonatan Katznelson 1. Constraints In many of the optimization problems that arise in economics, there are restrictions on the values

More information

14.1. Basic Concepts of Integration. Introduction. Prerequisites. Learning Outcomes. Learning Style

14.1. Basic Concepts of Integration. Introduction. Prerequisites. Learning Outcomes. Learning Style Basic Concepts of Integration 14.1 Introduction When a function f(x) is known we can differentiate it to obtain its derivative df. The reverse dx process is to obtain the function f(x) from knowledge of

More information

The Point-Slope Form

The Point-Slope Form 7. The Point-Slope Form 7. OBJECTIVES 1. Given a point and a slope, find the graph of a line. Given a point and the slope, find the equation of a line. Given two points, find the equation of a line y Slope

More information

Class Meeting # 1: Introduction to PDEs

Class Meeting # 1: Introduction to PDEs MATH 18.152 COURSE NOTES - CLASS MEETING # 1 18.152 Introduction to PDEs, Fall 2011 Professor: Jared Speck Class Meeting # 1: Introduction to PDEs 1. What is a PDE? We will be studying functions u = u(x

More information

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality.

Definition 8.1 Two inequalities are equivalent if they have the same solution set. Add or Subtract the same value on both sides of the inequality. 8 Inequalities Concepts: Equivalent Inequalities Linear and Nonlinear Inequalities Absolute Value Inequalities (Sections 4.6 and 1.1) 8.1 Equivalent Inequalities Definition 8.1 Two inequalities are equivalent

More information

Vector Math Computer Graphics Scott D. Anderson

Vector Math Computer Graphics Scott D. Anderson Vector Math Computer Graphics Scott D. Anderson 1 Dot Product The notation v w means the dot product or scalar product or inner product of two vectors, v and w. In abstract mathematics, we can talk about

More information

1 if 1 x 0 1 if 0 x 1

1 if 1 x 0 1 if 0 x 1 Chapter 3 Continuity In this chapter we begin by defining the fundamental notion of continuity for real valued functions of a single real variable. When trying to decide whether a given function is or

More information

Computer Graphics. Geometric Modeling. Page 1. Copyright Gotsman, Elber, Barequet, Karni, Sheffer Computer Science - Technion. An Example.

Computer Graphics. Geometric Modeling. Page 1. Copyright Gotsman, Elber, Barequet, Karni, Sheffer Computer Science - Technion. An Example. An Example 2 3 4 Outline Objective: Develop methods and algorithms to mathematically model shape of real world objects Categories: Wire-Frame Representation Object is represented as as a set of points

More information

Techniques of Integration

Techniques of Integration CHPTER 7 Techniques of Integration 7.. Substitution Integration, unlike differentiation, is more of an art-form than a collection of algorithms. Many problems in applied mathematics involve the integration

More information

Understanding Basic Calculus

Understanding Basic Calculus Understanding Basic Calculus S.K. Chung Dedicated to all the people who have helped me in my life. i Preface This book is a revised and expanded version of the lecture notes for Basic Calculus and other

More information

Arrangements And Duality

Arrangements And Duality Arrangements And Duality 3.1 Introduction 3 Point configurations are tbe most basic structure we study in computational geometry. But what about configurations of more complicated shapes? For example,

More information

Linear and quadratic Taylor polynomials for functions of several variables.

Linear and quadratic Taylor polynomials for functions of several variables. ams/econ 11b supplementary notes ucsc Linear quadratic Taylor polynomials for functions of several variables. c 010, Yonatan Katznelson Finding the extreme (minimum or maximum) values of a function, is

More information

Objectives. Materials

Objectives. Materials Activity 4 Objectives Understand what a slope field represents in terms of Create a slope field for a given differential equation Materials TI-84 Plus / TI-83 Plus Graph paper Introduction One of the ways

More information

Chapter 17. Orthogonal Matrices and Symmetries of Space

Chapter 17. Orthogonal Matrices and Symmetries of Space Chapter 17. Orthogonal Matrices and Symmetries of Space Take a random matrix, say 1 3 A = 4 5 6, 7 8 9 and compare the lengths of e 1 and Ae 1. The vector e 1 has length 1, while Ae 1 = (1, 4, 7) has length

More information