SlideShare a Scribd company logo
1 of 8
Download to read offline
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 10, No. 2, April 2020, pp. 2192∼2199
ISSN: 2088-8708, DOI: 10.11591/ijece.v10i2.pp2192-2199 Ì 2192
The best sextic approximation of hyperbola
with order twelve
Abedallah Rababah1
, Esra’a Rababah2
1
Department of Mathematical Sciences, United Arab Emirates University, Al Ain, UAE
1,2
Department of Mathematics, Jordan University of Science and Technology, Jordan
Article Info
Article history:
Received Apr 8, 2019
Revised Oct 20, 2019
Accepted Nov 2, 2019
Keywords:
approximation order
equioscillation
high accuracy
hyperbola
sextic parametric
approximation
ABSTRACT
In this article, the best uniform approximation for the hyperbola of degree 6 that
has approximation order 12 is found. The associated error function vanishes 12
times and equioscillates 13 times. For an arc of the hyperbola, the error is bounded
by 2.4 × 10−4
. We explain the details of the derivation and show how to apply
the method. The method is simple and this encourages and motivates people work-
ing in CG and CAD to apply it in their works.
Copyright c 2020 Insitute of Advanced Engineeering and Science.
All rights reserved.
Corresponding Author:
Abedallah Rababah,
Department of Mathematical Sciences,
United Arab Emirates University,
Al Ain, UAE.
Department of Mathematics,
22110 Irbid, Jordan.
Email: rababah@uaeu.ac.ae and esrababah15@sci.just.edu.jo
1. INTRODUCTION
B´ezier curves were invented by Pierre B´ezier and Paul de Casteljau in the 1960’s. The primary
application was in the automobile industry, but today they are widely used in many computer applications
and codes to sketch curves. Approximation using polynomials of low degree is favourable, and in many
cases is a must issue. Many CAD systems are limited to using only parametric polynomial curves of low
degree with low errors. The big error causes two major disadvantages: high accumulated error, and slow and
costly software. So, it is favourable to approximate using low degree polynomials. Parabolas are represented
exactly using parametric curves of degree 2. In [1] methods of best uniform approximation of a circular arc
of degree 6 with order 12 are accomplished. These approximations are optimal and have 13 equioscillations.
In [2], a method of best uniform approximation of a hyperbola of degrees 2 with order 4 is accomplished.
These results were motivated by the results of approximating curves with high accuracy [3-6].
In this paper, we find approximation for the hyperbola of degree 6 and we get the order 12. B´ezier
curve techniques are used to represent the approximations of the hyperbola using parametric polynomials of
degree 6 that have the least uniform error. The method is simple and practical. To achieve this approximation,
proper arrangements and symmetries of the hyperbola are applied to determine the B´ezier points that define
the approximation of the hyperbola, and therefore, makes a CAD system more efficient and minimizes the
cost. Using suitable translation and scaling, the hyperbola can be written in the basic forms: y2
− x2
= 1 and
x2
− y2
= 1. Every form has two branches. So, there are four branches. Geometrically, all of these branches
Journal homepage: http://ijece.iaescore.com/index.php/IJECE
Int J Elec & Comp Eng ISSN: 2088-8708 Ì 2193
are identical. Therefore, it is sufficient to represent one branch and the other three branches can be represented
using rotation of this branch. So, we consider the upper branch of the hyperbola y2
−x2
= 1, see Figure 1. It can
be written in parametric form c : t → (sinh(t), cosh(t)) , t ∈ . We are interested in finding out the longest
arc of the hyperbola that can be approximated and that the error function is the Chebyshev polynomial, see [2].
It is impossible to exactly represent a hyperbola with a polynomial curve [7-11]. It can be represented exactly
using rational B´ezier curves, a polynomial parametric form is preferred in many applications. The ability to
represent a primitive hyperbola is a must issue especially in computer graphics and data and image processing.
Thus, there is a demand to find a parametrically defined polynomial curve p6 : t → (x6(t), y6(t)) , 0 ≤ t ≤ 1,
where x6(t), y6(t) are polynomials of degree 6. The p6 has to approximate c within tolerable error. In this
paper, degree 6 parametric curves are considered, and it is shown that the error is very small and the results
are competitive.
20 10 10 20
20
10
10
20
Figure 1. The Hyperbola y2
− x2
= 1
The Euclidean error function is used to measure the error between p6 and c. The error is defined by :
E(t) := y2
6(t) − x2
6(t) − 1. (1)
E(t) is replaced by the following error function:
e(t) := y2
6(t) − x2
6(t) − 1. (2)
The approximation problem is formulated as follows.
The approximation problem is to find p6 : t → (x6(t), y6(t)) , 0 ≤ t ≤ 1, where x6(t), y6(t) are polynomials
of degree 6, that approximates c by satisfying the following three conditions:
(a) p6 minimizes maxt∈[0,1] |e(t)|,
(b) p6 approximates c with order twelve [12],
(c) e(t) equioscillates thirteen times over [0, 1].
The solution to this problem is shown in section 3. This solution is presented in Figure 2
and Figure 3; the corresponding error is shown in Figure 4. More related results can be found in [13-15]
and the references therein.
The best sextic approximation of... (Abedallah Rababah)
2194 Ì ISSN: 2088-8708
21
21 21
Figure 2. The Hyperbola and the sextic
approximating B´ezier curve
Figure 3. Zoom in the busy part of Figure 2
0.2 0.4 0.6 0.8 1.0
t
0.0004
0.0002
0.0002
0.0004
e t
Figure 4. The error of the sextic approximating B´ezier curve
2. RESEARCH METHOD
Let p6(t) = (x6(t), y6(t)) be a sextic polynomial parametric representation of the curve c. In CAGD,
curves are presented using the B´ezier form, see Figure 5 for possible choice of the B´ezier points.
P0
P1
P2
P3
P4
P5
P6
21
21 21
Figure 5. Possible B´ezier points of the hyperbola
The B´ezier curve p6(t) has the following form:
p6(t) =
6
i=0
piB6
i (t) =:
x6(t)
y6(t)
, 0 ≤ t ≤ 1, (3)
where p0, p1, p2, p3, p4, p5, p6 are the B´ezier points, and the Bernstein polynomial basis of degree 6 is defined
by:
B6
i (t) =
6
i
(1 − t)6−i
ti
, i = 0, . . . , 6, t ∈ [0, 1].
Int J Elec & Comp Eng, Vol. 10, No. 2, April 2020 : 2192 – 2199
Int J Elec & Comp Eng ISSN: 2088-8708 Ì 2195
The simplicity of this method should encourage people working in the fields of Computer Graphics,
Image Processing, CAD, and Data Processing to adopt it in their design and applications. The symmetry in
the hyperbola is used to better locate the B´ezier points. We begin by letting p0 = (−α, β). The hyperbola
is symmetric around the y-axis, so, to obey this symmetry, the point p6 should have the form p6 = (α, β).
The point p1 = (−γ, δ), so, to obey the symmetry, the point p5 should have the form p5 = (γ, δ). The point
p2 = (−ξ, ψ), so, to obey the symmetry, the point p4 should have the form p4 = (ξ, ψ). There is one remaining
point; if this point lies in either halves of the plane around the y-axis, then the symmetry of the hyperbola is
kicked. Thus, the point p3 must lie on the y-axis and has the form p3 = (0, ω). Therefore, the proper choice
for the B´ezier points is
p0 =
−α
β
, p1 =
−γ
δ
, p2 =
−ξ
ψ
, p3 =
0
ω
, p4 =
ξ
ψ
, p5 =
γ
δ
, p6 =
α
β
. (4)
The B´ezier polynomial curve p6(t) in (3) is given in the form


x6(t)
y6(t)

 =


