Quadratic and Cubic equation as demonstration of Digital
Fourier Transform
Digital Fourier transform is in the very base of modern information
technology. We are not going to discuss even the bare fundamentals
of DFT. Just an example to solve cubic equations and thus an
introduction to DFT through that. Besides that opens up many area
of polynomial equations such as discriminant , resolvents etc. of
polynomial equations, Such as Lagrange’s resolvents, Galois
resolvents etc. which are entirely not discussed in this booklet.
DFT of f (n) of f (0),f (1)….f (N−1)are defined by
F(K)=
1
N ∑
m=0
N −1
f (m)e
−2πinK
N
, K=0,1,… N−1
DFT transforms numbers to complex periodic functions in the
manner shown.
It may be shown that DFT F(K) ofF(0), F(1)….F (N−1) are
f (n)=∑
K=0
N−1
F(K )e
2πinK
N
, n=0,1,…N −1 , Call them inverse transform? Does it
recover original number ? Let us see.
Substituting the values from the previous equation,
f (n)=∑
K=0
N−1
(1
N
∑
m=0
N −1
f (m)e
−2 πimK
N
)e
2πinK
N
¿ ∑
K=0
N−1
1
N
∑
m=0
N −1
f (m)e
−2πimK
N
e
2πinK
N
¿ ∑
K=0
N−1
1
N
∑
m=0
N −1
f (m)e
2 πi(n−m)K
N
¿ ∑
m=0
N −1
f (m)
1
N
∑
K =0
N −1
e
2 πi(n−m)K
N
It can be shown that if N=1, from above,
f (0)=∑
m=0
0
f (m)
1
1
∑
K=0
0
e
2πi (n−m)K
1
=F (0)
Let N=1 in f (n)=∑
K=0
0
F(K )e
2πinK
1
=f (0).
Let N ≠1 andn=m , then
1
N ∑
K =0
N−1
e
2πi (n−m)K
N
=
1
N ∑
K=0
N −1
e0
=
1
N
N=1.
Let N ≠1 and ifn≠m , then,
1
N ∑
K =0
N−1
e
2πi (n−m)K
N
=
1
N ∑
K=0
N −1
e
2πipK
N
=0,p≠0, a positive integer. This is 0 as sum of
n-th roots of unity is 0.
Combining the two cases,
1
N ∑
K =0
N−1
e
2πi (n−m)
N
=δmn.
δmn=0 if ≠m , and δmn=1 if n=m Kronekar delta function.
At last ∑
m=0
N−1
f (m)
1
N
∑
K =0
N −1
e
2 πi(n−m)
N
=∑
m=0
N−1
f (m)δmn=f (n)
Quadratic equation
Let x0=f (0),x1=f (1) be roots of the quadratic equation x
2
+bx+c=0.
We have f (n)=
1
N
∑
K =0
N−1
F(K )e
2πin
N
, n=0,1,N−1,
For roots of quadratic equation,N=2 .
If we denoteX0=F(0), X1=F (1) ,
x0=X0e
2 π .0.0
2
+X1 e
2π.0 .1
2
=X0+ X1
,
x1=X0 e
2π.1 .0
2
+X1 e
2 π.01.1
2
=X0−X1
,
Now x
2
+bx+c=(x−x0)(x−x1)
¿(x−(X0+X1))(x−(X0−X1))
¿ x
2
−2 X0 x+ X0
2
−X1
2
.
Comparing coefficients ofx from both sides,
b=−2 X0 and ¿ X0
2
−X1
2
. So X0=
−b
2 and X1=√b2
−4 c
2
.
Cubic equation
In continuation of notations from above paragraph, along the same
lines, the cubic equation taken is x3
+b x2
+cx+d=0. The roots assumed
are
x0=X0+ X1+X2 ,
x1=X0+ω X1+ω
2
X2, ω=e
2πi
,cube root of unity.
x1=X0+ω2
X1+ω X2,
Plugging these values in the cubic,
x3
+b x2
+cx+d=(x−x0)(x−x1)(x−x2)
¿ x3
−3 X0 x2
+(3 X0
2
−3 X1 X2)x−X0
3
+3 X0 X1 X2−(X1
3
+X2
3
)
Comparing coefficients from both sides,
X0=
−b
3
, X1 X2=
b
2
−3c
9
, X1
3
+X2
3
=
−27 d−9bc+2b
3
27
From this one quadratic equation in mayX1 , X2 may be set up and
along with X0from above, the roots x0 ,x1 ,x2 may be easily found.
There is no special advantage using DFT for solving polynomials of
degree 2, 3 or even 4. For roots of polynomials of degree 5 or more,
the DFT method must fail to give roots in closed forms, i.e., in
radicals, but it would give approximate solutions employing a
computer programming for DFT method. But iteration methods are
also handy and may be easily built into computer programs.
ut DFT plays crucial role in signal processing, information technology,
and other fields. This article aimed at giving a simple introduction
and natural motivation to DFT.
Quartic and biquadratic equations
A quartic equation is a polynomial equation of degree 4. It is
different from biquadratic equation. The latter is also a polynomial
equation of degree 4, but
contains only terms of even degree in the variable. So it is only a
quadratic equation in disguise and can be solved easily by
substitutingy=x
2
, and let us not discuss that any further. Given below
is a procedure for solving a quartic.
A quartic equation may be written in the form
x4
+4B x3
+C x2
+ Dx+E=0, just to avoid fractions.
By a transformation x=u−Bwe remove the 2nd
term and reduce the
equation and convert it into a depressed quartic.
We get the following. (−B is average of all its 4 roots)
(u−B)4
+4 B(u−B)3
+C (u−B)2
+D (u−B)+E=0.
By expanding and simplifying we get u
4
+au
2
+bu+c=0,
Where ¿−6B
2
+2C , b=2B
3
−2C +D,
c=−3B4
+B2
C−BD+E.
We may write u
4
+cu
2
+du+e=0
Assume its factors as (u
2
+ pu+q)(u
2
+ru+s),
Or, u4
+(p+r)u3
+(q+s+ pr)u2
+( ps+qr )u+qs=u4
+au2
+bu+c ,
Equating coefficients of similar powers from both sides,
p+r=0,q+s+ pr=c, ps+qr=d ,qs=e,
These become the following using p=−r;
q+s=p
2
+c ,s−q=
d
p
,qs=e,
Now the identity (s+q)2
−(s−q)2
=4 sq becomes,
( p2
+c)
2
−
d
2
p2
=4 e,
If we setp2
=t , it becomes (t+c)2
−
d
2
t
=4e,
This is a cubic equation int and can be solved, giving the values of q ,s
which finally solves the quartic equation.
For finding out roots of polynomials of degree 5 or higher Galois
theory confirms that there is no method for computing the roots
employing an universal formula as in case of quadratic, cubic and
quartic equations. So computation is done with algorithmic
approach.

