SlideShare una empresa de Scribd logo
1 de 29
MATHEMATICAL METHODS
CONTENTS
•   Matrices and Linear systems of equations
•   Eigen values and eigen vectors
•   Real and complex matrices and Quadratic forms
•   Algebraic equations transcendental equations and
    Interpolation
•   Curve Fitting, numerical differentiation & integration
•   Numerical differentiation of O.D.E
•   Fourier series and Fourier transforms
•   Partial differential equation and Z-transforms
TEXT BOOKS
• 1.Mathematical Methods, T.K.V.Iyengar, B.Krishna
  Gandhi and others, S.Chand and company
• Mathematical Methods, C.Sankaraiah, V.G.S.Book
  links.
• A text book of Mathametical Methods,
  V.Ravindranath, A.Vijayalakshmi, Himalaya
  Publishers.
• A text book of Mathametical Methods, Shahnaz
  Bathul, Right Publishers.
REFERENCES
• 1. A text book of Engineering Mathematics,
  B.V.Ramana, Tata Mc Graw Hill.
• 2.Advanced Engineering Mathematics, Irvin Kreyszig
  Wiley India Pvt Ltd.
• 3. Numerical Methods for scientific and Engineering
  computation, M.K.Jain, S.R.K.Iyengar and R.K.Jain,
  New Age International Publishers
• Elementary Numerical Analysis, Aitkison and Han,
  Wiley India, 3rd Edition, 2006.
UNIT HEADER
       Name of the Course:B.Tech
          Code No:07A1BS02
Year/Branch:I Year CSE,IT,ECE,EEE,ME,
               Unit No: V
             No.of slides:29
UNIT INDEX
                         UNIT-V
S.No.          Module           Lecture   PPT Slide
                                No.       No.
  1     Curve Fitting           L1-7      8-18

  2     Numerical               L8-12     19-25
        Differentiation
  3     Numerical Integration L13-16      26-29
UNIT – V
  PART – A
CURVE FITTING
LECTURE-1
INTRODUCTION : In interpolation, We have
 seen that when exact values of the function
 Y=f(x) is given we fit the function using
 various interpolation formulae. But sometimes
 the values of the function may not be given.
 In such cases, the values of the required
 function may be taken experimentally.
 Generally these expt. Values contain some
 errors. Hence by using these experimental
 values . We can fit a curve just approximately
 which is known as approximating curve.
Now our aim is to find this approximating curve
  as much best as through minimizing errors of
  experimental values this is called best fit
  otherwise it is a bad fit.
In brief by using experimental values the
  process of establishing a mathematical
  relationship between two variables is called
  CURVE FITTING.
LECTURE-2
  METHOD OF LEAST SQUARES
Let y1, y2, y3 ….yn be the experimental values of
  f(x1),f(x2),…..f(x n) be the exact values of the
  function y=f(x). Corresponding to the values
  of x=xo,x1,x2….x n .Now error=experimental
  values –exact value. If we denote the
  corresponding errors of y1, y2,….yn as e1,e2,e3,
  …..en , then e1=y1-f(x1), e2=y2-f(x2 )
• e3=y3-f(x3)…….en=yn-f(xn).These errors
  e1,e2,e3,……en,may be either positive or
  negative.For our convenient to make all
  errors into +ve to the square of errors i.e
  e12,e22,……en2.In order to obtain the best fit
  of curve we have to make the sum of the
  squares of the errors as much minimum
  i.e e12+e22+……+en2 is minimum.
METHOD OF LEAST SQUARES

• Let S=e12+e22+……+en2, S is minimum.When S
  becomes as much as minimum.Then we obtain
  a best fitting of a curve to the given data, now
  to make S minimum we have to determine the
  coefficients involving in the curve, so that S
  minimum.It will be possible when
  differentiating S with respect to the
  coefficients involving in the curve and
  equating to zero.
LECTURE-3
    FITTING OF STRAIGHT LINE
Let y = a + bx be a straight line
By using the principle of least squares for solving the
  straight line equations.
The normal equations are
∑ y = na + b ∑ x
∑ xy = a ∑ x + b ∑ x2
 solving these two normal equations we get the values
  of a & b ,substituting these values in the given
  straight line equation which gives the best fit.
LECTURE-4
        FITTING OF PARABOLA
Let y = a + bx + cx2 be the parabola or second degree
  polynomial.
By using the principle of least squares for solving the
  parabola