−αB6
0(t) − γB6
1(t) − ξB6
2(t) + ξB6
4(t) + γB6
5(t) + αB6
6(t)
βB6
0(t) + δB6
1(t) + ψB6
2(t) + ωB6
3(t) + ψB6
4(t) + δB6
5(t) + βB6
6(t)

 , (5)
where 0 ≤ t ≤ 1. The seven parameters α, β, γ, δ, ξ, ψ, ω are used to have the polynomial approximation
p6 comply with the conditions of the approximation problem; this is done in the following section.
3. RESULTS AND ANALYSIS
The values of α, β, γ, δ, ξ, ψ, ω that minimize the uniform error and satisfy the conditions of the
approximation problem are given in the following theorem. A symbolic programming language is used to get
the values of the parameters in (4) and are rounded in decimal form.
Theorem 1: The B´ezier curve in (5) with the B´ezier points in (4), where
α = 21.396696163346007, β = 21.420062908119476, γ = −0.34812943434024657,
δ = −0.3015887594987887, ξ = 0.5937616113806532, ψ = 0.705589524343983,
ω = 0.1813438330271954 (6)
satisfies the three conditions of the Approximation Problem. More precisely, the error functions satisfy:
−
1
211
≤ e(t) ≤
1
211
, −
1
211(2 − )
≤ E(t) ≤
1
211(2 + )
, where = max
0≤t≤1
|E(t)|. (7)
Proof: From equation (5), we get
x6(t) = α B6
6(t) − B6
0(t) + γ B6
5(t) − B6
1(t) + ξ B6
4(t) − B6
2(t) ,
y6(t) = β B6
6(t) + B6
0(t) + δ B6
5(t) + B6
1(t) + ψ B6
4(t) + B6
2(t) + ωB6
3(t).
Substituting x6(t) and y6(t) into the error function e(t) in (2) and rewriting the result in terms
of powers of t we get the following equality:
e(t) = t12
4β2
− 48βδ + 144δ2
+ 120βξ − 720δξ + 900ξ2
− 80βω + 480δω − 1200ξω + 400ω2
+t11
−24β2
+ 288βδ − 864δ2
− 720βξ + 4320δξ − 5400ξ2
+ 480βω − 2880δω + 7200ξω − 2400ω2
+t10
−36α2
+ 288αγ − 576γ2
− 360αξ + 1440γξ − 900ξ2
+ 96β2
− 1032βδ + 2736δ2
+2400βψ − 12600δψ + 14400ψ2
− 1560βω + 8160δω − 18600ψω + 6000ω2
+t9
180α2
− 1440αγ + 2880γ2
+ 1800αξ − 7200γξ + 4500ξ2
− 260β2
+ 2520βδ − 5760δ2
The best sextic approximation of... (Abedallah Rababah)
2196 Ì ISSN: 2088-8708
−5400βψ + 23400δψ − 22500ψ2
+ 3400βω − 14400δω + 27000ψω − 8000ω2
+t8
−465α2
+ 3480αγ − 6480γ2
− 4170αξ + 15480γξ − 9225ξ2
+ 525β2
− 4440βδ
+8640δ2
+ 8430βψ − 29880δψ + 22725ψ2
− 5040βω + 17040δω − 24000ψω + 6000ω2
+t7
780α2
− 5280αγ + 8640γ2
+ 5880αξ − 18720γξ + 9900ξ2
− 804β2
+ 5808βδ − 9504δ2
−9240βψ + 26640δψ − 15300ψ2
+ 5040βω − 13440δω + 13200ψω − 2400ω2
+t6
−922α2
+ 5460αγ − 7488γ2
− 5460αξ + 13860γξ − 5850ξ2
+ 926β2
− 5628βδ
+7632δ2
+ 7140βψ − 16380δψ + 6750ψ2
− 3360βω + 6720δω − 4200ψω + 400ω2
+t5
792α2
− 3948αγ + 4320γ2
+ 3360αξ − 6300γξ + 1800ξ2
− 792β2
+ 3972βδ − 4320δ2
−3840βψ + 6660δψ − 1800ψ2
+ 1440βω − 1920δω + 600ψω
+t4
−495α2
+ 1980αγ − 1620γ2
− 1320αξ + 1620γξ − 225ξ2
+ 495β2
− 1980βδ + 1620δ2
+1380βψ − 1620δψ + 225ψ2
− 360βω + 240δω
+t3
220α2
− 660αγ + 360γ2
+ 300αξ − 180γξ − 220β2
+ 660βδ − 360δ2
− 300βψ
+180δψ + 40βω)
+t2
−66α2
+ 132αγ − 36γ2
− 30αξ + 66β2
− 132βδ + 36δ2
+ 30βψ
+t 12α2
− 12αγ − 12β2
+ 12βδ + (−1 − α2
+ β2
).
We substitute the values of α, β, γ, δ, ξ, ψ and ω from (6) into the last equation to get
e(t) = 4096 t12
− 24576 t11
+ 64512 t10
− 97280 t9
+ 93024 t8
− 58752 t7
+ 24752 t6
−6864 t5
+
19305
16
t4
−
1001
8
t3
+
429
64
t2
−
9
64
t +
1
2048
, t ∈ [0, 1].
Making the substitution t = u+1
2 reduces the error function to the following form
e(u) =
1
2048
−
9
256
u2
+
105
256
u4
−
7
4
u6
+
27
8
u8
+ 3 t10
+ t12
, u ∈ [−1, 1].
The last form of e(u) coincides with the monic Chebyshev polynomial ˜T12(u), u ∈ [−1, 1], which is the
unique polynomial of degree 12 that equioscillates 13 times between ± 1
211 for all u ∈ [−1, 1] and has the least
deviation [12]. This shows that p6 satisfies the conditions of the approximation problem. The error formula for
E(t) can be proved using its relation to the error function e(t). This proves Theorem 1.
It is clear that the approximation is the best uniform approximation from Figure 4. Figure 2 and Figure 3 show
the hyperbola and the approximating B´ezier curve, Figure 4 shows the corresponding error, and Figure 6 shows
the Euclidean error.
4. CONCLUSION
In this paper, the best uniform approximation of the hyperbola with parametrically defined polyno-
mial curves of degree 6 are explicitly given. The error function equioscillates 13 times; the approximation
order is 12. The method of construction demonstrates the efficiency and simplicity of the approximation
method. The approximation intersects the hyperbola 12 times with maximum error 2.4 × 10−4
. Reflecting the
upper branch of the hyperbola around the x-axis gives the lower branch. The hyperbola is shown in Figure 7.
Note that the points p1 (p5) and p2 (p4) in both branches are very close to each other and can not be distin-
guished from each other. The results in this paper can be used to improve the results obtained in [16-23] see
also the results in [24, 25].
Int J Elec & Comp Eng, Vol. 10, No. 2, April 2020 : 2192 – 2199
Int J Elec & Comp Eng ISSN: 2088-8708 Ì 2197
0.2 0.4 0.6 0.8 1.0
t
0.0002
0.0001
0.0001
0.0002
E t
Figure 6. The Euclidean error of the sextic B´ezier curve
21
21 21
21
21 21
Figure 7. Both branches of the Hyperbola using two B´ezier curves
ACKNOWLEDGMENTS
The authors owe thanks for the reviewers for invaluable suggestions to improve an earlier version of
this paper. This research was funded by Jordan University of Science and Technology.
REFERENCES
[1] A. Rababah, ”Best sextic approximation of circular arcs with thirteen equioscillations,” Pro-
ceedings of the Jangjeon Mathematical Society, vol. 21, Issue 1, pp. 111–123, 2018. DOI:
http://doi.org/10.17777/pjms2018.21.1.111
[2] A. Rababah, ”The Best Quadratic Approximation of Hyperbola with Order Four,” Journal of Inequalities
and Special Functions, vol. 7, Issue 3, pp. 1–11, 2016.
[3] M. Floater, ” High order approximation of conic sections by quadratic splines,” Computer Aided Geomet-
ric Design, vol. 12, pp. 617–637, 1995.
[4] C. de Boor., et al., ”High accuracy geometric Hermite interpolation,” Computer Aided Geometric Design,
vol. 4, pp. 269–278, 1988.
[5] A. Rababah, ”Taylor theorem for planar curves,” Proceedings of the American Mathematical Society,
vol. 119, Issue 3, pp. 803–810, 1993.
[6] A. Rababah, ”High accuracy Hermite approximation for space curves in d
,” Journal of Mathematical
Analysis and Applications, vol. 325, Issue 2, pp. 920–931, 2007.
[7] K. H¨ollig and J. H¨orner, ”Approximation and Modeling with B-Splines,” SIAM, Titles in Applied Math-
ematics, vol. 132, 2013.
[8] H. Prautzsch., et al., ”B´ezier and B-Spline Techniques,” Springer 2002.
The best sextic approximation of... (Abedallah Rababah)
2198 Ì ISSN: 2088-8708
[9] P. B´ezier, ”The mathematical basis of the UNISURF CAD system,” Butterworth-Heinemann Newton,
MA, USA, ISBN 0-408-22175-5, 1986.
[10] Carl de Boor, A Practical Guide to Splines, Series Title: Applied Mathematical Sciences, Vol 27, Springer-
Verlag New York, 1978.
[11] Gerald Farin, Curves and surfaces for computer-aided geometric design: a practical guide. Elsevier, 2014.
[12] J. Rice, ”The approximation of functions,” linear theory, Addison-Wesley, vol. 1, 1964.
[13] Y. J. Ahn and C. Hoffmann, ”Circle approximation using LN B´ezier curves of even degree and its ap-
plication,” Journal of Mathematical Analysis and Applications, vol. 410 Issue 1, pp. 257–266, February
2014.
[14] S. W. Kim and Y. J. Ahn, ”Circle approximation by quartic G2
spline using alternation of error function,”
J. KSIAM, vol. 17, Issue 5, pp. 171–179, 2013.
[15] A. Rababah., et al., ”Multiple Degree Reduction and Elevation of B´ezier Curves Using Jacobi-Bernstein
Basis Transformations,” Numerical Functional Analysis and Optimization, vol. 28, Issue 9-10, pp. 1179–
1196, 2007.
[16] S. Alabed, ”Performance Analysis of Differential Beamforming in Decentralized Networks,” Interna-
tional Journal of Electrical and Computer Engineering (IJECE), vol. 8 Issue 3, pp. 1692-1700, 2018.
DOI: http://doi.org/10.11591/ijece.v8i3.pp1692-1700
[17] C. Suwannapong and C. Khunboa, ”An Approximation Delay between Consecutive Requests for Con-
gestion Control in Unicast CoAP-based Group Communication,” International Journal of Electrical and
Computer Engineering (IJECE), vol. 9, Issue 3, June 2019. DOI: http://doi.org/10.11591/ijece.v9i3.
[18] Bhargav Bhatkalkar, Abhishek Joshi, Srikanth Prabhu, Sulatha Bhandary, Automated fundus image qual-
ity assessment and segmentation of optic disc using convolutional neural networks. International Journal
of Electrical and Computer Engineering (IJECE) Vol.10, No.1, 2020, pp. 816 827, ISSN: 2088-8708,
DOI: 10.11591/ijece.v10i1.pp816-827.
[19] Rodiah, Sarifuddin Madenda, Diana Tri Susetianigtias, Dewi Agushinta Rahayu, EtySutanty, Optic Disc
and Macula Localization from Retinal Optical Coherence Tomography and Fundus Image, International
Journal of Electrical and Computer Engineering (IJECE) Vol.8, No.6, 2018, pp. 5050-5060, ISSN: 2088-
8708, DOI: 10.11591/ijece.v8i6.pp5050-5060.
[20] G. Daway, Hana H. kareem, Ahmed Rafid Hashim, Pupil Detection Based on Color Difference and Circu-
lar Hough TransformHazim, International Journal of Electrical and Computer Engineering (IJECE) Vol.8,
No.5, 2018, pp. 3278-3284, ISSN: 2088-8708, DOI: 10.11591/ijece.v8i5.pp3278-3284.
[21] A. Rababah, L-2 degree reduction of triangular B´ezier surfaces with common tangent planes at ver-
tices. International Journal of Computational Geometry & Applications, Vol. 15, No. 5 (2005) 477-490.
http://www.worldscinet.com/ijcga/15/1505/S02181959051505.html
[22] A. Rababah, Distances with rational triangular B´ezier surfaces. Applied Mathematics and Computation
160, (2005) 379-386. http://www.elsevier.com/locate/amc
[23] A. Rababah and Moath Jaradat, Approximating offset Curves using B´ezier curves with high accuracy,
International Journal of Electrical and Computer Engineering (IJECE) Vol.10, No.2, 2020 (PART I).
[24] A. Rababah, ”Approximation von Kurven mit Polynomen und Splines,” Ph. Dissertation, Stuttgart Uni-
versit¨at, West Germany, 1992.
[25] A. Rababah, The best quintic Chebyshev approximation of circular arcs of order ten, International Journal
of Electrical and Computer Engineering (IJECE)Vol. 9, No. 5, October 2019, pp. 3779-3785, ISSN: 2088-
8708, DOI: 10.11591/ijece.v9i5.pp3779-3785.
Int J Elec & Comp Eng, Vol. 10, No. 2, April 2020 : 2192 – 2199
Int J Elec & Comp Eng ISSN: 2088-8708 Ì 2199
BIOGRAPHIES OF AUTHORS
Abedallah Rababah is a professor of mathematics at United Arab Emirates University and is on
leave from Jordan University of Science and Technology. He is working in the field of Computer
Aided Geometric Design, abbreviated CAGD. In particular, his research is on degree raising and
reduction of B´ezier curves and surfaces with geometric boundary conditions, Bernstein polynomials,
and their duality. He is known for his research in describing approximation methods that significantly
improve the standard rates obtained by classical (local Taylor, Hermite) methods. He proved the fol-
lowing conjecture for a particular set of curves of nonzero measure: Conjecture: A smooth regular
planar curve can, in general, be approximated by a polynomial curve of degree n with order 2n.
The method exploited the freedom in the choice of the parametrization and achieved the order 4n/3,
rather than n + 1. Generalizations were also proved for space curves. Professor Rababah is also do-
ing research in the fields of classical approximation theory, orthogonal polynomials, Jacobi-weighted
orthogonal polynomials on triangular domains, and best uniform approximations. Since 1992,
He has been teaching at German, Jordanian, American, Canadian, and Emirates’ universities.
He is active in the editorial boards of many journals in mathematics and computer science.
Further info can be found on his homepage at ResearchGate:
https://www.researchgate.net/profile/Abedallah−Rababah
or at http://www.just.edu.jo/eportfolio/Pages/Default.aspx?email=rababah
Esra’a Rababah graduated from Jordan University of Science and Technology. She obtained both
Bachelor and Master Degrees in Mathematics with research interests in the field of numerical analy-
sis, approximation theory, and B´ezier techniques. She worked as teacher assistant at Jordan Univer-
sity of Science and Technology. Further info can be found on her homepage at ResearchGate:
https://www.researchgate.net/profile/Esraa−Rababah
The best sextic approximation of... (Abedallah Rababah)