More Related Content

PDF
Famous problem IMO 1988 Q6.pdf
PDF
Fourier 3
PPTX
AEM Integrating factor to orthogonal trajactories
PDF
Fourier series of odd functions with period 2 l
PDF
Solutions_Chapter3.pdf
PDF
Dynamical systems solved ex
PDF
Imc2017 day2-solutions
PPT
Solution 3
Famous problem IMO 1988 Q6.pdf
Fourier 3
AEM Integrating factor to orthogonal trajactories
Fourier series of odd functions with period 2 l
Solutions_Chapter3.pdf
Dynamical systems solved ex
Imc2017 day2-solutions
Solution 3

Similar to digital fourier transform and cubic equations.docx (20)

PPT
Solution 3
PPTX
Quadratic function
PDF
Advanced Engineering Mathematics Solutions Manual.pdf
PDF
Conjugate Gradient Methods
PDF
Las funciones L en teoría de números
DOCX
Bahan ajar kalkulus integral
PDF
Proof of Fermat's Last Theorem (Using 6 Methods)
PDF
PDF
Maths Notes - Differential Equations
PDF
Dokumen.tips mathematics ii-institute-of-aeronautical-engineering-pptpdfadvan...
PDF
Math 1102-ch-3-lecture note Fourier Series.pdf
PDF
4 pages from matlab an introduction with app.-2
PPT
Image trnsformations
PDF
Problems and solutions inmo-2012
PDF
Frobenious theorem
PDF
Directional derivative and gradient
PDF
Coincidence points for mappings under generalized contraction
PDF
math camp
Solution 3
Quadratic function
Advanced Engineering Mathematics Solutions Manual.pdf
Conjugate Gradient Methods
Las funciones L en teoría de números
Bahan ajar kalkulus integral
Proof of Fermat's Last Theorem (Using 6 Methods)
Maths Notes - Differential Equations
Dokumen.tips mathematics ii-institute-of-aeronautical-engineering-pptpdfadvan...
Math 1102-ch-3-lecture note Fourier Series.pdf
4 pages from matlab an introduction with app.-2
Image trnsformations
Problems and solutions inmo-2012
Frobenious theorem
Directional derivative and gradient
Coincidence points for mappings under generalized contraction
math camp
Ad

