<?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=132.76.61.22</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=132.76.61.22"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/132.76.61.22"/>
	<updated>2026-07-31T05:40:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Convex_hull_algorithms&amp;diff=17324</id>
		<title>Convex hull algorithms</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Convex_hull_algorithms&amp;diff=17324"/>
		<updated>2013-12-23T14:29:45Z</updated>

		<summary type="html">&lt;p&gt;132.76.61.22: /* Simple polygon */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In [[classical mechanics]], a &#039;&#039;&#039;Liouville dynamical system&#039;&#039;&#039; is an exactly soluble  [[dynamical system]] in which the [[kinetic energy]] &#039;&#039;T&#039;&#039; and [[potential energy]] &#039;&#039;V&#039;&#039; can be expressed in terms of the &#039;&#039;s&#039;&#039; [[generalized coordinate]]s &#039;&#039;q&#039;&#039; as follows:&amp;lt;ref name=&amp;quot;liouville_1849&amp;quot;&amp;gt;{{cite journal | last = Liouville | year = 1849 | title = Mémoire sur l&#039;intégration des équations différentielles du mouvement d&#039;un nombre quelconque de points matériels | journal = Journal de Mathématiques Pures et Appliquées | volume = 14 | pages = 257&amp;amp;ndash;299 | url = http://visualiseur.bnf.fr/ConsulterElementNum?O=NUMM-16393&amp;amp;Deb=263&amp;amp;Fin=305&amp;amp;E=PDF}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
