ONAMETHODOFTHERAPID APPROXIMATION OF A CUBIC BÉZIER CURVE BY QUADRATIC BÉZIER CURVES

Size: px
Start display at page:

Download "ONAMETHODOFTHERAPID APPROXIMATION OF A CUBIC BÉZIER CURVE BY QUADRATIC BÉZIER CURVES"

Transcription

1 ZESZYTY NAUKOWE POLITECHNIKI ŚLĄSKIEJ 2014 Seria: MATEMATYKA STOSOWANA z. 4 Nr kol Barbara BIŁY Institute of Mathematics Silesian University of Technology ONAMETHODOFTHERAPID APPROXIMATION OF A CUBIC BÉZIER CURVE BY QUADRATIC BÉZIER CURVES Summary. In this paper the approximation of a cubic Bèzier curve by quadratic Bèzier curves is presented. For some method of the choose of quadratic Bèzier curves, the error of approximation, measured with the Frèchet distance is especially simple to calculate. Moreover, this error is easy topredictalsoforpartsofagivencubicbèziercurve.boththesefeatures give us the opportunity, with some caution, of rapid approximation, where required precision is granted. O METODZIE SZYBKIEJ APROKSYMACJI KRZYWEJ BEZIERA TRZECIEGO STOPNIA KRZYWYMI BEZIERA DRUGIEGO STOPNIA Streszczenie. W artykule zaprezentowano aproksymację krzywej Bèziera trzeciego stopnia za pomocą krzywych Bèziera drugiego stopnia. Dla pewnej metody wyboru krzywych Bèziera drugiego stopnia błąd aproksymacji, mierzony odległością Frècheta, jest szczególnie łatwy do policzenia. Co więcej, błąd ten łatwo policzyć także dla fragmentów wyjściowej krzywej. Obie te właściwości, z pewnymi zastrzeżeniami, umożliwiają szybką aproksymację z wymaganą dokładnością Mathematics Subject Classification: 68U05. Keywords: approximation, cubic Bézier curve, quadratic Bézier curve. Corresponding author: B. Biły(Barbara.Bily@polsl.pl). Received:

2 58 B. Biły 1. Preliminaries 1.1. The definitions of quadratic and cubic Bèzier curves WewillcallthequadraticBèziercurve[2]acurvedefinedontheplane0XY by parametric equations of the t variable [ ] [ ] 1 x(t) c 0x c 1x c 2x B 2 = = C 2 T= t y(t) c 0y c 1y c 2y t 2 fort 0,1.SimilarlyacubicBèziercurve[2]isdefinedas [ ] [ ] x(t) c 0x c 1x c 2x c 3x B 3 = = C 3 T= y(t) c 0y c 1y c 2y c 3y wherec 0x,c 1x,c 2x,c 3x,c 0y,c 1y,c 2y,c 3y R. 1 t t 2 t Equivalent form of Bèzier curves Anequivalentformofdefinition,abitmoreintuitive,usespointsonaplane. ThequadraticBèziercurveisdefinedby3points:P 0,P 1 andp 2.ThetransformationmatrixA 2 guaranteethecoordinatesofthesepointsandthecoefficient matrixc 2 aremutuallyinterchangeable [ c 0x c 1x c 2x c 0y c 1y c 2y C 2 = P 2 A 2, ] [ x P0 x P1 x P2 = y P0 y P1 y P2 ] ThecubicBèziercurveisdefinedby4points:P 0,P 1,P 2 andp 3.ThetransformationmatrixA 3 guaranteethecoordinatesofthesepointsandthecoefficient matrixc 3 aremutuallyinterchangeable C 3 = P 3 A 3. TheformofmatrixA 3 willbepresentedlater,seetheequation(3). BothmatricesA 2 anda 3 arenonsingular,thereforetheyareinvertible.thus thecoordinatesofthepointsp 2 canbecomputedfromthecoefficientmatrixc 2, andsimilarlyp 3 fromc 3.

3 OnamethodoftherapidapproximationofacubicBéziercurve AproximationB 3 curvebyb 2 curve 2.1. Method of approximation TheapproximationB 3 curvebyb 2 curverelyonindicating3pointsq 0, Q 1 andq 2 whichspecifythesearchedcurve.let sdefinethemethodhhof approximation: Definition1.GivenisacubicBéziercurve,specifiedby4points:P 0,P 1,P 2 and P 3.TheapproximatingquadraticBéziercurve,specifiedby3points:Q 0,Q 1 and Q 2.ThemethodHHdeterminesthecoordinatesofthesepointsasfollows Q 0 = P 0, Q 1 = 3(P 1+P 2 ) (P 0 +P 3 ), 4 Q 2 = P 3. TheillustrationofthismethodisshownontheFigure1.Inmatrixnotation, theabovemethodisasfollows Q= [ x Q0 x Q1 x Q2 y Q0 y Q1 y Q2 = ] [ = PK H = x P0 x P1 x P2 x P3 y P0 y P1 y P2 y P3 ] ( ). (1) Ascanbeseenfromtheaboveequation,themethodHHhasthefollowing characteristics: bothcurvesbeginsatthesamepoint, bothcurvesendsatthesamepoint. Feature worth mentioning is the third obligatory point common to both curves, parametersetsittot= 1 2. ToshowthepositionofthepointQ 1,weneedtwoauxiliarypointsH 1 ih 2. Let s define them as follows:

4 60 B. Biły H 1 P 1 Q 1 H 2 P 2 P 0 = Q 0 P 3 = Q 2 Fig. 1. Method HH of approximation Rys. 1. Metoda HH aproksymacji Definition2.GivenisacubicBéziercurve,specifiedby4points:P 0,P 1,P 2 ip 3. TheauxiliarypointsH 1 ih 2 canbesetasfollows H 1 = 3P 1 P 0 2 H 2 = 3P 2 P 3 2,. Withthesepoints,thelocationQ 1 iseasytodeterminegeometrically(figure1): 2.2. Approximation error Q 1 = H 1+H 2. 2 TheHausdorffdistanced H [3]canbeusedasanaturalcandidatetoevaluate the conformity between the approximated and approximating curves. Unfortunately, the analytical calculation in the general case does not seem to be possible, moreover numerical methods are time consuming and error prone. For these reasons,thefréchetdistanced F [3]wereusedtoevaluatetheerror.Althoughitis less precise than the Hausdorff distance, because of the following estimate d H d F. But with usage of Fréchet distance we can solve the problem analytically. To presentit,let sintroducethevector h(figure2): h= H 1 H 2.

5 OnamethodoftherapidapproximationofacubicBéziercurve H 1 P 3 P 1 h P 2 P 0 H 2 Fig. 2.Determinationof hvector Rys.2.Określeniewektora h With this help, the error of this method is determined in the following theorem: Theorem 3. The cubic Bézier curve is approximated by quadratic Bèzier curve determinedbyhhmethod.ifthehausdorffdistanced H isanerrorofsuchapproximation,itsupperlimitisequaltothefréchetdistanced F : d H d F = h 6 3. Theproofofthistheoremisgivenin[1]. 3.ThesubdivisionofBèziercurveB 3 inton smaller parts Theorem4.EachsectionofcubicBéziercurveisalsoacubicBéziercurve. Theproofofthistheoremisgiven[1]. Definition5.EverysectionofcubicBéziercurveisamemberofK-familyoriginated by this curve.