More Related Content

What's hot

A New Double Numerical Integration Formula Based On The First Order Derivative
A New Double Numerical Integration Formula Based On The First Order DerivativeA New Double Numerical Integration Formula Based On The First Order Derivative
A New Double Numerical Integration Formula Based On The First Order DerivativeIRJESJOURNAL
 
B.Tech-II_Unit-III
B.Tech-II_Unit-IIIB.Tech-II_Unit-III
B.Tech-II_Unit-IIIKundan Kumar
 
Diagram Venn Beserta Contoh Soal
Diagram Venn Beserta Contoh SoalDiagram Venn Beserta Contoh Soal
Diagram Venn Beserta Contoh SoalEman Mendrofa
 
Additional Mathematics Revision
Additional Mathematics RevisionAdditional Mathematics Revision
Additional Mathematics RevisionKatie B
 
0.5 Rational Expressions
0.5 Rational Expressions0.5 Rational Expressions
0.5 Rational Expressionssmiller5
 
2.2 Circles
2.2 Circles2.2 Circles
2.2 Circlessmiller5
 
1.6 Rational Expressions
1.6 Rational Expressions1.6 Rational Expressions
1.6 Rational Expressionssmiller5
 
0.4 Factoring Polynomials
0.4 Factoring Polynomials0.4 Factoring Polynomials
0.4 Factoring Polynomialssmiller5
 