The normal equations are
∑ y = na + b ∑ x + c ∑ x2
∑ xy = a ∑ x + b∑ x2 + c ∑ x3
∑ x2y = a ∑ x2 + b ∑ x3 + c ∑ x4
solving these normal equations we get the values of a,b
  & c, substituting these values in the given parabola
  which gives the best fit.
LECTURE-5
          FITTING OF AN
       EXPONENTIAL CURVE
The exponential curve of the form
         y = a ebx
  taking log on both sides we get
  logey = logea + logee bx
   logey = logea + bx logee
   logey = logea + bx
•     Y = A+ bx
• Where Y = logey, A= logea
• This is in the form of straight line equation
  and this can be solved by using the straight
  line normal equations we get the values of A &
  b, for a =eA, substituting the values of a & b in
  the given curve which gives the best fit.
EXPONENTIAL CURVE
The equation of the exponential form is of the form y =
   abx
 taking log on both sides we get
    log ey = log ea +log ebx
       Y = A + Bx
  where Y= logey, A= logea , B= logeb
this is in the form of the straight line equation which
   can be solved by using the normal equations we get
   the values of A & B for a = eA
    b = eB substituting these values in the equation which
   gives the best fit.
LECTURE-7
     FITTING OF POWER CURVE
Let the equation of the power curve be
          y = a xb
 taking log on both sides we get
     log ey = logea + log exb
       Y = A + Bx
this is in the form of the straight line equation which
  can be solved by using the normal equations we get
  the values of A & B, for a = eA b= eB, substituting these
  values in the given equation which gives the best fit.
LECTURE-8
 NUMERICAL DIFFERENTIATION
The process by which we can find the derivative
 of a function i.e dy/dx for some particular
 value of independent variable x is called
 Numerical Differentiation.
The problem of numerical differentiation are to
 be solved by approximating the function using
 interpolation formula and then differentiating
 this formula as many times as desired.
LECTURE-9
        NEWTON’S FORMULA
• If the values of the argument are equally
  spaced and if the derivative is required for
  some values of given x lying in the begin of
  the table, we can represent the function by
  Newton- Gregory forward interpolation
  formula.
• If the value of dy/dx is required at a point near
  the end of the table, we have to use Newtons
  backward formula.
LECTURE-10
           CENTRAL DIFFERENCE

   – If the derivative dy/dx is to be found at some point
     lying near the middle of the tabulated value we
     have to use central difference interpolation formula

• While applying these formulae, it must be observed
  that the table of values defines the function at these
  points only and does not completely define the
  function and hence the function may not be
  differentiable at all.
•
• Derivatives by using Forward Difference
  Formula :

• The first order derivative of the function is given
  by
• (dy/dx)x=xo = 1/h (∆yo – 1/2∆2yo + 1/3 ∆3yo-
  ¼ ∆4yo + ………)

• (d2x/dy2)x=xo= 1/h2 (∆2yo – ∆3yo + 11/12   ∆4yo- 5/6
  ∆5yo + ………)
LECTURE-11
Derivatives by using Backward Difference Formula :
The first order derivative of the function is given by
(dy/dx)x=xn = 1/h( yn+1/2 2yn+1/3 3yn+1/4 4yn+
                                          ∇

  ……………..) ∇                ∇        ∇
 ∇
(d2y/dx2)x=xn = 1/h( 2yn+ 3yn+11/12 4yn+5/6    yn+
                                               5

  ……………..)           ∇      ∇         ∇
 ∇
LECTURE-12
Striling’s formula is given by using central
  difference is
  (dy/dx)x=xo = 1/h ( ∆y0 +∆y-1/2 – 1/6 ∆3y-
  1+∆3y-2 /2 + 1/30 ∆5y-2+ ∆5y-3/2 +……..)
LECTURE-13
    NUMERICAL INTEGRATION
• Numerical Integration is a process of
  finding the value of a definite
  integral.When a function y = f(x) is not
  known explicity. But we give only a set of
  values of the function y = f(x)
  corresponding to the same values of x.
  This process when applied to a function of
  a single variable is known as a
  quadrature.
NUMERICAL INTEGRATION
• For evaluating the Numerical Integration
  we have three important rules i.e
• Trapezoidal Rule
• Simpsons 13 Rule
• Simpsons 38 th Rule
LECTURE-14
    NUMERICAL INTEGRATION
• Trapezoidal Rule : The Trapezoidal Rule of
  the function y = f(x) is given by
• f (x ) dx= h2 ( y0 + yn ) + 2 ( y1 + y2 + y3+….+
  yn-1 )
• f (x ) dx = h2 (sum of the first and last terms )
  + ( sum of the remaining terms )
