Parametric Form of Curves Estimating beam deflection using strain information gained from sensors.

Slides:



Advertisements
Similar presentations
Finite Element Methodology Planar Line Element Planar Line Element v1  1  2 v2 21 v(x) x.
Advertisements

The Chain Rule Section 3.6c.
CLASS 8 SPLINES CS770/870. Splines Smooth piecewise curves Mostly cubic polynomials Parametric curves Control points Knots Some interpolate (= pass through)
Linear Programming Sensitivity Analysis How will a change in a coefficient of the objective function affect the optimal solution? How will a change in.
2002 by Jim X. Chen: Bezier Curve Bezier Curve.
Derivatives - Equation of the Tangent Line Now that we can find the slope of the tangent line of a function at a given point, we need to find the equation.
Beams and Frames.
Solving Equations = 4x – 5(6x – 10) -132 = 4x – 30x = -26x = -26x 7 = x.
ICS 415 Computer Graphics Bézier Splines (Chapter 8)
CS 445/645 Fall 2001 Hermite and Bézier Splines. Specifying Curves Control Points –A set of points that influence the curve’s shape Knots –Control points.
Chapter 18 Interpolation The Islamic University of Gaza
Dr. S.M. Malaek Assistant: M. Younesi
EARS1160 – Numerical Methods notes by G. Houseman
Slide 127 October 1999CS Computer Graphics (Top Changwatchai) Review of Spline Concepts Sections 10-6 to in Hearn & Baker Splines can be 2D.
Curve-Fitting Interpolation
Chapter 19 Numerical Differentiation §Estimate the derivatives (slope, curvature, etc.) of a function by using the function values at only a set of discrete.
Curve-Fitting Polynomial Interpolation
Designing Parametric Cubic Curves Ed Angel Professor of Computer Science, Electrical and Computer Engineering, and Media Arts University of New Mexico.
Polynomial Interpolation
Engineering Computation Curve Fitting 1 Curve Fitting By Least-Squares Regression and Spline Interpolation Part 7.
RASTER CONVERSION ALGORITHMS FOR CURVES: 2D SPLINES 2D Splines - Bézier curves - Spline curves.
Chapter Outline Shigley’s Mechanical Engineering Design.
Designing Parametric Cubic Curves
Implicit Differentiation. Objectives Students will be able to Calculate derivative of function defined implicitly. Determine the slope of the tangent.
6.0 ELASTIC DEFLECTION OF BEAMS
CHAP 4 FINITE ELEMENT ANALYSIS OF BEAMS AND FRAMES
Bending in 2 Planes Parametric form assuming small deflections and no torsion.
Beams and Deflections Zach Gutzmer, EIT
The Finite Element Method
Regression analysis Control of built engineering objects, comparing to the plan Surveying observations – position of points Linear regression Regression.
3.5 – Solving Systems of Equations in Three Variables.
Section 2.2 Functions  Functions & Graphs  Function Notation & Equations  Applications: Interpolation & Extrapolation 12.2.
Curves.
3.6 The Chain Rule We know how to differentiate sinx and x² - 4, but how do we differentiate a composite like sin (x² - 4)? –The answer is the Chain Rule.
Chapter 8 Curve Fitting.
MECH593 Finite Element Methods
Interpolation produces a function that matches the given data exactly. The function then can be utilized to approximate the data values at intermediate.
June D Object Representation Shmuel Wimer Bar Ilan Univ., School of Engineering.
Cubic Spline Interpolation. Cubic Splines attempt to solve the problem of the smoothness of a graph as well as reduce error. Polynomial interpolation.
Solving Equations Binomials Simplifying Polynomials
Slide 129 October 1999CS Computer Graphics (Top Changwatchai) Bézier Curves - Results of Derivation Tangents at endpoints are equal to endpoint slopes.
Designing Parametric Cubic Curves 1. 2 Objectives Introduce types of curves ­Interpolating ­Hermite ­Bezier ­B-spline Analyze their performance.
1 Introduction to Computer Graphics with WebGL Ed Angel Professor Emeritus of Computer Science Founding Director, Arts, Research, Technology and Science.
1 Graphics CSCI 343, Fall 2015 Lecture 34 Curves and Surfaces III.
1 Introduction to Computer Graphics with WebGL Ed Angel Professor Emeritus of Computer Science Founding Director, Arts, Research, Technology and Science.
Warm Up. Equations of Tangent Lines September 10 th, 2015.
Calculus BC 2014 Implicit Differentiation. Implicit Differentiation Equation for a line: Explicit Form Implicit Form Differentiate the Explicit Differentiation.
Sensor Placement Estimation Force Based and Deflection Based Models.
Object Modeling: Curves and Surfaces CEng 477 Introduction to Computer Graphics.
3.9 Linear models : boundary-value problems
Interpolation - Introduction
9.3: Calculus with Parametric Equations When a curve is defined parametrically, it is still necessary to find slopes of tangents, concavity, area, and.
1 FINITE ELEMENT APPROXIMATION Rayleigh-Ritz method approximate solution in the entire beam –Difficult to find good approximate solution (discontinuities.
§ 4.2 The Exponential Function e x.
Part 5 - Chapter
Part 5 - Chapter 17.
Polynomial Interpolation
Interpolation Estimation of intermediate values between precise data points. The most common method is: Although there is one and only one nth-order.
Chapter 18.
Computer Graphics Lecture 37
Beams and Frames.
Chapter 18.
Part 5 - Chapter 17.
Applying Determinants to solve Systems of Equations 2x2 & 3x3
RAYLEIGH-RITZ METHOD Assume a deflection shape
Linear regression Fitting a straight line to observations.
Bellwork x y 1 2 x y 1 2 Monday, November 15th Complete the table.
10.2 – Calculus with Parametric Curves
Type to enter a caption. Computer Graphics Week 10 Lecture 2.
Presentation transcript:

Parametric Form of Curves Estimating beam deflection using strain information gained from sensors.

Parametric Form Where Condensed:

Given Boundary Conditions Given specific boundary conditions, such as p(0), p(1), p u (0), and p u (1) (where p u (u) is the first derivate of p(u) with respect to u), by solving for the coefficients, a form for p(u) can be found which includes the blending functions. Ex.) Is the first derivative form. Is the second derivative form. An example in beam theory: Where y = deflection along length x L = length of the beam and