Chapter 2 surds and indicies
Chapter 2 surds and indiciesChapter 2 surds and indicies
Chapter 2 surds and indiciesSarah Sue Calbio
 
12 cbse-maths-2014-solution set 1
12 cbse-maths-2014-solution set 1 12 cbse-maths-2014-solution set 1
12 cbse-maths-2014-solution set 1 vandna123
 
Maths Revision Notes - IGCSE
Maths Revision Notes - IGCSEMaths Revision Notes - IGCSE
Maths Revision Notes - IGCSERahul Jose
 
Asso5411
Asso5411Asso5411
Asso5411Maethus
 
ملزمة الرياضيات للصف السادس الاحيائي الفصل الثاني القطوع المخروطية 2022
 ملزمة الرياضيات للصف السادس الاحيائي الفصل الثاني القطوع المخروطية 2022  ملزمة الرياضيات للصف السادس الاحيائي الفصل الثاني القطوع المخروطية 2022
ملزمة الرياضيات للصف السادس الاحيائي الفصل الثاني القطوع المخروطية 2022 anasKhalaf4
 
Project Town Naku Sa Math
Project Town Naku Sa MathProject Town Naku Sa Math
Project Town Naku Sa MathBret Monsanto
 
ملزمة الرياضيات للصف السادس التطبيقي الفصل الثاني القطوع المخروطية 2022
ملزمة الرياضيات للصف السادس التطبيقي الفصل الثاني القطوع المخروطية 2022ملزمة الرياضيات للصف السادس التطبيقي الفصل الثاني القطوع المخروطية 2022
ملزمة الرياضيات للصف السادس التطبيقي الفصل الثاني القطوع المخروطية 2022anasKhalaf4
 

What's hot (20)

Presentation on calculus
Presentation on calculusPresentation on calculus
Presentation on calculus
 
A New Double Numerical Integration Formula Based On The First Order Derivative
A New Double Numerical Integration Formula Based On The First Order DerivativeA New Double Numerical Integration Formula Based On The First Order Derivative
A New Double Numerical Integration Formula Based On The First Order Derivative
 
B.Tech-II_Unit-III
B.Tech-II_Unit-IIIB.Tech-II_Unit-III
B.Tech-II_Unit-III
 
Diagram Venn Beserta Contoh Soal
Diagram Venn Beserta Contoh SoalDiagram Venn Beserta Contoh Soal
Diagram Venn Beserta Contoh Soal
 
Additional Mathematics Revision
Additional Mathematics RevisionAdditional Mathematics Revision
Additional Mathematics Revision
 
0.5 Rational Expressions
0.5 Rational Expressions0.5 Rational Expressions
0.5 Rational Expressions
 
2.2 Circles
2.2 Circles2.2 Circles
2.2 Circles
 
1.6 Rational Expressions
1.6 Rational Expressions1.6 Rational Expressions
1.6 Rational Expressions
 
0.4 Factoring Polynomials
0.4 Factoring Polynomials0.4 Factoring Polynomials
0.4 Factoring Polynomials
 
5 3 solving trig eqns
5 3 solving trig eqns5 3 solving trig eqns
5 3 solving trig eqns
 
Chapter 2 surds and indicies
Chapter 2 surds and indiciesChapter 2 surds and indicies
Chapter 2 surds and indicies
 
12 cbse-maths-2014-solution set 1
12 cbse-maths-2014-solution set 1 12 cbse-maths-2014-solution set 1
12 cbse-maths-2014-solution set 1
 
Maths Revision Notes - IGCSE
Maths Revision Notes - IGCSEMaths Revision Notes - IGCSE
Maths Revision Notes - IGCSE
 
Asso5411
Asso5411Asso5411
Asso5411
 
.Chapter7&8.
.Chapter7&8..Chapter7&8.
.Chapter7&8.
 
ملزمة الرياضيات للصف السادس الاحيائي الفصل الثاني القطوع المخروطية 2022
 ملزمة الرياضيات للصف السادس الاحيائي الفصل الثاني القطوع المخروطية 2022  ملزمة الرياضيات للصف السادس الاحيائي الفصل الثاني القطوع المخروطية 2022
ملزمة الرياضيات للصف السادس الاحيائي الفصل الثاني القطوع المخروطية 2022
 
Statistics
StatisticsStatistics
Statistics
 
Project Town Naku Sa Math
Project Town Naku Sa MathProject Town Naku Sa Math
Project Town Naku Sa Math
 
Formula book
Formula bookFormula book
Formula book
 
ملزمة الرياضيات للصف السادس التطبيقي الفصل الثاني القطوع المخروطية 2022
ملزمة الرياضيات للصف السادس التطبيقي الفصل الثاني القطوع المخروطية 2022ملزمة الرياضيات للصف السادس التطبيقي الفصل الثاني القطوع المخروطية 2022
ملزمة الرياضيات للصف السادس التطبيقي الفصل الثاني القطوع المخروطية 2022
 

Similar to The best sextic approximation of hyperbola with order twelve

Approximating offset curves using B ´ ezier curves with high accuracy
Approximating offset curves using B ´ ezier curves with high accuracyApproximating offset curves using B ´ ezier curves with high accuracy
Approximating offset curves using B ´ ezier curves with high accuracyIJECEIAES
 
Symmetric quadratic tetration interpolation using forward and backward opera...
Symmetric quadratic tetration interpolation using forward and  backward opera...Symmetric quadratic tetration interpolation using forward and  backward opera...
Symmetric quadratic tetration interpolation using forward and backward opera...IJECEIAES
 
Approximate Thin Plate Spline Mappings
Approximate Thin Plate Spline MappingsApproximate Thin Plate Spline Mappings
Approximate Thin Plate Spline MappingsArchzilon Eshun-Davies
 
Optimizing the parameters of wavelets for pattern matching using ga no restri...
Optimizing the parameters of wavelets for pattern matching using ga no restri...Optimizing the parameters of wavelets for pattern matching using ga no restri...
Optimizing the parameters of wavelets for pattern matching using ga no restri...iaemedu
 
Optimizing the parameters of wavelets for pattern matching using ga
Optimizing the parameters of wavelets for pattern matching using gaOptimizing the parameters of wavelets for pattern matching using ga
Optimizing the parameters of wavelets for pattern matching using gaiaemedu
 
Lego like spheres and tori, enumeration and drawings
Lego like spheres and tori, enumeration and drawingsLego like spheres and tori, enumeration and drawings
Lego like spheres and tori, enumeration and drawingsMathieu Dutour Sikiric
 
M210 Songyue.pages__MACOSX._M210 Songyue.pagesM210-S16-.docx
M210 Songyue.pages__MACOSX._M210 Songyue.pagesM210-S16-.docxM210 Songyue.pages__MACOSX._M210 Songyue.pagesM210-S16-.docx
M210 Songyue.pages__MACOSX._M210 Songyue.pagesM210-S16-.docxsmile790243
 