LECTURE-15
    NUMERICAL INTEGRATION
• Simpson’s 13 rd Rule : The Simpson’s 13
  rd Rule of the function f ( x ) is given by
• f ( x ) dx = h/3 ( y0 + yn ) + 4 ( y1 + y3 + y5 +
  …..yn-1 ) + 2 ( y2 + y4 + y6 + …..)
LECTURE-16
    NUMERICAL INTEGRATION
• Simpson’s 3/8 th Rule : The Simpson’s 3/8
  th rule for the function f ( x ) isgiven by
• f ( x ) dx = 3h/8 ( y0 + yn ) + 2 ( y3 + y6 + y9 +
  ……) + 3 ( y1 + y2 +y4 +……)
• f (x ) dx = 3h/8 ( sum of the first and the
  last term) + 2 ( multiples of three ) + 3
  ( sum of the remaining terms )

Más contenido relacionado

La actualidad más candente

Lesson 9 transcendental functions
Lesson 9 transcendental functionsLesson 9 transcendental functions
Lesson 9 transcendental functionsLawrence De Vera
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-III
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IIIEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-III
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IIIRai University
 
Lesson 21: More Algebra
Lesson 21: More AlgebraLesson 21: More Algebra
Lesson 21: More AlgebraKevin Johnson
 
Lecture 11 diagonalization & complex eigenvalues - 5-3 & 5-5
Lecture  11   diagonalization & complex eigenvalues -  5-3 & 5-5Lecture  11   diagonalization & complex eigenvalues -  5-3 & 5-5
Lecture 11 diagonalization & complex eigenvalues - 5-3 & 5-5njit-ronbrown
 
Solution to linear equhgations
Solution to linear equhgationsSolution to linear equhgations
Solution to linear equhgationsRobin Singh
 
Chapter 03-group-theory (1)
Chapter 03-group-theory (1)Chapter 03-group-theory (1)
Chapter 03-group-theory (1)한석 나
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IV
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IVEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-IV
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IVRai University
 
Notes on eigenvalues
Notes on eigenvaluesNotes on eigenvalues
Notes on eigenvaluesAmanSaeed11
 
Lecture 9 dim & rank - 4-5 & 4-6
Lecture 9   dim & rank -  4-5 & 4-6Lecture 9   dim & rank -  4-5 & 4-6
Lecture 9 dim & rank - 4-5 & 4-6njit-ronbrown
 
0.3.e,ine,det.
0.3.e,ine,det.0.3.e,ine,det.
0.3.e,ine,det.m2699
 
CMSC 56 | Lecture 17: Matrices
CMSC 56 | Lecture 17: MatricesCMSC 56 | Lecture 17: Matrices
CMSC 56 | Lecture 17: Matricesallyn joy calcaben
 
Lecture 5 inverse of matrices - section 2-2 and 2-3
Lecture 5   inverse of matrices - section 2-2 and 2-3Lecture 5   inverse of matrices - section 2-2 and 2-3
Lecture 5 inverse of matrices - section 2-2 and 2-3njit-ronbrown
 

La actualidad más candente (20)

Blackbox task 2
Blackbox task 2Blackbox task 2
Blackbox task 2
 
Analytic function
Analytic functionAnalytic function
Analytic function
 
Lesson 9 transcendental functions
Lesson 9 transcendental functionsLesson 9 transcendental functions
Lesson 9 transcendental functions
 
Relations and functions
Relations and functionsRelations and functions
Relations and functions
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-III
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IIIEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-III
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-III
 
Integral calculus
Integral calculusIntegral calculus
Integral calculus
 
Task 4
Task 4Task 4
Task 4
 
Math task 3
Math task 3Math task 3
Math task 3
 
Calculus I basic concepts
Calculus I basic conceptsCalculus I basic concepts
Calculus I basic concepts
 
Lesson 21: More Algebra
Lesson 21: More AlgebraLesson 21: More Algebra
Lesson 21: More Algebra
 
Lecture 11 diagonalization & complex eigenvalues - 5-3 & 5-5
Lecture  11   diagonalization & complex eigenvalues -  5-3 & 5-5Lecture  11   diagonalization & complex eigenvalues -  5-3 & 5-5
Lecture 11 diagonalization & complex eigenvalues - 5-3 & 5-5
 
Solution to linear equhgations
Solution to linear equhgationsSolution to linear equhgations
Solution to linear equhgations
 
