SlideShare ist ein Scribd-Unternehmen logo
1 von 36
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: VII
             No.of slides:37
UNIT INDEX
                      UNIT-VII
S.No.          Module        Lecture   PPT Slide
                             No.       No.
  1     Fourier series.      L1-5      8-23

  2     Half Range series.   L6-10     24-26

  3     Fourier transforms   L11-16    27-37
UNIT VII

 CHAPTER 10

FOURIER SERIES
LECTURE-1
            INTRODUCTION
• Suppose that a given function f(x) defined
  in (-π,π) or (0, 2π) or in any other interval
  can be expressed as a trigonometric
  series as
  f(x)=a0/2 + (a1cosx + a2cos2x +a3cos3x +…
  +ancosnx)+ (b1sinx +
  b2sin 2x+……..bnsinnx)+……..
f(x) = a0/2+ ∑(ancosnx + bnsinnx)
•
• Where a and b are constants with in a
  desired range of values of the variable
  such series is known as the fourier series
  for f(x) and the constants a0, an,bn are
  called fourier coefficients of f(x)

• It has period 2π and hence any function
  represented by a series of the above form
  will also be periodic with period 2π
LECTURE-2
   POINTS OF DISCONTINUITY
• In deriving the Euler’s formulae for
  a0,an,bn it was assumed that f(x) is
  continuous. Instead a function may have a
  finite number of discontinuities. Even then
  such a function is expressable as a fourier
  series.
DISCONTINUITY FUNCTION
• For instance, let the function f(x) be
  defined by
•    f(x) = ø (x), c< x< x0
•          = Ψ(x), xo<x<c+2π
•    where x0 is thepoint of discontinuity in
    (c,c+2π).