On Triplet of Positive Integers Such That the Sum of Any Two of Them is a Per...
On Triplet of Positive Integers Such That the Sum of Any Two of Them is a Per...On Triplet of Positive Integers Such That the Sum of Any Two of Them is a Per...
On Triplet of Positive Integers Such That the Sum of Any Two of Them is a Per...inventionjournals
 
Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...
Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...
Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...Chiheb Ben Hammouda
 
Problem Solving by Computer Finite Element Method
Problem Solving by Computer Finite Element MethodProblem Solving by Computer Finite Element Method
Problem Solving by Computer Finite Element MethodPeter Herbert
 
Using Alpha-cuts and Constraint Exploration Approach on Quadratic Programming...
Using Alpha-cuts and Constraint Exploration Approach on Quadratic Programming...Using Alpha-cuts and Constraint Exploration Approach on Quadratic Programming...
Using Alpha-cuts and Constraint Exploration Approach on Quadratic Programming...TELKOMNIKA JOURNAL
 
Curve_Fitting.pdf
Curve_Fitting.pdfCurve_Fitting.pdf
Curve_Fitting.pdfIrfan Khan
 
International journal of engineering and mathematical modelling vol2 no1_2015_1
International journal of engineering and mathematical modelling vol2 no1_2015_1International journal of engineering and mathematical modelling vol2 no1_2015_1
International journal of engineering and mathematical modelling vol2 no1_2015_1IJEMM
 
Review of Trigonometry for Calculus “Trigon” =triangle +“metry”=measurement =...
Review of Trigonometry for Calculus “Trigon” =triangle +“metry”=measurement =...Review of Trigonometry for Calculus “Trigon” =triangle +“metry”=measurement =...
Review of Trigonometry for Calculus “Trigon” =triangle +“metry”=measurement =...KyungKoh2
 
A Parallel Branch And Bound Algorithm For The Quadratic Assignment Problem
A Parallel Branch And Bound Algorithm For The Quadratic Assignment ProblemA Parallel Branch And Bound Algorithm For The Quadratic Assignment Problem
A Parallel Branch And Bound Algorithm For The Quadratic Assignment ProblemMary Calkins
 
Differential Equations Assignment Help
Differential Equations Assignment HelpDifferential Equations Assignment Help
Differential Equations Assignment HelpMaths Assignment Help
 
Numerical Evaluation of Complex Integrals of Analytic Functions
Numerical Evaluation of Complex Integrals of Analytic FunctionsNumerical Evaluation of Complex Integrals of Analytic Functions
Numerical Evaluation of Complex Integrals of Analytic Functionsinventionjournals
 
Large sample property of the bayes factor in a spline semiparametric regressi...
Large sample property of the bayes factor in a spline semiparametric regressi...Large sample property of the bayes factor in a spline semiparametric regressi...
Large sample property of the bayes factor in a spline semiparametric regressi...Alexander Decker
 

Similar to The best sextic approximation of hyperbola with order twelve (20)

Approximating offset curves using B ´ ezier curves with high accuracy
Approximating offset curves using B ´ ezier curves with high accuracyApproximating offset curves using B ´ ezier curves with high accuracy
Approximating offset curves using B ´ ezier curves with high accuracy
 
Symmetric quadratic tetration interpolation using forward and backward opera...
Symmetric quadratic tetration interpolation using forward and  backward opera...Symmetric quadratic tetration interpolation using forward and  backward opera...
Symmetric quadratic tetration interpolation using forward and backward opera...
 
Approximate Thin Plate Spline Mappings
Approximate Thin Plate Spline MappingsApproximate Thin Plate Spline Mappings
Approximate Thin Plate Spline Mappings
 
Optimizing the parameters of wavelets for pattern matching using ga no restri...
Optimizing the parameters of wavelets for pattern matching using ga no restri...Optimizing the parameters of wavelets for pattern matching using ga no restri...
Optimizing the parameters of wavelets for pattern matching using ga no restri...
 
Optimizing the parameters of wavelets for pattern matching using ga
Optimizing the parameters of wavelets for pattern matching using gaOptimizing the parameters of wavelets for pattern matching using ga
Optimizing the parameters of wavelets for pattern matching using ga
 
Lego like spheres and tori, enumeration and drawings
Lego like spheres and tori, enumeration and drawingsLego like spheres and tori, enumeration and drawings
Lego like spheres and tori, enumeration and drawings
 
M210 Songyue.pages__MACOSX._M210 Songyue.pagesM210-S16-.docx
M210 Songyue.pages__MACOSX._M210 Songyue.pagesM210-S16-.docxM210 Songyue.pages__MACOSX._M210 Songyue.pagesM210-S16-.docx
M210 Songyue.pages__MACOSX._M210 Songyue.pagesM210-S16-.docx
 
On Triplet of Positive Integers Such That the Sum of Any Two of Them is a Per...
On Triplet of Positive Integers Such That the Sum of Any Two of Them is a Per...On Triplet of Positive Integers Such That the Sum of Any Two of Them is a Per...
On Triplet of Positive Integers Such That the Sum of Any Two of Them is a Per...
 
Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...
Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...
Hierarchical Deterministic Quadrature Methods for Option Pricing under the Ro...
 
Problem Solving by Computer Finite Element Method
Problem Solving by Computer Finite Element MethodProblem Solving by Computer Finite Element Method
Problem Solving by Computer Finite Element Method
 
Using Alpha-cuts and Constraint Exploration Approach on Quadratic Programming...
Using Alpha-cuts and Constraint Exploration Approach on Quadratic Programming...Using Alpha-cuts and Constraint Exploration Approach on Quadratic Programming...
Using Alpha-cuts and Constraint Exploration Approach on Quadratic Programming...
 
Curve_Fitting.pdf
Curve_Fitting.pdfCurve_Fitting.pdf
Curve_Fitting.pdf
 
International journal of engineering and mathematical modelling vol2 no1_2015_1
International journal of engineering and mathematical modelling vol2 no1_2015_1International journal of engineering and mathematical modelling vol2 no1_2015_1
International journal of engineering and mathematical modelling vol2 no1_2015_1
 
Review of Trigonometry for Calculus “Trigon” =triangle +“metry”=measurement =...
Review of Trigonometry for Calculus “Trigon” =triangle +“metry”=measurement =...Review of Trigonometry for Calculus “Trigon” =triangle +“metry”=measurement =...
Review of Trigonometry for Calculus “Trigon” =triangle +“metry”=measurement =...
 
Steven Duplij, "Polyadic rings of p-adic integers"
Steven Duplij, "Polyadic rings of p-adic integers"Steven Duplij, "Polyadic rings of p-adic integers"
Steven Duplij, "Polyadic rings of p-adic integers"
 
CDT 22 slides.pdf
CDT 22 slides.pdfCDT 22 slides.pdf
CDT 22 slides.pdf
 
A Parallel Branch And Bound Algorithm For The Quadratic Assignment Problem
A Parallel Branch And Bound Algorithm For The Quadratic Assignment ProblemA Parallel Branch And Bound Algorithm For The Quadratic Assignment Problem
A Parallel Branch And Bound Algorithm For The Quadratic Assignment Problem
 
Differential Equations Assignment Help
Differential Equations Assignment HelpDifferential Equations Assignment Help
Differential Equations Assignment Help
 
Numerical Evaluation of Complex Integrals of Analytic Functions
Numerical Evaluation of Complex Integrals of Analytic FunctionsNumerical Evaluation of Complex Integrals of Analytic Functions
Numerical Evaluation of Complex Integrals of Analytic Functions
 