Approaches Different approaches include: 1.) With more intermediate points, a single higher order polynomial can be estimated. 2.) Successive 3 rd order polynomials could be estimated between points and joined with continuity constraints. 3.) Interpolation using equations solved between sensors and using estimated information at u i as intermediate points.

Model (2 nd Approach) Image sensors at all positions u = [0 u 2 u 3 u 4… u N ]. We want to find the deflection at u = 1. x L y(0) = 0 θ(0) = 0 u = 0 u = 1 u2u2 u3u3 u4u4 uNuN

2 Sensor Example From sensor readings (p uu ) at known locations (u = 0, u i, u j ), and the known boundary conditions, three 3 rd order equations can be solved for, and the position at u = 1 can be extrapolated. x L y(0) = 0 θ(0) = 0 u = 0 u = 1 uiui ujuj

2 Sensor Example The deflection, slope, and curvature of the beam can be modeled as follows: where

0 ≤ u ≤ u i Known: p(0), p u (0), and p uu (0), p uu (u i ).

u i ≤ u ≤ u j Using the coefficients found for 0 ≤ u ≤ u i, solve for p u (u i ) and p(u i ). Then, knowing p(u i ), p u (u i ), p uu (u i ), and p uu (u j ), solve for coefficients as above.

u j ≤ u ≤ 1 Using the second set of coefficients, solve for p u (u j ) and p(u j ). Now, we know p(u j ),p u (u j ), p uu (u j ), and p uu (1). After the last set of coefficients are found, p(1) can be calculated. In the end, the three part profile will be known for u along the length of the needle.

For Optimization In order to determine the best position for the sensors (u values used to construct the estimated profile): – Along a known curve (or set of curves), – Vary u, in given ranges such that u 1 < u 2 <…u N – Calculate sensitivity of positions u to error, abs(p- p_est). – Vary strains. Change known p uu values. (To give different curves.)