DISCONTINUITY FUNCTION
In such cases also we obtain the fourier
  series for f(x) in the usual way. The values
  of a0,an,bn are given by
  a0 = 1/π [ ∫ ø(x) dx + ∫ Ψ(x) dx ]
  an =1/π [ ∫ ø(x)cosnx dx + ∫ Ψ(x)cosnx dx
bn = 1/π [ ∫ ø(x)sinnx dx + ∫ Ψ(x)sinnx dx]
LECTURE-3
        EULER’S FORMULAE
• The fourier series for the function f(x) in
  the interval C≤ x ≤ C+2π is given by
    f(x) = a0/2+ ∑(ancosnx + bnsinnx)
where a0 = 1/ π ∫ f(x) dx
        an = 1/ π ∫ f(x)cosnx dx
        bn = 1/ π ∫ f(x)sinnxdx
These values of ao , an, bn are known as
 Euler’s formulae
LECTURE-4
    EVEN AND ODD FUNCTIONS
• A function f(x) is said to be even if f(-x)=f(x) and
  odd if f(-x) = - f(x).
• If a function f(x) is even in (-π, π ), its fourier
  series expansion contains only cosine terms,
  and their coefficients are ao
• and an.
•    f(x)= a0/2 + ∑ an cosnx
•   where ao= 2/ π ∫ f(x) dx
•           an= 2/ π ∫ f(x) cosnx dx
ODD FUNCTION
• When f(x) is an odd function in (-π, π) its
  fourier expansion contains only sine
  terms.
• And their coefficient is bn
• f(x) = ∑ bn sinnx
• where bn = 2/ π ∫ f(x) sinnx dx
LECTURE-5
 HALF RANGE FOURIER SERIES
• THE SINE SERIES: If it be required to
  express f(x) as a sine series in (0,π), we
  define an odd function f(x) in (-π, π )
  ,identical with f(x) in (0,π).
                f(x) = ∑ bn sinnx

• Hence the sinnx= 2/ π ∫range sine series (0,π) is
         f(x) = ∑ bn bn
                 where
                       half f(x) sinnx dx
                                        dxv


  given where bn = 2/ π ∫ f(x) sinnx dx
          by
•     f(x) = ∑ bn sinnx
• Where bn = 2/ π ∫ f(x) sinnx dx
•
HALF RANGE SERIES
• The cosine series: If it be required to
  express f(x) as a cosine series, we define
  an even function f(x) in (- (-π, π ) ,
  identical with f(x) in (0, π ) , i.e we extend
  the function reflecting it with respect to the
  y-axis, so that f(-x)=f(x).
HALF RANGE COSINE SERIES
• Hence the half range series in (o,π) is
  given by
• f(x) = a0/2 + ∑ an cosnx
• where a0= 2/ π∫f(x)dx
•         an= 2/ π∫f(x)cosnxdx
LECTURE-6
      CHANGE OF INTERVAL
• So far we have expanded a given function
  in a Fourier series over the interval (-
  π,π)and (0,2π) of length 2π. In most
  engineering problems the period of the
  function to be expanded is not 2π but
  some other quantity say 2l. In order to
  apply earlier discussions to functions of
  period 2l, this interval must be converted
  to the length 2π.
PERIODIC FUNCTION
• Let f(x) be a periodic function with period
  2l defined in the interval c<x<c+2l. We
  must introduce a new variable z such that
  the period becomes 2π.
CHANGE OF INTERVAL
• The fourier expansion in the change of
  interval is given by
• f(x) = a0/2+∑ancos nπx/l +∑ bn sin nπx/l
• Where a0 = 1/l ∫f(x)dx
•        an = 1/l ∫f(x)cos nπx/l dx
•        bn = 1/l ∫f(x)sin nπx/l dx
LECTURE-7
    EVEN AND ODD FUNCTION
• Fourier cosine series : Let f(x) be even
  function in (-l,l) then
• f(x) = a0/2 + ∑ ancos nπx/l
• where a0 = 2/l ∫f(x)dx
•          an =2/l ∫f(x)cos nπx/l dx
LECTURE-8
      FOURIER SINE SERIES
• Fourier sine series : Let f(x) be an odd
  function in (-l,l) then
•     f(x) = ∑ bn sin nπx/l
• where bn = 2/l ∫f(x)sin nπx/l dx
• Once ,again here we remarks that the
  even nature or odd nature of the function
  is to be considered only when we deal
  with the interval (-l,l).
•
LECTURE-9
     HALF-RANGE EXPANSION
• Cosine series: If it is required to expand
  f(x) in the interval (0,l) then we extend the
  function reflecting in the y-axis, so that f(-
  x)=f(x).We can define a new function g(x)
  such that f(x)= a0/2 + ∑ ancos nπx/l
• where a0= 2/l ∫f(x)dx
•           an= 2/l ∫f(x)cos nπx/l dx
LECTURE-10
       HALF RANGE SINE SERIES
• Sine series : If it be required to expand
  f(x)as a sine series in (0,l), we extend the
  function reflecting it in the origin so that f(-
  x) = f(x).we can define the fourier series in
  (-l,l) then,
•     f(x) = a0/2 + ∑ bn sin nπx/l
• where bn = 2/l ∫f(x)sin nπx/l dx
LECTURE-11
         FOURIER INTEGRAL
           TRANSFORMS
• INTRODUCTION:A transformation is a
  mathematical device which converts or changes
  one function into another function. For example,
  differentiation and integration are
  transformations.
• In this we discuss the application of finite and
  infinite fourier integral transforms which are
  mathematical devices from which we obtain the
  solutions of boundary value.
• We obtain the solutions of boundary value
  problems related toengineering. For
  example conduction of heat, free and
  forced vibrations of a membrane,
  transverse vibrations of a string,
  transverse oscillations of an elastic beam
  etc.
• DEFINITION: The integral transforms of a
  function f(t) is defined by
• F(p)=I[f(t) = ∫ f(t) k(p,t )dt
• Where k(p,t) is called the kernel of the
  integral transform and is a function of p
  and t.
LECTURE-12,
   FOURIER COSINE AND SINE
          INTEGRAL
• When f(t) is an odd function cospt,f(t) is an
  odd function and sinpt f(t) is an even
  function. So the first integral in the right
  side becomes zero. Therefore we get
• f(x) = 2/π∫sinpx
LECTURE-13
   FOURIER COSINE AND SINE
          INTEGRAL
• When f(t) is an odd function cospt,f(t) is an
  odd function and sinpt f(t) is an even
  function. So the first integral in the right
  side becomes zero. Therefore we get
• f(x) = 2/π∫sinpx ∫f(t) sin pt dt dp
• which is known as FOURIER SINE
  INTEGRAL.
• When f(t) is an even function, the second
  integral in the right side becomes
  zero.Therefore we get
• f(x) = 2/π∫cospx ∫f(t) cos pt dt dp
• which is known as FOURIER
  COSINEINTEGRAL.
LECTURE-14
       FOURIER INTEGRAL IN
         COMPLEX FORM
• Since cos p(t-x) is an even functionof p,
  we have
• f(x) = 1/2π∫∫eip(t-x) f(t) dt dp
• which is the required complex form.
INFINITE FOURIER TRANSFORM
• The fourier transform of a function f(x) is
  given by
• F{f(x)} = F(p) = ∫f(x) eipx dx
• The inverse fourier transform of F(p) is
  given by
• f(x) = 1/2π ∫ F (p) e-ipx dp
LECTURE-15
   FOURIER SINE TRANSFORM
• The finite Fourier sine transform of f(x)
  when 0<x<l, is definedas
• Fs{f(x) = Fs (n) sin (nπx)/l dx where n is an
  integer and the function f(x) is given by
• f(x) = 2/l∑ Fs (n) sin (nπx)/l is called the
  Inverse finite Fourier sine transform Fs(n)
LECTURE-16
FOURIER COSINE TRANSFORM
• We have f(x) = 2/π∫cospx ∫f(t) cos pt dt dp
• Which is the fourier cosine integral .Now
• Fc(p) = ∫ f(x) cos px dx then
• f(x) becomes f(x) =2/π∫ Fc(p) cos px dp
  which is the fourier cosine transform.
PROPERTIES
•   Linear property of Fourier transform
•   Change of Scale property
•   Shifting property
•   Modulation property

Weitere ähnliche Inhalte

Was ist angesagt?

3.7 applications of tangent lines
3.7 applications of tangent lines3.7 applications of tangent lines
3.7 applications of tangent linesmath265
 
1531 fourier series- integrals and trans
1531 fourier series- integrals and trans1531 fourier series- integrals and trans
1531 fourier series- integrals and transDr Fereidoun Dejahang
 
3 areas, riemann sums, and the fundamental theorem of calculus x
3 areas, riemann sums, and the fundamental theorem of calculus x3 areas, riemann sums, and the fundamental theorem of calculus x
3 areas, riemann sums, and the fundamental theorem of calculus xmath266
 
Lesson 4 - Calculating Limits (Slides+Notes)
Lesson 4 - Calculating Limits (Slides+Notes)Lesson 4 - Calculating Limits (Slides+Notes)
Lesson 4 - Calculating Limits (Slides+Notes)Matthew Leingang
 
Fourier series and it's examples
Fourier series and it's examplesFourier series and it's examples
Fourier series and it's examplesZorawarJaat
 
Fourier series basic results
Fourier series basic resultsFourier series basic results
Fourier series basic resultsTarun Gehlot
 
12 derivatives and integrals of inverse trigonometric functions x
12 derivatives and integrals of inverse trigonometric functions x12 derivatives and integrals of inverse trigonometric functions x
12 derivatives and integrals of inverse trigonometric functions xmath266
 
27 power series x
27 power series x27 power series x
27 power series xmath266
 
Fourier series Introduction
Fourier series IntroductionFourier series Introduction
Fourier series IntroductionRizwan Kazi
 
3.6 applications in optimization
3.6 applications in optimization3.6 applications in optimization
3.6 applications in optimizationmath265
 
Fourier Series - Engineering Mathematics
Fourier Series -  Engineering MathematicsFourier Series -  Engineering Mathematics
Fourier Series - Engineering MathematicsMd Sadequl Islam
 
the fourier series
the fourier seriesthe fourier series
the fourier seriessafi al amu
 
differentiate free
differentiate freedifferentiate free
differentiate freelydmilaroy
 
11 the inverse trigonometric functions x
11 the inverse trigonometric functions x11 the inverse trigonometric functions x
11 the inverse trigonometric functions xmath266
 
1 review on derivatives
1 review on derivatives1 review on derivatives
1 review on derivativesmath266
 

Was ist angesagt? (20)

senior seminar
senior seminarsenior seminar
senior seminar
 
3.7 applications of tangent lines
3.7 applications of tangent lines3.7 applications of tangent lines
3.7 applications of tangent lines
 
1531 fourier series- integrals and trans
1531 fourier series- integrals and trans1531 fourier series- integrals and trans
1531 fourier series- integrals and trans
 
Fourier series
Fourier seriesFourier series
Fourier series
 
3 areas, riemann sums, and the fundamental theorem of calculus x
3 areas, riemann sums, and the fundamental theorem of calculus x3 areas, riemann sums, and the fundamental theorem of calculus x
3 areas, riemann sums, and the fundamental theorem of calculus x
 
Lesson 4 - Calculating Limits (Slides+Notes)
Lesson 4 - Calculating Limits (Slides+Notes)Lesson 4 - Calculating Limits (Slides+Notes)
Lesson 4 - Calculating Limits (Slides+Notes)
 
Fourier series and it's examples
Fourier series and it's examplesFourier series and it's examples
Fourier series and it's examples
 
Fourier series basic results
Fourier series basic resultsFourier series basic results
Fourier series basic results
 
12 derivatives and integrals of inverse trigonometric functions x
12 derivatives and integrals of inverse trigonometric functions x12 derivatives and integrals of inverse trigonometric functions x
12 derivatives and integrals of inverse trigonometric functions x
 
Fourier series
Fourier seriesFourier series
Fourier series
 
27 power series x
27 power series x27 power series x
27 power series x
 
Fourier series Introduction
Fourier series IntroductionFourier series Introduction
Fourier series Introduction
 
3.6 applications in optimization
3.6 applications in optimization3.6 applications in optimization
3.6 applications in optimization
 
Fourier transform
Fourier transformFourier transform
Fourier transform
 
Fourier Series - Engineering Mathematics
Fourier Series -  Engineering MathematicsFourier Series -  Engineering Mathematics
Fourier Series - Engineering Mathematics
 
the fourier series
the fourier seriesthe fourier series
the fourier series
 
differentiate free
differentiate freedifferentiate free
differentiate free
 
11 the inverse trigonometric functions x
11 the inverse trigonometric functions x11 the inverse trigonometric functions x
11 the inverse trigonometric functions x
 
1 review on derivatives
1 review on derivatives1 review on derivatives
1 review on derivatives
 
AEM Fourier series
 AEM Fourier series AEM Fourier series
AEM Fourier series
 

Ähnlich wie Unit vii

Ähnlich wie Unit vii (20)

lecture_6_-_fourier_series_0.pdf
lecture_6_-_fourier_series_0.pdflecture_6_-_fourier_series_0.pdf
lecture_6_-_fourier_series_0.pdf
 
Fourier_Series.pptx
Fourier_Series.pptxFourier_Series.pptx
Fourier_Series.pptx
 
laplace_class_test_2.pptx
laplace_class_test_2.pptxlaplace_class_test_2.pptx
laplace_class_test_2.pptx
 
FourierTransform detailed power point presentation
FourierTransform detailed power point presentationFourierTransform detailed power point presentation
FourierTransform detailed power point presentation
 
Mathematics basics
Mathematics basicsMathematics basics
Mathematics basics
 
Fourier series and fourier integral
Fourier series and fourier integralFourier series and fourier integral
Fourier series and fourier integral
 
Fourier series 2.ppt
Fourier series 2.pptFourier series 2.ppt
Fourier series 2.ppt
 
Fourier series
Fourier seriesFourier series
Fourier series
 
Seismic data processing lecture 3
Seismic data processing lecture 3Seismic data processing lecture 3
Seismic data processing lecture 3
 
math camp
math campmath camp
math camp
 
Fourier transform
Fourier transformFourier transform
Fourier transform
 
Unit iv
Unit ivUnit iv
Unit iv
 
0.5.derivatives
0.5.derivatives0.5.derivatives
0.5.derivatives
 
Ft3 new
Ft3 newFt3 new
Ft3 new
 
TPDE_UNIT II-FOURIER SERIES_PPT.pptx
TPDE_UNIT II-FOURIER SERIES_PPT.pptxTPDE_UNIT II-FOURIER SERIES_PPT.pptx
TPDE_UNIT II-FOURIER SERIES_PPT.pptx
 
Domain-and-Range-of-a-Function
Domain-and-Range-of-a-FunctionDomain-and-Range-of-a-Function
Domain-and-Range-of-a-Function
 
160280102001 c1 aem
160280102001 c1 aem160280102001 c1 aem
160280102001 c1 aem
 
Differentiation using First Principle - By Mohd Noor Abdul Hamid
Differentiation using First Principle  - By Mohd Noor Abdul HamidDifferentiation using First Principle  - By Mohd Noor Abdul Hamid
Differentiation using First Principle - By Mohd Noor Abdul Hamid
 
Mba Ebooks ! Edhole
Mba Ebooks ! EdholeMba Ebooks ! Edhole
Mba Ebooks ! Edhole
 
Laplace transform & fourier series
Laplace transform & fourier seriesLaplace transform & fourier series
Laplace transform & fourier series
 

Mehr von 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
 

Mehr von 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
 

Kürzlich hochgeladen

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
 
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
 
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
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
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
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
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
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 

Kürzlich hochgeladen (20)

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
 
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
 
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...
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
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
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
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
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 

Unit vii

  • 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: VII No.of slides:37
  • 6. UNIT INDEX UNIT-VII S.No. Module Lecture PPT Slide No. No. 1 Fourier series. L1-5 8-23 2 Half Range series. L6-10 24-26 3 Fourier transforms L11-16 27-37
  • 7. UNIT VII CHAPTER 10 FOURIER SERIES
  • 8. LECTURE-1 INTRODUCTION • Suppose that a given function f(x) defined in (-π,π) or (0, 2π) or in any other interval can be expressed as a trigonometric series as f(x)=a0/2 + (a1cosx + a2cos2x +a3cos3x +… +ancosnx)+ (b1sinx + b2sin 2x+……..bnsinnx)+…….. f(x) = a0/2+ ∑(ancosnx + bnsinnx)
  • 9. • • Where a and b are constants with in a desired range of values of the variable such series is known as the fourier series for f(x) and the constants a0, an,bn are called fourier coefficients of f(x) • It has period 2π and hence any function represented by a series of the above form will also be periodic with period 2π
  • 10. LECTURE-2 POINTS OF DISCONTINUITY • In deriving the Euler’s formulae for a0,an,bn it was assumed that f(x) is continuous. Instead a function may have a finite number of discontinuities. Even then such a function is expressable as a fourier series.
  • 11. DISCONTINUITY FUNCTION • For instance, let the function f(x) be defined by • f(x) = ø (x), c< x< x0 • = Ψ(x), xo<x<c+2π • where x0 is thepoint of discontinuity in (c,c+2π).
  • 12. DISCONTINUITY FUNCTION In such cases also we obtain the fourier series for f(x) in the usual way. The values of a0,an,bn are given by a0 = 1/π [ ∫ ø(x) dx + ∫ Ψ(x) dx ] an =1/π [ ∫ ø(x)cosnx dx + ∫ Ψ(x)cosnx dx bn = 1/π [ ∫ ø(x)sinnx dx + ∫ Ψ(x)sinnx dx]
  • 13. LECTURE-3 EULER’S FORMULAE • The fourier series for the function f(x) in the interval C≤ x ≤ C+2π is given by f(x) = a0/2+ ∑(ancosnx + bnsinnx) where a0 = 1/ π ∫ f(x) dx an = 1/ π ∫ f(x)cosnx dx bn = 1/ π ∫ f(x)sinnxdx These values of ao , an, bn are known as Euler’s formulae
  • 14. LECTURE-4 EVEN AND ODD FUNCTIONS • A function f(x) is said to be even if f(-x)=f(x) and odd if f(-x) = - f(x). • If a function f(x) is even in (-π, π ), its fourier series expansion contains only cosine terms, and their coefficients are ao • and an. • f(x)= a0/2 + ∑ an cosnx • where ao= 2/ π ∫ f(x) dx • an= 2/ π ∫ f(x) cosnx dx
  • 15. ODD FUNCTION • When f(x) is an odd function in (-π, π) its fourier expansion contains only sine terms. • And their coefficient is bn • f(x) = ∑ bn sinnx • where bn = 2/ π ∫ f(x) sinnx dx
  • 16. LECTURE-5 HALF RANGE FOURIER SERIES • THE SINE SERIES: If it be required to express f(x) as a sine series in (0,π), we define an odd function f(x) in (-π, π ) ,identical with f(x) in (0,π). f(x) = ∑ bn sinnx • Hence the sinnx= 2/ π ∫range sine series (0,π) is f(x) = ∑ bn bn where half f(x) sinnx dx dxv given where bn = 2/ π ∫ f(x) sinnx dx by • f(x) = ∑ bn sinnx • Where bn = 2/ π ∫ f(x) sinnx dx •
  • 17. HALF RANGE SERIES • The cosine series: If it be required to express f(x) as a cosine series, we define an even function f(x) in (- (-π, π ) , identical with f(x) in (0, π ) , i.e we extend the function reflecting it with respect to the y-axis, so that f(-x)=f(x).
  • 18. HALF RANGE COSINE SERIES • Hence the half range series in (o,π) is given by • f(x) = a0/2 + ∑ an cosnx • where a0= 2/ π∫f(x)dx • an= 2/ π∫f(x)cosnxdx
  • 19. LECTURE-6 CHANGE OF INTERVAL • So far we have expanded a given function in a Fourier series over the interval (- π,π)and (0,2π) of length 2π. In most engineering problems the period of the function to be expanded is not 2π but some other quantity say 2l. In order to apply earlier discussions to functions of period 2l, this interval must be converted to the length 2π.
  • 20. PERIODIC FUNCTION • Let f(x) be a periodic function with period 2l defined in the interval c<x<c+2l. We must introduce a new variable z such that the period becomes 2π.
  • 21. CHANGE OF INTERVAL • The fourier expansion in the change of interval is given by • f(x) = a0/2+∑ancos nπx/l +∑ bn sin nπx/l • Where a0 = 1/l ∫f(x)dx • an = 1/l ∫f(x)cos nπx/l dx • bn = 1/l ∫f(x)sin nπx/l dx
  • 22. LECTURE-7 EVEN AND ODD FUNCTION • Fourier cosine series : Let f(x) be even function in (-l,l) then • f(x) = a0/2 + ∑ ancos nπx/l • where a0 = 2/l ∫f(x)dx • an =2/l ∫f(x)cos nπx/l dx
  • 23. LECTURE-8 FOURIER SINE SERIES • Fourier sine series : Let f(x) be an odd function in (-l,l) then • f(x) = ∑ bn sin nπx/l • where bn = 2/l ∫f(x)sin nπx/l dx • Once ,again here we remarks that the even nature or odd nature of the function is to be considered only when we deal with the interval (-l,l). •
  • 24. LECTURE-9 HALF-RANGE EXPANSION • Cosine series: If it is required to expand f(x) in the interval (0,l) then we extend the function reflecting in the y-axis, so that f(- x)=f(x).We can define a new function g(x) such that f(x)= a0/2 + ∑ ancos nπx/l • where a0= 2/l ∫f(x)dx • an= 2/l ∫f(x)cos nπx/l dx
  • 25. LECTURE-10 HALF RANGE SINE SERIES • Sine series : If it be required to expand f(x)as a sine series in (0,l), we extend the function reflecting it in the origin so that f(- x) = f(x).we can define the fourier series in (-l,l) then, • f(x) = a0/2 + ∑ bn sin nπx/l • where bn = 2/l ∫f(x)sin nπx/l dx
  • 26. LECTURE-11 FOURIER INTEGRAL TRANSFORMS • INTRODUCTION:A transformation is a mathematical device which converts or changes one function into another function. For example, differentiation and integration are transformations. • In this we discuss the application of finite and infinite fourier integral transforms which are mathematical devices from which we obtain the solutions of boundary value.
  • 27. • We obtain the solutions of boundary value problems related toengineering. For example conduction of heat, free and forced vibrations of a membrane, transverse vibrations of a string, transverse oscillations of an elastic beam etc.
  • 28. • DEFINITION: The integral transforms of a function f(t) is defined by • F(p)=I[f(t) = ∫ f(t) k(p,t )dt • Where k(p,t) is called the kernel of the integral transform and is a function of p and t.
  • 29. LECTURE-12, FOURIER COSINE AND SINE INTEGRAL • When f(t) is an odd function cospt,f(t) is an odd function and sinpt f(t) is an even function. So the first integral in the right side becomes zero. Therefore we get • f(x) = 2/π∫sinpx
  • 30. LECTURE-13 FOURIER COSINE AND SINE INTEGRAL • When f(t) is an odd function cospt,f(t) is an odd function and sinpt f(t) is an even function. So the first integral in the right side becomes zero. Therefore we get • f(x) = 2/π∫sinpx ∫f(t) sin pt dt dp • which is known as FOURIER SINE INTEGRAL.
  • 31. • When f(t) is an even function, the second integral in the right side becomes zero.Therefore we get • f(x) = 2/π∫cospx ∫f(t) cos pt dt dp • which is known as FOURIER COSINEINTEGRAL.
  • 32. LECTURE-14 FOURIER INTEGRAL IN COMPLEX FORM • Since cos p(t-x) is an even functionof p, we have • f(x) = 1/2π∫∫eip(t-x) f(t) dt dp • which is the required complex form.
  • 33. INFINITE FOURIER TRANSFORM • The fourier transform of a function f(x) is given by • F{f(x)} = F(p) = ∫f(x) eipx dx • The inverse fourier transform of F(p) is given by • f(x) = 1/2π ∫ F (p) e-ipx dp
  • 34. LECTURE-15 FOURIER SINE TRANSFORM • The finite Fourier sine transform of f(x) when 0<x<l, is definedas • Fs{f(x) = Fs (n) sin (nπx)/l dx where n is an integer and the function f(x) is given by • f(x) = 2/l∑ Fs (n) sin (nπx)/l is called the Inverse finite Fourier sine transform Fs(n)
  • 35. LECTURE-16 FOURIER COSINE TRANSFORM • We have f(x) = 2/π∫cospx ∫f(t) cos pt dt dp • Which is the fourier cosine integral .Now • Fc(p) = ∫ f(x) cos px dx then • f(x) becomes f(x) =2/π∫ Fc(p) cos px dp which is the fourier cosine transform.
  • 36. PROPERTIES • Linear property of Fourier transform • Change of Scale property • Shifting property • Modulation property