Large sample property of the bayes factor in a spline semiparametric regressi...
Large sample property of the bayes factor in a spline semiparametric regressi...Large sample property of the bayes factor in a spline semiparametric regressi...
Large sample property of the bayes factor in a spline semiparametric regressi...
 

More from IJECEIAES

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...IJECEIAES
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionIJECEIAES
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...IJECEIAES
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...IJECEIAES
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningIJECEIAES
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...IJECEIAES
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...IJECEIAES
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...IJECEIAES
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...IJECEIAES
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyIJECEIAES
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationIJECEIAES
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceIJECEIAES
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...IJECEIAES
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...IJECEIAES
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...IJECEIAES
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...IJECEIAES
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...IJECEIAES
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...IJECEIAES
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...IJECEIAES
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...IJECEIAES
 

More from IJECEIAES (20)

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regression
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learning
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancy
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimization
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performance
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
 

Recently uploaded

Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 

Recently uploaded (20)

Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 

The best sextic approximation of hyperbola with order twelve

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 10, No. 2, April 2020, pp. 2192∼2199 ISSN: 2088-8708, DOI: 10.11591/ijece.v10i2.pp2192-2199 Ì 2192 The best sextic approximation of hyperbola with order twelve Abedallah Rababah1 , Esra’a Rababah2 1 Department of Mathematical Sciences, United Arab Emirates University, Al Ain, UAE 1,2 Department of Mathematics, Jordan University of Science and Technology, Jordan Article Info Article history: Received Apr 8, 2019 Revised Oct 20, 2019 Accepted Nov 2, 2019 Keywords: approximation order equioscillation high accuracy hyperbola sextic parametric approximation ABSTRACT In this article, the best uniform approximation for the hyperbola of degree 6 that has approximation order 12 is found. The associated error function vanishes 12 times and equioscillates 13 times. For an arc of the hyperbola, the error is bounded by 2.4 × 10−4 . We explain the details of the derivation and show how to apply the method. The method is simple and this encourages and motivates people work- ing in CG and CAD to apply it in their works. Copyright c 2020 Insitute of Advanced Engineeering and Science. All rights reserved. Corresponding Author: Abedallah Rababah, Department of Mathematical Sciences, United Arab Emirates University, Al Ain, UAE. Department of Mathematics, 22110 Irbid, Jordan. Email: rababah@uaeu.ac.ae and esrababah15@sci.just.edu.jo 1. INTRODUCTION B´ezier curves were invented by Pierre B´ezier and Paul de Casteljau in the 1960’s. The primary application was in the automobile industry, but today they are widely used in many computer applications and codes to sketch curves. Approximation using polynomials of low degree is favourable, and in many cases is a must issue. Many CAD systems are limited to using only parametric polynomial curves of low degree with low errors. The big error causes two major disadvantages: high accumulated error, and slow and costly software. So, it is favourable to approximate using low degree polynomials. Parabolas are represented exactly using parametric curves of degree 2. In [1] methods of best uniform approximation of a circular arc of degree 6 with order 12 are accomplished. These approximations are optimal and have 13 equioscillations. In [2], a method of best uniform approximation of a hyperbola of degrees 2 with order 4 is accomplished. These results were motivated by the results of approximating curves with high accuracy [3-6]. In this paper, we find approximation for the hyperbola of degree 6 and we get the order 12. B´ezier curve techniques are used to represent the approximations of the hyperbola using parametric polynomials of degree 6 that have the least uniform error. The method is simple and practical. To achieve this approximation, proper arrangements and symmetries of the hyperbola are applied to determine the B´ezier points that define the approximation of the hyperbola, and therefore, makes a CAD system more efficient and minimizes the cost. Using suitable translation and scaling, the hyperbola can be written in the basic forms: y2 − x2 = 1 and x2 − y2 = 1. Every form has two branches. So, there are four branches. Geometrically, all of these branches Journal homepage: http://ijece.iaescore.com/index.php/IJECE
  • 2. Int J Elec & Comp Eng ISSN: 2088-8708 Ì 2193 are identical. Therefore, it is sufficient to represent one branch and the other three branches can be represented using rotation of this branch. So, we consider the upper branch of the hyperbola y2 −x2 = 1, see Figure 1. It can be written in parametric form c : t → (sinh(t), cosh(t)) , t ∈ . We are interested in finding out the longest arc of the hyperbola that can be approximated and that the error function is the Chebyshev polynomial, see [2]. It is impossible to exactly represent a hyperbola with a polynomial curve [7-11]. It can be represented exactly using rational B´ezier curves, a polynomial parametric form is preferred in many applications. The ability to represent a primitive hyperbola is a must issue especially in computer graphics and data and image processing. Thus, there is a demand to find a parametrically defined polynomial curve p6 : t → (x6(t), y6(t)) , 0 ≤ t ≤ 1, where x6(t), y6(t) are polynomials of degree 6. The p6 has to approximate c within tolerable error. In this paper, degree 6 parametric curves are considered, and it is shown that the error is very small and the results are competitive. 20 10 10 20 20 10 10 20 Figure 1. The Hyperbola y2 − x2 = 1 The Euclidean error function is used to measure the error between p6 and c. The error is defined by : E(t) := y2 6(t) − x2 6(t) − 1. (1) E(t) is replaced by the following error function: e(t) := y2 6(t) − x2 6(t) − 1. (2) The approximation problem is formulated as follows. The approximation problem is to find p6 : t → (x6(t), y6(t)) , 0 ≤ t ≤ 1, where x6(t), y6(t) are polynomials of degree 6, that approximates c by satisfying the following three conditions: (a) p6 minimizes maxt∈[0,1] |e(t)|, (b) p6 approximates c with order twelve [12], (c) e(t) equioscillates thirteen times over [0, 1]. The solution to this problem is shown in section 3. This solution is presented in Figure 2 and Figure 3; the corresponding error is shown in Figure 4. More related results can be found in [13-15] and the references therein. The best sextic approximation of... (Abedallah Rababah)
  • 3. 2194 Ì ISSN: 2088-8708 21 21 21 Figure 2. The Hyperbola and the sextic approximating B´ezier curve Figure 3. Zoom in the busy part of Figure 2 0.2 0.4 0.6 0.8 1.0 t 0.0004 0.0002 0.0002 0.0004 e t Figure 4. The error of the sextic approximating B´ezier curve 2. RESEARCH METHOD Let p6(t) = (x6(t), y6(t)) be a sextic polynomial parametric representation of the curve c. In CAGD, curves are presented using the B´ezier form, see Figure 5 for possible choice of the B´ezier points. P0 P1 P2 P3 P4 P5 P6 21 21 21 Figure 5. Possible B´ezier points of the hyperbola The B´ezier curve p6(t) has the following form: p6(t) = 6 i=0 piB6 i (t) =: x6(t) y6(t) , 0 ≤ t ≤ 1, (3) where p0, p1, p2, p3, p4, p5, p6 are the B´ezier points, and the Bernstein polynomial basis of degree 6 is defined by: B6 i (t) = 6 i (1 − t)6−i ti , i = 0, . . . , 6, t ∈ [0, 1]. Int J Elec & Comp Eng, Vol. 10, No. 2, April 2020 : 2192 – 2199
  • 4. Int J Elec & Comp Eng ISSN: 2088-8708 Ì 2195 The simplicity of this method should encourage people working in the fields of Computer Graphics, Image Processing, CAD, and Data Processing to adopt it in their design and applications. The symmetry in the hyperbola is used to better locate the B´ezier points. We begin by letting p0 = (−α, β). The hyperbola is symmetric around the y-axis, so, to obey this symmetry, the point p6 should have the form p6 = (α, β). The point p1 = (−γ, δ), so, to obey the symmetry, the point p5 should have the form p5 = (γ, δ). The point p2 = (−ξ, ψ), so, to obey the symmetry, the point p4 should have the form p4 = (ξ, ψ). There is one remaining point; if this point lies in either halves of the plane around the y-axis, then the symmetry of the hyperbola is kicked. Thus, the point p3 must lie on the y-axis and has the form p3 = (0, ω). Therefore, the proper choice for the B´ezier points is p0 = −α β , p1 = −γ δ , p2 = −ξ ψ , p3 = 0 ω , p4 = ξ ψ , p5 = γ δ , p6 = α β . (4) The B´ezier polynomial curve p6(t) in (3) is given in the form   x6(t) y6(t)   =   −αB6 0(t) − γB6 1(t) − ξB6 2(t) + ξB6 4(t) + γB6 5(t) + αB6 6(t) βB6 0(t) + δB6 1(t) + ψB6 2(t) + ωB6 3(t) + ψB6 4(t) + δB6 5(t) + βB6 6(t)   , (5) where 0 ≤ t ≤ 1. The seven parameters α, β, γ, δ, ξ, ψ, ω are used to have the polynomial approximation p6 comply with the conditions of the approximation problem; this is done in the following section. 3. RESULTS AND ANALYSIS The values of α, β, γ, δ, ξ, ψ, ω that minimize the uniform error and satisfy the conditions of the approximation problem are given in the following theorem. A symbolic programming language is used to get the values of the parameters in (4) and are rounded in decimal form. Theorem 1: The B´ezier curve in (5) with the B´ezier points in (4), where α = 21.396696163346007, β = 21.420062908119476, γ = −0.34812943434024657, δ = −0.3015887594987887, ξ = 0.5937616113806532, ψ = 0.705589524343983, ω = 0.1813438330271954 (6) satisfies the three conditions of the Approximation Problem. More precisely, the error functions satisfy: − 1 211 ≤ e(t) ≤ 1 211 , − 1 211(2 − ) ≤ E(t) ≤ 1 211(2 + ) , where = max 0≤t≤1 |E(t)|. (7) Proof: From equation (5), we get x6(t) = α B6 6(t) − B6 0(t) + γ B6 5(t) − B6 1(t) + ξ B6 4(t) − B6 2(t) , y6(t) = β B6 6(t) + B6 0(t) + δ B6 5(t) + B6 1(t) + ψ B6 4(t) + B6 2(t) + ωB6 3(t). Substituting x6(t) and y6(t) into the error function e(t) in (2) and rewriting the result in terms of powers of t we get the following equality: e(t) = t12 4β2 − 48βδ + 144δ2 + 120βξ − 720δξ + 900ξ2 − 80βω + 480δω − 1200ξω + 400ω2 +t11 −24β2 + 288βδ − 864δ2 − 720βξ + 4320δξ − 5400ξ2 + 480βω − 2880δω + 7200ξω − 2400ω2 +t10 −36α2 + 288αγ − 576γ2 − 360αξ + 1440γξ − 900ξ2 + 96β2 − 1032βδ + 2736δ2 +2400βψ − 12600δψ + 14400ψ2 − 1560βω + 8160δω − 18600ψω + 6000ω2 +t9 180α2 − 1440αγ + 2880γ2 + 1800αξ − 7200γξ + 4500ξ2 − 260β2 + 2520βδ − 5760δ2 The best sextic approximation of... (Abedallah Rababah)
  • 5. 2196 Ì ISSN: 2088-8708 −5400βψ + 23400δψ − 22500ψ2 + 3400βω − 14400δω + 27000ψω − 8000ω2 +t8 −465α2 + 3480αγ − 6480γ2 − 4170αξ + 15480γξ − 9225ξ2 + 525β2 − 4440βδ +8640δ2 + 8430βψ − 29880δψ + 22725ψ2 − 5040βω + 17040δω − 24000ψω + 6000ω2 +t7 780α2 − 5280αγ + 8640γ2 + 5880αξ − 18720γξ + 9900ξ2 − 804β2 + 5808βδ − 9504δ2 −9240βψ + 26640δψ − 15300ψ2 + 5040βω − 13440δω + 13200ψω − 2400ω2 +t6 −922α2 + 5460αγ − 7488γ2 − 5460αξ + 13860γξ − 5850ξ2 + 926β2 − 5628βδ +7632δ2 + 7140βψ − 16380δψ + 6750ψ2 − 3360βω + 6720δω − 4200ψω + 400ω2 +t5 792α2 − 3948αγ + 4320γ2 + 3360αξ − 6300γξ + 1800ξ2 − 792β2 + 3972βδ − 4320δ2 −3840βψ + 6660δψ − 1800ψ2 + 1440βω − 1920δω + 600ψω +t4 −495α2 + 1980αγ − 1620γ2 − 1320αξ + 1620γξ − 225ξ2 + 495β2 − 1980βδ + 1620δ2 +1380βψ − 1620δψ + 225ψ2 − 360βω + 240δω +t3 220α2 − 660αγ + 360γ2 + 300αξ − 180γξ − 220β2 + 660βδ − 360δ2 − 300βψ +180δψ + 40βω) +t2 −66α2 + 132αγ − 36γ2 − 30αξ + 66β2 − 132βδ + 36δ2 + 30βψ +t 12α2 − 12αγ − 12β2 + 12βδ + (−1 − α2 + β2 ). We substitute the values of α, β, γ, δ, ξ, ψ and ω from (6) into the last equation to get e(t) = 4096 t12 − 24576 t11 + 64512 t10 − 97280 t9 + 93024 t8 − 58752 t7 + 24752 t6 −6864 t5 + 19305 16 t4 − 1001 8 t3 + 429 64 t2 − 9 64 t + 1 2048 , t ∈ [0, 1]. Making the substitution t = u+1 2 reduces the error function to the following form e(u) = 1 2048 − 9 256 u2 + 105 256 u4 − 7 4 u6 + 27 8 u8 + 3 t10 + t12 , u ∈ [−1, 1]. The last form of e(u) coincides with the monic Chebyshev polynomial ˜T12(u), u ∈ [−1, 1], which is the unique polynomial of degree 12 that equioscillates 13 times between ± 1 211 for all u ∈ [−1, 1] and has the least deviation [12]. This shows that p6 satisfies the conditions of the approximation problem. The error formula for E(t) can be proved using its relation to the error function e(t). This proves Theorem 1. It is clear that the approximation is the best uniform approximation from Figure 4. Figure 2 and Figure 3 show the hyperbola and the approximating B´ezier curve, Figure 4 shows the corresponding error, and Figure 6 shows the Euclidean error. 4. CONCLUSION In this paper, the best uniform approximation of the hyperbola with parametrically defined polyno- mial curves of degree 6 are explicitly given. The error function equioscillates 13 times; the approximation order is 12. The method of construction demonstrates the efficiency and simplicity of the approximation method. The approximation intersects the hyperbola 12 times with maximum error 2.4 × 10−4 . Reflecting the upper branch of the hyperbola around the x-axis gives the lower branch. The hyperbola is shown in Figure 7. Note that the points p1 (p5) and p2 (p4) in both branches are very close to each other and can not be distin- guished from each other. The results in this paper can be used to improve the results obtained in [16-23] see also the results in [24, 25]. Int J Elec & Comp Eng, Vol. 10, No. 2, April 2020 : 2192 – 2199
  • 6. Int J Elec & Comp Eng ISSN: 2088-8708 Ì 2197 0.2 0.4 0.6 0.8 1.0 t 0.0002 0.0001 0.0001 0.0002 E t Figure 6. The Euclidean error of the sextic B´ezier curve 21 21 21 21 21 21 Figure 7. Both branches of the Hyperbola using two B´ezier curves ACKNOWLEDGMENTS The authors owe thanks for the reviewers for invaluable suggestions to improve an earlier version of this paper. This research was funded by Jordan University of Science and Technology. REFERENCES [1] A. Rababah, ”Best sextic approximation of circular arcs with thirteen equioscillations,” Pro- ceedings of the Jangjeon Mathematical Society, vol. 21, Issue 1, pp. 111–123, 2018. DOI: http://doi.org/10.17777/pjms2018.21.1.111 [2] A. Rababah, ”The Best Quadratic Approximation of Hyperbola with Order Four,” Journal of Inequalities and Special Functions, vol. 7, Issue 3, pp. 1–11, 2016. [3] M. Floater, ” High order approximation of conic sections by quadratic splines,” Computer Aided Geomet- ric Design, vol. 12, pp. 617–637, 1995. [4] C. de Boor., et al., ”High accuracy geometric Hermite interpolation,” Computer Aided Geometric Design, vol. 4, pp. 269–278, 1988. [5] A. Rababah, ”Taylor theorem for planar curves,” Proceedings of the American Mathematical Society, vol. 119, Issue 3, pp. 803–810, 1993. [6] A. Rababah, ”High accuracy Hermite approximation for space curves in d ,” Journal of Mathematical Analysis and Applications, vol. 325, Issue 2, pp. 920–931, 2007. [7] K. H¨ollig and J. H¨orner, ”Approximation and Modeling with B-Splines,” SIAM, Titles in Applied Math- ematics, vol. 132, 2013. [8] H. Prautzsch., et al., ”B´ezier and B-Spline Techniques,” Springer 2002. The best sextic approximation of... (Abedallah Rababah)
  • 7. 2198 Ì ISSN: 2088-8708 [9] P. B´ezier, ”The mathematical basis of the UNISURF CAD system,” Butterworth-Heinemann Newton, MA, USA, ISBN 0-408-22175-5, 1986. [10] Carl de Boor, A Practical Guide to Splines, Series Title: Applied Mathematical Sciences, Vol 27, Springer- Verlag New York, 1978. [11] Gerald Farin, Curves and surfaces for computer-aided geometric design: a practical guide. Elsevier, 2014. [12] J. Rice, ”The approximation of functions,” linear theory, Addison-Wesley, vol. 1, 1964. [13] Y. J. Ahn and C. Hoffmann, ”Circle approximation using LN B´ezier curves of even degree and its ap- plication,” Journal of Mathematical Analysis and Applications, vol. 410 Issue 1, pp. 257–266, February 2014. [14] S. W. Kim and Y. J. Ahn, ”Circle approximation by quartic G2 spline using alternation of error function,” J. KSIAM, vol. 17, Issue 5, pp. 171–179, 2013. [15] A. Rababah., et al., ”Multiple Degree Reduction and Elevation of B´ezier Curves Using Jacobi-Bernstein Basis Transformations,” Numerical Functional Analysis and Optimization, vol. 28, Issue 9-10, pp. 1179– 1196, 2007. [16] S. Alabed, ”Performance Analysis of Differential Beamforming in Decentralized Networks,” Interna- tional Journal of Electrical and Computer Engineering (IJECE), vol. 8 Issue 3, pp. 1692-1700, 2018. DOI: http://doi.org/10.11591/ijece.v8i3.pp1692-1700 [17] C. Suwannapong and C. Khunboa, ”An Approximation Delay between Consecutive Requests for Con- gestion Control in Unicast CoAP-based Group Communication,” International Journal of Electrical and Computer Engineering (IJECE), vol. 9, Issue 3, June 2019. DOI: http://doi.org/10.11591/ijece.v9i3. [18] Bhargav Bhatkalkar, Abhishek Joshi, Srikanth Prabhu, Sulatha Bhandary, Automated fundus image qual- ity assessment and segmentation of optic disc using convolutional neural networks. International Journal of Electrical and Computer Engineering (IJECE) Vol.10, No.1, 2020, pp. 816 827, ISSN: 2088-8708, DOI: 10.11591/ijece.v10i1.pp816-827. [19] Rodiah, Sarifuddin Madenda, Diana Tri Susetianigtias, Dewi Agushinta Rahayu, EtySutanty, Optic Disc and Macula Localization from Retinal Optical Coherence Tomography and Fundus Image, International Journal of Electrical and Computer Engineering (IJECE) Vol.8, No.6, 2018, pp. 5050-5060, ISSN: 2088- 8708, DOI: 10.11591/ijece.v8i6.pp5050-5060. [20] G. Daway, Hana H. kareem, Ahmed Rafid Hashim, Pupil Detection Based on Color Difference and Circu- lar Hough TransformHazim, International Journal of Electrical and Computer Engineering (IJECE) Vol.8, No.5, 2018, pp. 3278-3284, ISSN: 2088-8708, DOI: 10.11591/ijece.v8i5.pp3278-3284. [21] A. Rababah, L-2 degree reduction of triangular B´ezier surfaces with common tangent planes at ver- tices. International Journal of Computational Geometry & Applications, Vol. 15, No. 5 (2005) 477-490. http://www.worldscinet.com/ijcga/15/1505/S02181959051505.html [22] A. Rababah, Distances with rational triangular B´ezier surfaces. Applied Mathematics and Computation 160, (2005) 379-386. http://www.elsevier.com/locate/amc [23] A. Rababah and Moath Jaradat, Approximating offset Curves using B´ezier curves with high accuracy, International Journal of Electrical and Computer Engineering (IJECE) Vol.10, No.2, 2020 (PART I). [24] A. Rababah, ”Approximation von Kurven mit Polynomen und Splines,” Ph. Dissertation, Stuttgart Uni- versit¨at, West Germany, 1992. [25] A. Rababah, The best quintic Chebyshev approximation of circular arcs of order ten, International Journal of Electrical and Computer Engineering (IJECE)Vol. 9, No. 5, October 2019, pp. 3779-3785, ISSN: 2088- 8708, DOI: 10.11591/ijece.v9i5.pp3779-3785. Int J Elec & Comp Eng, Vol. 10, No. 2, April 2020 : 2192 – 2199
  • 8. Int J Elec & Comp Eng ISSN: 2088-8708 Ì 2199 BIOGRAPHIES OF AUTHORS Abedallah Rababah is a professor of mathematics at United Arab Emirates University and is on leave from Jordan University of Science and Technology. He is working in the field of Computer Aided Geometric Design, abbreviated CAGD. In particular, his research is on degree raising and reduction of B´ezier curves and surfaces with geometric boundary conditions, Bernstein polynomials, and their duality. He is known for his research in describing approximation methods that significantly improve the standard rates obtained by classical (local Taylor, Hermite) methods. He proved the fol- lowing conjecture for a particular set of curves of nonzero measure: Conjecture: A smooth regular planar curve can, in general, be approximated by a polynomial curve of degree n with order 2n. The method exploited the freedom in the choice of the parametrization and achieved the order 4n/3, rather than n + 1. Generalizations were also proved for space curves. Professor Rababah is also do- ing research in the fields of classical approximation theory, orthogonal polynomials, Jacobi-weighted orthogonal polynomials on triangular domains, and best uniform approximations. Since 1992, He has been teaching at German, Jordanian, American, Canadian, and Emirates’ universities. He is active in the editorial boards of many journals in mathematics and computer science. Further info can be found on his homepage at ResearchGate: https://www.researchgate.net/profile/Abedallah−Rababah or at http://www.just.edu.jo/eportfolio/Pages/Default.aspx?email=rababah Esra’a Rababah graduated from Jordan University of Science and Technology. She obtained both Bachelor and Master Degrees in Mathematics with research interests in the field of numerical analy- sis, approximation theory, and B´ezier techniques. She worked as teacher assistant at Jordan Univer- sity of Science and Technology. Further info can be found on her homepage at ResearchGate: https://www.researchgate.net/profile/Esraa−Rababah The best sextic approximation of... (Abedallah Rababah)