Lesson 10. Parametric Curves

Total Page:16

File Type:pdf, Size:1020Kb

Lesson 10. Parametric Curves Return to List of Lessons Lesson 10. Parametric Curves (A) Parametric Curves If a curve fails the Vertical Line Test, it can’t be expressed by a function. In this case you will encounter a problem if you try to find the slope of a tangent to the curve, or the area enclosed by the curve. In calculus this problem can be solved if the curve is expressed by a pair of parametric equations: x = f (t) , y = g(t) , where t is the parameter with the range of a ≤ t ≤ b in general. Each value of the parameter t determines a point (x, y) = ( f (t), g(t)). The initial point is ()f (a), g(a) and the terminal point is ( f (b), g(b)). As t varies, the point ()x, y will trace out a curve that is called parametric curve. In many applications of parametric curves, t stands for time, but does not always necessarily represent time. In this section we will learn how to sketch the parametric curves using Mathematica. Example1 Sketch and identify the curve given by the parametric equations x = t 2 − 2t, y = t +1 for − 2 ≤ t ≤ 4 . Each value of the parametert gives a point on the curve, which can be evaluated by: ^, ,,,, Note that in the first bracket listed two parametric functions, and in the second bracket , , , means t runs from -2 to 4 in steps of 1. We can find the following points on the parametric curve , , , , , , , , , , , , , They correspond to the set of t values 2, 1, 0, 1, 2, 3, 4 in order. So this curve will start from the point (8, −1) and end at the point (8, 5) . We can plot this curve using “ParametricPlot”. ^ , , , , 1 5 4 3 2 1 2 4 6 8 -1 The curve traced out may be a parabola. This can be confirmed by eliminating the parameter t as follows. We obtain t = y −1 from the second equation and substitute into the first equation. It gives x = t 2 − 2t = ()()y −1 2 − 2 y −1 = y 2 − 4y + 3 and so the curve represented by the given parametric equations is a parabola that matches the Cartesian equation x = y 2 − 4y + 3 . The range of t value will affect the graph a parametric curve significantly. Look at the example again by modifying the range of t values to 0 ≤ t ≤ 4 . Example2 Sketch and identify the curve given by the parametric equations x = t 2 − 2t, y = t +1 for 0 ≤ t ≤ 4 . We evaluate the points on the curve by running t from 0 to 4 in steps of 1, , , , , , and these points on curve will be: , , , , , , , , , . The two points 8,1,3,0 from Example 1 are missing because the values of parameter t = −2 and t = −1are removed from the original list. Again we can plot the curve using “ParametricPlot”. ^,,,, 5 4 3 2 2 4 6 8 2 Example3 What curve is represented by the parametric equations x = cos t, y = sin t for 0 ≤ t ≤ 2π . , , , , 1.0 0.5 -1.0 -0.5 0.5 1.0 -0.5 -1.0 The graph represented by the pair of parametric equations x = cos t, y = sin t is obviously a unit circle centered at the origin. Meanwhile it is not hard to realize that by the Pythagorean Theorem x 2 + y 2 = cos 2 t + sin 2 t = 1, its Cartesian equation is truly a unit circle. Since t value runs from 0 to 2π in this case, the circle will go around the origin exact one revolution. If the range of t value is modified, the shape of parametric curve will change. Check out the next example. Example4 What curve is represented by the parametric equations x = cos t, y = sin t for 0 ≤ t ≤ π ? ,,,,,, 1.0 0.5 -1.0 -0.5 0.5 1.0 -0.5 -1.0 3 We can see that the lower half of the unit circle is gone because the range of t value defined over the interval 0 ≤ t ≤ π which represents the upper half of a circle sketched in Quadrants 1 and 2. (B) The Cycloid The cycloid is one of the most interesting parametric curves that we should know. If a circle has radius r and rolls along a straight line (the x-axis), then a point P on the circumference of the circle will trace out the curve of the cycloid, which can be represented by the parametric equations: x = r()θ − sinθ , y = r(1− cosθ ) for − ∞ < θ < ∞ Note that the cycloid can be nicely and neatly represented by the parametric equations, but it is very complicated to be expressed by a Cartesian equation. Example5 Plot the cycloid given by x = 2(θ − sinθ ), y = 2(1− cosθ ) for − 4π ≤ θ ≤ 4π . , , , , 4 3 2 1 -20 -10 0 10 20 In this case it might be a problem when you try to type in the Greek letterθ . Here it is the direction of where to find the letterθ from the Classroom Assistant. To learn more about the cycloid, please visit the site http://mathworld.wolfram.com/Cycloid.html to visualize the formation of the cycloid by tracing a movement of a fixed point on the circumference of a circle. 4 (C) Tangents of a Parametric Curve For a parametric curve given by the equations: x = f (t) , y = g(t) , and a ≤ t ≤ b , the tangent at any dy dy g '(t) t value can be calculated by = dt = if f '(t) ≠ 0 . dx dx f '(t) dt Example6 Suppose a curve C is defined by the parametric equation x = t 2 , y = t 3 − 3t . (1) Plot the curve, (2) find the equation(s) of the tangent line(s) to the curve at the point (3, 0). (3) Plot the tangent line(s) at the point (3, 0). We will work it out step by step. (1) , ,,, 5 2 4 6 8 -5 We observe that there are two curves that pass through the point (3, 0) , and correspondingly there are two tangent lines passing through this point. Since (3, 0) is a Cartesian point, namely x = 3 and y = 0 . We need to find out the corresponding value of the parameter t. Type in , to find the t values: √3, √3 5 Type in , to find the t values: 0, √3, √3. Taking the solutions of t in common from the two sets, we have t = 3 or t = − 3 . dy g '(t) (2) Now let’s calculate the first derivative function by = , which leads to the slopes of the dx f '(t) tangent lines. We will run the following commands to find the slopes of tangents for t = 3 and t = − 3 . _: Shift + Enter _: Shift Enter Type in to get √ Type in to get √ √ Type in to get √ Thus we found that the slopes of the two tangent lines at the point (3, 0) are 3 and − 3 . Then by the Point-Slope Form, we can formulate the equations of the two tangent lines that pass through the point (3, 0) as: y = 3(x − 3) and y = − 3(x − 3). (3) We will plot these two tangent line(s) at the point (3, 0) in the same viewing box of the curve. , , , √, , √,, , , , 6 4 y= 3(x-3) 2 3, 0 -4 -2 2 4 H L -2 y= - 3 (x-3) -4 (D) The Area Under a Parametric Curve If the curve is traced out once by the parametric equations x = f (t) , y = g(t) for a ≤ t ≤ b , then b we can calculate the area under the curve using the following formula: A = g(t) f '(t) dt . It is ∫ a very fast to find the area under a parametric curve by Mathematica. Example7 Find the area under one arch of the cycloid x = r(θ − sinθ ), y = r()1− cosθ for r = 2 . , , , , 4 3 2 1 2 4 6 8 10 12 It is easy to realize that one arch of the cycloid is traced out by running t from 0 to 2π . We can b find the area under one arch by applying the Area Formula A = g(t) f '(t) dt . ∫ a 7 _: _: , , , Therefore when r = 2 , the area under one arch of the cycloid equals 12π . (E) Arc Length of a Parametric Curve Suppose the curve C is described by the parametric equations x = f (t) , y = g(t) for a ≤ t ≤ b . If f 'and g ' are both continuous on [a, b] and C is traversed exactly once as t increases from a to b, then the length of C can calculated by 2 2 b ⎛ dx ⎞ ⎛ dy ⎞ b 2 2 L = ⎜ ⎟ + ⎜ ⎟ dt , or L = ()()f '(t) + g '(t) dt ∫ a ⎝ dt ⎠ ⎝ dt ⎠ ∫ a Example9 Find the length of one arch of the cycloid x = r(θ − sinθ ), y = r()1− cosθ for r = 2 . Like we did in the previous example, first we define the two parametric equations, and then apply b the Arc Length Formula L = ()()f '(t) 2 + g '(t) 2 dt . ∫ a _: _: , , , Therefore when r = 2 , the length of one arch of the cycloid equals 8r = 16 . Return to List of Lessons 8 .
Recommended publications
  • Engineering Curves – I
    Engineering Curves – I 1. Classification 2. Conic sections - explanation 3. Common Definition 4. Ellipse – ( six methods of construction) 5. Parabola – ( Three methods of construction) 6. Hyperbola – ( Three methods of construction ) 7. Methods of drawing Tangents & Normals ( four cases) Engineering Curves – II 1. Classification 2. Definitions 3. Involutes - (five cases) 4. Cycloid 5. Trochoids – (Superior and Inferior) 6. Epic cycloid and Hypo - cycloid 7. Spiral (Two cases) 8. Helix – on cylinder & on cone 9. Methods of drawing Tangents and Normals (Three cases) ENGINEERING CURVES Part- I {Conic Sections} ELLIPSE PARABOLA HYPERBOLA 1.Concentric Circle Method 1.Rectangle Method 1.Rectangular Hyperbola (coordinates given) 2.Rectangle Method 2 Method of Tangents ( Triangle Method) 2 Rectangular Hyperbola 3.Oblong Method (P-V diagram - Equation given) 3.Basic Locus Method 4.Arcs of Circle Method (Directrix – focus) 3.Basic Locus Method (Directrix – focus) 5.Rhombus Metho 6.Basic Locus Method Methods of Drawing (Directrix – focus) Tangents & Normals To These Curves. CONIC SECTIONS ELLIPSE, PARABOLA AND HYPERBOLA ARE CALLED CONIC SECTIONS BECAUSE THESE CURVES APPEAR ON THE SURFACE OF A CONE WHEN IT IS CUT BY SOME TYPICAL CUTTING PLANES. OBSERVE ILLUSTRATIONS GIVEN BELOW.. Ellipse Section Plane Section Plane Hyperbola Through Generators Parallel to Axis. Section Plane Parallel to end generator. COMMON DEFINATION OF ELLIPSE, PARABOLA & HYPERBOLA: These are the loci of points moving in a plane such that the ratio of it’s distances from a fixed point And a fixed line always remains constant. The Ratio is called ECCENTRICITY. (E) A) For Ellipse E<1 B) For Parabola E=1 C) For Hyperbola E>1 Refer Problem nos.
    [Show full text]
  • Parametric Surfaces and 16.6 Their Areas Parametric Surfaces
    Parametric Surfaces and 16.6 Their Areas Parametric Surfaces 2 Parametric Surfaces Similarly to describing a space curve by a vector function r(t) of a single parameter t, a surface can be expressed by a vector function r(u, v) of two parameters u and v. Suppose r(u, v) = x(u, v)i + y(u, v)j + z(u, v)k is a vector-valued function defined on a region D in the uv-plane. So x, y, and, z, the component functions of r, are functions of the two variables u and v with domain D. The set of all points (x, y, z) in R3 s.t. x = x(u, v), y = y(u, v), z = z(u, v) and (u, v) varies throughout D, is called a parametric surface S. Typical surfaces: Cylinders, spheres, quadric surfaces, etc. 3 Example 3 – Important From Book The vector equation of a plane through (x0, y0, z0) and containing vectors is rather 4 Example – Point on Surface? Does the point (2, 3, 3) lie on the given surface? How about (1, 2, 1)? 5 Example – Identify the Surface Identify the surface with the given vector equation. 6 Example – Identify the Surface Identify the surface with the given vector equation. 7 Example – Find a Parametric Equation The part of the hyperboloid –x2 – y2 + z = 1 that lies below the rectangle [–1, 1] X [–3, 3]. 8 Example – Find a Parametric Equation The part of the cylinder x2 + z2 = 1 that lies between the planes y = 1 and y = 3. 9 Example – Find a Parametric Equation Part of the plane z = 5 that lies inside the cylinder x2 + y2 = 16.
    [Show full text]
  • Multivariable and Vector Calculus
    Multivariable and Vector Calculus Lecture Notes for MATH 0200 (Spring 2015) Frederick Tsz-Ho Fong Department of Mathematics Brown University Contents 1 Three-Dimensional Space ....................................5 1.1 Rectangular Coordinates in R3 5 1.2 Dot Product7 1.3 Cross Product9 1.4 Lines and Planes 11 1.5 Parametric Curves 13 2 Partial Differentiations ....................................... 19 2.1 Functions of Several Variables 19 2.2 Partial Derivatives 22 2.3 Chain Rule 26 2.4 Directional Derivatives 30 2.5 Tangent Planes 34 2.6 Local Extrema 36 2.7 Lagrange’s Multiplier 41 2.8 Optimizations 46 3 Multiple Integrations ........................................ 49 3.1 Double Integrals in Rectangular Coordinates 49 3.2 Fubini’s Theorem for General Regions 53 3.3 Double Integrals in Polar Coordinates 57 3.4 Triple Integrals in Rectangular Coordinates 62 3.5 Triple Integrals in Cylindrical Coordinates 67 3.6 Triple Integrals in Spherical Coordinates 70 4 Vector Calculus ............................................ 75 4.1 Vector Fields on R2 and R3 75 4.2 Line Integrals of Vector Fields 83 4.3 Conservative Vector Fields 88 4.4 Green’s Theorem 98 4.5 Parametric Surfaces 105 4.6 Stokes’ Theorem 120 4.7 Divergence Theorem 127 5 Topics in Physics and Engineering .......................... 133 5.1 Coulomb’s Law 133 5.2 Introduction to Maxwell’s Equations 137 5.3 Heat Diffusion 141 5.4 Dirac Delta Functions 144 1 — Three-Dimensional Space 1.1 Rectangular Coordinates in R3 Throughout the course, we will use an ordered triple (x, y, z) to represent a point in the three dimensional space.
    [Show full text]
  • Math 1300 Section 4.8: Parametric Equations A
    MATH 1300 SECTION 4.8: PARAMETRIC EQUATIONS A parametric equation is a collection of equations x = x(t) y = y(t) that gives the variables x and y as functions of a parameter t. Any real number t then corresponds to a point in the xy-plane given by the coordi- nates (x(t); y(t)). If we think about the parameter t as time, then we can interpret t = 0 as the point where we start, and as t increases, the parametric equation traces out a curve in the plane, which we will call a parametric curve. (x(t); y(t)) • The result is that we can \draw" curves just like an Etch-a-sketch! animated parametric circle from wolfram Date: 11/06. 1 4.8 2 Let's consider an example. Suppose we have the following parametric equation: x = cos(t) y = sin(t) We know from the pythagorean theorem that this parametric equation satisfies the relation x2 + y2 = 1 , so we see that as t varies over the real numbers we will trace out the unit circle! Lets look at the curve that is drawn for 0 ≤ t ≤ π. Just picking a few values we can observe that this parametric equation parametrizes the upper semi-circle in a counter clockwise direction. (0; 1) • t x(t) y(t) 0 1 0 p p π 2 2 •(1; 0) 4 2 2 π 2 0 1 π -1 0 Looking at the curve traced out over any interval of time longer that 2π will indeed trace out the entire circle.
    [Show full text]
  • Parametric Curves You Should Know
    Parametric Curves You Should Know Straight Lines Let a and c be constants which are not both zero. Then the parametric equations determining the straight line passing through (b; d) with slope c=a (i.e., the line y − d = c=a(x − b)) are: x(t) = at + b ; −∞ < t < 1: y(t) = ct + d Note that when c = 0, the line is horizontal of the form y = d, and when a = 0, the line is vertical of the form x = b. 15 10 x(t)= 2t+ 3, y(t)=t+4 5 x(t)=3-2t, y(t)= 2t+1 �������� x(t)=t+ 2, y(t)=3- 3t x(t)= 3, y(t)=2+ 3t -10 -5 5 10 15 x(t)=2+3t, y(t)=3 -5 -10 Figure 1 A collection of lines whose parametric equations are given as above. Circles Let r > 0 and let x0 and y0 be real numbers. Then the parametric equations determining the circle of radius r centered at (x0; y0) are: x(t) = r cos t + x 0 ; 0 < t < 2π: (1) y(t) = r sin t + y0 To get a circular arc instead of the full circle, restrict the t-values in (1) to t1 < t < t2. 1 1 1 2 3 4 5 2 3 4 5 (3,-1) -1 -1 (3,-1) -2 -2 -3 -3 (a) 0 ≤ t ≤ 2π (b) π=4 ≤ t ≤ 7π=6 Figure 2 The circle x(t) = 2 cos t + 3, y(t) = 2 sin t − 1 and a circular arc thereof. Note that the center is at (3; 1).
    [Show full text]
  • Polynomial Curves and Surfaces
    Polynomial Curves and Surfaces Chandrajit Bajaj and Andrew Gillette September 8, 2010 Contents 1 What is an Algebraic Curve or Surface? 2 1.1 Algebraic Curves . .3 1.2 Algebraic Surfaces . .3 2 Singularities and Extreme Points 4 2.1 Singularities and Genus . .4 2.2 Parameterizing with a Pencil of Lines . .6 2.3 Parameterizing with a Pencil of Curves . .7 2.4 Algebraic Space Curves . .8 2.5 Faithful Parameterizations . .9 3 Triangulation and Display 10 4 Polynomial and Power Basis 10 5 Power Series and Puiseux Expansions 11 5.1 Weierstrass Factorization . 11 5.2 Hensel Lifting . 11 6 Derivatives, Tangents, Curvatures 12 6.1 Curvature Computations . 12 6.1.1 Curvature Formulas . 12 6.1.2 Derivation . 13 7 Converting Between Implicit and Parametric Forms 20 7.1 Parameterization of Curves . 21 7.1.1 Parameterizing with lines . 24 7.1.2 Parameterizing with Higher Degree Curves . 26 7.1.3 Parameterization of conic, cubic plane curves . 30 7.2 Parameterization of Algebraic Space Curves . 30 7.3 Automatic Parametrization of Degree 2 Curves and Surfaces . 33 7.3.1 Conics . 34 7.3.2 Rational Fields . 36 7.4 Automatic Parametrization of Degree 3 Curves and Surfaces . 37 7.4.1 Cubics . 38 7.4.2 Cubicoids . 40 7.5 Parameterizations of Real Cubic Surfaces . 42 7.5.1 Real and Rational Points on Cubic Surfaces . 44 7.5.2 Algebraic Reduction . 45 1 7.5.3 Parameterizations without Real Skew Lines . 49 7.5.4 Classification and Straight Lines from Parametric Equations . 52 7.5.5 Parameterization of general algebraic plane curves by A-splines .
    [Show full text]
  • Lecture 1: Explicit, Implicit and Parametric Equations
    4.0 3.5 f(x+h) 3.0 Q 2.5 2.0 Lecture 1: 1.5 Explicit, Implicit and 1.0 Parametric Equations 0.5 f(x) P -3.5 -3.0 -2.5 -2.0 -1.5 -1.0 -0.5 0.5 1.0 1.5 2.0 2.5 3.0 3.5 x x+h -0.5 -1.0 Chapter 1 – Functions and Equations Chapter 1: Functions and Equations LECTURE TOPIC 0 GEOMETRY EXPRESSIONS™ WARM-UP 1 EXPLICIT, IMPLICIT AND PARAMETRIC EQUATIONS 2 A SHORT ATLAS OF CURVES 3 SYSTEMS OF EQUATIONS 4 INVERTIBILITY, UNIQUENESS AND CLOSURE Lecture 1 – Explicit, Implicit and Parametric Equations 2 Learning Calculus with Geometry Expressions™ Calculus Inspiration Louis Eric Wasserman used a novel approach for attacking the Clay Math Prize of P vs. NP. He examined problem complexity. Louis calculated the least number of gates needed to compute explicit functions using only AND and OR, the basic atoms of computation. He produced a characterization of P, a class of problems that can be solved in by computer in polynomial time. He also likes ultimate Frisbee™. 3 Chapter 1 – Functions and Equations EXPLICIT FUNCTIONS Mathematicians like Louis use the term “explicit function” to express the idea that we have one dependent variable on the left-hand side of an equation, and all the independent variables and constants on the right-hand side of the equation. For example, the equation of a line is: Where m is the slope and b is the y-intercept. Explicit functions GENERATE y values from x values.
    [Show full text]
  • Plotting Circles and Ellipses Parametrically Example 1: the Unit Circle
    Lesson 1 Plotting Circles and Ellipses Parametrically Example 1: The Unit Circle Let's compare traditional and parametric equations for the unit circle : Traditional : Parametric : x22 y 1 x(t) cos(t) y(t) sin(t) P(t) cos(t),sin(t) t is called a parameter 0 t 2 You can see that the parametric equation satisfies the traditional equation by substituting one into the other: x22 y 1 (cos(t))22 (sin(t)) 1 11 Created by Christopher Grattoni. All rights reserved. Example 2: Circle of Radius r Let's compare traditional and parametric equations for a circle of radius r centeredTraditional at the : origin : Parametric : 2 2 2 x y r x(t) r cos(t) y(t) r sin(t) P(t) r cos(t),sin(t) 0 t 2 Orientation: Counterclockwise Think of this as dilating the unit circle by a factor of r. Created by Christopher Grattoni. All rights reserved. Example 3: Recentering the Circle Let's compare traditional and parametric equations for a circle of radius r centeredTraditional at (h,k) : : Parametric : 2 2 2 (x h) (y k) r x(t) r cos(t) h y(t) r sin(t) k P(t) r cos(t),sin(t) (h,k) 0 t 2 Think of this as dilating the unit circle by a factor of r and translating by the point (h,k). Let's add the orientation: Created by Christopher Grattoni. All rights reserved. Example 4: Ellipses Let's compare traditional and parametric equations for an ellipse centeredTraditional at (h,k) : : Parametric : 2 2 xh yk x(t) acos(t) h 1 ab y(t) bsin(t) k P(t) acos(t),bsin(t) (h,k) 0 t 2 Think of this as dilating the unit circle by a factor of "a" in the x-direction, a factor of "b" in the y-direction, and translated by the Created by Christopherpoint Grattoni.
    [Show full text]
  • Parametric Curves in the Plane
    Parametric Curves in the Plane Purpose The purpose of this lab is to introduce you to curve computations using Maple for para- metric curves and vector-valued functions in the plane. Background By parametric curve in the plane, we mean a pair of equations x = f(t) and y = g(t) for t in some interval I. A vector-valued function in the plane is a function r(t) that associates a vector in the plane with each value of t in its domain. Such a vector valued function can always be written in component form as follows, r(t) = f(t)i + g(t)j where f and g are functions defined on some interval I. From our definition of a para- metric curve, it should be clear that you can always associate a parametric curve with a vector-valued function by just considering the curve traced out by the head of the vector. Defining parametric curves and vector valued functions simply in Maple The easiest way to define a vector function or a parametric curve is to use the Maple list notaion with square brackets[]. Strictly speaking, this does not define something that Maple recognizes as a vector, but it will work with all of the commands you need for this lab. >f:=t->[2*cos(t),2*sin(t)]; You can evaluate this function at any value of t in the usual way. >f(0); This is how to access a single component. You would use f(t)[2] to get the second component. >f(t)[1] Plotting and animating curves in the plane The ParamPlot command is in the CalcP package so you have to load it first.
    [Show full text]
  • Radius-Of-Curvature.Pdf
    CHAPTER 5 CURVATURE AND RADIUS OF CURVATURE 5.1 Introduction: Curvature is a numerical measure of bending of the curve. At a particular point on the curve , a tangent can be drawn. Let this line makes an angle Ψ with positive x- axis. Then curvature is defined as the magnitude of rate of change of Ψ with respect to the arc length s. Ψ Curvature at P = It is obvious that smaller circle bends more sharply than larger circle and thus smaller circle has a larger curvature. Radius of curvature is the reciprocal of curvature and it is denoted by ρ. 5.2 Radius of curvature of Cartesian curve: ρ = = (When tangent is parallel to x – axis) ρ = (When tangent is parallel to y – axis) Radius of curvature of parametric curve: ρ = , where and – Example 1 Find the radius of curvature at any pt of the cycloid , – Solution: Page | 1 – and Now ρ = = – = = =2 Example 2 Show that the radius of curvature at any point of the curve ( x = a cos3 , y = a sin3 ) is equal to three times the lenth of the perpendicular from the origin to the tangent. Solution : – – – = – 3a [–2 cos + ] 2 3 = 6 a cos sin – 3a cos = Now = – = Page | 2 = – – = – – = = 3a sin …….(1) The equation of the tangent at any point on the curve is 3 3 y – a sin = – tan (x – a cos ) x sin + y cos – a sin cos = 0 ……..(2) The length of the perpendicular from the origin to the tangent (2) is – p = = a sin cos ……..(3) Hence from (1) & (3), = 3p Example 3 If & ' are the radii of curvature at the extremities of two conjugate diameters of the ellipse = 1 prove that Solution: Parametric equation of the ellipse is x = a cos , y=b sin = – a sin , = b cos = – a cos , = – b sin The radius of curvature at any point of the ellipse is given by = = – – – – – Page | 3 = ……(1) For the radius of curvature at the extremity of other conjugate diameter is obtained by replacing by + in (1).
    [Show full text]
  • The Cycloid: Tangents, Velocity Vector, Area, and Arc Length
    The Cycloid: Tangents, Velocity Vector, Area, and Arc Length [This is Chapter 2, section 13 of Historical Perspectives for the Reform of Mathematics Curriculum: Geometric Curve Drawing Devices and their Role in the Transition to an Algebraic Description of Functions; http://www.quadrivium.info/mathhistory/CurveDrawingDevices.pdf Interactive applets for the figures can also be found at Mathematical Intentions.] The circle is the curve with which we all have the most experience. It is an ancient symbol and a cultural icon in most human societies. It is also the one curve whose area, tangents, and arclengths are discussed in our mathematics curriculum without the use of calculus, and indeed long before students approach calculus. This discussion can take place, because most people have a lot of experience with circles, and know several ways to generate them. Pascal thought that, second only to the circle, the curve that he saw most in daily life was the cycloid (Bishop, 1936). Perhaps the large and slowly moving carriage wheels of the seventeenth century were more easily observed than those of our modern automobile, but the cycloid is still a curve that is readily generated and one in which many students of all ages easily take an interest. In a variety of settings, when I have mentioned, for example, the path of an ant riding on the side of a bicycle tire, some immediate interest has been sparked (see Figure 2.13a). Figure 2.13a The cycloid played an important role in the thinking of the seventeenth century. It was used in architecture and engineering (e.g.
    [Show full text]
  • The Tautochrone/Brachistochrone Problems: How to Make the Period of a Pendulum Independent of Its Amplitude
    The Tautochrone/Brachistochrone Problems: How to make the Period of a Pendulum independent of its Amplitude Tatsu Takeuchi∗ Department of Physics, Virginia Tech, Blacksburg VA 24061, USA (Dated: October 12, 2019) Demo presentation at the 2019 Fall Meeting of the Chesapeake Section of the American Associa- tion of Physics Teachers (CSAAPT). I. THE TAUTOCHRONE A. The Period of a Simple Pendulum In introductory physics, we teach our students that a simple pendulum is a harmonic oscillator, and that its angular frequency ! and period T are given by s rg 2π ` ! = ;T = = 2π ; (1) ` ! g where ` is the length of the pendulum. This, of course, is not quite true. The period actually depends on the amplitude of the pendulum's swing. 1. The Small-Angle Approximation Recall that the equation of motion for a simple pendulum is d2θ g = − sin θ : (2) dt2 ` (Note that the equation of motion of a mass sliding frictionlessly along a semi-circular track of radius ` is the same. See FIG. 1.) FIG. 1. The motion of the bob of a simple pendulum (left) is the same as that of a mass sliding frictionlessly along a semi-circular track (right). The tension in the string (left) is simply replaced by the normal force from the track (right). ∗ [email protected] CSAAPT 2019 Fall Meeting Demo { Tatsu Takeuchi, Virginia Tech Department of Physics 2 We need to make the small-angle approximation sin θ ≈ θ ; (3) to render the equation into harmonic oscillator form: d2θ rg ≈ −!2θ ; ! = ; (4) dt2 ` so that it can be solved to yield θ(t) ≈ A sin(!t) ; (5) where we have assumed that pendulum bob is at θ = 0 at time t = 0.
    [Show full text]