<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=169.229.108.77</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=169.229.108.77"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/169.229.108.77"/>
	<updated>2026-07-31T18:04:52Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Ethanol_(data_page)&amp;diff=9969</id>
		<title>Ethanol (data page)</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Ethanol_(data_page)&amp;diff=9969"/>
		<updated>2013-12-06T09:49:04Z</updated>

		<summary type="html">&lt;p&gt;169.229.108.77: /* Density of ethanol at various temperatures (kg/l or g/cm3) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In [[mathematics]], a &#039;&#039;&#039;Bézout matrix&#039;&#039;&#039; (or &#039;&#039;&#039;Bézoutian&#039;&#039;&#039; or &#039;&#039;&#039;Bezoutiant&#039;&#039;&#039;) is a special [[matrix (mathematics)#Square matrices and related definitions|square matrix]] associated with two [[polynomial]]s, introduced by {{harvs|txt|last=Sylvester|authorlink=James Joseph Sylvester|year=1853}} and {{harvs|txt|last=Cayley|year=1857|authorlink=Arthur Cayley}} and named after [[Étienne Bézout]].  Such matrices are sometimes used to test the [[stable polynomial|stability]] of a given polynomial.&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
Let &#039;&#039;f&#039;&#039;(&#039;&#039;z&#039;&#039;) and &#039;&#039;g&#039;&#039;(&#039;&#039;z&#039;&#039;) be two complex polynomials of degree at most &#039;&#039;n&#039;&#039; with coefficients (note that any coefficient could be zero):&lt;br /&gt;
:&amp;lt;math&amp;gt;f(z)=\sum_{i=0}^n u_i z^i,\quad\quad g(z)=\sum_{i=0}^n v_i z^i.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Bézout matrix&#039;&#039;&#039; of order &#039;&#039;n&#039;&#039; associated with the polynomials &#039;&#039;f&#039;&#039; and &#039;&#039;g&#039;&#039; is &lt;br /&gt;
:&amp;lt;math&amp;gt;B_n(f,g)=\left(b_{ij}\right)_{i,j=1,\dots,n}&amp;lt;/math&amp;gt;&lt;br /&gt;
where the coefficients result from the identity&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
  \frac{f(x)g(y)-f(y)g(x)}{x-y}&lt;br /&gt;
     =\sum_{i,j=1}^n b_{ij}\,x^{i-1}\,y^{j-1}.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is in &amp;lt;math&amp;gt;\C^{n\times n}&amp;lt;/math&amp;gt; and the entries of that matrix are such that if we note for each &#039;&#039;i&#039;&#039;,&#039;&#039;j&#039;&#039;=1,...,n, &amp;lt;math&amp;gt;m_{ij}=\min\{i,n+1-j\}&amp;lt;/math&amp;gt;, then:&lt;br /&gt;
:&amp;lt;math&amp;gt;b_{ij}=\sum_{k=1}^{m_{ij}}u_{j+k-1}v_{i-k}-u_{i-k}v_{j+k-1}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To each Bézout matrix, one can associate the following [[bilinear form]], called the Bézoutian:&lt;br /&gt;
:&amp;lt;math&amp;gt;\operatorname{Bez}:\C^n\times\C^n\to \C:(x,y)\mapsto \operatorname{Bez}(x,y)=x^*B_n(f,g)y.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
* For &#039;&#039;n&#039;&#039;=3, we have for any polynomials &#039;&#039;f&#039;&#039; and &#039;&#039;g&#039;&#039; of degree (at most) 3:&lt;br /&gt;
:&amp;lt;math&amp;gt;B_3(f,g)=\left[\begin{matrix}u_1v_0-u_0 v_1 &amp;amp; u_2 v_0-u_0 v_2 &amp;amp; u_3 v_0-u_0 v_3\\u_2 v_0-u_0 v_2 &amp;amp; u_2v_1-u_1v_2+u_3v_0-u_0v_3 &amp;amp; u_3 v_1-u_1v_3\\u_3v_0-u_0v_3 &amp;amp; u_3v_1-u_1v_3 &amp;amp; u_3v_2-u_2v_3\end{matrix}\right].&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Let &amp;lt;math&amp;gt;f(x)=3x^3-x&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;g(x)=5x^2+1&amp;lt;/math&amp;gt; be two polynomials.  Then:&lt;br /&gt;
:&amp;lt;math&amp;gt;B_4(f,g)=\left[\begin{matrix}-1 &amp;amp; 0 &amp;amp; 3 &amp;amp; 0\\0 &amp;amp;8 &amp;amp;0 &amp;amp;0 \\3&amp;amp;0&amp;amp;15&amp;amp;0\\0&amp;amp;0&amp;amp;0&amp;amp;0\end{matrix}\right].&amp;lt;/math&amp;gt;&lt;br /&gt;
The last row and column are all zero as &#039;&#039;f&#039;&#039; and &#039;&#039;g&#039;&#039; have degree strictly less than &#039;&#039;n&#039;&#039; (equal 4).  The other zero entries are because for each &#039;&#039;i&#039;&#039;=0,...,n, either &amp;lt;math&amp;gt;u_i&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;v_i&amp;lt;/math&amp;gt; is zero.&lt;br /&gt;
&lt;br /&gt;
==Properties==&lt;br /&gt;
* &amp;lt;math&amp;gt;B_n(f,g)&amp;lt;/math&amp;gt; is symmetric (as a matrix);&lt;br /&gt;
* &amp;lt;math&amp;gt;B_n(f,g)=-B_n(g,f)&amp;lt;/math&amp;gt;;&lt;br /&gt;
* &amp;lt;math&amp;gt;B_n(f,f)=0&amp;lt;/math&amp;gt;;&lt;br /&gt;
* &amp;lt;math&amp;gt;B_n(f,g)&amp;lt;/math&amp;gt; is [[bilinear]]{{dn|date=December 2013}} in (&#039;&#039;f&#039;&#039;,&#039;&#039;g&#039;&#039;);&lt;br /&gt;
* &amp;lt;math&amp;gt;B_n(f,g)&amp;lt;/math&amp;gt; is in &amp;lt;math&amp;gt;\mathbb{R}^{n\times n}&amp;lt;/math&amp;gt; if &#039;&#039;f&#039;&#039; and &#039;&#039;g&#039;&#039; have real coefficients;&lt;br /&gt;
* &amp;lt;math&amp;gt;B_n(f,g)&amp;lt;/math&amp;gt; is nonsingular with &amp;lt;math&amp;gt;n=max(deg(f),deg(g))&amp;lt;/math&amp;gt; if and only if &#039;&#039;f&#039;&#039; and &#039;&#039;g&#039;&#039; have no common roots.&lt;br /&gt;
* &amp;lt;math&amp;gt;B_n(f,g)&amp;lt;/math&amp;gt; with &amp;lt;math&amp;gt;n=max(deg(f),deg(g))&amp;lt;/math&amp;gt; has [[determinant]] which is the [[resultant]] of &#039;&#039;f&#039;&#039; and &#039;&#039;g&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Applications==&lt;br /&gt;
An important application of Bézout matrices can be found in [[control theory]].  To see this, let &#039;&#039;f&#039;&#039;(&#039;&#039;z&#039;&#039;) be a complex polynomial of degree &#039;&#039;n&#039;&#039; and denote by &#039;&#039;q&#039;&#039; and &#039;&#039;p&#039;&#039; the real polynomials such that &#039;&#039;f&#039;&#039;(i&#039;&#039;y&#039;&#039;)=&#039;&#039;q&#039;&#039;(&#039;&#039;y&#039;&#039;)+i&#039;&#039;p&#039;&#039;(&#039;&#039;y&#039;&#039;) (where &#039;&#039;y&#039;&#039; is real).  We also note &#039;&#039;r&#039;&#039; for the rank and &#039;&#039;&amp;amp;sigma;&#039;&#039; for the signature of &amp;lt;math&amp;gt;B_n(p,q)&amp;lt;/math&amp;gt;.  Then, we have the following statements:&lt;br /&gt;
* &#039;&#039;f&#039;&#039;(&#039;&#039;z&#039;&#039;) has &#039;&#039;n&#039;&#039;-&#039;&#039;r&#039;&#039; roots in common with its conjugate;&lt;br /&gt;
* the left &#039;&#039;r&#039;&#039; roots of &#039;&#039;f&#039;&#039;(&#039;&#039;z&#039;&#039;) are located in such a way that:&lt;br /&gt;
** (&#039;&#039;r&#039;&#039;+&#039;&#039;&amp;amp;sigma;&#039;&#039;)/2 of them lie in the open left half-plane, and&lt;br /&gt;
** (&#039;&#039;r&#039;&#039;-&#039;&#039;&amp;amp;sigma;&#039;&#039;)/2 lie in the open right half-plane;&lt;br /&gt;
* &#039;&#039;f&#039;&#039; is [[stable polynomial|Hurwitz stable]] [[if and only if]] &amp;lt;math&amp;gt;B_n(p,q)&amp;lt;/math&amp;gt; is [[Positive-definite matrix|positive definite]].&lt;br /&gt;
&lt;br /&gt;
The third statement gives a necessary and sufficient condition concerning stability.  Besides, the first statement exhibits some similarities with a result concerning [[Sylvester matrix|Sylvester matrices]] while the second one can be related to [[Routh-Hurwitz theorem]].&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
*{{Citation | last1=Cayley | first1=Arthur | author1-link=Arthur Cayley | title=Note sur la methode d’elimination de Bezout | year=1857 | url=http://resolver.sub.uni-goettingen.de/purl?GDZPPN002149818 | journal= J. Reine Angew. Math.  | volume=53 | pages=366–367}}&lt;br /&gt;
*{{Citation | last2=Naĭmark | first2=M. A. | last1=Kreĭn | first1=M. G. | title=The method of symmetric and Hermitian forms in the theory of the separation of the roots of algebraic equations | origyear=1936 | doi=10.1080/03081088108817420 | mr=638124  | year=1981 | journal=Linear and Multilinear Algebra | issn=0308-1087 | volume=10 | issue=4 | pages=265–308}}&lt;br /&gt;
* {{cite book |last1=Pan |first1=Victor |last2=Bini |first2=Dario |title=Polynomial and matrix computations |publisher=Birkhäuser |location=Basel, Switzerland |year=1994 |pages= |isbn=0-8176-3786-9 |oclc= |doi= }}&lt;br /&gt;
* {{cite book |last1=Pritchard |first1=Anthony J.|first2=Diederich |last2=Hinrichsen |title=Mathematical systems theory I: modelling, state space analysis, stability and robustness |publisher=Springer |location=Berlin |year=2005 |pages= |isbn=3-540-44125-5 |oclc= |doi= }}&lt;br /&gt;
*{{Citation | last1=Sylvester | first1=James Joseph | title=On a Theory of the Syzygetic Relations of Two Rational Integral Functions, Comprising an Application to the Theory of Sturm&#039;s Functions, and That of the Greatest Algebraical Common Measure | jstor=108572 | publisher=The Royal Society | year=1853 | journal=[[Philosophical Transactions of the Royal Society of London]] | issn=0080-4614 | volume=143 | pages= 407–548}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Bezout matrix}}&lt;br /&gt;
[[Category:Polynomials]]&lt;br /&gt;
[[Category:Matrices]]&lt;/div&gt;</summary>
		<author><name>169.229.108.77</name></author>
	</entry>
</feed>