Recently uploaded (20)

PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PPTX
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
PPTX
Unit 4 Computer Architecture Multicore Processor.pptx
PPTX
Education and Perspectives of Education.pptx
PDF
International_Financial_Reporting_Standa.pdf
PDF
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
PDF
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
PDF
LIFE & LIVING TRILOGY - PART (3) REALITY & MYSTERY.pdf
PPTX
Core Concepts of Personalized Learning and Virtual Learning Environments
PDF
What if we spent less time fighting change, and more time building what’s rig...
PDF
Hazard Identification & Risk Assessment .pdf
PDF
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
PDF
Journal of Dental Science - UDMY (2021).pdf
PDF
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 2).pdf
PPTX
Computer Architecture Input Output Memory.pptx
PDF
Uderstanding digital marketing and marketing stratergie for engaging the digi...
PDF
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
PDF
FORM 1 BIOLOGY MIND MAPS and their schemes
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
PDF
AI-driven educational solutions for real-life interventions in the Philippine...
Paper A Mock Exam 9_ Attempt review.pdf.
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
Unit 4 Computer Architecture Multicore Processor.pptx
Education and Perspectives of Education.pptx
International_Financial_Reporting_Standa.pdf
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
LIFE & LIVING TRILOGY - PART (3) REALITY & MYSTERY.pdf
Core Concepts of Personalized Learning and Virtual Learning Environments
What if we spent less time fighting change, and more time building what’s rig...
Hazard Identification & Risk Assessment .pdf
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
Journal of Dental Science - UDMY (2021).pdf
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 2).pdf
Computer Architecture Input Output Memory.pptx
Uderstanding digital marketing and marketing stratergie for engaging the digi...
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
FORM 1 BIOLOGY MIND MAPS and their schemes
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
AI-driven educational solutions for real-life interventions in the Philippine...
Ad