Chapter 03-group-theory (1)
Chapter 03-group-theory (1)Chapter 03-group-theory (1)
Chapter 03-group-theory (1)
 
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IV
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IVEngineering Mathematics-IV_B.Tech_Semester-IV_Unit-IV
Engineering Mathematics-IV_B.Tech_Semester-IV_Unit-IV
 
Econometrics- lecture 10 and 11
Econometrics- lecture 10 and 11Econometrics- lecture 10 and 11
Econometrics- lecture 10 and 11
 
Notes on eigenvalues
Notes on eigenvaluesNotes on eigenvalues
Notes on eigenvalues
 
Lecture 9 dim & rank - 4-5 & 4-6
Lecture 9   dim & rank -  4-5 & 4-6Lecture 9   dim & rank -  4-5 & 4-6
Lecture 9 dim & rank - 4-5 & 4-6
 
0.3.e,ine,det.
0.3.e,ine,det.0.3.e,ine,det.
0.3.e,ine,det.
 
CMSC 56 | Lecture 17: Matrices
CMSC 56 | Lecture 17: MatricesCMSC 56 | Lecture 17: Matrices
CMSC 56 | Lecture 17: Matrices
 
Lecture 5 inverse of matrices - section 2-2 and 2-3
Lecture 5   inverse of matrices - section 2-2 and 2-3Lecture 5   inverse of matrices - section 2-2 and 2-3
Lecture 5 inverse of matrices - section 2-2 and 2-3
 

Destacado

Destacado (20)

How to Solve a Partial Differential Equation on a surface
How to Solve a Partial Differential Equation on a surfaceHow to Solve a Partial Differential Equation on a surface
How to Solve a Partial Differential Equation on a surface
 
Curve fitting
Curve fittingCurve fitting
Curve fitting
 
The least square method
The least square methodThe least square method
The least square method
 
Series de fourier
Series de fourierSeries de fourier
Series de fourier
 
Curve fitting
Curve fittingCurve fitting
Curve fitting
 
History and Real Life Applications of Fourier Analaysis
History and Real Life Applications of Fourier AnalaysisHistory and Real Life Applications of Fourier Analaysis
History and Real Life Applications of Fourier Analaysis
 
Series de fourier matematica iv
Series de fourier matematica ivSeries de fourier matematica iv
Series de fourier matematica iv
 
Method of least square
Method of least squareMethod of least square
Method of least square
 
Introduction to fourier analysis
Introduction to fourier analysisIntroduction to fourier analysis
Introduction to fourier analysis
 
AEM Fourier series
 AEM Fourier series AEM Fourier series
AEM Fourier series
 
Fourier series example
Fourier series exampleFourier series example
Fourier series example
 
Curve fitting
Curve fitting Curve fitting
Curve fitting
 
fourier series
fourier seriesfourier series
fourier series
 
Solved numerical problems of fourier series
Solved numerical problems of fourier seriesSolved numerical problems of fourier series
Solved numerical problems of fourier series
 
Fourier series and transforms
Fourier series and transformsFourier series and transforms
Fourier series and transforms
 
partial diffrentialequations
partial diffrentialequationspartial diffrentialequations
partial diffrentialequations
 
fourier transforms
fourier transformsfourier transforms
fourier transforms
 
Application of fourier series
Application of fourier seriesApplication of fourier series
Application of fourier series
 
Fourier transform
Fourier transformFourier transform
Fourier transform
 
Fourier series
Fourier seriesFourier series
Fourier series
 

Similar a CURVE FITTING TECHNIQUES

02.21.2020 Algebra I Quadraic Functions.ppt
02.21.2020  Algebra I Quadraic Functions.ppt02.21.2020  Algebra I Quadraic Functions.ppt
02.21.2020 Algebra I Quadraic Functions.pptjannelewlawas
 
5.1 indentifying linear equations
5.1 indentifying linear equations5.1 indentifying linear equations
5.1 indentifying linear equationscoolhanddav
 
Unit viii
Unit viiiUnit viii
Unit viiimrecedu
 
The Many Forms of Quadratic Equations
The Many Forms of Quadratic EquationsThe Many Forms of Quadratic Equations
The Many Forms of Quadratic Equationsguestd9670bb
 
linear equation in two variable.pptx
linear equation in two variable.pptxlinear equation in two variable.pptx
linear equation in two variable.pptxKirtiChauhan62
 
Linear equation in one variable PPT.pdf
Linear equation in one variable PPT.pdfLinear equation in one variable PPT.pdf
Linear equation in one variable PPT.pdfmanojindustry
 
