Parametric Equations Local Coordinate Systems Curvature Splines

Slides:



Advertisements
Similar presentations
Motion in Two Dimensions
Advertisements

Chapter 9: Vector Differential Calculus Vector Functions of One Variable -- a vector, each component of which is a function of the same variable.
Chapter 3: Motion in 2 or 3 Dimensions
11.4 Tangent Vectors and Normal Vectors Find a unit tangent vector at a point on a space curve Find the tangential and normal components of acceleration.
CHAPTER 11 Vector-Valued Functions Slide 2 © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 11.1VECTOR-VALUED FUNCTIONS.
Uniform circular motion – Another specific example of 2D motion
Vector-Valued Functions Copyright © Cengage Learning. All rights reserved.
Chapter 13 – Vector Functions
Centripetal Acceleration and Centripetal Force
Copyright © Cengage Learning. All rights reserved.
Copyright © Cengage Learning. All rights reserved.
13 VECTOR FUNCTIONS.
Chapter 7: Vectors and the Geometry of Space
Physics of Rolling Ball Coasters Cross Product Torque Inclined Plane Inclined Ramp Curved Path Examples.
Physics of Rolling Ball Coasters
9.1 Parametric Curves 9.2 Calculus with Parametric Curves.
Intermediate Math Parametric Equations Local Coordinate Systems Curvature Splines.
Kinematics Chapters 2 & 3.
NORMAL AND TANGENTIAL COORDINATES
Montwood High School Physics R. Casao
Mechanics 105 Kinematic quantities as vectors Two dimensional motion with constant acceleration Projectile motion Uniform circular motion Tangential and.
Chapter 10-Vector Valued Functions Calculus, 2ed, by Blank & Krantz, Copyright 2011 by John Wiley & Sons, Inc, All Rights Reserved.
EQUATIONS OF MOTION: NORMAL AND TANGENTIAL COORDINATES Today’s Objectives: Students will be able to: 1.Apply the equation of motion using normal and tangential.
Slide 5- 1 Copyright © 2006 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Kinematics of Particles
Chapter 10 Rotation.
Ch. 2: Describing Motion: Kinematics in One Dimension.
Circular Motion Chapter 7.3. What moves in a circle? The earth around the sun A car on a curve A disk on a string A tetherball Day 1.
CURVILINEAR MOTION: NORMAL AND TANGENTIAL COMPONENTS
NORMAL AND TANGENTIAL COMPONENTS
Slide 2-1 Lecture Outline Chapter 2 Motion in One Dimension © 2015 Pearson Education, Inc.
Slide 9- 1 Copyright © 2006 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Dynamics of Uniform Circular Motion
NORMAL AND TANGENTIAL COMPONENTS
EQUATIONS OF MOTION: NORMAL AND TANGENTIAL COORDINATES
MOTION RELATIVE TO ROTATING AXES
Ch. 2: Describing Motion: Kinematics in One Dimension.
Chapter Uniform Circular Motion  Uniform circular motion is the motion of an object traveling at a constant (uniform) speed on a circular path.
Resolve the vector into x & y components 40.0 m/s at 45 o SoW.
ME 2304: 3D Geometry & Vector Calculus
Precalculus Parametric Equations graphs. Parametric Equations  Graph parametric equations.  Determine an equivalent rectangular equation for parametric.
Basic Theory (for curve 02). 1.3 Parametric Curves  The main aim of computer graphics is to display an arbitrary surface so that it looks real.  The.
Prerequisites for Calculus
In chapter 1, we talked about parametric equations. Parametric equations can be used to describe motion that is not a function. If f and g have derivatives.
Circular Motion and Other Applications of Newton’s Laws
Arc Length and Curvature
Copyright © Cengage Learning. All rights reserved. 16 Vector Calculus.
Basic Theory (for curve 01). 1.1 Points and Vectors  Real life methods for constructing curves and surfaces often start with points and vectors, which.
Resolve the vector into x & y components 40.0 m/s at 45 o SoW.
Vectors and the Geometry of Space Section 10.4 Lines and Planes in Space 2015.
Mechanics for Engineers: Dynamics, 13th SI Edition R. C. Hibbeler and Kai Beng Yap © Pearson Education South Asia Pte Ltd All rights reserved. CURVILINEAR.
11 Vector-Valued Functions VECTOR-VALUED FUNCTIONS 11.2
Vector Analysis 15 Copyright © Cengage Learning. All rights reserved.
Mechanics for Engineers: Dynamics, 13th SI Edition R. C. Hibbeler and Kai Beng Yap © Pearson Education South Asia Pte Ltd All rights reserved. EQUATIONS.
Motion. Introduction We use the word ‘rest’ very often. For example, when someone is doing no work or lying on the bed, we often say that the person is.
Objectives Find the arc length of a space curve.
Normal-Tangential coordinates
12 Vector-Valued Functions
Copyright © Cengage Learning. All rights reserved.
Normal-Tangential coordinates
Calculus III Exam Review
NORMAL AND TANGENTIAL COMPONENTS
Copyright © Cengage Learning. All rights reserved.
NORMAL AND TANGENTIAL COMPONENTS
12 Vector-Valued Functions
Arc Length and Curvature
Copyright © Cengage Learning. All rights reserved.
NORMAL AND TANGENTIAL COMPONENTS
Homework Aid: Cycloid Motion
Kinematics Acceleration
Presentation transcript:

Parametric Equations Local Coordinate Systems Curvature Splines Intermediate Math Parametric Equations Local Coordinate Systems Curvature Splines

Parametric Equations (1) We are used to seeing an equation of a curve defined by expressing one variable as a function of the other. Ex. y= f(x) Ex. y= A parameter is a third, independent variable (for example, time). By introducing a parameter, x and y can be expressed as a function of the parameter, as opposed to functions of each other. Ex. F(t) = <f(t), g(t)>, where x= f(t) and y= g(t) F(t) = <cos(t), sin(t)> - what is this curve and why is this parameterization useful?

Parametric Equations (2) Each value of the parameter t determines a point, (f(t), g(t)), and the set of all points is the graph of the curve. Complicated curves are easily dealt with since the components f(t) and g(t) are each functions. Ex. F(t)=<sin(3t), sin(4t)> Sometimes the parameter can be eliminated by solving one equation (say, x=f(t)) for the parameter t and substituting this expression into the other equation y=g(t). The result will be the parametric curve.

Parametric Equations (3) Using parametric equations, we can easily add a 3rd dimension: A conceptual example: Picture the xy-plane to be on the table and the z-axis coming straight up out of the table Picture the parameterized 2-D path (cos(t), sin(t)) which is a circle on the table Add a simple z-component such that the circle climbs off the table to form a helix (or corkscrew), z=t Mathematically: Add a simple linear term in the z-direction: F(t)=<cos(t), sin(t), t>

Parametric Equations (4)

Parametric Equations (4) The calculus we use for parametric equations is very similar to that in single-variable calculus. As with regular curves, parametric curves are smooth if the derivatives of the components are continuous and are never simultaneously zero. To take the derivative of a parametric equation, take the derivative of each of the components. If F(t)=<cos(t), sin(t), t>, then F’(t)=<-sin(t), cos(t), 1> As with single variable calculus, the 1st derivative indicates how the path changes with time. Note that another way to represent parametric equations is to use unit vectors. From the above example: F(t)=<cos(t), sin(t), t> turns into: F(t) = cos(t)i +sin(t)j +tk Bullet 4: foreshadow local coordinate systems.

Local Coordinate Systems (1) A local coordinate system is a way of examining motion (in our case) at a particular instant. The tangent, normal and binormal vectors help to examine the forces riders feel at different points along a roller coaster track. These vectors are mutually perpendicular to each other and they change with time. We will be able to use them to explain why riders feel weightless at certain times and pushed into the seat at other times. Tangent Vector – The 1st derivative of a parametric equation shows how the path is changing from one instant to the next. Another way of saying this is that it gives the instantaneous velocity. The tangent vector is found at any point by plugging in a value for the parameter to the 1st derivative. If you were sitting on a roller coaster, the tangent vector would describe your instantaneous velocity. It points directly forward (or on some roller coasters, like the boomerang, directly backwards).

Local Coordinate Systems (2) Normal Vector – When discussing the normal vector we must be careful to consider both the normal vector (sometimes called normal force) and the mathematical definition of the normal direction. They are sometimes not the same quantity. The normal direction is defined by the curvature of the track and will be discussed in a few slides. The normal vector, however, is defined as the vector perpendicular to the tangent plane of the track. It always points straight up or down as you are sitting on the coaster car. Binormal Vector – In the context of a roller coaster, the binormal refers to the forces acting on a person in the lateral direction. Students who have taken multivariable calculus may note that you find the direction of the binormal by crossing the tangent and normal vectors.

Local Coordinate Systems (3) Note that how the coordinate system is defined is always important. For example, the normal vector changes its position with time for an observer watching the roller coaster and the normal is always either out of or into the track for the rider on a roller coaster. For an observer watching the roller coaster, the normal can be pointing in any direction. This is why the words local coordinate system are used. Local refers to the fact that we are examining the forces as if we were the rider sitting in the cart, not as an observer, watching the coaster from a distance.

Curvature (1) The intuitive meaning of curvature is an adequate conceptual definition of the word for our purposes. A straight line has no curvature and a circle of a small radius is more curved than one of a large radius. It therefore makes sense that the concept of “rate of change of direction” can be applied to curvature in its definition. Another way to look at it is by discussion of tangent circles (see picture). The angle of inclination is the angle between the horizontal and the tangent vector and is measured counterclockwise from the positive x-axis.

Curvature (2) However, here is the formal definition: Curvature, denoted by κ, is the absolute value of the rate of change of the angle of inclination of the tangent vector. Stated another way, it is the magnitude of the rate of change of the unit tangent vector with respect to arc length. In equation form, if r(t)=x(t)i +y(t)j: Curvature is used as a substitute for radius, R, when applying physics formulas since curvature κ =(1/R), where R is the radius of the tangent circle It was mentioned earlier that the normal direction is defined by curvature. While the normal force (or vector) is always perpendicular to the tangent plane to the track, the normal direction always points toward the center of curvature. It does not depend on how banked the track is. Think of a case when the normal force and the normal direction are not the same. Last sentence: what’s a case of this?

Splines One way of parameterizing the path of a roller coaster is connecting different types of paths together. For example, a hill might be modeled by a parabola and a loop might be modeled by an ellipse. The connection between these two curves is very important. A cubic spline is a spline constructed of piece-wise third-order polynomials which pass through a set of points. Where the polynomials meet, we set their 1st and 2nd derivatives equal. A continuous and smooth transition results. Why is continuity important?