6 62 B. Biły Theorem6.LetthecubicBéziercurveB 3 haveavector h.let screateakfamilybydividingb 3 tonequalparts.anysuchcreatedpartisalsoacubicbézier curveb 3,i andhasitsownvector h i.withinsuchk-family,thesevectorshave the relationship hi = h N3, i=1,2,...,n. (2) An equal division should be understood as follows: when converting Bézier curvetoanequivalentalgebraicform,thelengthoftheparameter tisequalfor allnparts t=t i+1 t i = 1 N, wheret i indicatesadividingpoint.thisisaspecialcaseofamoregeneraltheorem on invariant of K-family presented and proven in[1]. The above theorem is very useful in case of exceeding the acceptable error ofapproximation.aftersplittingtheinitialcurveb 3 intonparts,theorem(6) guaranteestoreducetheestimationoferroroftheextentn Mathematical transformations 4.1. The coefficients of the polynomial Atthebeginning,weset4points:P 0,P 1,P 2 andp 3.Wetransformtheminto asetofcoefficientsc,designedtopresentthebéziercurveinthealgebraicform { x(t) = c 0x +c 1x t+c 2x t 2 +c 3x t 3, y(t) = c 0y +c 1y t+c 2y t 2 +c 3y t 3, Todothis,atransformationmatrixAisneeded C 3 = [ c 0x c 1x c 2x c 3x c 0y c 1y c 2y c 3y = P 4 A 3 = [ ] = x P0 x P1 x P2 x P3 y P0 y P1 y P2 y P3 ] (3)

7 OnamethodoftherapidapproximationofacubicBéziercurve Splitting of a Bézier curve ThenextstepistosplitthecubicBéziercurvetoNparts D i = C 3 K i, i=0,1,...,(n 1), (4) wherek i dependsonτ=τ(i,n)andk=k(n): τ k 0 0 K i = K(τ,k)= τ 2 2τk k 2 0, τ 3 3τ 2 k 3τk 2 k 3 where:n numberofparts,k= 1 N,τ=ik,i=0,1,...,(N 1) Approximation of the parts of Béziera curve A transition to the points of quadratic Bézier curve, which approximate these partsbythemethodhh,isobtainedusingthetransitionmatrix K 2 : [ ] x Q0 x Q1 x Q2 Q i = = D i K 2 = y Q0 y Q1 y Q2 [ ] d 0x d 1x d 2x d (1 3x ) =. d 0y d 1y d 2y d 3y Because of the aforementioned reasons, calculating the coordinates of the point Q 2 isunnecessary,thereforeashortenedversionofthetransitionmatrix K 2 isused [ ] x Q0 x Q1 Q i = = D i K 2 = y Q0 y Q1 [ ] 4 4 d 0x d 1x d 2x d (1 3x 0 2 ) =. (5) d 0y d 1y d 2y d 3y Consolidation All the above transformations(3,4,5), covered collectively form a series of calculations Q i = D i K 2 = C 3 K i K 2 = P 4 A 3 K i K 2. (6)

8 64 B. Biły SinceA,K i and K 2 arethesparsematrices,usingtheaboveformulawould be waste of computing time. After eliminating zero elements, the condensed form of the above formula is expressed as follows k= 1 N, fori =N 1,...,1,0 τ = i N, ξ =1 τ, Q 0,i = P 0 ξ 3 Q 1,i =Q 0,i + k 4 [ +3P 1 τξ 2 +3P 2 τ 2 ξ +P 3 τ 3, P 0 ( τ 6τ 2 + k 2 ) +P 1 ( 6 24τ + 9τ 2 3k 2 ) +P 2 ( 12τ 18τ 2 + 3k 2 ) +P 3 ( 6τ 2 k 2 ) In addition, the coordinates of the third point are obtained from the known coordinates of the first point P 3 ifi=n 1, Q 2,i = (8) Q 0,i+1 ifi<n 1. ]. (7) 5. Example 5.1. Drawing constraints Theauthor saimwastopresentanexamplethatrequiresdivisioninton=3 parts. Unfortunately, such an illustration would be unreadable. This is due to the following calculations: SupposethatallthepointsofcubicBéziercurvehavetofitinacertaindrawing space,limitedbyacircleofradiusr.thenthelargestfréchetdistancewouldbe d F = 3R 6 3 0,29R. WhendividedintoN=3parts,approximationerrorwoulddecreaseatleastN 3 times d F(1/3) =d F /N 3 =d F /27 0,01R.

9 OnamethodoftherapidapproximationofacubicBéziercurve Since the Hausdorff distance, which is the real measure of the distance between curves, would be even smaller, therefore approximating curves would overshadow the approximated curve. Thus, we present an example to illustrate a method for the N=2,wheretheapproximationisnotasgood,andthenbrieflyshowanalogous calculationsforthen= Computational limitations Typically, the input data are selected in such a way that the calculations were as simple as possible. Therefore the following points forming the Bézier curve were selected P 0 [0,0],P 1 [0,2],P 2 [4,1],P 3 [3,3]. Unfortunately, in the course of the calculations it is necessary to divide the coordinatesofthesepointsby4,andbyn 3 forn=2andn=3.thepostulateof avoiding fractions and decimal expansions resulted in need to multiply the initial data by the scale which is the product following factors m= =864 which led to very large coordinates of points P 0 [0,0],P 1 [0,1728],P 2 [3456,864],P 3 [2592,2592] Formulation of the task For4pointsintheplane P 0 [0,0],P 1 [0,1728],P 2 [3456,864],P 3 [2592,2592] depicting cubic Bézier curve and for a given accuracy of approximation inthefirstvariant,and in the second variant, determine: d H =86,4 (=m/10) d H =17,28 (=m/50) N count of quadratic Bézier curves that guarantee an approximation of specifiedaccuracyd H ; listk 1,K 2,...,K N ofthesecurves.

10 66 B. Biły 5.4.SolutionforN= Calculation of the number of curves Wecalculatetheauxiliaryvector h(figure2): h =[hx,h y ] =[3(P 1x +P 2x ) (P 0x +P 3x ),3(P 1y +P 2y ) (P 0y +P 3y )]. In the presented task h=[3888, 2592]. ThenwedeterminethelengthofL h : L h = h = ItisusedtoestimatethesizeoftheN,withtheadditionalsimplifyingassumption d H =d F =86,4: L N 3 h d F thus ListofN=2curves N=2. We find searched quadratic Bézier curves by giving the coordinates of three definingpoints:q 0,Q 1 iq 2.Nextcurves,markedwithi,willreferwithpoints markedasq 0,i,Q 1,i andq 2,i. Fori=0,1,...,N 1wespecifyanauxiliaryvariableτ i = i N.Thenthe startingpointsq 0,i ofsearchedcurvesk i wefindasfollows P 0 [ ] Q 0,i = 1 τ i τi 2 τi P P Withintroductionofanadditionalvariablek= 1 N,thesecondpointQ 1,iwhich specifiessearchcurvesk i iscalculatedasfollows P 0 Q 1,i =Q 0,i + k ] [1 τ i τi 2 k P P P 3 P 3

11 OnamethodoftherapidapproximationofacubicBéziercurve Sincetheendsofcurvesarealsothebeginningsofthenextones,sothereisnoneed ofspecificcomputation.toavoidunnecessarycalculationsq 2 canbedetermined as follows { P 3 fori=n 1, Q 2,i = Q 0,i+1 fori<n 1. Aforementioned observations force the order of evaluation by decreasing indexi.therefore,thecalculationstartsfromi=n 1=1: k= 1 N τ 2 = i N = 1 2, = 1 2, Q 0,1 =[ 1620, 1296], Q 1,1 =[ 2997, 1458], Q 2,1 =P 3 =[ 2592, 2592]. Forthesecondandthelastcurvei=0: τ 0 =0, Q 0,0 =[ 0, 0], Q 1,0 =[ 243, 1134], Q 2,0 =Q 0,1 =[ 1620, 1296]. The Figure 3 shows the result of approximation. P 1 P 3 = Q 2,1 Q 1,1 Q 2,0 =Q 0,1 Q 1,0 h2 h2 P 2 P 0 = Q 0,0 Fig. 3.ApproximationforN=2 Rys.3.AproksymacjadlaN=2

12 68 B. Biły 5.5.SolutionforN= Calculation of the number of curves Knowingvector h(figure4): h=[3888, 2592]. andhislengthl h : L h = h weestimaten,withtheadditionalsimplifyingassumptiond H =d F =17,28: L N 3 h d F hencewegetn: N=3. P 3 = Q 2,2 Q 2,2 Q 1,1 Q 2,1 = Q 0,2 h3 Q 1,0 h3 Q 2,0 =Q 0,1 h3 P 0 = Q 0,0 Fig. 4.ApproximationforN=3 Rys.4.AproksymacjadlaN=3

13 OnamethodoftherapidapproximationofacubicBéziercurve ListofN=3curves Analogouscalculationsstartfromi=N 1=2: k= 1 N τ 2 = i N = 1 3, = 2 3, Forthesecondcurvei=1,thus Q 0,2 =[ 2304, 1536], Q 1,2 =[ 2952, 1776], Q 2,2 =P 3 =[ 2592, 2592]. τ 1 = 1 3, Q 0,1 =[ 864, 1056], Q 1,1 =[ 1656, 1296], Q 2,1 =Q 0,2 =[ 2304, 1536]. Fotthethirdandthelastcurvei=0: τ 0 =0, Q 0,0 =[ 0, 0], Q 1,0 =[ 72, 816], Q 2,0 =Q 0,1 =[ 864, 1056]. TheresultsareshownintheFigure4.Asexpected,theapproximationisso good that it is difficult to distinguish approximating curves from the approximated one Cusp case Letusconsideracasewherethereisacuspcurve,whereinthecurvatureis k= (Figure5,caseA). ItisknownthatnondegeneratequadraticBéziercurvedonothavesuch a cusp. To improve the assessment of the situation, approximating curves have been slightly shifted vertically. As shown, case B, where division point falls on acusp,isdifficulttoaccept.ifithappens,itisrequiredtoincreasethenumberof divisions by 1, which ensures that the jump over an obstacle. Emerging situation issimilartothevariantc.iftheresultsarenotsatisfactoryagain,onecanreduce the acceptable error, by increasing the number of approximating curves. Of course, itisnecessarytocheckwhethertheincreasedndoesnotrepeatthesituationb.

14 70 B. Biły A B, N = 2 C, N = 3 Fig. 5.Cuspcase Rys. 5. Przypadek ze szpicem The same objections may arise during the approximation of Bèzier curves whichcontainsaloop.here,too,itisrecommendedtodecreasetheerrorofapproximation. Fortunately, in practice such cases does not occur, so their in-depth analysis is not a pressing problem. 6. Concluding remarks The presented method can be used in some environments to create graphics. IftheenvironmentdoesnothavetheabilitytocreatecubicBéziercurves,andcan create quadratic Bézier curves, then the method can be useful. Such environments are, for example, Adobe Flash, which uses SWF file format[4], currently very popular in the Internet. References 1. Biły B.: Béziera Curves. Selected Elements of the Theory with Examples. WPKJS, Gliwice 2012(in Polish).

15 OnamethodoftherapidapproximationofacubicBéziercurve Foley J.D., van Dam A., Feiner S.K., Hughes J.F., Phillips R.L.: Introduction to Computer Graphics. WNT, Warszawa 1995(in Polish). 3. Kuratowski K.: Introduction to Set Theory and Topology. PWN, Warszawa 1980 (in Polish) #main Quadratic Beziers and Cubic Beziers.

16

PODSTAWOWE WŁASNOŚCI MACIERZY PEŁNYCH

PODSTAWOWE WŁASNOŚCI MACIERZY PEŁNYCH ZESZYTY NAUKOWE POLITECHNIKI ŚLĄSKIEJ 2011 Seria: MATEMATYKA STOSOWANA z 1 Nr kol 1854 Roman WITUŁA, Natalia GAWROŃSKA, Damian SŁOTA Institute of Mathematics Silesian University of Technology BASIC PROPERTIES

More information

ZESZYTY NAUKOWE POLITECHNIKI ŚLĄSKIEJ 2011 Seria: MATEMATYKA STOSOWANA z. 1 Nr kol. 1854

ZESZYTY NAUKOWE POLITECHNIKI ŚLĄSKIEJ 2011 Seria: MATEMATYKA STOSOWANA z. 1 Nr kol. 1854 ZESZYTY NAUKOWE POLITECHNIKI ŚLĄSKIEJ 2011 Seria: MATEMATYKA STOSOWANA z. 1 Nr kol. 1854 Edyta HETMANIOK, Mariusz PLESZCZYŃSKI Institute of Mathematics Silesian University of Technology ANALITYCAL METHOD

More information

MAT300/500 Programming Project Spring 2019

MAT300/500 Programming Project Spring 2019 MAT300/500 Programming Project Spring 2019 Please submit all project parts on the Moodle page for MAT300 or MAT500. Due dates are listed on the syllabus and the Moodle site. You should include all neccessary

More information

Introduction to Computer Graphics. Modeling (1) April 13, 2017 Kenshi Takayama

Introduction to Computer Graphics. Modeling (1) April 13, 2017 Kenshi Takayama Introduction to Computer Graphics Modeling (1) April 13, 2017 Kenshi Takayama Parametric curves X & Y coordinates defined by parameter t ( time) Example: Cycloid x t = t sin t y t = 1 cos t Tangent (aka.

More information

On-Line Geometric Modeling Notes

On-Line Geometric Modeling Notes On-Line Geometric Modeling Notes CUBIC BÉZIER CURVES Kenneth I. Joy Visualization and Graphics Research Group Department of Computer Science University of California, Davis Overview The Bézier curve representation

More information

THE POLES METHOD FOR SECOND-ORDER LINEAR TIME-VARYING SYSTEMS METODA BIEGUNÓW DLA UKŁADÓW LINIOWYCH DRUGIEGO RZĘDU O CZASOWO ZALEŻNYCH WSPÓŁCZYNNIKACH

THE POLES METHOD FOR SECOND-ORDER LINEAR TIME-VARYING SYSTEMS METODA BIEGUNÓW DLA UKŁADÓW LINIOWYCH DRUGIEGO RZĘDU O CZASOWO ZALEŻNYCH WSPÓŁCZYNNIKACH MACIEJ SIWCZYNSKI *, MARCIN JARACZEWSKI * THE POLES METHOD FOR SECOND-ORDER LINEAR TIME-VARYING SYSTEMS METODA BIEGUNÓW DLA UKŁADÓW LINIOWYCH DRUGIEGO RZĘDU O CZASOWO ZALEŻNYCH WSPÓŁCZYNNIKACH Abstract

More information

RECONSTRUCTION OF THE THERMAL CONDUCTIVITY COEFFICIENT IN THE SPACE FRACTIONAL HEAT CONDUCTION EQUATION

RECONSTRUCTION OF THE THERMAL CONDUCTIVITY COEFFICIENT IN THE SPACE FRACTIONAL HEAT CONDUCTION EQUATION THERMAL SCIENCE: Year 207, Vol. 2, No. A, pp. 8-88 8 RECONSTRUCTION OF THE THERMAL CONDUCTIVITY COEFFICIENT IN THE SPACE FRACTIONAL HEAT CONDUCTION EQUATION by Rafal BROCIEK * and Damian SLOTA Institute

More information

EE Experiment 11 The Laplace Transform and Control System Characteristics

EE Experiment 11 The Laplace Transform and Control System Characteristics EE216:11 1 EE 216 - Experiment 11 The Laplace Transform and Control System Characteristics Objectives: To illustrate computer usage in determining inverse Laplace transforms. Also to determine useful signal

More information

ZESZYTY NAUKOWE POLITECHNIKI ŚLĄSKIEJ 2013 Seria: MATEMATYKA STOSOWANA z. 3 Nr kol. 1899

ZESZYTY NAUKOWE POLITECHNIKI ŚLĄSKIEJ 2013 Seria: MATEMATYKA STOSOWANA z. 3 Nr kol. 1899 ZESZYTY NAUKOWE POLITECHNIKI ŚLĄSKIEJ 2013 Seria: MATEMATYKA STOSOWANA z. 3 Nr kol. 1899 Michał RÓŻAŃSKI, Marcin SZWEDA, Roman WITUŁA Institute of Mathematics Silesian University of Technology SERIES OF

More information

A N O P E R A T I O N A L C A L C U L U S M O D E L F O R T H E TH O R D E R F O R W A R D D I F F E R E N C E

A N O P E R A T I O N A L C A L C U L U S M O D E L F O R T H E TH O R D E R F O R W A R D D I F F E R E N C E Z E S Z Y T Y N A U K O W E A K A D E M I I M A R Y N A R K I W O J E N N E J S C I E N T I F I C J O U R N A L O F P O L I S H N A V A L A C A D E M Y 2017 (LVIII) 3 (210) DOI: 10.5604/01.3001.0010.6593

More information

Approximation of Circular Arcs by Parametric Polynomials

Approximation of Circular Arcs by Parametric Polynomials Approximation of Circular Arcs by Parametric Polynomials Emil Žagar Lecture on Geometric Modelling at Charles University in Prague December 6th 2017 1 / 44 Outline Introduction Standard Reprezentations

More information

Cubic Splines; Bézier Curves

Cubic Splines; Bézier Curves Cubic Splines; Bézier Curves 1 Cubic Splines piecewise approximation with cubic polynomials conditions on the coefficients of the splines 2 Bézier Curves computer-aided design and manufacturing MCS 471

More information

ISSUED BY KENDRIYA VIDYALAYA - DOWNLOADED FROM Chapter - 2. (Polynomials)

ISSUED BY KENDRIYA VIDYALAYA - DOWNLOADED FROM   Chapter - 2. (Polynomials) Chapter - 2 (Polynomials) Key Concepts Constants : A symbol having a fixed numerical value is called a constant. Example : 7, 3, -2, 3/7, etc. are all constants. Variables : A symbol which may be assigned

More information

Theoretical basis and practice application calculation of radiation heat transfer by light design program

Theoretical basis and practice application calculation of radiation heat transfer by light design program Computer Applications in Electrical Engineering Vol. 13 015 Theoretical basis and practice application calculation of radiation heat transfer by light design program Jacek Hauser, Przemysław Skrzypczak

More information

EXPERIMENTAL DETERMINATION OF CHARACTERISTIC PROPERTIES OF SELECTED TYPES OF FLEXIBLE SHAFT COUPLINGS

EXPERIMENTAL DETERMINATION OF CHARACTERISTIC PROPERTIES OF SELECTED TYPES OF FLEXIBLE SHAFT COUPLINGS ZESZYTY NAUKOWE POLITECHNIKI ŚLĄSKIEJ 2013 Seria: TRANSPORT z. 81 Nr kol. 1896 Jaroslav HOMIŠIN 1, Pavol ČOPAN 2, Matej URBANSKÝ 3 EXPERIMENTAL DETERMINATION OF CHARACTERISTIC PROPERTIES OF SELECTED TYPES

More information

PERTURBATION NUMBERS EVALUATION OF THE INFLUENCE OF THE UNCERTAINTY OF PARAMETERS ON UNIDIRECTIONAL TEMPERATURE DISTRIBUTION IN A PLATE

PERTURBATION NUMBERS EVALUATION OF THE INFLUENCE OF THE UNCERTAINTY OF PARAMETERS ON UNIDIRECTIONAL TEMPERATURE DISTRIBUTION IN A PLATE A R C H I T E C T U R E C I V I L E N G I N E E R I N G E N V I R O N M E N T The Silesian University of Technology No. 1/ 2016 PERTURBATION NUMBERS EVALUATION OF THE INFLUENCE OF THE UNCERTAINTY OF PARAMETERS

More information

MULTI-SCALE PERTURBATION METHODS IN MECHANICS

MULTI-SCALE PERTURBATION METHODS IN MECHANICS 006/3 4 PAGES 13 17 RECEIVED 18 9 006 ACCEPTED 7 11 006 J SKRZYPCZYK MULTI-SCALE PERTURBATION METHODS IN MECHANICS Dr Hab Eng J Skrzypczyk, Prof ul Krzywoustego 7, 44-100 Gliwice, Pol, Phone:+48 604 540

More information

MA 323 Geometric Modelling Course Notes: Day 07 Parabolic Arcs

MA 323 Geometric Modelling Course Notes: Day 07 Parabolic Arcs MA 323 Geometric Modelling Course Notes: Day 07 Parabolic Arcs David L. Finn December 9th, 2004 We now start considering the basic curve elements to be used throughout this course; polynomial curves and

More information

MULTICRITERIA OPTIMIZATION OF FOOD PACKAGING ON THE THERMOFORMING MACHINES

MULTICRITERIA OPTIMIZATION OF FOOD PACKAGING ON THE THERMOFORMING MACHINES ADVANCES IN MANUFACTURING SCIENCE AND TECHNOLOGY Vol. 33, No. 2, 2009 MULTICRITERIA OPTIMIZATION OF FOOD PACKAGING ON THE THERMOFORMING MACHINES Stanisław Płonka, Jacek PostroŜny S u m m a r y The paper

More information

Section 8.3 Partial Fraction Decomposition

Section 8.3 Partial Fraction Decomposition Section 8.6 Lecture Notes Page 1 of 10 Section 8.3 Partial Fraction Decomposition Partial fraction decomposition involves decomposing a rational function, or reversing the process of combining two or more

More information

Natural Numbers Positive Integers. Rational Numbers

Natural Numbers Positive Integers. Rational Numbers Chapter A - - Real Numbers Types of Real Numbers, 2,, 4, Name(s) for the set Natural Numbers Positive Integers Symbol(s) for the set, -, - 2, - Negative integers 0,, 2,, 4, Non- negative integers, -, -

More information

Bernstein polynomials of degree N are defined by

Bernstein polynomials of degree N are defined by SEC. 5.5 BÉZIER CURVES 309 5.5 Bézier Curves Pierre Bézier at Renault and Paul de Casteljau at Citroën independently developed the Bézier curve for CAD/CAM operations, in the 1970s. These parametrically

More information

Computergrafik. Matthias Zwicker Universität Bern Herbst 2016

Computergrafik. Matthias Zwicker Universität Bern Herbst 2016 Computergrafik Matthias Zwicker Universität Bern Herbst 2016 2 Today Curves Introduction Polynomial curves Bézier curves Drawing Bézier curves Piecewise curves Modeling Creating 3D objects How to construct

More information

EXAMPLES OF USING THE INTENSITY INDICATOR OF WINNING STREAM FOR VARIOUS LONGWALL SHEARER-BASED MINING TECHNOLOGIES

EXAMPLES OF USING THE INTENSITY INDICATOR OF WINNING STREAM FOR VARIOUS LONGWALL SHEARER-BASED MINING TECHNOLOGIES ZESZYTY NAUKOWE POLITECHNIKI ŚLĄSKIEJ 217 Seria: ORGANIZACJA I ZARZĄDZANIE z. 111 Nr kol. 1987 Ryszard SNOPKOWSKI, Aneta NAPIERAJ, Marta SUKIENNIK AGH University of Science and Technology The Faculty of

More information

Week 1 Factor & Remainder Past Paper Questions - SOLUTIONS

Week 1 Factor & Remainder Past Paper Questions - SOLUTIONS Question Solution Marks C2 JUNE 2010 Q2 f(3) = 3(3) 3 5(3) 2 58(3) + 40 f(3) = 98 So, the remainder is 98 Substitute x = 3 into 98 (If it is not stated that 98 is the remainder, do not give this C2 JUNE

More information

Home Page. Title Page. Contents. Bezier Curves. Milind Sohoni sohoni. Page 1 of 27. Go Back. Full Screen. Close.

Home Page. Title Page. Contents. Bezier Curves. Milind Sohoni  sohoni. Page 1 of 27. Go Back. Full Screen. Close. Bezier Curves Page 1 of 27 Milind Sohoni http://www.cse.iitb.ac.in/ sohoni Recall Lets recall a few things: 1. f : [0, 1] R is a function. 2. f 0,..., f i,..., f n are observations of f with f i = f( i

More information

Statistical properties of a control design of controls provided by Supreme Chamber of Control

Statistical properties of a control design of controls provided by Supreme Chamber of Control Statistical properties of a control design of controls provided by Supreme Chamber of Control Wojciech Zieliński Katedra Ekonometrii i Statystyki SGGW Nowoursynowska 159, PL-0-767 Warszawa e-mail: wojtek.zielinski@statystyka.info

More information

MODELLING OF VERTICAL SHAFT OF MIXED-FLOW PUMP

MODELLING OF VERTICAL SHAFT OF MIXED-FLOW PUMP A R C H I V E O F M E C H A N I C A L E N G I N E E R I N G VOL. LX 2013 Number 4 10.2478/meceng-2013-0032 Key words: modelling, vertical mixed-flow pump, numerical analysis HENRYK HOLKA, TOMASZ JARZYNA

More information

Introduction to Curves. Modelling. 3D Models. Points. Lines. Polygons Defined by a sequence of lines Defined by a list of ordered points

Introduction to Curves. Modelling. 3D Models. Points. Lines. Polygons Defined by a sequence of lines Defined by a list of ordered points Introduction to Curves Modelling Points Defined by 2D or 3D coordinates Lines Defined by a set of 2 points Polygons Defined by a sequence of lines Defined by a list of ordered points 3D Models Triangular

More information

Bézier Curves and Splines

Bézier Curves and Splines CS-C3100 Computer Graphics Bézier Curves and Splines Majority of slides from Frédo Durand vectorportal.com CS-C3100 Fall 2017 Lehtinen Before We Begin Anything on your mind concerning Assignment 1? CS-C3100

More information

Section 4.1: Polynomial Functions and Models

Section 4.1: Polynomial Functions and Models Section 4.1: Polynomial Functions and Models Learning Objectives: 1. Identify Polynomial Functions and Their Degree 2. Graph Polynomial Functions Using Transformations 3. Identify the Real Zeros of a Polynomial

More information

Quantitative Techniques (Finance) 203. Polynomial Functions

Quantitative Techniques (Finance) 203. Polynomial Functions Quantitative Techniques (Finance) 03 Polynomial Functions Felix Chan October 006 Introduction This topic discusses the properties and the applications of polynomial functions, specifically, linear and

More information

On Asymptotic Behaviour of a Binary Genetic Algorithm

On Asymptotic Behaviour of a Binary Genetic Algorithm XXI Autumn Meeting of Polish Information Processing SocietyISBN 83-922646-0-6 Conference Proceedings pp. 139 144 c 2005 PIPS On Asymptotic Behaviour of a Binary Genetic Algorithm Witold Kosiński 1,2, Stefan

More information

Math From Scratch Lesson 37: Roots of Cubic Equations

Math From Scratch Lesson 37: Roots of Cubic Equations Math From Scratch Lesson 7: Roots of Cubic Equations W. Blaine Dowler September 1, 201 Contents 1 Defining Cubic Equations 1 2 The Roots of Cubic Equations 1 2.1 Case 1: a 2 = a 1 = 0.........................

More information

Kinematics of fluid motion

Kinematics of fluid motion Chapter 4 Kinematics of fluid motion 4.1 Elementary flow patterns Recall the discussion of flow patterns in Chapter 1. The equations for particle paths in a three-dimensional, steady fluid flow are dx

More information

CMSC427 Parametric curves: Hermite, Catmull-Rom, Bezier

CMSC427 Parametric curves: Hermite, Catmull-Rom, Bezier CMSC427 Parametric curves: Hermite, Catmull-Rom, Bezier Modeling Creating 3D objects How to construct complicated surfaces? Goal Specify objects with few control points Resulting object should be visually

More information

West Windsor-Plainsboro Regional School District Algebra Grade 8

West Windsor-Plainsboro Regional School District Algebra Grade 8 West Windsor-Plainsboro Regional School District Algebra Grade 8 Content Area: Mathematics Unit 1: Foundations of Algebra This unit involves the study of real numbers and the language of algebra. Using

More information

Calculus and Parametric Equations

Calculus and Parametric Equations Calculus and Parametric Equations MATH 211, Calculus II J. Robert Buchanan Department of Mathematics Spring 2018 Introduction Given a pair a parametric equations x = f (t) y = g(t) for a t b we know how

More information

x = x y and y = x + y.

x = x y and y = x + y. 8. Conic sections We can use Legendre s theorem, (7.1), to characterise all rational solutions of the general quadratic equation in two variables ax 2 + bxy + cy 2 + dx + ey + ef 0, where a, b, c, d, e

More information

x 3x 1 if x 3 On problems 8 9, use the definition of continuity to find the values of k and/or m that will make the function continuous everywhere.

x 3x 1 if x 3 On problems 8 9, use the definition of continuity to find the values of k and/or m that will make the function continuous everywhere. CALCULUS AB WORKSHEET ON CONTINUITY AND INTERMEDIATE VALUE THEOREM Work the following on notebook paper. On problems 1 4, sketch the graph of a function f that satisfies the stated conditions. 1. f has

More information

Algebra 2 Notes AII.7 Polynomials Part 2

Algebra 2 Notes AII.7 Polynomials Part 2 Algebra 2 Notes AII.7 Polynomials Part 2 Mrs. Grieser Name: Date: Block: Zeros of a Polynomial Function So far: o If we are given a zero (or factor or solution) of a polynomial function, we can use division

More information

13 Path Planning Cubic Path P 2 P 1. θ 2

13 Path Planning Cubic Path P 2 P 1. θ 2 13 Path Planning Path planning includes three tasks: 1 Defining a geometric curve for the end-effector between two points. 2 Defining a rotational motion between two orientations. 3 Defining a time function

More information

Section 5.5. Complex Eigenvalues

Section 5.5. Complex Eigenvalues Section 5.5 Complex Eigenvalues A Matrix with No Eigenvectors Consider the matrix for the linear transformation for rotation by π/4 in the plane. The matrix is: A = 1 ( ) 1 1. 2 1 1 This matrix has no

More information

Polynomial and Rational Functions. Copyright Cengage Learning. All rights reserved.

Polynomial and Rational Functions. Copyright Cengage Learning. All rights reserved. 2 Polynomial and Rational Functions Copyright Cengage Learning. All rights reserved. 2.3 Real Zeros of Polynomial Functions Copyright Cengage Learning. All rights reserved. What You Should Learn Use long

More information

ADVANCES IN MANUFACTURING SCIENCE AND TECHNOLOGY Vol. 36, No. 2, 2012

ADVANCES IN MANUFACTURING SCIENCE AND TECHNOLOGY Vol. 36, No. 2, 2012 ADVANCES IN MANUFACTURING SCIENCE AND TECHNOLOGY Vol. 36, No. 2, 2012 A NEW METHOD FOR DETERMINING AND EVALUATING THE ACCURACY OF THE CUTTING TOOL WEAR CURVE INDEPENDENT OF THE CUTTING PARAMETERS IN PROFILE

More information

Computers Methods for Chaos Diagnostic

Computers Methods for Chaos Diagnostic AUTOMATYKA 2011 Tom 15 Zeszyt 1 Anna Obrączka Computers Methods for Chaos Diagnostic 1. Introduction In this article some computer methods for chaos diagnostic were presented. These methods are based on

More information

Intermediate Tier - Algebra revision

Intermediate Tier - Algebra revision Intermediate Tier - Algebra revision Contents : Collecting like terms Multiplying terms together Indices Expanding single brackets Expanding double brackets Substitution Solving equations Finding nth term

More information

Essential Mathematics

Essential Mathematics Appendix B 1211 Appendix B Essential Mathematics Exponential Arithmetic Exponential notation is used to express very large and very small numbers as a product of two numbers. The first number of the product,

More information

Essential Learning Outcomes for Algebra 2

Essential Learning Outcomes for Algebra 2 ALGEBRA 2 ELOs 1 Essential Learning Outcomes for Algebra 2 The following essential learning outcomes (ELOs) represent the 12 skills that students should be able to demonstrate knowledge of upon completion

More information

COMBINATORIAL MINORS FOR MATRIX FUNCTIONS AND THEIR APPLICATIONS

COMBINATORIAL MINORS FOR MATRIX FUNCTIONS AND THEIR APPLICATIONS ZESZYTY NAUKOWE POLITECHNIKI ŚLĄSKIEJ 2014 Seria: MATEMATYKA STOSOWANA z. 4 Nr kol. 1920 Vladimir SHEVELEV Department of Mathematics Ben-Gurion University of the Negev COMBINATORIAL MINORS FOR MATRIX FUNCTIONS

More information

APPM 2360: Midterm 3 July 12, 2013.

APPM 2360: Midterm 3 July 12, 2013. APPM 2360: Midterm 3 July 12, 2013. ON THE FRONT OF YOUR BLUEBOOK write: (1) your name, (2) your instructor s name, (3) your recitation section number and (4) a grading table. Text books, class notes,

More information

Rational Numbers. a) 5 is a rational number TRUE FALSE. is a rational number TRUE FALSE

Rational Numbers. a) 5 is a rational number TRUE FALSE. is a rational number TRUE FALSE Fry Texas A&M University!! Math 150!! Chapter 1!! Fall 2014! 1 Chapter 1A - - Real Numbers Types of Real Numbers Name(s) for the set 1, 2,, 4, Natural Numbers Positive Integers Symbol(s) for the set, -,

More information

Algebra II. A2.1.1 Recognize and graph various types of functions, including polynomial, rational, and algebraic functions.

Algebra II. A2.1.1 Recognize and graph various types of functions, including polynomial, rational, and algebraic functions. Standard 1: Relations and Functions Students graph relations and functions and find zeros. They use function notation and combine functions by composition. They interpret functions in given situations.

More information

Keyframing. CS 448D: Character Animation Prof. Vladlen Koltun Stanford University

Keyframing. CS 448D: Character Animation Prof. Vladlen Koltun Stanford University Keyframing CS 448D: Character Animation Prof. Vladlen Koltun Stanford University Keyframing in traditional animation Master animator draws key frames Apprentice fills in the in-between frames Keyframing

More information

Reading. w Foley, Section 11.2 Optional

Reading. w Foley, Section 11.2 Optional Parametric Curves w Foley, Section.2 Optional Reading w Bartels, Beatty, and Barsky. An Introduction to Splines for use in Computer Graphics and Geometric Modeling, 987. w Farin. Curves and Surfaces for

More information

INNOVATIVE-OPTIMISATION APPROACH TO DESIGN OF CONSTRUCTIVE COMPONENT IN BULK SOLID STORAGE BIN

INNOVATIVE-OPTIMISATION APPROACH TO DESIGN OF CONSTRUCTIVE COMPONENT IN BULK SOLID STORAGE BIN ZESZYTY NAUKOWE POLITECHNIKI ŚLĄSKIEJ 2012 Seria: TRANSPORT z. 76 Nr kol. 1865 Melichar KOPAS 1, Eva FALTINOVÁ 2 INNOVATIVE-OPTIMISATION APPROACH TO DESIGN OF CONSTRUCTIVE COMPONENT IN BULK SOLID STORAGE

More information

Day 6: 6.4 Solving Polynomial Equations Warm Up: Factor. 1. x 2-2x x 2-9x x 2 + 6x + 5

Day 6: 6.4 Solving Polynomial Equations Warm Up: Factor. 1. x 2-2x x 2-9x x 2 + 6x + 5 Day 6: 6.4 Solving Polynomial Equations Warm Up: Factor. 1. x 2-2x - 15 2. x 2-9x + 14 3. x 2 + 6x + 5 Solving Equations by Factoring Recall the factoring pattern: Difference of Squares:...... Note: There

More information

EE Homework 5 - Solutions

EE Homework 5 - Solutions EE054 - Homework 5 - Solutions 1. We know the general result that the -transform of α n 1 u[n] is with 1 α 1 ROC α < < and the -transform of α n 1 u[ n 1] is 1 α 1 with ROC 0 < α. Using this result, the

More information

15 Nonlinear Equations and Zero-Finders

15 Nonlinear Equations and Zero-Finders 15 Nonlinear Equations and Zero-Finders This lecture describes several methods for the solution of nonlinear equations. In particular, we will discuss the computation of zeros of nonlinear functions f(x).

More information

Note: A file Algebra Unit 09 Practice X Patterns can be useful to prepare students to quickly find sum and product.

Note: A file Algebra Unit 09 Practice X Patterns can be useful to prepare students to quickly find sum and product. Note: This unit can be used as needed (review or introductory) to practice operations on polynomials. Math Background Previously, you Identified monomials and their characteristics Applied the laws of

More information

Section 1.4 Solving Other Types of Equations

Section 1.4 Solving Other Types of Equations M141 - Chapter 1 Lecture Notes Page 1 of 27 Section 1.4 Solving Other Types of Equations Objectives: Given a radical equation, solve the equation and check the solution(s). Given an equation that can be

More information

Hermite Interpolation with Euclidean Pythagorean Hodograph Curves

Hermite Interpolation with Euclidean Pythagorean Hodograph Curves Hermite Interpolation with Euclidean Pythagorean Hodograph Curves Zbyněk Šír Faculty of Mathematics and Physics, Charles University in Prague Sokolovská 83, 86 75 Praha 8 zbynek.sir@mff.cuni.cz Abstract.

More information

2 ways to write the same number: 6,500: standard form 6.5 x 10 3 : scientific notation

2 ways to write the same number: 6,500: standard form 6.5 x 10 3 : scientific notation greater than or equal to one, and less than 10 positive exponents: numbers greater than 1 negative exponents: numbers less than 1, (> 0) (fractions) 2 ways to write the same number: 6,500: standard form

More information

Do Now 5 Minutes. Topic Scientific Notation. State how many significant figures are in each of the following numbers. How do you know?

Do Now 5 Minutes. Topic Scientific Notation. State how many significant figures are in each of the following numbers. How do you know? Do Now 5 Minutes Topic Scientific Notation State how many significant figures are in each of the following numbers. How do you know? 1,400. 0.000 021 5 0.000 000 000 874 1 140,000,000,000,000 673,000,000,000

More information

Academic Outcomes Mathematics

Academic Outcomes Mathematics Academic Outcomes Mathematics Mathematic Content Standards Overview: TK/ Kindergarten Counting and Cardinality: Know number names and the count sequence. Count to tell the number of objects. Compare numbers.

More information

Quadratic Formula: - another method for solving quadratic equations (ax 2 + bx + c = 0)

Quadratic Formula: - another method for solving quadratic equations (ax 2 + bx + c = 0) In the previous lesson we showed how to solve quadratic equations that were not factorable and were not perfect squares by making perfect square trinomials using a process called completing the square.

More information

Introduction. Chapter 1 : Introduction l 1

Introduction. Chapter 1 : Introduction l 1 Chapter 1 : Introduction l 1 1 Features 1. Definition. 2. Sub-divisions of Theory of Machines. 3. Fundamental Units. 4. Derived Units. 5. Systems of Units. 6. C.G.S. Units. 7. F.P.S. Units. 8. M.K.S. Units.

More information

MATH 115: Review for Chapter 5

MATH 115: Review for Chapter 5 MATH 5: Review for Chapter 5 Can you find the real zeros of a polynomial function and identify the behavior of the graph of the function at its zeros? For each polynomial function, identify the zeros of

More information

ORBITAL SHADOWING, INTERNAL CHAIN TRANSITIVITY

ORBITAL SHADOWING, INTERNAL CHAIN TRANSITIVITY ORBITAL SHADOWING, INTERNAL CHAIN TRANSITIVITY AND ω-limit SETS CHRIS GOOD AND JONATHAN MEDDAUGH Abstract. Let f : X X be a continuous map on a compact metric space, let ω f be the collection of ω-limit

More information

College Algebra To learn more about all our offerings Visit Knewton.com

College Algebra To learn more about all our offerings Visit Knewton.com College Algebra 978-1-63545-097-2 To learn more about all our offerings Visit Knewton.com Source Author(s) (Text or Video) Title(s) Link (where applicable) OpenStax Text Jay Abramson, Arizona State University

More information

Lösning: Tenta Numerical Analysis för D, L. FMN011,

Lösning: Tenta Numerical Analysis för D, L. FMN011, Lösning: Tenta Numerical Analysis för D, L. FMN011, 090527 This exam starts at 8:00 and ends at 12:00. To get a passing grade for the course you need 35 points in this exam and an accumulated total (this

More information

Further algebra. polynomial identities

Further algebra. polynomial identities 8 8A Polynomial identities 8B Partial fractions 8C Simultaneous equations areas of study The solution of simultaneous equations arising from the intersection of a line with a parabola, circle or rectangular

More information

A Simulation Experiment on the Application of the Jackknife with Jolly's Method for the Analysis of Capture-Recapture Data

A Simulation Experiment on the Application of the Jackknife with Jolly's Method for the Analysis of Capture-Recapture Data CT THERIOLOGIC Vol. 22, 13: 215 223, 1977 Simulation Experiment on the pplication of the Jackknife with Jolly's Method for the nalysis of Capture-Recapture Data B. F. J. MNLY Manly B. F. J., 1977: simulation

More information

M2R IVR, October 12th Mathematical tools 1 - Session 2

M2R IVR, October 12th Mathematical tools 1 - Session 2 Mathematical tools 1 Session 2 Franck HÉTROY M2R IVR, October 12th 2006 First session reminder Basic definitions Motivation: interpolate or approximate an ordered list of 2D points P i n Definition: spline

More information

Physics 127b: Statistical Mechanics. Landau Theory of Second Order Phase Transitions. Order Parameter

Physics 127b: Statistical Mechanics. Landau Theory of Second Order Phase Transitions. Order Parameter Physics 127b: Statistical Mechanics Landau Theory of Second Order Phase Transitions Order Parameter Second order phase transitions occur when a new state of reduced symmetry develops continuously from

More information

Section 5.5. Complex Eigenvalues

Section 5.5. Complex Eigenvalues Section 55 Complex Eigenvalues A Matrix with No Eigenvectors In recitation you discussed the linear transformation for rotation by π/4 in the plane The matrix is: A = 1 ( ) 1 1 2 1 1 This matrix has no

More information

Visualizing Complex Roots

Visualizing Complex Roots The Mathematics Enthusiast Volume 15 Number 3 Number 3 Article 9 7-1-2018 Visualizing Complex Roots William Bauldry Michael J Bosse Steven Otey Let us know how access to this document benefits you Follow

More information

Section 3.6 Complex Zeros

Section 3.6 Complex Zeros 04 Chapter Section 6 Complex Zeros When finding the zeros of polynomials, at some point you're faced with the problem x = While there are clearly no real numbers that are solutions to this equation, leaving

More information

PLC Papers Created For:

PLC Papers Created For: PLC Papers Created For: Quadratics intervention Deduce quadratic roots algebraically 1 Grade 6 Objective: Deduce roots algebraically. Question 1. Factorise and solve the equation x 2 8x + 15 = 0 Question

More information

SOLVING DIFFERENTIAL EQUATIONS. Amir Asif. Department of Computer Science and Engineering York University, Toronto, ON M3J1P3

SOLVING DIFFERENTIAL EQUATIONS. Amir Asif. Department of Computer Science and Engineering York University, Toronto, ON M3J1P3 SOLVING DIFFERENTIAL EQUATIONS Amir Asif Department of Computer Science and Engineering York University, Toronto, ON M3J1P3 ABSTRACT This article reviews a direct method for solving linear, constant-coefficient

More information

Section 10-1: Laws of Exponents

Section 10-1: Laws of Exponents Section -: Laws of Eponents Learning Outcome Multiply: - ( ) = - - = = To multiply like bases, add eponents, and use common base. Rewrite answer with positive eponent. Learning Outcome Write the reciprocals

More information

output H = 2*H+P H=2*(H-P)

output H = 2*H+P H=2*(H-P) Ecient Algorithms for Multiplication on Elliptic Curves by Volker Muller TI-9/97 22. April 997 Institut fur theoretische Informatik Ecient Algorithms for Multiplication on Elliptic Curves Volker Muller

More information

Check boxes of Edited Copy of Sp Topics (was 261-pilot)

Check boxes of Edited Copy of Sp Topics (was 261-pilot) Check boxes of Edited Copy of 10023 Sp 11 253 Topics (was 261-pilot) Intermediate Algebra (2011), 3rd Ed. [open all close all] R-Review of Basic Algebraic Concepts Section R.2 Ordering integers Plotting

More information

Polynomial Operations

Polynomial Operations Chapter 7 Polynomial Operations Sec. 1 Polynomials; Add/Subtract Polynomials sounds tough enough. But, if you look at it close enough you ll notice that students have worked with polynomial expressions

More information

Contents. 1 Preliminaries 3. Martingales

Contents. 1 Preliminaries 3. Martingales Table of Preface PART I THE FUNDAMENTAL PRINCIPLES page xv 1 Preliminaries 3 2 Martingales 9 2.1 Martingales and examples 9 2.2 Stopping times 12 2.3 The maximum inequality 13 2.4 Doob s inequality 14

More information

Szczecin University of Technology Poland ANALOG DOT RECORDING AS AN EXEMPLARY PROBLEM IN THE AREA OF DYNAMIC MEASUREMENTS

Szczecin University of Technology Poland   ANALOG DOT RECORDING AS AN EXEMPLARY PROBLEM IN THE AREA OF DYNAMIC MEASUREMENTS METROLOGY AND MEASUREMENT SYSTEMS VOL. XV, NUMBER 1 (2008) 105 ADAM ŻUCHOWSKI Szczecin University of Technology Poland e-mail: chlod@ps.pl ANALOG DOT RECORDING AS AN EXEMPLARY PROBLEM IN THE AREA OF DYNAMIC

More information

A R C H I V E S O F M E T A L L U R G Y A N D M A T E R I A L S Volume Issue 3 DOI: /amm

A R C H I V E S O F M E T A L L U R G Y A N D M A T E R I A L S Volume Issue 3 DOI: /amm A R C H I V E S O F M E T A L L U R G Y A N D M A T E R I A L S Volume 58 2013 Issue 3 DOI: 10.2478/amm-2013-0080 J. KOWAL, J. DAŃKO, J. STOJEK QUANTITATIVE AND QUALITATIVE METHODS FOR EVALUATION OF MEASUREMENT

More information

On the denesting of nested square roots

On the denesting of nested square roots On the denesting of nested square roots Eleftherios Gkioulekas University of Texas Rio Grande Valley January, 017 Introduction to denesting radicals. I. What are they? Using basic arithmetic, we can expand

More information

Triangular Plate Displacement Elements

Triangular Plate Displacement Elements Triangular Plate Displacement Elements Chapter : TRIANGULAR PLATE DISPLACEMENT ELEMENTS TABLE OF CONTENTS Page. Introduction...................... Triangular Element Properties................ Triangle

More information

Factors, Zeros, and Roots

Factors, Zeros, and Roots Factors, Zeros, and Roots Mathematical Goals Know and apply the Remainder Theorem Know and apply the Rational Root Theorem Know and apply the Factor Theorem Know and apply the Fundamental Theorem of Algebra

More information

Problem Set Number 2, j/2.036j MIT (Fall 2014)

Problem Set Number 2, j/2.036j MIT (Fall 2014) Problem Set Number 2, 18.385j/2.036j MIT (Fall 2014) Rodolfo R. Rosales (MIT, Math. Dept.,Cambridge, MA 02139) Due Mon., September 29, 2014. 1 Inverse function problem #01. Statement: Inverse function

More information

UNIT 1.- NATURAL NUMBERS. Maths teacher: Susana Vázquez PROFESOR TIERNO GALVÁN SECONDARY SCHOOL ( LA RAMBLA)

UNIT 1.- NATURAL NUMBERS. Maths teacher: Susana Vázquez PROFESOR TIERNO GALVÁN SECONDARY SCHOOL ( LA RAMBLA) UNIT 1.- NATURAL NUMBERS Maths teacher: Susana Vázquez PROFESOR TIERNO GALVÁN SECONDARY SCHOOL ( LA RAMBLA) TYPES OF NUMERAL SYSTEMS PRIMITIVE MAN NUMERAL SYSTEM EGYPTIAN NUMERAL SYSTEM ROMAN NUMERAL SYSTEM

More information

Polynomial Form. Factored Form. Perfect Squares

Polynomial Form. Factored Form. Perfect Squares We ve seen how to solve quadratic equations (ax 2 + bx + c = 0) by factoring and by extracting square roots, but what if neither of those methods are an option? What do we do with a quadratic equation

More information

Least Squares Based Self-Tuning Control Systems: Supplementary Notes

Least Squares Based Self-Tuning Control Systems: Supplementary Notes Least Squares Based Self-Tuning Control Systems: Supplementary Notes S. Garatti Dip. di Elettronica ed Informazione Politecnico di Milano, piazza L. da Vinci 32, 2133, Milan, Italy. Email: simone.garatti@polimi.it

More information

Pre-Calculus: Functions and Their Properties (Solving equations algebraically and graphically, matching graphs, tables, and equations, and

Pre-Calculus: Functions and Their Properties (Solving equations algebraically and graphically, matching graphs, tables, and equations, and Pre-Calculus: 1.1 1.2 Functions and Their Properties (Solving equations algebraically and graphically, matching graphs, tables, and equations, and finding the domain, range, VA, HA, etc.). Name: Date:

More information

27 Wyner Math 2 Spring 2019

27 Wyner Math 2 Spring 2019 27 Wyner Math 2 Spring 2019 CHAPTER SIX: POLYNOMIALS Review January 25 Test February 8 Thorough understanding and fluency of the concepts and methods in this chapter is a cornerstone to success in the

More information

Geometric Lagrange Interpolation by Planar Cubic Pythagorean-hodograph Curves

Geometric Lagrange Interpolation by Planar Cubic Pythagorean-hodograph Curves Geometric Lagrange Interpolation by Planar Cubic Pythagorean-hodograph Curves Gašper Jaklič a,c, Jernej Kozak a,b, Marjeta Krajnc b, Vito Vitrih c, Emil Žagar a,b, a FMF, University of Ljubljana, Jadranska

More information

Dr. Eakin s MA 110 Exams From Fall 2007:

Dr. Eakin s MA 110 Exams From Fall 2007: Dr. Eakin s MA 110 Exams From Fall 2007: CAUTION: MA110 is not static : the course content, text, homework, and syllabus change from year to year. While the exam format will be the same, there should be

More information

3.4 Pascal s Pride. A Solidify Understanding Task

3.4 Pascal s Pride. A Solidify Understanding Task 3.4 Pascal s Pride A Solidify Understanding Task Multiplying polynomials can require a bit of skill in the algebra department, but since polynomials are structured like numbers, multiplication works very

More information

Mathematics Kindergarten

Mathematics Kindergarten Kindergarten describe and sort and count measureable attributes identify and describe compose and model Shapes and space Representing quantity Whole numbers count sequence cardinality count instant recognition

More information