APPLICATION OF PARTIAL DIFFERENTIATION
APPLICATION OF PARTIAL DIFFERENTIATIONAPPLICATION OF PARTIAL DIFFERENTIATION
APPLICATION OF PARTIAL DIFFERENTIATIONDhrupal Patel
 
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPTCLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT05092000
 
TIU CET Review Math Session 6 - part 2 of 2
TIU CET Review Math Session 6 - part 2 of 2TIU CET Review Math Session 6 - part 2 of 2
TIU CET Review Math Session 6 - part 2 of 2youngeinstein
 
Intro. to computational Physics ch2.pdf
Intro. to computational Physics ch2.pdfIntro. to computational Physics ch2.pdf
Intro. to computational Physics ch2.pdfJifarRaya
 
Fortran chapter 2.pdf
Fortran chapter 2.pdfFortran chapter 2.pdf
Fortran chapter 2.pdfJifarRaya
 
lecture01-2functions-230830145652-a15c1554.pptx
lecture01-2functions-230830145652-a15c1554.pptxlecture01-2functions-230830145652-a15c1554.pptx
lecture01-2functions-230830145652-a15c1554.pptxMuhammadShoaibRabban1
 
IVS-B UNIT-1_merged. Semester 2 fundamental of sciencepdf
IVS-B UNIT-1_merged. Semester 2 fundamental of sciencepdfIVS-B UNIT-1_merged. Semester 2 fundamental of sciencepdf
IVS-B UNIT-1_merged. Semester 2 fundamental of sciencepdf42Rnu
 

Similar a CURVE FITTING TECHNIQUES (20)

02.21.2020 Algebra I Quadraic Functions.ppt
02.21.2020  Algebra I Quadraic Functions.ppt02.21.2020  Algebra I Quadraic Functions.ppt
02.21.2020 Algebra I Quadraic Functions.ppt
 
Week 6
Week 6Week 6
Week 6
 
5.1 indentifying linear equations
5.1 indentifying linear equations5.1 indentifying linear equations
5.1 indentifying linear equations
 
Chapter 5 Identifying Linear Functions
Chapter 5 Identifying Linear FunctionsChapter 5 Identifying Linear Functions
Chapter 5 Identifying Linear Functions
 
Curve fitting
Curve fittingCurve fitting
Curve fitting
 
Curve fitting
Curve fittingCurve fitting
Curve fitting
 
CALCULUS 2.pptx
CALCULUS 2.pptxCALCULUS 2.pptx
CALCULUS 2.pptx
 
Unit viii
Unit viiiUnit viii
Unit viii
 
The Many Forms of Quadratic Equations
The Many Forms of Quadratic EquationsThe Many Forms of Quadratic Equations
The Many Forms of Quadratic Equations
 
Derivative rules.docx
Derivative rules.docxDerivative rules.docx
Derivative rules.docx
 
linear equation in two variable.pptx
linear equation in two variable.pptxlinear equation in two variable.pptx
linear equation in two variable.pptx
 
Linear equation in one variable PPT.pdf
Linear equation in one variable PPT.pdfLinear equation in one variable PPT.pdf
Linear equation in one variable PPT.pdf
 
APPLICATION OF PARTIAL DIFFERENTIATION
APPLICATION OF PARTIAL DIFFERENTIATIONAPPLICATION OF PARTIAL DIFFERENTIATION
APPLICATION OF PARTIAL DIFFERENTIATION
 
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPTCLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
CLASS 9 LINEAR EQUATIONS IN TWO VARIABLES PPT
 
TIU CET Review Math Session 6 - part 2 of 2
TIU CET Review Math Session 6 - part 2 of 2TIU CET Review Math Session 6 - part 2 of 2
TIU CET Review Math Session 6 - part 2 of 2
 
Math For Physics
Math For PhysicsMath For Physics
Math For Physics
 
Intro. to computational Physics ch2.pdf
Intro. to computational Physics ch2.pdfIntro. to computational Physics ch2.pdf
Intro. to computational Physics ch2.pdf
 
Fortran chapter 2.pdf
Fortran chapter 2.pdfFortran chapter 2.pdf
Fortran chapter 2.pdf
 
lecture01-2functions-230830145652-a15c1554.pptx
lecture01-2functions-230830145652-a15c1554.pptxlecture01-2functions-230830145652-a15c1554.pptx
lecture01-2functions-230830145652-a15c1554.pptx
 
IVS-B UNIT-1_merged. Semester 2 fundamental of sciencepdf
IVS-B UNIT-1_merged. Semester 2 fundamental of sciencepdfIVS-B UNIT-1_merged. Semester 2 fundamental of sciencepdf
IVS-B UNIT-1_merged. Semester 2 fundamental of sciencepdf
 