digital fourier transform and cubic equations.docx

  • 1. Quadratic and Cubic equation as demonstration of Digital Fourier Transform Digital Fourier transform is in the very base of modern information technology. We are not going to discuss even the bare fundamentals of DFT. Just an example to solve cubic equations and thus an introduction to DFT through that. Besides that opens up many area of polynomial equations such as discriminant , resolvents etc. of polynomial equations, Such as Lagrange’s resolvents, Galois resolvents etc. which are entirely not discussed in this booklet. DFT of f (n) of f (0),f (1)….f (N−1)are defined by F(K)= 1 N ∑ m=0 N −1 f (m)e −2πinK N , K=0,1,… N−1 DFT transforms numbers to complex periodic functions in the manner shown. It may be shown that DFT F(K) ofF(0), F(1)….F (N−1) are f (n)=∑ K=0 N−1 F(K )e 2πinK N , n=0,1,…N −1 , Call them inverse transform? Does it recover original number ? Let us see. Substituting the values from the previous equation, f (n)=∑ K=0 N−1 (1 N ∑ m=0 N −1 f (m)e −2 πimK N )e 2πinK N ¿ ∑ K=0 N−1 1 N ∑ m=0 N −1 f (m)e −2πimK N e 2πinK N ¿ ∑ K=0 N−1 1 N ∑ m=0 N −1 f (m)e 2 πi(n−m)K N ¿ ∑ m=0 N −1 f (m) 1 N ∑ K =0 N −1 e 2 πi(n−m)K N
  • 2. It can be shown that if N=1, from above, f (0)=∑ m=0 0 f (m) 1 1 ∑ K=0 0 e 2πi (n−m)K 1 =F (0) Let N=1 in f (n)=∑ K=0 0 F(K )e 2πinK 1 =f (0). Let N ≠1 andn=m , then 1 N ∑ K =0 N−1 e 2πi (n−m)K N = 1 N ∑ K=0 N −1 e0 = 1 N N=1. Let N ≠1 and ifn≠m , then, 1 N ∑ K =0 N−1 e 2πi (n−m)K N = 1 N ∑ K=0 N −1 e 2πipK N =0,p≠0, a positive integer. This is 0 as sum of n-th roots of unity is 0. Combining the two cases, 1 N ∑ K =0 N−1 e 2πi (n−m) N =δmn. δmn=0 if ≠m , and δmn=1 if n=m Kronekar delta function. At last ∑ m=0 N−1 f (m) 1 N ∑ K =0 N −1 e 2 πi(n−m) N =∑ m=0 N−1 f (m)δmn=f (n) Quadratic equation Let x0=f (0),x1=f (1) be roots of the quadratic equation x 2 +bx+c=0. We have f (n)= 1 N ∑ K =0 N−1 F(K )e 2πin N , n=0,1,N−1, For roots of quadratic equation,N=2 .
  • 3. If we denoteX0=F(0), X1=F (1) , x0=X0e 2 π .0.0 2 +X1 e 2π.0 .1 2 =X0+ X1 , x1=X0 e 2π.1 .0 2 +X1 e 2 π.01.1 2 =X0−X1 , Now x 2 +bx+c=(x−x0)(x−x1) ¿(x−(X0+X1))(x−(X0−X1)) ¿ x 2 −2 X0 x+ X0 2 −X1 2 . Comparing coefficients ofx from both sides, b=−2 X0 and ¿ X0 2 −X1 2 . So X0= −b 2 and X1=√b2 −4 c 2 . Cubic equation In continuation of notations from above paragraph, along the same lines, the cubic equation taken is x3 +b x2 +cx+d=0. The roots assumed are x0=X0+ X1+X2 , x1=X0+ω X1+ω 2 X2, ω=e 2πi ,cube root of unity. x1=X0+ω2 X1+ω X2, Plugging these values in the cubic, x3 +b x2 +cx+d=(x−x0)(x−x1)(x−x2)
  • 4. ¿ x3 −3 X0 x2 +(3 X0 2 −3 X1 X2)x−X0 3 +3 X0 X1 X2−(X1 3 +X2 3 ) Comparing coefficients from both sides, X0= −b 3 , X1 X2= b 2 −3c 9 , X1 3 +X2 3 = −27 d−9bc+2b 3 27 From this one quadratic equation in mayX1 , X2 may be set up and along with X0from above, the roots x0 ,x1 ,x2 may be easily found. There is no special advantage using DFT for solving polynomials of degree 2, 3 or even 4. For roots of polynomials of degree 5 or more, the DFT method must fail to give roots in closed forms, i.e., in radicals, but it would give approximate solutions employing a computer programming for DFT method. But iteration methods are also handy and may be easily built into computer programs. ut DFT plays crucial role in signal processing, information technology, and other fields. This article aimed at giving a simple introduction and natural motivation to DFT. Quartic and biquadratic equations A quartic equation is a polynomial equation of degree 4. It is different from biquadratic equation. The latter is also a polynomial equation of degree 4, but contains only terms of even degree in the variable. So it is only a quadratic equation in disguise and can be solved easily by substitutingy=x 2 , and let us not discuss that any further. Given below is a procedure for solving a quartic. A quartic equation may be written in the form x4 +4B x3 +C x2 + Dx+E=0, just to avoid fractions.
  • 5. By a transformation x=u−Bwe remove the 2nd term and reduce the equation and convert it into a depressed quartic. We get the following. (−B is average of all its 4 roots) (u−B)4 +4 B(u−B)3 +C (u−B)2 +D (u−B)+E=0. By expanding and simplifying we get u 4 +au 2 +bu+c=0, Where ¿−6B 2 +2C , b=2B 3 −2C +D, c=−3B4 +B2 C−BD+E. We may write u 4 +cu 2 +du+e=0 Assume its factors as (u 2 + pu+q)(u 2 +ru+s), Or, u4 +(p+r)u3 +(q+s+ pr)u2 +( ps+qr )u+qs=u4 +au2 +bu+c , Equating coefficients of similar powers from both sides, p+r=0,q+s+ pr=c, ps+qr=d ,qs=e, These become the following using p=−r; q+s=p 2 +c ,s−q= d p ,qs=e, Now the identity (s+q)2 −(s−q)2 =4 sq becomes, ( p2 +c) 2 − d 2 p2 =4 e, If we setp2 =t , it becomes (t+c)2 − d 2 t =4e, This is a cubic equation int and can be solved, giving the values of q ,s which finally solves the quartic equation. For finding out roots of polynomials of degree 5 or higher Galois theory confirms that there is no method for computing the roots
  • 6. employing an universal formula as in case of quadratic, cubic and quartic equations. So computation is done with algorithmic approach.