T = \frac{1}{2} \left\{ u_{1}(q_{1}) + u_{2}(q_{2}) + \cdots + u_{s}(q_{s}) \right\}&lt;br /&gt;
\left\{ v_{1}(q_{1}) \dot{q}_{1}^{2} + v_{2}(q_{2}) \dot{q}_{2}^{2} + \cdots + v_{s}(q_{s}) \dot{q}_{s}^{2} \right\}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
V = \frac{w_{1}(q_{1}) + w_{2}(q_{2}) + \cdots + w_{s}(q_{s}) }{u_{1}(q_{1}) + u_{2}(q_{2}) + \cdots + u_{s}(q_{s}) }&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The solution of this system consists of a set of separably integrable equations&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
\frac{\sqrt{2}}{Y}\, dt = \frac{d\varphi_{1}}{\sqrt{E \chi_{1} - \omega_{1} + \gamma_{1}}} = &lt;br /&gt;
\frac{d\varphi_{2}}{\sqrt{E \chi_{2} - \omega_{2} + \gamma_{2}}} = \cdots =&lt;br /&gt;
\frac{d\varphi_{s}}{\sqrt{E \chi_{s} - \omega_{s} + \gamma_{s}}} &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;E = T + V&#039;&#039; is the conserved energy and the &amp;lt;math&amp;gt;\gamma_{s}&amp;lt;/math&amp;gt; are constants.  As described below, the variables have been changed from &#039;&#039;q&amp;lt;sub&amp;gt;s&amp;lt;/sub&amp;gt;&#039;&#039; to φ&amp;lt;sub&amp;gt;s&amp;lt;/sub&amp;gt;, and the functions &#039;&#039;u&amp;lt;sub&amp;gt;s&amp;lt;/sub&amp;gt;&#039;&#039; and &#039;&#039;w&amp;lt;sub&amp;gt;s&amp;lt;/sub&amp;gt;&#039;&#039; substituted by their counterparts &#039;&#039;χ&amp;lt;sub&amp;gt;s&amp;lt;/sub&amp;gt;&#039;&#039; and &#039;&#039;ω&amp;lt;sub&amp;gt;s&amp;lt;/sub&amp;gt;&#039;&#039;.  This solution has numerous applications, such as the orbit of a small planet about two fixed stars under the influence of [[gravitation|Newtonian gravity]].  The Liouville dynamical system is one of several things named after [[Joseph Liouville]], an eminent French mathematician.&lt;br /&gt;
&lt;br /&gt;
==Example of bicentric orbits==&lt;br /&gt;
&lt;br /&gt;
In [[classical mechanics]], [[Euler&#039;s three-body problem]] describes the motion of a particle in a plane under the influence of two fixed centers, each of which attract the particle with an [[inverse-square law|inverse-square force]] such as [[gravitation|Newtonian gravity]] or [[Coulomb&#039;s law]].  Examples of the bicenter problem include a [[planet]] moving around two slowly moving [[star]]s, or an [[electron]] moving in the [[electric field]] of two positively charged [[atomic nucleus|nuclei]], such as the first [[ion]] of the hydrogen molecule H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;, namely the [[Dihydrogen cation|hydrogen molecular ion]] or H&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;&amp;lt;sup&amp;gt;+&amp;lt;/sup&amp;gt;.  The strength of the two attractions need not be equal; thus, the two stars may have different masses or the nuclei two different charges.&lt;br /&gt;
&lt;br /&gt;
===Solution===&lt;br /&gt;
&lt;br /&gt;
Let the fixed centers of attraction be located along the &#039;&#039;x&#039;&#039;-axis at ±&#039;&#039;a&#039;&#039;.   The potential energy of the moving particle is given by &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
V(x, y) = \frac{-\mu_{1}}{\sqrt{\left( x - a \right)^{2} + y^{2}}} - \frac{\mu_{2}}{\sqrt{\left( x + a \right)^{2} + y^{2}}} .&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The two centers of attraction can be considered as the foci of a set of ellipses.  If either center were absent, the particle would move on one of these ellipses, as a solution of the [[Kepler problem]].  Therefore, according to [[Bonnet&#039;s theorem]], the same ellipses are the solutions for the bicenter problem.&lt;br /&gt;
&lt;br /&gt;
Introducing [[elliptic coordinates]],&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
x = a \cosh \xi \cos \eta,&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
y = a \sinh \xi \sin \eta,&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
the potential energy can be written as &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
V(\xi, \eta) = \frac{-\mu_{1}}{a\left( \cosh \xi - \cos \eta \right)} - \frac{\mu_{2}}{a\left( \cosh \xi + \cos \eta \right)}&lt;br /&gt;
= \frac{-\mu_{1} \left( \cosh \xi + \cos \eta \right) - \mu_{2} \left( \cosh \xi - \cos \eta \right)}{a\left( \cosh^{2} \xi - \cos^{2} \eta \right)},&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and the kinetic energy as&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
T = \frac{ma^{2}}{2} \left( \cosh^{2} \xi - \cos^{2} \eta \right) \left( \dot{\xi}^{2} + \dot{\eta}^{2} \right).&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is a Liouville dynamical system if ξ and η are taken as φ&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; and φ&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;, respectively; thus, the function &#039;&#039;Y&#039;&#039; equals&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
Y = \cosh^{2} \xi - \cos^{2} \eta&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and the function &#039;&#039;W&#039;&#039; equals&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
W = -\mu_{1} \left( \cosh \xi + \cos \eta \right) - \mu_{2} \left( \cosh \xi - \cos \eta \right) &lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Using the general solution for a Liouville dynamical system below, one obtains  &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
\frac{ma^{2}}{2} \left( \cosh^{2} \xi - \cos^{2} \eta \right)^{2} \dot{\xi}^{2} = E \cosh^{2} \xi + \left( \frac{\mu_{1} + \mu_{2}}{a} \right) \cosh \xi - \gamma&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
\frac{ma^{2}}{2} \left( \cosh^{2} \xi - \cos^{2} \eta \right)^{2} \dot{\eta}^{2} = -E \cos^{2} \eta + \left( \frac{\mu_{1} - \mu_{2}}{a} \right) \cos \eta + \gamma&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Introducing a parameter &#039;&#039;u&#039;&#039; by the formula&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
du = \frac{d\xi}{\sqrt{E \cosh^{2} \xi + \left( \frac{\mu_{1} + \mu_{2}}{a} \right) \cosh \xi - \gamma}} = &lt;br /&gt;
\frac{d\eta}{\sqrt{-E \cos^{2} \eta + \left( \frac{\mu_{1} - \mu_{2}}{a} \right) \cos \eta + \gamma}},&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
gives the [[parametric solution]]&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
u = \int \frac{d\xi}{\sqrt{E \cosh^{2} \xi + \left( \frac{\mu_{1} + \mu_{2}}{a} \right) \cosh \xi - \gamma}} = &lt;br /&gt;
\int \frac{d\eta}{\sqrt{-E \cos^{2} \eta + \left( \frac{\mu_{1} - \mu_{2}}{a} \right) \cos \eta + \gamma}}.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since these are [[elliptic integral]]s, the coordinates ξ and η can be expressed as elliptic functions of &#039;&#039;u&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
===Constant of motion===&lt;br /&gt;
&lt;br /&gt;
The bicentric problem has a constant of motion, namely, &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
r_{1}^{2} r_{2}^{2} \left( \frac{d\theta_{1}}{dt} \right) \left( \frac{d\theta_{2}}{dt} \right) - &lt;br /&gt;
2c \left[ \mu_{1} \cos \theta_{1} + \mu_{2} \cos \theta_{2} \right],&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
from which the problem can be solved using the method of the last multiplier.&lt;br /&gt;
&lt;br /&gt;
==Derivation==&lt;br /&gt;
&lt;br /&gt;
===New variables===&lt;br /&gt;
&lt;br /&gt;
To eliminate the &#039;&#039;v&#039;&#039; functions, the variables are changed to an equivalent set&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
\varphi_{r} = \int dq_{r} \sqrt{v_{r}(q_{r})},&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
giving the relation&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
v_{1}(q_{1}) \dot{q}_{1}^{2} + v_{2}(q_{2}) \dot{q}_{2}^{2} + \cdots + v_{s}(q_{s}) \dot{q}_{s}^{2} =&lt;br /&gt;
\dot{\varphi}_{1}^{2} + \dot{\varphi}_{2}^{2} + \cdots + \dot{\varphi}_{s}^{2} = F,&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which defines a new variable &#039;&#039;F&#039;&#039;.   Using the new variables, the u and w functions can be expressed by equivalent functions χ and ω.  Denoting the sum of the χ functions by &#039;&#039;Y&#039;&#039;,&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
Y = \chi_{1}(\varphi_{1}) + \chi_{2}(\varphi_{2}) + \cdots + \chi_{s}(\varphi_{s}),&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
the kinetic energy can be written as &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
T = \frac{1}{2} Y F.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Similarly, denoting the sum of the ω functions by &#039;&#039;W&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
W = \omega_{1}(\varphi_{1}) + \omega_{2}(\varphi_{2}) + \cdots + \omega_{s}(\varphi_{s}),&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
the potential energy &#039;&#039;V&#039;&#039; can be written as &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
V = \frac{W}{Y}.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Lagrange equation===&lt;br /&gt;
&lt;br /&gt;
The Lagrange equation for the &#039;&#039;r&#039;&#039;&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; variable &amp;lt;math&amp;gt;\varphi_{r}&amp;lt;/math&amp;gt; is&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
\frac{d}{dt} \left( \frac{\partial T}{\partial \dot{\varphi}_{r}} \right) = &lt;br /&gt;
\frac{d}{dt} \left( Y \dot{\varphi}_{r} \right) = \frac{1}{2} F \frac{\partial Y}{\partial \varphi_{r}} &lt;br /&gt;
-\frac{\partial V}{\partial \varphi_{r}}.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Multiplying both sides by &amp;lt;math&amp;gt;2 Y \dot{\varphi}_{r}&amp;lt;/math&amp;gt;, re-arranging, and exploiting the relation 2&#039;&#039;T = YF&#039;&#039; yields the equation&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
2 Y \dot{\varphi}_{r} \frac{d}{dt} \left(Y \dot{\varphi}_{r}\right) = &lt;br /&gt;
2T\dot{\varphi}_{r} \frac{\partial Y}{\partial \varphi_{r}} - 2 Y \dot{\varphi}_{r} \frac{\partial V}{\partial \varphi_{r}} = &lt;br /&gt;
2 \dot{\varphi}_{r} \frac{\partial}{\partial \varphi_{r}} \left[ (E-V) Y \right],&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which may be written as &lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
\frac{d}{dt} \left(Y^{2} \dot{\varphi}_{r}^{2} \right) = &lt;br /&gt;
2 E \dot{\varphi}_{r} \frac{\partial Y}{\partial \varphi_{r}} - 2 \dot{\varphi}_{r} \frac{\partial W}{\partial \varphi_{r}} = &lt;br /&gt;
2E \dot{\varphi}_{r} \frac{d\chi_{r} }{d\varphi_{r}} - 2 \dot{\varphi}_{r} \frac{d\omega_{r}}{d\varphi_{r}},&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &#039;&#039;E = T + V&#039;&#039; is the (conserved) total energy.  It follows that&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
\frac{d}{dt} \left(Y^{2} \dot{\varphi}_{r}^{2} \right) = &lt;br /&gt;
2\frac{d}{dt} \left( E \chi_{r} - \omega_{r} \right),&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
which may be integrated once to yield&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
\frac{1}{2} Y^{2} \dot{\varphi}_{r}^{2} = E \chi_{r} - \omega_{r}  + \gamma_{r},&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where the &amp;lt;math&amp;gt;\gamma_{r}&amp;lt;/math&amp;gt; are constants of integration subject to the energy conservation&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
\sum_{r=1}^{s} \gamma_{r} = 0.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Inverting, taking the square root and separating the variables yields a set of separably integrable equations:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
\frac{\sqrt{2}}{Y} dt = \frac{d\varphi_{1}}{\sqrt{E \chi_{1} - \omega_{1} + \gamma_{1}}} = &lt;br /&gt;
\frac{d\varphi_{2}}{\sqrt{E \chi_{2} - \omega_{2} + \gamma_{2}}} = \cdots =&lt;br /&gt;
\frac{d\varphi_{s}}{\sqrt{E \chi_{s} - \omega_{s} + \gamma_{s}}}.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
{{reflist|1}}&lt;br /&gt;
&lt;br /&gt;
==Further reading==&lt;br /&gt;
&lt;br /&gt;
* {{cite book | last = Whittaker | first = ET | year = 1937 | title = A Treatise on the Analytical Dynamics of Particles and Rigid Bodies, with an Introduction to the Problem of Three Bodies | edition = 4th | publisher = Dover Publications | location = New York | id = ISBN }}&lt;br /&gt;
&lt;br /&gt;
[[Category:Classical mechanics]]&lt;/div&gt;</summary>
		<author><name>132.76.61.22</name></author>
	</entry>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Spinodal_decomposition&amp;diff=17986</id>
		<title>Spinodal decomposition</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Spinodal_decomposition&amp;diff=17986"/>
		<updated>2013-07-17T07:43:18Z</updated>

		<summary type="html">&lt;p&gt;132.76.61.22: /* Diffusion equation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In [[mathematics]], the &#039;&#039;&#039;Babuška–Lax–Milgram theorem&#039;&#039;&#039; is a generalization of the famous [[Lax–Milgram theorem]], which gives conditions under which a [[bilinear form]] can be &amp;quot;inverted&amp;quot; to show the existence and uniqueness of a [[weak solution]] to a given [[boundary value problem]].  The result is named after the [[mathematician]]s [[Ivo Babuška]], [[Peter Lax]] and [[Arthur Milgram]].&lt;br /&gt;
&lt;br /&gt;
==Background==&lt;br /&gt;
In the modern, [[functional analysis|functional-analytic]] approach to the study of [[partial differential equations]], one does not attempt to solve a given partial differential equation directly, but by using the structure of the [[vector space]] of possible solutions, e.g. a [[Sobolev space]] &#039;&#039;W&#039;&#039;&amp;lt;sup&amp;gt;&#039;&#039;k&#039;&#039;,&#039;&#039;p&#039;&#039;&amp;lt;/sup&amp;gt;.  Abstractly, consider two [[real number|real]] [[normed space]]s &#039;&#039;U&#039;&#039; and &#039;&#039;V&#039;&#039; with their [[continuous dual space]]s &#039;&#039;U&#039;&#039;&amp;lt;sup&amp;gt;∗&amp;lt;/sup&amp;gt; and &#039;&#039;V&#039;&#039;&amp;lt;sup&amp;gt;∗&amp;lt;/sup&amp;gt; respectively.  In many applications, &#039;&#039;U&#039;&#039; is the space of possible solutions; given some [[partial differential operator]] Λ&amp;amp;nbsp;:&amp;amp;nbsp;&#039;&#039;U&#039;&#039;&amp;amp;nbsp;→&amp;amp;nbsp;&#039;&#039;V&#039;&#039;&amp;lt;sup&amp;gt;∗&amp;lt;/sup&amp;gt; and a specified element &#039;&#039;f&#039;&#039;&amp;amp;nbsp;∈&amp;amp;nbsp;&#039;&#039;V&#039;&#039;&amp;lt;sup&amp;gt;∗&amp;lt;/sup&amp;gt;, the objective is to find a &#039;&#039;u&#039;&#039;&amp;amp;nbsp;∈&amp;amp;nbsp;&#039;&#039;U&#039;&#039; such that&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\Lambda u = f.\ &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
However, in the [[weak formulation]], this equation is only required to hold when &amp;quot;tested&amp;quot; against all other possible elements of &#039;&#039;V&#039;&#039;.  This &amp;quot;testing&amp;quot; is accomplished by means of a bilinear function &#039;&#039;B&#039;&#039;&amp;amp;nbsp;:&amp;amp;nbsp;&#039;&#039;U&#039;&#039;&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;&#039;&#039;V&#039;&#039;&amp;amp;nbsp;→&amp;amp;nbsp;&#039;&#039;&#039;R&#039;&#039;&#039; which encodes the differential operator Λ; a &#039;&#039;weak solution&#039;&#039; to the problem is to find a &#039;&#039;u&#039;&#039;&amp;amp;nbsp;∈&amp;amp;nbsp;&#039;&#039;U&#039;&#039; such that&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;B(u, v) = \langle f, v \rangle \mbox{ for all } v \in V.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The achievement of Lax and Milgram in their 1954 result was to specify sufficient conditions for this weak formulation to have a unique solution that depends [[continuous function|continuously]] upon the specified datum &#039;&#039;f&#039;&#039;&amp;amp;nbsp;∈&amp;amp;nbsp;&#039;&#039;V&#039;&#039;&amp;lt;sup&amp;gt;∗&amp;lt;/sup&amp;gt;: it suffices that &#039;&#039;U&#039;&#039;&amp;amp;nbsp;=&amp;amp;nbsp;&#039;&#039;V&#039;&#039; is a [[Hilbert space]], that &#039;&#039;B&#039;&#039; is continuous, and that &#039;&#039;B&#039;&#039; is strongly [[coercive function|coercive]], i.e.&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;| B(u, u) | \geq c \| u \|^{2}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
for some constant &#039;&#039;c&#039;&#039;&amp;amp;nbsp;&amp;amp;gt;&amp;amp;nbsp;0 and all &#039;&#039;u&#039;&#039;&amp;amp;nbsp;∈&amp;amp;nbsp;&#039;&#039;U&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
For example, in the solution of the [[Poisson equation]] on a [[bounded set|bounded]], [[open set|open]] domain Ω&amp;amp;nbsp;⊂&amp;amp;nbsp;&#039;&#039;&#039;R&#039;&#039;&#039;&amp;lt;sup&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sup&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\begin{cases} - \Delta u(x) = f(x), &amp;amp; x \in \Omega; \\ u(x) = 0, &amp;amp; x \in \partial \Omega; \end{cases}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
the space &#039;&#039;U&#039;&#039; could be taken to be the Sobolev space &#039;&#039;H&#039;&#039;&amp;lt;sub&amp;gt;0&amp;lt;/sub&amp;gt;&amp;lt;sup&amp;gt;1&amp;lt;/sup&amp;gt;(Ω) with dual &#039;&#039;H&#039;&#039;&amp;lt;sup&amp;gt;&amp;amp;minus;1&amp;lt;/sup&amp;gt;(Ω); the former is a subspace of the [[Lp space|&#039;&#039;L&#039;&#039;&amp;lt;sup&amp;gt;&#039;&#039;p&#039;&#039;&amp;lt;/sup&amp;gt; space]] &#039;&#039;V&#039;&#039;&amp;amp;nbsp;=&amp;amp;nbsp;&#039;&#039;L&#039;&#039;&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;(Ω); the bilinear form &#039;&#039;B&#039;&#039; associated to &amp;amp;minus;Δ is the &#039;&#039;L&#039;&#039;&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;(Ω) [[inner product]] of the derivatives:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;B(u, v) = \int_{\Omega} \nabla u(x) \cdot \nabla v(x) \, \mathrm{d} x.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hence, the weak formulation of the Poisson equation, given &#039;&#039;f&#039;&#039;&amp;amp;nbsp;∈&amp;amp;nbsp;&#039;&#039;L&#039;&#039;&amp;lt;sup&amp;gt;2&amp;lt;/sup&amp;gt;(Ω), is to find &#039;&#039;u&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;f&#039;&#039;&amp;lt;/sub&amp;gt; such that&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\int_{\Omega} \nabla u_{f}(x) \cdot \nabla v(x) \, \mathrm{d} x = \int_{\Omega} f(x) v(x) \, \mathrm{d} x \mbox{ for all } v \in H_{0}^{1} (\Omega).&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Statement of the theorem==&lt;br /&gt;
&lt;br /&gt;
In 1971, Babuška provided the following generalization of Lax and Milgram&#039;s earlier result, which begins by dispensing with the requirement that &#039;&#039;U&#039;&#039; and &#039;&#039;V&#039;&#039; be the same space.  Let &#039;&#039;U&#039;&#039; and &#039;&#039;V&#039;&#039; be two real Hilbert spaces and let &#039;&#039;B&#039;&#039;&amp;amp;nbsp;:&amp;amp;nbsp;&#039;&#039;U&#039;&#039;&amp;amp;nbsp;&amp;amp;times;&amp;amp;nbsp;&#039;&#039;V&#039;&#039;&amp;amp;nbsp;→&amp;amp;nbsp;&#039;&#039;&#039;R&#039;&#039;&#039; be a continuous bilinear functional.  Suppose also that &#039;&#039;B&#039;&#039; is weakly coercive: for some constant &#039;&#039;c&#039;&#039;&amp;amp;nbsp;&amp;amp;gt;&amp;amp;nbsp;0 and all &#039;&#039;u&#039;&#039;&amp;amp;nbsp;∈&amp;amp;nbsp;&#039;&#039;U&#039;&#039;,&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\sup_{\| v \| = 1} | B(u, v) | \geq c \| u \|&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and, for 0&amp;amp;nbsp;≠&amp;amp;nbsp;&#039;&#039;v&#039;&#039;&amp;amp;nbsp;∈&amp;amp;nbsp;&#039;&#039;V&#039;&#039;, for some positive constant k,&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\sup_{\| u \| = 1} | B(u, v) | \geq k \| v \|&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, for all &#039;&#039;f&#039;&#039;&amp;amp;nbsp;∈&amp;amp;nbsp;&#039;&#039;V&#039;&#039;&amp;lt;sup&amp;gt;∗&amp;lt;/sup&amp;gt;, there exists a unique solution &#039;&#039;u&#039;&#039;&amp;amp;nbsp;=&amp;amp;nbsp;&#039;&#039;u&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;f&#039;&#039;&amp;lt;/sub&amp;gt;&amp;amp;nbsp;∈&amp;amp;nbsp;&#039;&#039;U&#039;&#039; to the weak problem&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;B(u_{f}, v) = \langle f, v \rangle \mbox{ for all } v \in V.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Moreover, the solution depends continuously on the given datum:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\| u_{f} \| \leq \frac{1}{c} \| f \|.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Lions–Lax–Milgram theorem]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
* {{cite journal&lt;br /&gt;
| last = Babuška&lt;br /&gt;
| first = Ivo&lt;br /&gt;
| authorlink = Ivo Babuška&lt;br /&gt;
| title = Error-bounds for finite element method&lt;br /&gt;
| journal = [[Numerische Mathematik]]&lt;br /&gt;
| volume = 16&lt;br /&gt;
| year = 1970/1971&lt;br /&gt;
| pages = 322&amp;amp;ndash;333&lt;br /&gt;
| issn = 0029-599X&lt;br /&gt;
| doi = 10.1007/BF02165003&lt;br /&gt;
| mr = 0288971&lt;br /&gt;
}}&lt;br /&gt;
* {{cite book&lt;br /&gt;
| last = Lax&lt;br /&gt;
| first = Peter D.&lt;br /&gt;
| authorlink = Peter Lax&lt;br /&gt;
| coauthors = Milgram, Arthur N.&lt;br /&gt;
| chapter = Parabolic equations&lt;br /&gt;
| title = Contributions to the theory of partial differential equations&lt;br /&gt;
| series = Annals of Mathematics Studies, no. 33&lt;br /&gt;
| pages = 167&amp;amp;ndash;190&lt;br /&gt;
| publisher = Princeton University Press&lt;br /&gt;
| location = Princeton, N. J.&lt;br /&gt;
| year = 1954&lt;br /&gt;
| mr = 0067317&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* {{springer&lt;br /&gt;
 | title = Babuška–Lax–Milgram theorem&lt;br /&gt;
 | id = B/b110020&lt;br /&gt;
 | last = Roşca&lt;br /&gt;
 | first = Ioan&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Babuska-Lax-Milgram theorem}}&lt;br /&gt;
[[Category:Theorems in analysis]]&lt;br /&gt;
[[Category:Partial differential equations]]&lt;/div&gt;</summary>
		<author><name>132.76.61.22</name></author>
	</entry>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=STO-nG_basis_sets&amp;diff=17267</id>
		<title>STO-nG basis sets</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=STO-nG_basis_sets&amp;diff=17267"/>
		<updated>2013-06-14T12:56:06Z</updated>

		<summary type="html">&lt;p&gt;132.76.61.22: corrected ref. year&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Huber&#039;s equation&#039;&#039;&#039;, first derived by a Polish engineer [[Tytus Maksymilian Huber]], is a basic formula in elastic material [[tension (physics)|tension]] calculations, an equivalent of the [[equation of state]], but applying to solids. In most simple expression and commonly in use it looks like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\sigma_{red}=\sqrt{({\sigma}^2) + 3({\tau}^2)}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;\sigma&amp;lt;/math&amp;gt; is the [[tensile stress]], and &amp;lt;math&amp;gt;\tau&amp;lt;/math&amp;gt; is the [[shear stress]], measured in newtons per square meter (N/m², also called [[pascal (unit)|pascal]]s, Pa), while &amp;lt;math&amp;gt;\sigma_{red}&amp;lt;/math&amp;gt; - called a reduced tension, is the resultant tension of the material.&lt;br /&gt;
&lt;br /&gt;
Very useful in calculating the span width of the bridges like [[Golden Gate Bridge]] or [[Verrazano-Narrows Bridge]], their beam cross-sections, etc.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Yield surface]]&lt;br /&gt;
* [[Stress energy tensor]]&lt;br /&gt;
* [[Tensile stress]]&lt;br /&gt;
&lt;br /&gt;
{{classicalmechanics-stub}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Physical quantities]]&lt;br /&gt;
[[Category:Structural analysis]]&lt;/div&gt;</summary>
		<author><name>132.76.61.22</name></author>
	</entry>
</feed>