Más de mrecedu

Brochure final
Brochure finalBrochure final
Brochure finalmrecedu
 
Filters unit iii
Filters unit iiiFilters unit iii
Filters unit iiimrecedu
 
Attenuator unit iv
Attenuator unit ivAttenuator unit iv
Attenuator unit ivmrecedu
 
Two port networks unit ii
Two port networks unit iiTwo port networks unit ii
Two port networks unit iimrecedu
 
Unit4 (2)
Unit4 (2)Unit4 (2)
Unit4 (2)mrecedu
 
Unit5 (2)
Unit5 (2)Unit5 (2)
Unit5 (2)mrecedu
 
Unit6 jwfiles
Unit6 jwfilesUnit6 jwfiles
Unit6 jwfilesmrecedu
 
Unit3 jwfiles
Unit3 jwfilesUnit3 jwfiles
Unit3 jwfilesmrecedu
 
Unit2 jwfiles
Unit2 jwfilesUnit2 jwfiles
Unit2 jwfilesmrecedu
 
Unit1 jwfiles
Unit1 jwfilesUnit1 jwfiles
Unit1 jwfilesmrecedu
 
Unit7 jwfiles
Unit7 jwfilesUnit7 jwfiles
Unit7 jwfilesmrecedu
 
M1 unit vi-jntuworld
M1 unit vi-jntuworldM1 unit vi-jntuworld
M1 unit vi-jntuworldmrecedu
 
M1 unit v-jntuworld
M1 unit v-jntuworldM1 unit v-jntuworld
M1 unit v-jntuworldmrecedu
 
M1 unit iv-jntuworld
M1 unit iv-jntuworldM1 unit iv-jntuworld
M1 unit iv-jntuworldmrecedu
 
M1 unit iii-jntuworld
M1 unit iii-jntuworldM1 unit iii-jntuworld
M1 unit iii-jntuworldmrecedu
 
M1 unit ii-jntuworld
M1 unit ii-jntuworldM1 unit ii-jntuworld
M1 unit ii-jntuworldmrecedu
 

Más de mrecedu (20)

Brochure final
Brochure finalBrochure final
Brochure final
 
Unit i
Unit iUnit i
Unit i
 
Filters unit iii
Filters unit iiiFilters unit iii
Filters unit iii
 
Attenuator unit iv
Attenuator unit ivAttenuator unit iv
Attenuator unit iv
 
Two port networks unit ii
Two port networks unit iiTwo port networks unit ii
Two port networks unit ii
 
Unit 8
Unit 8Unit 8
Unit 8
 
Unit4 (2)
Unit4 (2)Unit4 (2)
Unit4 (2)
 
Unit5
Unit5Unit5
Unit5
 
Unit4
Unit4Unit4
Unit4
 
Unit5 (2)
Unit5 (2)Unit5 (2)
Unit5 (2)
 
Unit6 jwfiles
Unit6 jwfilesUnit6 jwfiles
Unit6 jwfiles
 
Unit3 jwfiles
Unit3 jwfilesUnit3 jwfiles
Unit3 jwfiles
 
Unit2 jwfiles
Unit2 jwfilesUnit2 jwfiles
Unit2 jwfiles
 
Unit1 jwfiles
Unit1 jwfilesUnit1 jwfiles
Unit1 jwfiles
 
Unit7 jwfiles
Unit7 jwfilesUnit7 jwfiles
Unit7 jwfiles
 
M1 unit vi-jntuworld
M1 unit vi-jntuworldM1 unit vi-jntuworld
M1 unit vi-jntuworld
 
M1 unit v-jntuworld
M1 unit v-jntuworldM1 unit v-jntuworld
M1 unit v-jntuworld
 
M1 unit iv-jntuworld
M1 unit iv-jntuworldM1 unit iv-jntuworld
M1 unit iv-jntuworld
 
M1 unit iii-jntuworld
M1 unit iii-jntuworldM1 unit iii-jntuworld
M1 unit iii-jntuworld
 
M1 unit ii-jntuworld
M1 unit ii-jntuworldM1 unit ii-jntuworld
M1 unit ii-jntuworld
 

Último

Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 

Último (20)

Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 

CURVE FITTING TECHNIQUES

  • 2. CONTENTS • Matrices and Linear systems of equations • Eigen values and eigen vectors • Real and complex matrices and Quadratic forms • Algebraic equations transcendental equations and Interpolation • Curve Fitting, numerical differentiation & integration • Numerical differentiation of O.D.E • Fourier series and Fourier transforms • Partial differential equation and Z-transforms
  • 3. TEXT BOOKS • 1.Mathematical Methods, T.K.V.Iyengar, B.Krishna Gandhi and others, S.Chand and company • Mathematical Methods, C.Sankaraiah, V.G.S.Book links. • A text book of Mathametical Methods, V.Ravindranath, A.Vijayalakshmi, Himalaya Publishers. • A text book of Mathametical Methods, Shahnaz Bathul, Right Publishers.
  • 4. REFERENCES • 1. A text book of Engineering Mathematics, B.V.Ramana, Tata Mc Graw Hill. • 2.Advanced Engineering Mathematics, Irvin Kreyszig Wiley India Pvt Ltd. • 3. Numerical Methods for scientific and Engineering computation, M.K.Jain, S.R.K.Iyengar and R.K.Jain, New Age International Publishers • Elementary Numerical Analysis, Aitkison and Han, Wiley India, 3rd Edition, 2006.
  • 5. UNIT HEADER Name of the Course:B.Tech Code No:07A1BS02 Year/Branch:I Year CSE,IT,ECE,EEE,ME, Unit No: V No.of slides:29
  • 6. UNIT INDEX UNIT-V S.No. Module Lecture PPT Slide No. No. 1 Curve Fitting L1-7 8-18 2 Numerical L8-12 19-25 Differentiation 3 Numerical Integration L13-16 26-29
  • 7. UNIT – V PART – A CURVE FITTING
  • 8. LECTURE-1 INTRODUCTION : In interpolation, We have seen that when exact values of the function Y=f(x) is given we fit the function using various interpolation formulae. But sometimes the values of the function may not be given. In such cases, the values of the required function may be taken experimentally. Generally these expt. Values contain some errors. Hence by using these experimental values . We can fit a curve just approximately which is known as approximating curve.
  • 9. Now our aim is to find this approximating curve as much best as through minimizing errors of experimental values this is called best fit otherwise it is a bad fit. In brief by using experimental values the process of establishing a mathematical relationship between two variables is called CURVE FITTING.
  • 10. LECTURE-2 METHOD OF LEAST SQUARES Let y1, y2, y3 ….yn be the experimental values of f(x1),f(x2),…..f(x n) be the exact values of the function y=f(x). Corresponding to the values of x=xo,x1,x2….x n .Now error=experimental values –exact value. If we denote the corresponding errors of y1, y2,….yn as e1,e2,e3, …..en , then e1=y1-f(x1), e2=y2-f(x2 )
  • 11. • e3=y3-f(x3)…….en=yn-f(xn).These errors e1,e2,e3,……en,may be either positive or negative.For our convenient to make all errors into +ve to the square of errors i.e e12,e22,……en2.In order to obtain the best fit of curve we have to make the sum of the squares of the errors as much minimum i.e e12+e22+……+en2 is minimum.
  • 12. METHOD OF LEAST SQUARES • Let S=e12+e22+……+en2, S is minimum.When S becomes as much as minimum.Then we obtain a best fitting of a curve to the given data, now to make S minimum we have to determine the coefficients involving in the curve, so that S minimum.It will be possible when differentiating S with respect to the coefficients involving in the curve and equating to zero.
  • 13. LECTURE-3 FITTING OF STRAIGHT LINE Let y = a + bx be a straight line By using the principle of least squares for solving the straight line equations. The normal equations are ∑ y = na + b ∑ x ∑ xy = a ∑ x + b ∑ x2 solving these two normal equations we get the values of a & b ,substituting these values in the given straight line equation which gives the best fit.
  • 14. LECTURE-4 FITTING OF PARABOLA Let y = a + bx + cx2 be the parabola or second degree polynomial. By using the principle of least squares for solving the parabola The normal equations are ∑ y = na + b ∑ x + c ∑ x2 ∑ xy = a ∑ x + b∑ x2 + c ∑ x3 ∑ x2y = a ∑ x2 + b ∑ x3 + c ∑ x4 solving these normal equations we get the values of a,b & c, substituting these values in the given parabola which gives the best fit.
  • 15. LECTURE-5 FITTING OF AN EXPONENTIAL CURVE The exponential curve of the form y = a ebx taking log on both sides we get logey = logea + logee bx logey = logea + bx logee logey = logea + bx
  • 16. Y = A+ bx • Where Y = logey, A= logea • This is in the form of straight line equation and this can be solved by using the straight line normal equations we get the values of A & b, for a =eA, substituting the values of a & b in the given curve which gives the best fit.
  • 17. EXPONENTIAL CURVE The equation of the exponential form is of the form y = abx taking log on both sides we get log ey = log ea +log ebx Y = A + Bx where Y= logey, A= logea , B= logeb this is in the form of the straight line equation which can be solved by using the normal equations we get the values of A & B for a = eA b = eB substituting these values in the equation which gives the best fit.
  • 18. LECTURE-7 FITTING OF POWER CURVE Let the equation of the power curve be y = a xb taking log on both sides we get log ey = logea + log exb Y = A + Bx this is in the form of the straight line equation which can be solved by using the normal equations we get the values of A & B, for a = eA b= eB, substituting these values in the given equation which gives the best fit.
  • 19. LECTURE-8 NUMERICAL DIFFERENTIATION The process by which we can find the derivative of a function i.e dy/dx for some particular value of independent variable x is called Numerical Differentiation. The problem of numerical differentiation are to be solved by approximating the function using interpolation formula and then differentiating this formula as many times as desired.
  • 20. LECTURE-9 NEWTON’S FORMULA • If the values of the argument are equally spaced and if the derivative is required for some values of given x lying in the begin of the table, we can represent the function by Newton- Gregory forward interpolation formula. • If the value of dy/dx is required at a point near the end of the table, we have to use Newtons backward formula.
  • 21. LECTURE-10 CENTRAL DIFFERENCE – If the derivative dy/dx is to be found at some point lying near the middle of the tabulated value we have to use central difference interpolation formula • While applying these formulae, it must be observed that the table of values defines the function at these points only and does not completely define the function and hence the function may not be differentiable at all.
  • 22. • • Derivatives by using Forward Difference Formula : • The first order derivative of the function is given by • (dy/dx)x=xo = 1/h (∆yo – 1/2∆2yo + 1/3 ∆3yo- ¼ ∆4yo + ………) • (d2x/dy2)x=xo= 1/h2 (∆2yo – ∆3yo + 11/12 ∆4yo- 5/6 ∆5yo + ………)
  • 23. LECTURE-11 Derivatives by using Backward Difference Formula : The first order derivative of the function is given by (dy/dx)x=xn = 1/h( yn+1/2 2yn+1/3 3yn+1/4 4yn+ ∇ ……………..) ∇ ∇ ∇ ∇ (d2y/dx2)x=xn = 1/h( 2yn+ 3yn+11/12 4yn+5/6 yn+ 5 ……………..) ∇ ∇ ∇ ∇
  • 24. LECTURE-12 Striling’s formula is given by using central difference is (dy/dx)x=xo = 1/h ( ∆y0 +∆y-1/2 – 1/6 ∆3y- 1+∆3y-2 /2 + 1/30 ∆5y-2+ ∆5y-3/2 +……..)
  • 25. LECTURE-13 NUMERICAL INTEGRATION • Numerical Integration is a process of finding the value of a definite integral.When a function y = f(x) is not known explicity. But we give only a set of values of the function y = f(x) corresponding to the same values of x. This process when applied to a function of a single variable is known as a quadrature.
  • 26. NUMERICAL INTEGRATION • For evaluating the Numerical Integration we have three important rules i.e • Trapezoidal Rule • Simpsons 13 Rule • Simpsons 38 th Rule
  • 27. LECTURE-14 NUMERICAL INTEGRATION • Trapezoidal Rule : The Trapezoidal Rule of the function y = f(x) is given by • f (x ) dx= h2 ( y0 + yn ) + 2 ( y1 + y2 + y3+….+ yn-1 ) • f (x ) dx = h2 (sum of the first and last terms ) + ( sum of the remaining terms )
  • 28. LECTURE-15 NUMERICAL INTEGRATION • Simpson’s 13 rd Rule : The Simpson’s 13 rd Rule of the function f ( x ) is given by • f ( x ) dx = h/3 ( y0 + yn ) + 4 ( y1 + y3 + y5 + …..yn-1 ) + 2 ( y2 + y4 + y6 + …..)
  • 29. LECTURE-16 NUMERICAL INTEGRATION • Simpson’s 3/8 th Rule : The Simpson’s 3/8 th rule for the function f ( x ) isgiven by • f ( x ) dx = 3h/8 ( y0 + yn ) + 2 ( y3 + y6 + y9 + ……) + 3 ( y1 + y2 +y4 +……) • f (x ) dx = 3h/8 ( sum of the first and the last term) + 2 ( multiples of three ) + 3 ( sum of the remaining terms )