This article develops duality principles and numerical results for a large class of non-convex variational models. The main results are based on fundamental tools of convex analysis, duality theory and calculus of variations. More specifically the approach is established for a class of non-convex functionals similar as those found in some models in phase transition. Finally, in some sections we present concerning numerical examples and the respective softwares.
Keywords:
Subject: Computer Science and Mathematics - Applied Mathematics
1. Introduction
In this section we establish a dual formulation for a large class of models in non-convex optimization. It is worth highlighting the main duality principle is applied to double well models similar as those found in the phase transition theory.
Such results are based on the works of J.J. Telega and W.R. Bielski [1,2,3,4] and on a D.C. optimization approach developed in Toland [5]. About the other references, details on the Sobolev spaces involved are found in [6]. Related results on convex analysis and duality theory are addressed in [7,8,9,10,11,12,13].
Similar models on the superconductivity physics may be found in [14,15,16].
At this point we recall that the duality principles are important since the related dual variational formulations are either convex (in fact concave) or have a large region of convexity around their critical points. These features are relevant considering that, from a concerning strict convexity, the standard Newton, Newton type and similar methods are in general convergent. Moreover, the dual variational formulations are also relevant since in some situations, it is possible to assure the global optimality of some critical points which satisfy certain specific constraints theoretically established.
Among the main results here developed, we highlight the duality principles for the quasi-convex formulations in the context of the vectorial calculus of variations. An important example in non-linear elasticity is addressed along the text in details.
Also, for the applications in physics in the final sections, we believe to have found a path to connect the quantum approach with a more classical one in a unified framework.
Indeed, we have presented a path to model a great variety of chemical reactions through such a connection between the atomic and classical worlds.
Finally, in this text we adopt the standard Einstein convention of summing up repeated indices, unless otherwise indicated.
In order to clarify the notation, here we introduce the definition of topological dual space.
Definition1.1
(Topological dual spaces). Let U be a Banach space. We shall define its dual topological space, as the set of all linear continuous functionals defined on U. We suppose such a dual space of U, may be represented by another Banach space , through a bilinear form (here we are referring to standard representations of dual spaces of Sobolev and Lebesgue spaces). Thus, given linear and continuous, we assume the existence of a unique such that
The norm of f , denoted by , is defined as
At this point we start to describe the primal and dual variational formulations.
2. A general duality principle non-convex optimization
In this section we present a duality principle applicable to a model in phase transition.
This case corresponds to the vectorial one in the calculus of variations.
Let be an open, bounded, connected set with a regular (Lipschitzian) boundary denoted by
Consider a functional where
and where
is a three times Fréchet differentiable function not necessarily convex. Moreover,
and
We assume there exists such that
Furthermore, suppose G is Fréchet differentiable but not necessarily convex. A global optimum point may not be attained for J so that the problem of finding a global minimum for J may not be a solution.
Anyway, one question remains, how the minimizing sequences behave close the infimum of J.
We intend to use duality theory to approximately solve such a global optimization problem.
Define and
where
Moreover, , , so that at this point we define, , , , and by
and
and
Define now ,
Observe that
.
From the general results in [5], we may infer that
On the other hand
From these last two results we may obtain
Moreover, from standards results on convex analysis, we may have
where
and
Thus, defining
we have got
Finally, observe that
This last variational formulation corresponds to a concave relaxed formulation in concerning the original primal formulation.
3. Another duality principle for a simpler related model in phase transition with a respective numerical example
In this section we present another duality principle for a related model in phase transition.
Let and consider a functional where
and where
and
A global optimum point is not attained for J so that the problem of finding a global minimum for J has no solution.
Anyway, one question remains, how the minimizing sequences behave close the infimum of J.
We intend to use duality theory to approximately solve such a global optimization problem.
Denoting , at this point we define, and by
and
Observe that
In order to restrict the action of on the region where the primal functional is non-convex, we redefine a not relabeled
and define also
and
by
and
Denoting we also define the polar functional by
Observe that
With such results in mind, we define a relaxed primal dual variational formulation for the primal problem, represented by , where
Having defined such a functional, we may obtain numerical results by solving a sequence of convex auxiliary sub-problems, through the following algorithm (in order to obtain the concerning critical points, at first we have neglected the constraint ).
1.
Set and and
2.
Choose such that and
3.
Set
4.
Calculate solution of the system of equations:
and
that is
and
so that
and
5.
Calculate by solving the system of equations:
and
that is
and
6.
If , then stop, else set and go to item 4.
At this point, we present the corresponding software in MAT-LAB, in finite differences and based on the one-dimensional version of the generalized method of lines.
Here the software.
***********************
1.
clear all
m8=300;
d=1/m8;
K=0.1;
K1=120;
for i=1:m8
vo(i,1)=i*d/10;
yo(i,1)=sin(i*d*pi)/2;
end;
k=1;
b12=1.0;
while and
k=k+1;
for i=1:m8-1
duo(i,1)=(uo(i+1,1)-uo(i,1))/d;
dvo(i,1)=(vo(i+1,1)-vo(i,1))/d;
end;
m9=zeros(2,2);
m9(1,1)=1;
i=1;
m80(1,1,i)=-f1-K;
m80(1,2,i)=-f1;
m80(2,1,i)=-f1;
m80(2,2,i)=-f1-K1;
m50(:,:,i)=m80(:,:,i)*inv(m12);
z(:,i)=inv(m12)*y11(:,i)*;
for i=2:m8-1
;
m80(1,1,i)=-f1-K;
m80(1,2,i)=-f1;
m80(2,1,i)=-f1;
m80(2,2,i)=-f1-K1;
m50(:,:,i)=inv(m12)*m80(:,:,i);
end;
U(1,m8)=1/2;
U(2,m8)=0.0;
for i=1:m8-1
U(:,m8-i)=m50(:,:,m8-i)*U(:,m8-i+1)+z(:,m8-i);
end;
for i=1:m8
u(i,1)=U(1,i);
v(i,1)=U(2,i);
end;
b12=max(abs(u-uo))
uo=u;
vo=v;
u(m8/2,1)
end;
for i=1:m8
y(i)=i*d;
end;
plot(y,uo)
**************************************
For the case in which , we have obtained numerical results for and . For such a concerning solution obtained, please see Figure 1. For the case in which , we have obtained numerical results also for and . For such a concerning solution obtained, please see Figure 2.
Remark3.1.
Observe that the solutions obtained are approximate critical points. They are not, in a classical sense, the global solutions for the related optimization problems. Indeed, such solutions reflect the average behavior of weak cluster points for concerning minimizing sequences.
3.1. A general proposal for relaxation
Let be an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by
Consider a functional where
where
, is convex and Fréchet differentiable, and
where is also Fréchet differentiable.
Assume there exists such that
where for each is an open connected set such that is regular. We also suppose
Define
and define also
At this point we define
and
where
Moreover, we propose the relaxed functional
Observe that clearly
4. A convex dual variational formulation for a third similar model
In this section we present another duality principle for a third related model in phase transition.
Let and consider a functional where
and where
and
A global optimum point is not attained for J so that the problem of finding a global minimum for J has no solution.
Anyway, one question remains, how the minimizing sequences behave close to the infimum of J.
We intend to use the duality theory to solve such a global optimization problem in an appropriate sense to be specified.
At this point we define, and by
and
Denoting we also define the polar functional and by
and
Observe this is the scalar case of the calculus of variations, so that from the standard results on convex analysis, we have
Indeed, from the direct method of the calculus of variations, the maximum for the dual formulation is attained at some .
Moreover, the corresponding solution is obtained from the equation
Finally, the Euler-Lagrange equations for the dual problem stands for
where if if and
if
We have computed the solutions and corresponding solutions for the cases in which and
For the solution for the case in which , please see Figure 3.
For the solution for the case in which , please see Figure 4.
Remark4.1.
Observe that such solutions obtained are not the global solutions for the related primal optimization problems. Indeed, such solutions reflect the average behavior of weak cluster points for concerning minimizing sequences.
4.1. The algorithm through which we have obtained the numerical results
In this subsection we present the software in MATLAB through which we have obtained the last numerical results.
This algorithm is for solving the concerning Euler-Lagrange equations for the dual problem, that is, for solving the equation
Here the concerning software in MATLAB. We emphasize to have used the smooth approximation
where a small value for is specified in the next lines.
*************************************
1.
clear all
2.
(number of nodes)
3.
4.
5.
6.
7.
(we have fixed the number of iterations)
8.
9.
10.
11.
12.
13.
14.
********************************
5. An improvement of the convexity conditions for a non-convex related model through an approximate primal formulation
In this section we develop an approximate primal dual formulation suitable for a large class of variational models.
Here, the applications are for the Kirchhoff-Love plate model, which may be found in Ciarlet, [17].
At this point we start to describe the primal variational formulation.
Let be an open, bounded, connected set which represents the middle surface of a plate of thickness h. The boundary of , which is assumed to be regular (Lipschitzian), is denoted by . The vectorial basis related to the cartesian system is denoted by , where (in general Greek indices stand for 1 or 2), and where is the vector normal to , whereas and are orthogonal vectors parallel to Also, is the outward normal to the plate surface.
The displacements will be denoted by
The Kirchhoff-Love relations are
Here so that we have where
It is worth emphasizing that the boundary conditions here specified refer to a clamped plate.
We also define the operator , where , by
The constitutive relations are given by
where: and , are symmetric positive definite fourth order tensors. From now on, we denote and .
Furthermore denote the membrane force tensor and the moment one. The plate stored energy, represented by is expressed by
and the external work, represented by , is given by
where are external loads in the directions , and respectively. The potential energy, denoted by is expressed by:
Define now by
where
In such a case for , , in and
we get
and
This new functional has a relevant improvement in the convexity conditions concerning the previous functional J.
Indeed, we have obtained a gain in positiveness for the second variation which has increased of order
Moreover the difference between the approximate and exact equation
is of order which corresponds to a small perturbation in the original equation for a load of for example. Summarizing, the exact equation may be approximately solved in an appropriate sense.
5.1. A duality principle for the concerning quasi-convex envelope
In this section, denoting
we define the functional , where
where
and,
We define also
and
It is a well known result from the modern Calculus of Variations theory (please, see [18] for details) that
At this point we denote
and
Observe that
, where
and
Also
and
in an appropriate tensor sense.
Here it is worth highlighting we have denoted,
where we recall that
in an appropriate tensorial sense.
Summarizing, defining by
we have got
Remark5.1.
This last dual functional is concave and such a concerning inequality corresponds a duality principle for the relaxed primal formulation.
We emphasize such results are extensions and in some sense complement the original duality principles in the works of Telega and Bielski, [1,2,3].
Moreover, if is such that
it is a well known result from the Legendre transform proprieties that the corresponding such that
and
is also such that
and
From this and
we obtain
Also, from the modern calculus of variations theory, there exists a sequence such that
and
From this and the Ekeland variational principle, there exists such that
and
so that
and
Assume now we are dealing with a finite dimensional version of such a model, in a finite elements of finite differences context, for example.
In such a case we have
for an appropriate
From continuity we obtain
Summarizing, we have got
Here we highlight such last results are valid just for this finite-dimensional model version.
6. A duality principle for a related relaxed formulation concerning the vectorial approach in the calculus of variations
In this section we develop a duality principle for a related vectorial model in the calculus of variations.
Let be an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by
For , consider a functional where
where
and
We assume and are Fréchet differentiable and F is also convex.
Also
where it is supposed to be Fréchet differentiable. Here we have denoted .
We define also by
where
and
Moreover, we define the relaxed functional by
where
Now observe that
, where
Here we have denoted
where and where
Furthermore, for , we have
Therefore, denoting by
we have got
Finally, we highlight such a dual functional is convex (in fact concave).
6.1. An example in finite elasticity
In this section we develop an application of results obtained in the last section to a model in non-linear elasticity.
Let be an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by
Concerning a standard model in non-linear elasticity, consider a functional where
where and
Here is a fourth-order and positive definite symmetric tensor (in an appropriate standard sense). Moreover, is a field of displacements resulting from the f load field action on the volume comprised by .
At this point, we define the functional , where
where
We define also the quasi-convex envelop of J, denoted by , as
It is a well known result from the modern calculus of variations theory (please see [18] for details), that
Observe now that, denoting , and
we have that
, where ,
Hence, denoting
we have obtained
Remark6.1.
This last dual functional is concave and such a concerning inequality corresponds a duality principle for the relaxed primal formulation.
We emphasize again such results are also extensions and in some sense complement the original duality principles in the works of Telega and Bielski, [1,2,3].
Moreover, if is such that
it is a well known result from the Legendre transform proprieties that the corresponding such that
and
is also such that
and
From this and
we obtain
Also, from the modern calculus of variations theory, there exists a sequence such that
and
From this and the Ekeland variational principle, there exists such that
and
so that
and
Assume now we are dealing with a finite dimensional version of such a model, in a finite elements of finite differences context, for example.
In such a case we have
for an appropriate
From continuity we obtain
Summarizing, we have got
Here we highlight such last results are valid just for this finite-dimensional model version.
7. An exact convex dual variational formulation for a non-convex primal one
In this section we develop a convex dual variational formulation suitable to compute a critical point for the corresponding primal one.
Let be an open, bounded, connected set with a regular (Lipschitzian) boundary denoted by
Consider a functional where
and
Here we denote and
Defining
for some appropriate , suppose also F is twice Fréchet differentiable and
Define now and by
and
where here we denote
Moreover, we define the respective Legendre transform functionals and as
where are such that
and
where are such that
Here is any function such that
Furthermore, we define
Observe that through the target conditions
we may obtain the compatibility condition
Define now
for some appropriate such that is convex in
Consider the problem of minimizing subject to
Assuming is large enough so that the restriction in r is not active, at this point we define the associated Lagrangian
where is an appropriate Lagrange multiplier.
Therefore
The optimal point in question will be a solution of the corresponding Euler-Lagrange equations for
From the variation of in we obtain
From the variation of in we obtain
From the variation of in we have
From this last equation, we may obtain such that
and
From this and the previous extremal equations indicated we have
Summarizing, we may obtain a solution of equation by minimizing on .
Finally, observe that clearly is convex in an appropriate large ball for some appropriate
8. Another primal dual formulation for a related model
Let be an open, bounded and connected set with a regular boundary denoted by
Consider the functional where
, and
Denoting , define now by
Define also
and
for some appropriate to be specified.
Moreover define
for some appropriate to be specified.
Observe that, denoting
we have
and
so that
Observe now that a critical point and in .
Therefore, for an appropriate large , also at a critical point, we have
Remark8.1.
From this last equation we may observe that has a large region of convexity about any critical point , that is, there exists a large such that is convex on
With such results in mind, we may easily prove the following theorem.
Theorem8.2.
Assume and suppose is such that
Under such hypotheses, there exists such that is convex in ,
and
9. A third primal dual formulation for a related model
Let be an open, bounded and connected set with a regular boundary denoted by
Consider the functional where
, and
Denoting , define now by
where is a small real constant.
Define also
and
for some appropriate to be specified.
Moreover define
and
for some appropriate real constants to be specified.
Remark9.1.
Define now
For an appropriate function (or, in a more general fashion, an appropriate bounded operator) define
for some small parameter
Moreover, define
Since for we have , so that for we have
we may infer that is a convex set.
Moreover if , then
so that
and
so that
Such a result we will be used many times in the next sections.
Observe that, defining
we may obtain
and
so that
However, at a critical point, we have so that, for a fixed we define the non-active but convex restriction
for a small parameter
From such results, assuming and , we have that
for and
With such results in mind, we may easily prove the following theorem.
Theorem9.2.
Suppose is such that
Under such hypotheses, we have that
and
Proof.
The proof that
and
may be easily made similarly as in the previous sections.
Moreover, observe that for sufficiently large, we have
so that this and the other hypotheses, we have also
and
From this, from a standard saddle point theorem and the remaining hypotheses, we may infer that
Moreover, observe that
Summarizing, we have got
From such results, we may infer that
The proof is complete. □
10. An algorithm for a related model in shape optimization
The next two subsections have been previously published by Fabio Silva Botelho and Alexandre Molter in [8], Chapter 21.
10.1. Introduction
Consider an elastic solid which the volume corresponds to an open, bounded, connected set, denoted by with a regular (Lipschitzian) boundary denoted by where Consider also the problem of minimizing the functional where
subject to
Here denotes the outward normal to and
where
and denotes the Lebesgue measure of
Moreover is the field of displacements relating the cartesian system , resulting from the action of the external loads and
We also define the stress tensor by
and the strain tensor by
Finally,
where corresponds to a strong material and to a very soft material, intending to simulate voids along the solid structure.
The variable t is the design one, which the optimal distribution values along the structure are intended to minimize its inner work with a volume restriction indicated through the set B.
The duality principle obtained is developed inspired by the works in [1,2]. Similar theoretical results have been developed in [7], however we believe the proof here presented, which is based on the min-max theorem is easier to follow (indeed we thank an anonymous referee for his suggestion about applying the min-max theorem to complete the proof). We highlight throughout this text we have used the standard Einstein sum convention of repeated indices.
Moreover, details on the Sobolev spaces addressed may be found in [6]. In addition, the primal variational development of the topology optimization problem has been described in [7].
The main contributions of this work are to present the detailed development, through duality theory, for such a kind of optimization problems. We emphasize that to avoid the check-board standard and obtain appropriate robust optimized structures without the use of filters, it is necessary to discretize more in the load direction, in which the displacements are much larger.
10.2. Mathematical formulation of the topology optimization problem
Our mathematical topology optimization problem is summarized by the following theorem.
Theorem10.1.
Consider the statements and assumptions indicated in the last section, in particular those refereing to Ω and the functional
Define by
where
and where
Define also by
Assume there exists such that
and
Finally, define by
where
where
and
Under such hypotheses, there exists such that
where
and where
and
Proof.
Observe that
Also, from this and the min-max theorem, there exist such that
Finally, from the extremal necessary condition
we obtain
and
so that
Hence so that and
Moreover
This completes the proof. □
10.3. About a concerning algorithm and related numerical method
For numerically solve this optimization problem in question, we present the following algorithm
1.
Set and .
2.
Calculate such that
3.
Calculate such that
4.
If or then stop, else set and go to item 2.
We have developed a software in finite differences for solving such a problem.
Here the software.
**************************************
1.
clear all
global P m8 d w u v Ea Eb Lo d1 z1 m9 du1 du2 dv1 dv2 c3
14. A general concave dual variational formulation for global optimization
Let be an open, bounded and connected set a regular (Lipschitzian) boundary denoted by
Consider a functional where
Here , and we also denote
Assume there exists such that
Furthermore, suppose G is three times Fréchet differentiable and there exists such that
Define now where,
where
and
Moreover, we define the polar functionals and , where
and
At this point we define the functional by
With such results in mind we define
and
for appropriated real constants and
Moreover, we define also the penalized functional where
Finally, we remark that for sufficiently small and sufficiently large, is concave in around a concerning critical point. We recall that a critical point
15. A related restricted problem in phase transition
In this section we develop a convex (in fact concave) dual variational for a model similar to those found in phase transition problems.
Let Consider the functional where
Here
We also denote and
Furthermore, we define the functionals G and by
and
Moreover we define by
and consider the problem of minimizing on the set
Already including the Lagrange multiplier concerning such restrictions, we define
Observe now that
where
Also,
where
From this we may infer that for some
Summarizing, denoting , and
we have got
We have developed numerical results by maximizing the dual functional for two examples, namely.
In this section we develop one more dual variational formulation for a related model.
Let and consider the functional defined by
where
We define also the relaxed functional , already including a concerning restriction and corresponding non-negative Lagrange multiplier , where
where
Observe that
Here, we highlight , for some real constant c.
Hence, denoting
and
we have obtained
Finally, for
we emphasize is concave on .
Here is a small regularizing real constant.
Remark16.1.
The constraint is included to restrict the action of v on the region where the primal functional is non-convex, through an appropriate constant
17. A model in superconductivity through an eigenvalue approach
In this section we intend to model superconductivity through a two phase eigenvalue approach.
Let be a straight wire corresponding to a one-dimensional super-conducting sample.
Consider the functional where
Here, in atomic units, is the total electronic charge, and we set corresponding to higher self-interacting energy which is related to a normal phase. We also set corresponding to a lower self-interacting energy which is related to a super-conducting phase and respective super-currents.
Moreover, we set and initially which is gradually decreased to .
Furthermore, we define
and
where corresponds to a normal phase and to a super-conducting one.
At this point we observe that the temperature is proportional the frequency of vibration for the normal phase.
We start the process with which in atomic units corresponds to a higher temperature and gradually decreases it to the value
Between and the system changes from an almost total normal phase to an almost total super-conducting phase, as expected.
We highlight that the temperature is proportional to the vibrational kinetics energy
so that for
and for a suitable vectorial function , we have
so that we may model the decreasing of temperature T through the decreasing of .
For , for the corresponding normal phase and super-conducting phase , please se Figure 11 and Figure 12, respectively.
For , for the corresponding normal phase and super-conducting phase , please se Figure 13 and Figure 14, respectively.
Finally, we have set which for large corresponds to the super-currents.
18. A simplified qualitative many body model for the hydrogen nuclear fusion
In this section we develop a qualitative simple model for the hydrogen nuclear fusion.
Let be a box in which is confined a gas comprised by an amount of ionized deuterium and tritium isotopes of hydrogen.
Though a suitable increasing in temperature, we intend to develop the following nuclear reaction
We recall that the ionized Deuterium atom comprises a proton and a neutron and the ionized Tritium atom comprises a proton and two neutrons.
Under certain conditions and at a suitable high temperature the ionized Deuterium and Tritium atoms react chemically resulting in an ionized Helium atom, comprised by two protons and two neutrons and resulting also in one more single energetic neutron. We emphasize the higher kinetics neutron energy level has many potential practical applications, including its conversion in electric energy.
At this point we denote by the masses of the ionized Deuterium, Tritium and Helium atoms, and the single neutron, respectively.
Therefore, we have the following mass relation
To simplify our analysis, in such a chemical reaction, denoting the total masses of ionized Deuterium, Tritium, Helium and single Neutrons by and we assume there is a real constant such that
With such statements and definitions in mind, we define the following functional J, where
where, in a simplified many body context,
Here refers to the particle densities.
Furthermore, we assume and , so that
and,
and the kinetics energy is expressed by
where we also assume
so that considering such a vibrational motion, the temperature T is proportional to , that is
Therefore, an increasing in T corresponds to a proportional increasing in
Summarizing, we have supposed
so that we represent the increasing in T through an increasing in
Moreover, we denote by the mass of a single neutron and by the mass of a single proton.
Thus, denoting also by the proportion of non-reacted and reacted masses respectively, we have the following constraints.
1.
2.
3.
4.
5.
6.
7.
8.
Similar constraints are valid corresponding to the charge of a single proton.
We have also the following complementing constraints,
1.
2.
3.
4.
5.
With such results and statements in mind and simplifying the interacting terms, we re-define the functional J now denoting it by , here already including the Lagrange multipliers concerning the constraints, where
where the functional stands for
Remark18.1.
In order to obtain consistent results it is necessary to set
In such a case, a higher temperature corresponding to a large , though such a nuclear reaction, will result in a small and a higher kinetics energy for the neutron field, corresponding to a large and closer to 1.
19. A more detailed mathematical description of the hydrogen nuclear fusion
In this section we develop in more details another model for the hydrogen nuclear fusion.
Remark19.1.
Denoting by the imaginary unit, in this and in the subsequent sections, for the time-dependent case we generically define the gradient of a scalar function with domain in , denoted by , as
so that
Let be an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by
Here such a set stands for a control volume in which an ionized gas (plasma) flows. Such a gas comprises ionized Deuterium and Tritium atoms intended, through a suitable higher temperature, to chemically react resulting in atoms of Hellion and a field of single energetic Neutrons.
Symbolically such a reaction stands for
We recall that the ionized Deuterium atom is comprised by a proton and a neutron and the ionized Tritium atom is comprised by a proton and two neutrons.
Moreover, the ionized Helium atom is comprised by two protons and two neutrons.
As previously mentioned, resulting from such a chemical reaction up surges also an energetic neutron which the higher kinetics energy has a great variety of applications, including its conversion in electric energy.
We highlight the model here presented includes electric and magnetic fields and the corresponding potential ones.
Denoting by t the time on the interval at this point we define the following density functions:
1.
For the Deuterium field
2.
For the Tritium field
3.
For the Helium field
4.
For the Neutron field
5.
For the electronic field resulting from the ionization
Furthermore, we define also the related densities
1.
2.
For the chemical reaction in question we consider that one unit of mass of fractional proportion of ionized Deuterium and of ionized Tritium results in one unit of mass of fractional proportion of ionized Helium and of neutrons.
Symbolic, this stands for
Concerning the control volume in question and related surface control we assume such a volume has an initial (fot ) amount of ionized Deuterium of and an initial amount of ionized Tritium of The initial amount of ionized Helium and single neutrons are supposed to be zero.
On the other hand, about the surface control , we assume there is a part for which is allowed the entrance and exit of Deuterium and Tritium ionized atoms.
We assume also there is another part such that for which is allowed only the exit of ionized Helium atoms and neutrons, but not their entrance.
In is allowed the exit only (not the entrance) of ionized Deuterium and Tritium atoms.
Indeed, we assume the following relations for the masses:
1.
2.
3.
4.
5.
6.
7.
so that
8.
9.
10.
11.
12.
Here denotes the outward normal vectorial fields to the concerning surfaces.
Having clarified such masses relations, we define the functional
where
and where we assume and , so that
and
and the internal kinetics energy is expressed by
Here it is worth highlighting we have approximated the initially discrete set of indices s of particles as a continuous positive real variable s.
Moreover,
where and are appropriate real constants related to the respective charges.
Here is the fluid velocity field and
are fields of displacements for the corresponding atom fields.
Also denotes the magnetic potential, an external magnetic field and is the total magnetic field.
Moreover, is an induced electric field.
Finally,
for appropriate real positive constants
Such a functional J is subject to the following constraints:
1.
The momentum conservation equation for the fluid motion
Here is the total density and P is the fluid pressure field.
Furthermore,
and
2.
Mass conservation equation:
3.
Energy equation
where we assume the Fourier law
where is the scalar field of temperature.
Also,
and
4.
for an appropriate scalar function .
5.
Mass relations
(a)
(b)
(c)
(d)
(e)
(f)
(g)
(h)
so that
where,
(a)
(b)
(c)
(d)
(e)
(f)
6.
Other mass constraints
(a)
(b)
(c)
(d)
(e)
7.
For the induced electric field, we must have
where and are appropriate real constants related to the respective charges.
8.
A Maxwell equation:
where
9.
Another Maxwell equation:
where the total electric field stands for
and where generically denoting
we have also
At this point we generically denote
Thus, already including the Lagrange multipliers concerning the restrictions indicated, the extended functional stands for
where,
Here we recall the following definitions and relations:
1.
For the Deuterium field
2.
For the Tritium field
3.
For the Helium field
4.
For the Neutron field
5.
For the electronic field resulting from the ionization
1.
2.
Also,
1.
2.
3.
4.
5.
6.
7.
8.
9.
so that
10.
11.
12.
Finally,
and where generically denoting
we have also
and,
20. A final mathematical description of the hydrogen nuclear fusion
In this section we develop in even more details another model for the hydrogen nuclear fusion.
Let be an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by
Here such a set stands for a control volume in which an ionized gas (plasma) flows. Such a gas comprises ionized Deuterium and Tritium atoms intended, through a suitable higher temperature, to chemically react resulting in atoms of Helium and a field of single energetic Neutrons.
Symbolically such a reaction stands for
We recall that the ionized Deuterium atom is comprised by a proton and a neutron and the ionized Tritium atom is comprised by a proton and two neutrons.
Moreover, the ionized Helium atom is comprised by two protons and two neutrons.
As previously mentioned, resulting from such a chemical reaction up surges also an energetic neutron which the higher kinetics energy has a great variety of applications, including its conversion in electric energy.
We highlight the model here presented includes electric and magnetic fields and the corresponding potential ones.
Denoting by t the time on the interval at this point we define the following density functions:
1.
For a single Deuterium atom indexed by s:
2.
For a single Tritium atom indexed by s:
3.
For a single Helium atom indexed by s:
4.
For the Neutron field:
5.
For the electronic field resulting from the ionization
Furthermore, we define also the related densities
1.
2.
For the chemical reaction in question we consider that one unit of mass of fractional proportion of ionized Deuterium and of ionized Tritium results in one unit of mass of fractional proportion of ionized Helium and of neutrons.
Symbolically, this stands for
Concerning the control volume in question and related surface control we assume such a volume has an initial (fot ) amount of ionized Deuterium of and an initial amount of ionized Tritium of The initial amount of ionized Helium and single neutrons are supposed to be zero.
On the other hand, about the surface control , we assume there is a part for which is allowed the entrance and exit of Deuterium and Tritium ionized atoms.
We assume also there is another part such that for which is allowed only the exit of ionized Helium atoms and neutrons, but not their entrance.
In is allowed the exit only (not the entrance) of ionized Deuterium and Tritium atoms.
Indeed, we assume the following relations for the masses:
1.
2.
3.
4.
5.
6.
7.
8.
9.
so that
10.
11.
12.
Here denotes the outward normal vectorial fields to the concerning surfaces.
Having clarified such masses relations, denoting by the respective indexed number of particles at time t, we define the functional
where
and where we assume and , so that
and
and the internal kinetics energy is expressed by
Moreover,
where and are appropriate real constants related to the respective charges.
Here is the fluid velocity field and
are fields of displacements for the corresponding particle fields.
Also denotes the magnetic potential, an external magnetic field and is the total magnetic field.
Moreover, is an induced electric field.
Also,
for appropriate real positive constants
Finally,
where are small real positive constants.
Such a functional J is subject to the following constraints:
1.
The momentum conservation equation for the fluid motion
Here is the total density and P is the fluid pressure field.
Furthermore,
and
2.
Mass conservation equation:
3.
Energy equation
where we assume the Fourier law
where is the scalar field of temperature.
Also,
and
4.
for an appropriate scalar function .
5.
Mass relations
(a)
(b)
(c)
(d)
(e)
where,
(a)
(b)
(c)
(d)
(e)
(f)
(g)
so that
(h)
(i)
6.
Other mass constraints
(a)
(b)
(c)
(d)
(e)
(f)
(g)
(h)
7.
8.
For the induced electric field, we must have
where and are appropriate real constants related to the respective charges.
9.
A Maxwell equation:
where
10.
Another Maxwell equation:
where the total electric field stands for
and where generically denoting
we have also
At this point we generically denote
Thus, already including the Lagrange multipliers concerning the restrictions indicated, the extended functional stands for
where,
Here we recall the following definitions and relations:
1.
For the Deuterium field
2.
For the Tritium field
3.
For the Helium field
4.
For the Neutron field
5.
For the electronic field resulting from the ionization
1.
2.
Also,
1.
2.
3.
4.
5.
6.
7.
8.
9.
so that
10.
11.
12.
Finally,
and where generically denoting
we have also
and,
21. A qualitative modeling for a general phase transition process
In this section we develop a general qualitative modeling for a phase transition process.
Let be an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by
Such a set is supposed to a be a fixed volume in which an amount of mass of a substance A with a density function u will develop phase a transition for another phase with corresponding density function The total mass is suppose to be kept constant throughout such a process.
We model such transition in phase through a functional where
Here and
The phases corresponding to u and v are connected through a Lagrange multiplier E, which represents the chemical potential of the chemical process in question.
We assume the temperature is directly proportional to the internal kinetics energy where
For a internal vibrational motion, we assume approximately
for an appropriate frequency and vectorial function
Thus, the temperature is indeed proportional to , that is, symbolically, we may write
Therefore, we start with the system with a phase corresponding to and at . Gradually increasing the temperature to a corresponding , we obtain a transition to a phase corresponding to and .
At this point, we also define the index normalized corresponding densities
and
Finally, we have obtained some numerical results for the following parameters:
, ,
1.
We start with corresponding to and in .
For the corresponding solutions and , please see Figure 15 and Figure 16, respectively.
2.
We end the process with corresponding to and in .
For the corresponding solutions and , please see Figure 17 and Figure 18, respectively.
22. A mathematical description of a hydrogen molecule in a quantum mechanics context
In this section we develop a mathematical description for a hydrogen molecule.
Let be an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by .
Observe that a single hydrogen molecule comprises two hydrogen atoms physically linked through their electrons.
We recall that each hydrogen atom comprises one proton, one neutron and one electron.
Since the electric charge interaction effects are much higher than those related to the respective masses, in a first analysis we neglect the single neutron densities.
Denoting and time , generically, for a particle at the atom in the molecule , we define the following general density:
Here we have the particle density in the atom with density , at the molecule with a global density .
Here we have also denoted, the particle mass, the mass of atom and the mass of molecule , so that we set the following constraints:
1.
2.
3.
At this point we denote for the atoms e of a hydrogen molecule:
1.
: mass of electron in the atom , where
2.
: mass of proton in the atom , where
Therefore, considering the respective indexed densities for the particles in question, we define the total hydrogen molecule density, denoted by as
Such system is subject to the following constraints:
From the proton in the atom :
For the proton in the atom :
For the atom :
For the atom :
For the electrons and , concerning the physical electronic link between the atoms:
For the total molecular density:
Therefore, already including the Lagrange multipliers, the corresponding variational formulation for such a system stands for , where
Here we denote
we assume
and
Finally,
Remark22.1.
We highlight the two electrons which link the atoms are at same level of energy . Morever, each atom has its energy level and the molecule as a whole has also its energy level
23. A mathematical model for the water hydrolysis
In this section we develop a modeling for a chemical reaction known as the water hydrolysis.
Let be an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by
In such a volume containing a total mass of water initially at the temperature 25 C with pressure 1 atm, we intend to model the following reaction
which as previously mentioned is the well known water hydrolysis.
We highlight stand for a water molecule which subject to an appropriate electric potential is decomposed into a ionized molecule and ionized atom.
It is also well known that the water symbol corresponds to a molecule with two hydrogen (H) atoms and one oxygen (O) atom.
Moreover, the oxygen atom O has 8 protons, 8 neutrons and 8 electrons whereas the hydrogen atom H has one proton, one neutron and one electron.
Remark23.1.
Here we have assumed that a unit mass of reacts into a fractional mass of and a fractional mass of
Symbolically, we have:
To clarify the notation we set the conventions:
molecule generically corresponds to wave function .
molecule corresponds to wave function
hydrogen atom corresponds to wave function
At this point we define the following densities:
For the water density (for charges), denoted by , we have
where is the mass of a single water molecule and generically refers to the hydrogen proton at the hydrogen atom concerning the molecular density and so on.
For the density, denoted by , we have
where is the mass of a single molecule of .
For the ionized hydrogen atom have
where we have denoted is the mass of a single atom of .
Here and are appropriate real constants concerning a proton and an electron charge, respectively.
The system is subject to the following constraints:
Already including the Lagrange multipliers for the constraints, the variational formulation for such system. denoted by the functional stands for
where
Here , , , , ,
Moreover,
where , , and
Furthermore,
where is an electric potential originated from an external electric field applied on
Finally,
24. A mathematical model for the Austenite and Martensite phase transition
In this section we consider a phase transition of a solid solution of () and carbon with a proportion of carbon, known as austenite, initially at a temperature above and close to and rapidly cooled to a temperature of about , developing a phase transition which generates a solid solution of () and carbon known as martensite.
Let be an open, bounded and connected set with a regular boundary denoted by which contains an amount of austenite at and which, as previously mentioned, is rapidly cooled to a temperature on a time interval resulting a phase known as martensite.
We recall the of austenite phase presents a multi-faced cubic crystalline structure in a micro-structure with carbon atoms.
On the other hand, structure of the martensite phase has a cubic centralized crystalline structure in a micro-structure with carbon atoms.
At this point, we also recall that the (iron) atom has 26 protons, 26 electrons and 30 neutrons.
On the other hand a atom has 6 protons and this same number of electrons and neutrons.
Here we define the density function , representing the Austenite phase, where:
Similarly, we define the density function for the Martensite phase, which is denoted by , where:
For the corresponding to the Austenite phase, such density functions are subject to the following constraints:
Defining
and
we must have
where is a small real parameter related to crystalline structure dimensions.
We must have also,
and,
For the corresponding to the Austenite phase, such density functions are subject to the following constraints:
Defining
we must have
where is a small real parameter related to crystalline structure dimensions.
We must have also,
The other constraints for the densities are given by:
1.
For the Austenite phase:
(a)
(b)
(c)
(d)
(e)
(f)
(g)
(h)
2.
For the Martensite phase:
(a)
(b)
(c)
(d)
(e)
(f)
(g)
(h)
3.
For the total (iron) mass,
4.
For the total Carbon mass
At this point we define the functional J which models such a pahse transition in question, where
where
Also,
Finally, , where
and,
Finally, for a field of displacements resulting from the action of a external load field and temperature variations, we define
where
and
Remark24.1.
The system temperature is supposed to be directly proportional to , which in this model is a known function obtained experimentally. Finally, the strain tensors and refer to austenite and martensite phases, respectively. Such tensors also depend on the temperature and must be also obtained experimentally.
25. A note on classical free fields through a variational perspective
This section is strongly based on the first chapter of the book [20], by N.N. Bogoliubov and D.V. Shirkov.
Therefore, the credit for this section is of these mentioned authors. This section is a kind of review of such a book chapter indicated. In fact, what we have done is simply to open more and clarify some calculations, specially about the first variation of the functional L, in order to improve their understanding.
Let where is a bounded, open and connected set with a regular boundary denoted by
Consider the Lagrangian density and an action where
.
We denote
and
Assume is such that
so that
We define a change of variables
where and (here t denotes time).
Also
where denotes a small real parameter.
We define also
where
and
Observe that
so that
Summarizing, we have got
Define now
where we have generically denoted
and
From such a last definition we have
so that
At this point we define
so that
From this and
we obtain
In particular, for
and
we obtain
Moreover, we define
so that
In particular, for
and
we obtain the Energy-Momentum tensor , where
25.1. The Angular-Momentum tensor
In this subsection we define the following change of variables
where
With such relations in mind, we set
We define also,
where
Moreover, we define
where
Hence,
For the general variation, we define again
where we have generically denoted
and
Moreover, we set
and
Thus,
so that
With such results in mind, we define
Similarly as in the previous section, we may obtain
Thus,
where
so that
where
and
The tensor is said to be the Orbital angular momentum tensor and is said to be Spin one.
25.2. A note on the solution of the Klein-Gordon equation
For , and denoting as usual by the imaginary unit, consider the Klein-Gordon equation in distributional sense
where
Defining the Fourier transform of u, by
in the momenta space, the last equation is equivalent to
where we have denoted and
Observe that a general solution for this last equation is given by the wave function
where
Indeed,
Here, we recall that generically for the Dirac delta function we have
Observe that, for the scalar case in the previous section, we have
Also, from
we get
so that
From such results, we may infer that
On the other hand,
Thus, denoting and
we may infer that
Summarizing we have got
so that
may be expressed as a kind of average expectance of related to the function
25.3. A note on the Dirac equation
In this subsection we denote
where
We recall that the relativistic Klein-Gordon equation may be written as
Moreover, for matrices indicated in the subsequent lines, we may obtain
where
and
Here
In such a case the fundamental Dirac equation stands for
Summarizing, if is a solution of this last Dirac equation, then are four solutions of the Klein-Gordon equation.
In the momentum configuration space, through the Fourier transform proprieties, the Dirac equation stands for
where
Observe that
corresponds to a general solution of the Dirac equation.
Indeed,
On the other hand
correspond to four solutions of the Klein-Gordon equation.
At this point, we assume such a corresponds to a solution of the Dirac equation as well.
Furthermore, here we recall that (please see the first chapter of the book [20], by N.N. Bogoliubov and D.V. Shirkov for details):
and
where we also denote
and
On the other hand, a variational formulation for the Dirac equation corresponds to the functional where
where
where here
From such statements and definitions, similarly as in the previous sections (please see [20] for details), we may obtain
and
where
and where
so that
Thus,
where
Summarizing, we have got
where , and
26. A note on quantum field operators
This section is strongly based on the chapter 3, page 53 of the book [21], by G.B. Folland.
Therefore, here we have done a kind of review of these pages of such a book chapter indicated. In fact, we have simply opened more and clarified some calculations, in order to improve their understanding.
Let where is a open, bounded and connected set with a regular boundary denoted
Define and
Consider an operator where in a distributional sense,
In order to complete the induction, it suffices to prove that (162) holds for
Observe that
Thus, the induction is complete, so that
Moreover, we recall that
so that
Summarizing, we have got
Now, we shall prove that
Observe that
Summarizing, we have got
so that
Finally, from such results, we may infer that
Similarly,
Therefore we have got
that is
Thus, for each , is an eigenvalue of H with corresponding eigenvector .
26.1. An application concerning the harmonic oscillator operator in quantum mechanics
In this section we have the aim of representing the relativistic Klein-Gordon equation through the creation and annihilation operations related to the harmonic oscillator in quantum mechanics.
Consider first the one-dimensional Hamiltonian, corresponding to the harmonic oscillator, namely
which through an appropriate re-scale results into the following related Hamiltonian , where
Define now the operators
and
Clearly,
so that
Similarly, as in the previous sections, by induction, we may obtain
For
we define
Also from the previous section, we may obtain
and
so that
Here we recall that
and
In reference [21], page 54 it is proven that such a sequence is an ortho-normal basis for
Finally, observe that for we may define
and
Here generically,
Observe that clearly
and
Denoting where t stands for time, consider the relativistic Klein-Gordon equation,
From the previous results, we may represent such an equation by
We highlight from the previous results we know the action of and on an appropriate basis of obtained though an appropriate tensorial product of the bases
We shall call the operators and as the creation and annihilation operators concerning the original harmonic operator in quantum mechanics.
To justify such a nomenclature, we recall that and
27. A dual variational formulation for a related model
In this section we develop a concave dual variational formulation for a Ginzburg-Landau type equation.
Let be an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by
Consider a functional defined by
where , , and
We also denote
Define now
for some appropriate and, by
where
for some small parameter
Observe that
where we have denoted
and
Observe that
so that we define
With such assumptions and definitions in mind, we may prove the following theorem:
Theorem27.1.
For suppose is such that
Let be such that
where
Suppose
Under such hypotheses,
and
Proof.
The proof that
is immediate from
Moreover, the proof that
and
may be done similarly as in the previous sections.
Observe that
so that is concave in as the infimum of a family of concave functionals in .
From this and we get
Furthermore observe that
Hence
Joining the pieces, we have got
The proof is complete. □
28. The generalized method of lines applied to fourth order differential equations
In this sections we develop an application of the generalized method of lines to a fourth order equation.
We start by addressing the following ordinary differential equation (ode):
with the boundary conditions
and
In terms of linear elasticity, such a boundary conditions corresponds to a bi-clamped beam.
In a finite difference context, this last equation corresponds to
where N is the number of nodes and .
Considering that, from the boundary conditions, for we get
so that
where
Similarly, for , we obtain
Hence, replacing the value of previously obtained in this last equation, we have
so that
where defining , we have also
Now reasoning inductively, for n, having
and
we obtain
so that from this and
we obtain
so that
where defining
we obtain
and
Summarizing, we have got
Observe now that from the boundary conditions,
From these last two equations, we may obtain
and
and so on up to obtaining
The problem is then solved.
28.1. A numerical example
We develop a numerical example considering
and
Thus, we have solved the equation
with the boundary conditions
and
In a finite differences context, we have used nodes and
29. A note on hyper-finite differences for the generalized method of lines
In this section we develop an application of the hyper finite differences method through an approximation of the generalized method of lines.
Consider the equation
As is small, in order to decrease the error concerning the approximations used we propose to divide the domain into sub-intervals of same measure. Thus we define
For each sub-interval we are going to obtain an approximate solution of the equation in question with the general boundary conditions
and
Denoting such a solution by
where
and
where is the fixed number of nodes in each interval .
Observe that in a finite differences context, linearizing it about a initial solution the equation in question stands for:
In particular, for , we obtain
so that
where
and
Now reasoning inductively, having
and
so that
where,
we obtain
where,
and
Observe that in particular for , we have and so that from above, neglecting , we also obtain
Similarly, for we may obtain
and so on, up to finding
At this point we connect the sub-intervals by setting
and obtaining by solving the equations
Having obtained we may obtain the solution where and
The next step is to replace by and then to repeat the process until an appropriate convergence criterion is satisfied.
The problem is then approximately solved.
We have obtained numerical results for , on , , and
For the related software in MATHEMATICA we have obtained
Here the software and results:
**************************
1.
Clear[u, U, z, N1];
m8 = 100;
N1 = 10;
d = 1/m8/N1;
e1 = 0.001;
For[k = 1, k < N1 + 1, k++,
For[i = 0, i < m8 + 1, i++,
uo[i, k] = 1.01]];
A = 1.0;
B = 1.0;
a[1] = 1.0/2;
b[1] = 1.0/2;
c[1] = 1/2.0;
e[1] = ;
For[i = 2, i < m8, i++,
a[i] = 1/(2.0 - a[i - 1]);
b[i] = b[i - 1]*a[i];
c[i] = a[i]*(c[i - 1] + 1.0);
e[i] = ;
];
For[k1 = 1, k1 < 10, k1++,
Print[k1];
Clear[U, z];
For[k = 1, k < N1 + 1, k++,
u[0, k] = U[k - 1];
u[m8, k] = U[k];
For[i = 1, i < m8, i++,
z = a[m8 - i]*u[m8 - i + 1, k] + b[m8 - i]*u[0, k] +
c[m8 - i]*(-3*A*uo[m8 - i + 1, k]*u[m8 - i + 1, k] +
2*A*uo[m8 - i + 1, k] + B*u[m8 - i + 1, k])* +
e[m8 - i];
u[m8 - i, k] = Expand[z]]];
U[0] = 0.0;
U[N1] = 0.0;
S = 0;
For[k = 1, k < N1, k++,
S = S + (e1*(-u[m8 - 1, k] + 2*U[k] - u[1, k + 1])/ +
Observe that along the domain we have obtained approximately the constant value . This is expected since is small and such a value u is approximately the solution of equation
30. Applications to the optimal shape design for a beam model
In this section, we present a numerical procedure for the shape optimization concerning the Bernoulli beam model.
Let corresponds to the horizontal axis of a straight beam with rectangular cross section , that is, the beam has a variable thickness distributed along such a horizontal axis x, where
Define now
which corresponds to a simply supported beam.
Consider the problem of minimizing in the functional
subject to
where
is variable beam thickness, corresponds to a rectangular cross section perpendicular to the x axis, and E is the young elasticity model.
Also, we define
where and
Observe that
where
Summarizing, we have got
In order to obtain numerical results, we suggest the following primal dual procedure:
Set and
Calculate solution of equation
where
Calculate such that
where
Set and go to step 2 until an appropriate convergence criterion is satisfied.
We have developed numerical results for , , , , and
For a corresponding optimal solution , please see Figure 23.
Remark30.2.
For such a bi-clamped beam model, for the numerical solution of equation
with the boundary conditions
firstly we have solved the equation
with the boundary conditions
Subsequently, we solved the equation
with the boundary conditions
obtaining such that the boundary conditions
are also satisfied.
Here we present the software developed in MAT-LAB.
*************************
1.
clear all
global m8 d d2wo H e1 ho h1 xo b5
m8=100;
d=1.0/m8;
b5=0.1;
e1=210*;
ho=0.18;
A=zeros(m8-1,m8-1);
for i=1:m8-1
A(1,i)=1.0;
xo(i,1)=0.55;
x3(i,1)=0.55;
end;
lb=0.4*ones(m8-1,1);
ub=ones(m8-1,1);
b=zeros(m8-1,1);
b(1,1)=0.65*(m8-1);
for i=1:m8
f(i,1)=1.0;
L(i,1)=1/2;
P(i,1)=36.0*;
end;
i=1;
m12=2;
m50(i)=1/m12;
z(i)=1/m50(i)*(-P(i,1)*);
for i=2:m8-1
m12=2-m50(i-1);
m50(i)=1/m12;
z(i)=m50(i)*(-P(i,1)*+z(i-1));
end;
v(m8,1)=0;
for i=1:m8-1
v(m8-i,1)=m50(m8-i)*v(m8-i+1,1)+z(m8-i);
end;
k=1;
b12=1.0;
while
k
k=k+1;
for i=1:m8-1
H(i,1)=b5*/12*e1;
f1(i,1)=v(i,1)/H(i,1);
f2(i,1)=i*d/H(i,1);
f3(i,1)=1/H(i,1);
end;
i=1;
m12=2;
m70(i)=1/m12;
z1(i)=m70(i)*(-f1(i,1)*);
z2(i)=m70(i)*(-f2(i,1)*);
z3(i)=m70(i)*(-f3(i,1)*);
for i=2:m8-1
m12=2-m70(i-1);
m70(i)=1/m12;
z1(i)=m70(i)*(-f1(i,1)*+z1(i-1));
z2(i)=m70(i)*(-f2(i,1)*+z2(i-1));
z3(i)=m70(i)*(-f3(i,1)*+z3(i-1));
end;
w1(m8,1)=0;
w2(m8,1)=0;
w3(m8,1)=0;
for i=1:m8-1
w1(m8-i,1)=m70(m8-i)*w1(m8-i+1,1)+z1(m8-i);
w2(m8-i,1)=m70(m8-i)*w2(m8-i+1,1)+z2(m8-i);
w3(m8-i,1)=m70(m8-i)*w3(m8-i+1,1)+z3(m8-i);
end;
m3(1,1)=w2(1,1);
m3(1,2)=w3(1,1);
m3(2,1)=w2(m8-1,1);
m3(2,2)=w3(m8-1,1);
h3(1,1)=-w1(1,1);
h3(2,1)=-w1(m8-1,1);
h5(:,1)=inv(m3)*h3;
for i=1:m8
wo(i,1)=w1(i,1)+h5(1,1)*w2(i,1)+h5(2,1)*w3(i,1);
end;
d2wo(1,1)=(-2*wo(1,1)+wo(2,1))/;
for i=2:m8-1
d2wo(i,1)=(wo(i+1,1)-2*wo(i,1)+wo(i-1,1))/;
end;
k9=1;
b14=1.0;
while
k9
k9=k9+1;
X=fmincon(’beamNov2023’,xo,A,b,,lb,ub);
b14=max(abs(xo-X))
xo=X;
end;
b12=max(abs(xo-x3))
x3=xo;
for i=1:m8-1
L(i,1)=xo(i,1);
end;
end;
*****************************
Remark30.3.
About the numerical results obtained for these two beam models, a final word of caution is necessary.
Indeed, the full convergence in such cases is hard to obtain so that we have obtained just approximations of critical points with the functionals close to their optimal values. It is also worth emphasizing we have fixed the number of iterations so that the solutions and shapes obtained are just approximate ones.
31. Applications to the optimal shape design for a plate model
In this section, we present a numerical procedure for the shape optimization concerning a thin plate model.
Let corresponds to the middle surface of a thin plate with a variable thickness .
Define now
which corresponds to a simply supported plate.
Consider the problem of minimizing in the functional
subject to
where
is variable plate thickness, E is the young elasticity model and .
Also, we define
where and
Observe that
where
Summarizing, we have got
In order to obtain numerical results, we suggest the following primal dual procedure:
Set and
Calculate solution of equation
where
Calculate such that
where
Set and go to step 2 until an appropriate convergence criterion is satisfied.
For a corresponding optimal solution , please see Figure 22.
Remark31.1.
For such a simply-supported plate model, for the numerical solution of equation
with the boundary conditions
firstly we have solved the equation
with the boundary conditions
Subsequently, we have solved the equation
with the boundary conditions
Here we present the software developed in MAT-LAB.
*********************
1.
clear all
global m8 d d2xwo d2ywo H e1 ho xo b5
m8=40;
d=1.0/m8;
w5=0.3;
e1=200*/;
ho=0.12;
A=zeros();
for i=1:
A(1,i)=1.0;
xo(i,1)=0.55;
x3(i,1)=0.55;
end;
lb=0.45*ones(,1);
ub=ones(,1);
b=zeros(,1);
b(1,1)=0.75*
for i=1:(m8-1)
for j=1:m8-1
f(i,j,1)=1.0;
L(i,j,1)=1/2;
P(i,j,1)=2*; end;
end;
for i=1:m8
wo(:,i)=0.001*ones(m8-1,1);
end;
m2=zeros(m8-1,m8-1);
for i=2:m8-2
m2(i,i)=-2.0;
m2(i,i-1)=1.0;
m2(i,i+1)=1.0;
end;
m2(1,1)=-2.0;
m2(1,2)=1.0;
m2(m8-1,m8-1)=-2.0;
m2(m8-1,m8-2)=1.0;
Id=eye(m8-1);
i=1;
m12=2*Id-m2*; m50(:,:,i)=inv(m12);
z(:,i)=m50(:,:,i)*(-P(:,i,1)*);
for i=2:m8-1
m12=2*Id-m2*-m50(:,:,i-1);
m50(:,:,i)=inv(m12);
z(:,i)=m50(:,:,i)*(-P(:,i,1)*+z(:,i-1));
end; v(:,m8)=zeros(m8-1,1);
for i=1:m8-1
v(:,m8-i)=m50(:,:,m8-i)*v(:,m8-i+1)+z(:,m8-i);
end;
k=1;
b12=1.0;
while () and ()
k
k=k+1;
for i=1:m8-1
for j=1:m8-1
H(j,i,1)=/12*e1;
f1(j,i,1)=v(j,i)/H(j,i,1);
end;
end;
i=1;
m12=2*Id-m2*;
m70(:,:,i)=inv(m12);
z1(:,i)=m70(:,:,i)*(-f1(:,i,1)*);
for i=2:m8-1
m12=2*Id-m2*-m70(:,:,i-1);
m70(:,:,i)=inv(m12);
z1(:,i)=m70(:,:,i)*(-f1(:,i,1)*+z1(:,i-1));
end;
w(:,m8)=zeros(m8-1,1);
for i=1:m8-1
w(:,m8-i)=m70(:,:,m8-i)*w(:,m8-i+1)+z1(:,m8-i);
end;
d2xwo(:,1)=(-2*w(:,1)+w(:,2))/;
for i=2:m8-1
d2xwo(:,i)=(w(:,i+1)-2*w(:,i)+w(:,i-1))/;
end;
for i=1:m8-1
d2ywo(:,i)=m2*w(:,i)/;
end;
k9=1; b14=1.0;
while () and ()
k9
k9=k9+1;
X=fmincon(’beamNov2023A3’,xo,A,b,,lb,ub);
b14=max(abs(xo-X))
xo=X;
end;
b12=max(max(abs(w-wo)))
wo=w;
x3=xo;
for i=1:m8-1
for j=1:m8-1
L(j,i,1)=xo((i-1)*(m8-1)+j,1);
end;
end;
end;
for i=1:m8-1
x8(i,1)=i*d;
end;
mesh(x8,x8,L);
*********************
With the auxiliary function "beamNov2023A3’, where
****************************
1.
function S=beamNov2023A3(x)
global m8 d d2xwo d2ywo H e1 ho xo b5
S=0;
for i=1:m8-1
for j=1:m8-1
x1(j,i)=x((m8-1)*(i-1)+j,1);
end;
end;
for i=1:m8-1
for j=1:m8-1
S=S+;
end;
end;
********************************
Remark31.2.
About the numerical results obtained for this plate model, a final word of caution is necessary.
Indeed, the full convergence in such a case is hard to obtain so that we have obtained just approximations of critical points with the functional close to its optimal value. It is also worth emphasizing we have fixed the number of iterations so that the solution and shape obtained are just approximate ones.
32. A note on the first Maxwell equation of electromagnetism
Let be an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by .
Suppose is an electric field of class in
Let be also an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by .
Observe that there exists a scalar field such that
and
Here denotes the normal outward field to S.
Observe also that
so that defining
we have that
Hence, from such results and the divergence Theorem, we get
Summarizing, we have got
Consider now a charge localized at the center of a sphere of radius and boundary
The electric field on the sphere surface generated by is given by
where is the normal outward field to .
Clearly
Consider again the set but now with a charge localized at a point inside the interior of , which is denoted by .
At first the electric field generated by is not of class on
However, there exists such that
Define .
Therefore, is of class on
Denoting the boundary of by , from the previous results, we may infer that
so that
Therefore, we have got
Assume now on we have a density of charges .
For a small volume consider a punctual charge localized in such that
Denoting by the electric field generated by , from the previous results we may infer that
Such an equation in its differential form, stands for:
Integrating in we may obtain
so that
From this and the Divergence Theorem, we have
Summarizing, we have got
This is the integral form of the first Maxwell equation of electromagnetism.
For this last equation, the set is rather arbitrary so that for as a ball of small radius with center at a point , from the Mean Value Theorem fot integrals and letting , we obtain
This last equation stands for the differential form of the first Maxwell equation of electromagnetism.
Remark32.1.
Summarizing, in this section we have formally obtained a mathematical deduction of the first Maxwell equation of electromagnetism.
33. A note on relaxation for a general model in the vectorial calculus of variations
Let be an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by
Consider a function twice differentiable and such that
Define a functional by
where
Moreover, for , define also
We assume there exists such that
Observe that from the convex analysis basic theory, we have that
On the other hand
where
From such results, we may infer that
Furthermore, observe that
so that
where so that
and
Therefore,
Replacing such results into the expression of H, we have
where
Joining the pieces, we have got
This last functional corresponds to a relaxation for the original non-convex functional.
The note is complete.
33.1. Some related numerical results
In this subsection we present numerical results for an one-dimensional model and related relaxed formulation.
For , consider the functional where
Based on the results of the previous section, denoting we define the following relaxed functional where
Indeed, we have developed an algorithm for minimizing the following regularized functional where
for a small parameter .
For the case in which , for the optimal solution u, please see Figure 26.
For the case in which , for the optimal solution u, please see Figure 27.
For the case in which , for the optimal solution u, please see Figure 28.
We highlight to obtain the solution for this last case which is harder. A good solution was possible only using
as the initial solution concerning the iterative process.
Here we present the software in MAT-LAB developed.
*****************
1.
clear all
global m8 d u e3
m8=100;
d=1/m8;
e3=0.0005;
for i=1:2*m8+1
xo(i,1)=0.36;
end;
b12=1.0;
k=1;
while
k
k=k+1;
X=fminunc(’funDecember2023’,xo);
b12=max(abs(xo-X))
xo=X;
u(m8/2)
end;
for i=1:m8
x(i,1)=i*d;
end;
plot(x,u);
***********************
With the main function "funDecember2023"
*********************
1.
function S=funDecember2023(x)
global m8 d u e3
for i=1:m8
u(i,1)=x(i,1);
v(i,1)=x(i+m8,1);
yo(i,1)=sin(pi*i*d)/2;
end;
L=(1+sin(x(2*m8+1,1)))/2;
u(m8,1)=1/2;
v(m8,1)=0.0;
du(1,1)=u(1,1)/d;
dv(1,1)=v(1,1)/d;
for i=2:m8
du(i,1)=(u(i,1)-u(i-1,1))/d;
dv(i,1)=(v(i,1)-v(i-1,1))/d;
end;
d2u(1,1)=(-2*u(1,1)+u(2,1))/;
for i=2:m8-1
d2u(i,1)=(u(i-1,1)-2*u(i,1)+u(i+1,1))/;
end;
S=0;
for i=1:m8
S=S+;
S=S+;
S=S+;
end;
for i=1:m8-1
S=S+e3*;
end;
*******************
33.2. A related duality principle and concerning convex dual formulation
With the notation and statements of the previous sections in mind, consider the functionals and where
and
Here we have denoted
and
Observe that
Moreover,
Therefore,
where
Furthermore, where
and
Summarizing, we have got
Remark33.1.
We highlight this last dual function in is convex (in fact concave) on the convex set .
34. A general convex primal dual formulation for an originally non-convex primal one
Let be an open bounded and connected set with a regular (Lipschitzian) boundary denoted by
Consider the functional where
where , and
Define and by
and
Define also and by
and
if , where
for some appropriate to be specified.
At this point we define
for appropriate to be specified, and by
Moreover, we define by
Observe that
and
From such results, we may obtain
From such results, in particular for
and we have that is convex in and concave in on
With such statements, definitions and results in mind, we may prove the following theorem.
Theorem34.1.
Let be such that
Under such hypotheses,
and
Proof.
The proof that and
may be done similarly as in the previous sections and will not be repeated.
Furthermore, since
and is convex in and concave in on , we have
and
From such results and the Saddle Point Theorem we may infer that
The proof is complete.
□
35. Conclusion
In the first part of this article we have developed a relaxation proposal and duality principles suitable for a large class of models in physics and engineering.
In a second part we develop duality principles for the quasi-convex envelop of some vectorial models in the calculus of variations.
We highlight such dual variational formulations established are in general convex (in fact concave).
Finally, in the last sections, we develop mathematical models for some types of chemical reactions, including the hydrogen nuclear fusion and the water hydrolysis. Among such results, we highlight our proposal of modeling the Ginzburg-Landau theory in super-conductivity as a two-phase eigenvalue approach.
Data Availability Statement
Details on the software for numerical results avaialable upon request. e-mail: fabio.botelho@ufsc.br.
Conflicts of Interest
The author declares no conflict of interest concerning this article.
References
W.R. Bielski, A. Galka, J.J. Telega, The Complementary Energy Principle and Duality for Geometrically Nonlinear Elastic Shells. I. Simple case of moderate rotations around a tangent to the middle surface. Bulletin of the Polish Academy of Sciences, Technical Sciences, Vol. 38, No. 7-9, 1988.
W.R. Bielski and J.J. Telega,A Contribution to Contact Problems for a Class of Solids and Structures, Arch. Mech., 37, 4-5, pp. 303-320, Warszawa 1985.
J.J. Telega, On the complementary energy principle in non-linear elasticity. Part I: Von Karman plates and three dimensional solids, C.R. Acad. Sci. Paris, Serie II, 308, 1193-1198; Part II: Linear elastic solid and non-convex boundary condition. Minimax approach, ibid, pp. 1313-1317 (1989).
A.Galka and J.J.Telega, Duality and the complementary energy principle for a class of geometrically non-linear structures. Part I. Five parameter shell model; Part II. Anomalous dual variational priciples for compressed elastic beams, Arch. Mech. 47 (1995) 677-698, 699-724.
J.F. Toland, A duality principle for non-convex optimisation and the calculus of variations, Arch. Rat. Mech. Anal., 71, No. 1 (1979), 41-61.
R.A. Adams and J.F. Fournier, Sobolev Spaces, 2nd edn. (Elsevier, New York, 2003).
F. Botelho, Functional Analysis and Applied Optimization in Banach Spaces, Springer Switzerland, 2014.
F.S. Botelho, Functional Analysis, Calculus of Variations and Numerical Methods in Physics and Engineering, CRC Taylor and Francis, Florida, 2020.
F.S. Botelho, Variational Convex Analysis, Ph.D. thesis, Virginia Tech, Blacksburg, VA -USA, (2009).
F. Botelho, Topics on Functional Analysis, Calculus of Variations and Duality, Academic Publications, Sofia, (2011).
F. Botelho, Existence of solution for the Ginzburg-Landau system, a related optimal control problem and its computation by the generalized method of lines, Applied Mathematics and Computation, 218, 11976-11989, (2012).
F.S. Botelho, Dual Variational Formulations for a Large Class of Non-Convex Models in the Calculus of Variations, Mathematics 2023, 11(1), 63. [CrossRef]
J.F. Annet, Superconductivity, Superfluids and Condensates, 2nd edn. ( Oxford Master Series in Condensed Matter Physics, Oxford University Press, Reprint, 2010).
L.D. Landau and E.M. Lifschits, Course of Theoretical Physics, Vol. 5- Statistical Physics, part 1. (Butterworth-Heinemann, Elsevier, reprint 2008).
F.S. Botelho, Advanced Calculus and its Applications in Variational Quantum Mechanics and Relativity Theory, CRC Taylor and Francis, Florida, 2021.
P.Ciarlet, Mathematical Elasticity, Vol. II – Theory of Plates, North Holland Elsevier (1997).
H. Attouch, G. Buttazzo and G. Michaille, Variational Analysis in Sobolev and BV Spaces, MPS-SIAM Series in Optimization, Philadelphia, 2006.
J.C. Strikwerda, Finite Difference Schemes and Partial Differential Equations, SIAM, second edition (Philadelphia, 2004).
N.N. Bogoliubov and D.V. Shirkov, Introduction of the Theory of Quantized Fields, Monographs and Texts in Physics and Astronomy, Vol. III, Intercience Publishers INC., New York, USA, 1959.
G.B. Folland, Quantum Field Theory, A Tourist Guide for Mathematicians, Mathematical Surveys and Monographs, Vol. 149, Americam Mathematical Society, AMS, Providence, Rhode Island, USA, 2008.
Figure 1.
Solution for the case .
Figure 1.
Solution for the case .
Figure 2.
Solution for the case .
Figure 2.
Solution for the case .
Figure 3.
Solution for the case .
Figure 3.
Solution for the case .
Figure 4.
Solution for the case .
Figure 4.
Solution for the case .
Figure 5.
Density for the Case A.
Figure 5.
Density for the Case A.
Figure 6.
Density for the Case B.
Figure 6.
Density for the Case B.
Figure 7.
Solution for the example 1.
Figure 7.
Solution for the example 1.
Figure 8.
Solution for the example 2.
Figure 8.
Solution for the example 2.
Figure 9.
Solution for the example A.
Figure 9.
Solution for the example A.
Figure 10.
Solution for the example B.
Figure 10.
Solution for the example B.
Figure 11.
Solution for the .
Figure 11.
Solution for the .
Figure 12.
Solution for the .
Figure 12.
Solution for the .
Figure 13.
Solution for the .
Figure 13.
Solution for the .
Figure 14.
Solution for the .
Figure 14.
Solution for the .
Figure 15.
Solution for .
Figure 15.
Solution for .
Figure 16.
Solution for .
Figure 16.
Solution for .
Figure 17.
Solution for .
Figure 17.
Solution for .
Figure 18.
Solution for .
Figure 18.
Solution for .
Figure 19.
Solution for the example B.
Figure 19.
Solution for the example B.
Figure 20.
Optimal solution for a simply supported beam.
Figure 20.
Optimal solution for a simply supported beam.
Figure 21.
Optimal shape solution for a simply supported beam.
Figure 21.
Optimal shape solution for a simply supported beam.
Figure 22.
Optimal solution for a bi-clamped beam.
Figure 22.
Optimal solution for a bi-clamped beam.
Figure 23.
Optimal shape solution for a bi-clamped beam.
Figure 23.
Optimal shape solution for a bi-clamped beam.
Figure 24.
Optimal solution for a simply supported plate.
Figure 24.
Optimal solution for a simply supported plate.
Figure 25.
Optimal shape solution for a simply supported plate.
Figure 25.
Optimal shape solution for a simply supported plate.
Figure 26.
Optimal solution for the case .
Figure 26.
Optimal solution for the case .
Figure 27.
Optimal solution for the case .
Figure 27.
Optimal solution for the case .
Figure 28.
Optimal solution for the case .
Figure 28.
Optimal solution for the case .
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.
This article develops duality principles and numerical results for a large class of non-convex variational models. The main results are based on fundamental tools of convex analysis, duality theory and calculus of variations. More specifically the approach is established for a class of non-convex functionals similar as those found in some models in phase transition. Finally, in some sections we present concerning numerical examples and the respective softwares.
Keywords:
Subject: Computer Science and Mathematics - Applied Mathematics
1. Introduction
In this section we establish a dual formulation for a large class of models in non-convex optimization. It is worth highlighting the main duality principle is applied to double well models similar as those found in the phase transition theory.
Such results are based on the works of J.J. Telega and W.R. Bielski [1,2,3,4] and on a D.C. optimization approach developed in Toland [5]. About the other references, details on the Sobolev spaces involved are found in [6]. Related results on convex analysis and duality theory are addressed in [7,8,9,10,11,12,13].
Similar models on the superconductivity physics may be found in [14,15,16].
At this point we recall that the duality principles are important since the related dual variational formulations are either convex (in fact concave) or have a large region of convexity around their critical points. These features are relevant considering that, from a concerning strict convexity, the standard Newton, Newton type and similar methods are in general convergent. Moreover, the dual variational formulations are also relevant since in some situations, it is possible to assure the global optimality of some critical points which satisfy certain specific constraints theoretically established.
Among the main results here developed, we highlight the duality principles for the quasi-convex formulations in the context of the vectorial calculus of variations. An important example in non-linear elasticity is addressed along the text in details.
Also, for the applications in physics in the final sections, we believe to have found a path to connect the quantum approach with a more classical one in a unified framework.
Indeed, we have presented a path to model a great variety of chemical reactions through such a connection between the atomic and classical worlds.
Finally, in this text we adopt the standard Einstein convention of summing up repeated indices, unless otherwise indicated.
In order to clarify the notation, here we introduce the definition of topological dual space.
Definition1.1
(Topological dual spaces). Let U be a Banach space. We shall define its dual topological space, as the set of all linear continuous functionals defined on U. We suppose such a dual space of U, may be represented by another Banach space , through a bilinear form (here we are referring to standard representations of dual spaces of Sobolev and Lebesgue spaces). Thus, given linear and continuous, we assume the existence of a unique such that
The norm of f , denoted by , is defined as
At this point we start to describe the primal and dual variational formulations.
2. A general duality principle non-convex optimization
In this section we present a duality principle applicable to a model in phase transition.
This case corresponds to the vectorial one in the calculus of variations.
Let be an open, bounded, connected set with a regular (Lipschitzian) boundary denoted by
Consider a functional where
and where
is a three times Fréchet differentiable function not necessarily convex. Moreover,
and
We assume there exists such that
Furthermore, suppose G is Fréchet differentiable but not necessarily convex. A global optimum point may not be attained for J so that the problem of finding a global minimum for J may not be a solution.
Anyway, one question remains, how the minimizing sequences behave close the infimum of J.
We intend to use duality theory to approximately solve such a global optimization problem.
Define and
where
Moreover, , , so that at this point we define, , , , and by
and
and
Define now ,
Observe that
.
From the general results in [5], we may infer that
On the other hand
From these last two results we may obtain
Moreover, from standards results on convex analysis, we may have
where
and
Thus, defining
we have got
Finally, observe that
This last variational formulation corresponds to a concave relaxed formulation in concerning the original primal formulation.
3. Another duality principle for a simpler related model in phase transition with a respective numerical example
In this section we present another duality principle for a related model in phase transition.
Let and consider a functional where
and where
and
A global optimum point is not attained for J so that the problem of finding a global minimum for J has no solution.
Anyway, one question remains, how the minimizing sequences behave close the infimum of J.
We intend to use duality theory to approximately solve such a global optimization problem.
Denoting , at this point we define, and by
and
Observe that
In order to restrict the action of on the region where the primal functional is non-convex, we redefine a not relabeled
and define also
and
by
and
Denoting we also define the polar functional by
Observe that
With such results in mind, we define a relaxed primal dual variational formulation for the primal problem, represented by , where
Having defined such a functional, we may obtain numerical results by solving a sequence of convex auxiliary sub-problems, through the following algorithm (in order to obtain the concerning critical points, at first we have neglected the constraint ).
1.
Set and and
2.
Choose such that and
3.
Set
4.
Calculate solution of the system of equations:
and
that is
and
so that
and
5.
Calculate by solving the system of equations:
and
that is
and
6.
If , then stop, else set and go to item 4.
At this point, we present the corresponding software in MAT-LAB, in finite differences and based on the one-dimensional version of the generalized method of lines.
Here the software.
***********************
1.
clear all
m8=300;
d=1/m8;
K=0.1;
K1=120;
for i=1:m8
vo(i,1)=i*d/10;
yo(i,1)=sin(i*d*pi)/2;
end;
k=1;
b12=1.0;
while and
k=k+1;
for i=1:m8-1
duo(i,1)=(uo(i+1,1)-uo(i,1))/d;
dvo(i,1)=(vo(i+1,1)-vo(i,1))/d;
end;
m9=zeros(2,2);
m9(1,1)=1;
i=1;
m80(1,1,i)=-f1-K;
m80(1,2,i)=-f1;
m80(2,1,i)=-f1;
m80(2,2,i)=-f1-K1;
m50(:,:,i)=m80(:,:,i)*inv(m12);
z(:,i)=inv(m12)*y11(:,i)*;
for i=2:m8-1
;
m80(1,1,i)=-f1-K;
m80(1,2,i)=-f1;
m80(2,1,i)=-f1;
m80(2,2,i)=-f1-K1;
m50(:,:,i)=inv(m12)*m80(:,:,i);
end;
U(1,m8)=1/2;
U(2,m8)=0.0;
for i=1:m8-1
U(:,m8-i)=m50(:,:,m8-i)*U(:,m8-i+1)+z(:,m8-i);
end;
for i=1:m8
u(i,1)=U(1,i);
v(i,1)=U(2,i);
end;
b12=max(abs(u-uo))
uo=u;
vo=v;
u(m8/2,1)
end;
for i=1:m8
y(i)=i*d;
end;
plot(y,uo)
**************************************
For the case in which , we have obtained numerical results for and . For such a concerning solution obtained, please see Figure 1. For the case in which , we have obtained numerical results also for and . For such a concerning solution obtained, please see Figure 2.
Remark3.1.
Observe that the solutions obtained are approximate critical points. They are not, in a classical sense, the global solutions for the related optimization problems. Indeed, such solutions reflect the average behavior of weak cluster points for concerning minimizing sequences.
3.1. A general proposal for relaxation
Let be an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by
Consider a functional where
where
, is convex and Fréchet differentiable, and
where is also Fréchet differentiable.
Assume there exists such that
where for each is an open connected set such that is regular. We also suppose
Define
and define also
At this point we define
and
where
Moreover, we propose the relaxed functional
Observe that clearly
4. A convex dual variational formulation for a third similar model
In this section we present another duality principle for a third related model in phase transition.
Let and consider a functional where
and where
and
A global optimum point is not attained for J so that the problem of finding a global minimum for J has no solution.
Anyway, one question remains, how the minimizing sequences behave close to the infimum of J.
We intend to use the duality theory to solve such a global optimization problem in an appropriate sense to be specified.
At this point we define, and by
and
Denoting we also define the polar functional and by
and
Observe this is the scalar case of the calculus of variations, so that from the standard results on convex analysis, we have
Indeed, from the direct method of the calculus of variations, the maximum for the dual formulation is attained at some .
Moreover, the corresponding solution is obtained from the equation
Finally, the Euler-Lagrange equations for the dual problem stands for
where if if and
if
We have computed the solutions and corresponding solutions for the cases in which and
For the solution for the case in which , please see Figure 3.
For the solution for the case in which , please see Figure 4.
Remark4.1.
Observe that such solutions obtained are not the global solutions for the related primal optimization problems. Indeed, such solutions reflect the average behavior of weak cluster points for concerning minimizing sequences.
4.1. The algorithm through which we have obtained the numerical results
In this subsection we present the software in MATLAB through which we have obtained the last numerical results.
This algorithm is for solving the concerning Euler-Lagrange equations for the dual problem, that is, for solving the equation
Here the concerning software in MATLAB. We emphasize to have used the smooth approximation
where a small value for is specified in the next lines.
*************************************
1.
clear all
2.
(number of nodes)
3.
4.
5.
6.
7.
(we have fixed the number of iterations)
8.
9.
10.
11.
12.
13.
14.
********************************
5. An improvement of the convexity conditions for a non-convex related model through an approximate primal formulation
In this section we develop an approximate primal dual formulation suitable for a large class of variational models.
Here, the applications are for the Kirchhoff-Love plate model, which may be found in Ciarlet, [17].
At this point we start to describe the primal variational formulation.
Let be an open, bounded, connected set which represents the middle surface of a plate of thickness h. The boundary of , which is assumed to be regular (Lipschitzian), is denoted by . The vectorial basis related to the cartesian system is denoted by , where (in general Greek indices stand for 1 or 2), and where is the vector normal to , whereas and are orthogonal vectors parallel to Also, is the outward normal to the plate surface.
The displacements will be denoted by
The Kirchhoff-Love relations are
Here so that we have where
It is worth emphasizing that the boundary conditions here specified refer to a clamped plate.
We also define the operator , where , by
The constitutive relations are given by
where: and , are symmetric positive definite fourth order tensors. From now on, we denote and .
Furthermore denote the membrane force tensor and the moment one. The plate stored energy, represented by is expressed by
and the external work, represented by , is given by
where are external loads in the directions , and respectively. The potential energy, denoted by is expressed by:
Define now by
where
In such a case for , , in and
we get
and
This new functional has a relevant improvement in the convexity conditions concerning the previous functional J.
Indeed, we have obtained a gain in positiveness for the second variation which has increased of order
Moreover the difference between the approximate and exact equation
is of order which corresponds to a small perturbation in the original equation for a load of for example. Summarizing, the exact equation may be approximately solved in an appropriate sense.
5.1. A duality principle for the concerning quasi-convex envelope
In this section, denoting
we define the functional , where
where
and,
We define also
and
It is a well known result from the modern Calculus of Variations theory (please, see [18] for details) that
At this point we denote
and
Observe that
, where
and
Also
and
in an appropriate tensor sense.
Here it is worth highlighting we have denoted,
where we recall that
in an appropriate tensorial sense.
Summarizing, defining by
we have got
Remark5.1.
This last dual functional is concave and such a concerning inequality corresponds a duality principle for the relaxed primal formulation.
We emphasize such results are extensions and in some sense complement the original duality principles in the works of Telega and Bielski, [1,2,3].
Moreover, if is such that
it is a well known result from the Legendre transform proprieties that the corresponding such that
and
is also such that
and
From this and
we obtain
Also, from the modern calculus of variations theory, there exists a sequence such that
and
From this and the Ekeland variational principle, there exists such that
and
so that
and
Assume now we are dealing with a finite dimensional version of such a model, in a finite elements of finite differences context, for example.
In such a case we have
for an appropriate
From continuity we obtain
Summarizing, we have got
Here we highlight such last results are valid just for this finite-dimensional model version.
6. A duality principle for a related relaxed formulation concerning the vectorial approach in the calculus of variations
In this section we develop a duality principle for a related vectorial model in the calculus of variations.
Let be an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by
For , consider a functional where
where
and
We assume and are Fréchet differentiable and F is also convex.
Also
where it is supposed to be Fréchet differentiable. Here we have denoted .
We define also by
where
and
Moreover, we define the relaxed functional by
where
Now observe that
, where
Here we have denoted
where and where
Furthermore, for , we have
Therefore, denoting by
we have got
Finally, we highlight such a dual functional is convex (in fact concave).
6.1. An example in finite elasticity
In this section we develop an application of results obtained in the last section to a model in non-linear elasticity.
Let be an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by
Concerning a standard model in non-linear elasticity, consider a functional where
where and
Here is a fourth-order and positive definite symmetric tensor (in an appropriate standard sense). Moreover, is a field of displacements resulting from the f load field action on the volume comprised by .
At this point, we define the functional , where
where
We define also the quasi-convex envelop of J, denoted by , as
It is a well known result from the modern calculus of variations theory (please see [18] for details), that
Observe now that, denoting , and
we have that
, where ,
Hence, denoting
we have obtained
Remark6.1.
This last dual functional is concave and such a concerning inequality corresponds a duality principle for the relaxed primal formulation.
We emphasize again such results are also extensions and in some sense complement the original duality principles in the works of Telega and Bielski, [1,2,3].
Moreover, if is such that
it is a well known result from the Legendre transform proprieties that the corresponding such that
and
is also such that
and
From this and
we obtain
Also, from the modern calculus of variations theory, there exists a sequence such that
and
From this and the Ekeland variational principle, there exists such that
and
so that
and
Assume now we are dealing with a finite dimensional version of such a model, in a finite elements of finite differences context, for example.
In such a case we have
for an appropriate
From continuity we obtain
Summarizing, we have got
Here we highlight such last results are valid just for this finite-dimensional model version.
7. An exact convex dual variational formulation for a non-convex primal one
In this section we develop a convex dual variational formulation suitable to compute a critical point for the corresponding primal one.
Let be an open, bounded, connected set with a regular (Lipschitzian) boundary denoted by
Consider a functional where
and
Here we denote and
Defining
for some appropriate , suppose also F is twice Fréchet differentiable and
Define now and by
and
where here we denote
Moreover, we define the respective Legendre transform functionals and as
where are such that
and
where are such that
Here is any function such that
Furthermore, we define
Observe that through the target conditions
we may obtain the compatibility condition
Define now
for some appropriate such that is convex in
Consider the problem of minimizing subject to
Assuming is large enough so that the restriction in r is not active, at this point we define the associated Lagrangian
where is an appropriate Lagrange multiplier.
Therefore
The optimal point in question will be a solution of the corresponding Euler-Lagrange equations for
From the variation of in we obtain
From the variation of in we obtain
From the variation of in we have
From this last equation, we may obtain such that
and
From this and the previous extremal equations indicated we have
Summarizing, we may obtain a solution of equation by minimizing on .
Finally, observe that clearly is convex in an appropriate large ball for some appropriate
8. Another primal dual formulation for a related model
Let be an open, bounded and connected set with a regular boundary denoted by
Consider the functional where
, and
Denoting , define now by
Define also
and
for some appropriate to be specified.
Moreover define
for some appropriate to be specified.
Observe that, denoting
we have
and
so that
Observe now that a critical point and in .
Therefore, for an appropriate large , also at a critical point, we have
Remark8.1.
From this last equation we may observe that has a large region of convexity about any critical point , that is, there exists a large such that is convex on
With such results in mind, we may easily prove the following theorem.
Theorem8.2.
Assume and suppose is such that
Under such hypotheses, there exists such that is convex in ,
and
9. A third primal dual formulation for a related model
Let be an open, bounded and connected set with a regular boundary denoted by
Consider the functional where
, and
Denoting , define now by
where is a small real constant.
Define also
and
for some appropriate to be specified.
Moreover define
and
for some appropriate real constants to be specified.
Remark9.1.
Define now
For an appropriate function (or, in a more general fashion, an appropriate bounded operator) define
for some small parameter
Moreover, define
Since for we have , so that for we have
we may infer that is a convex set.
Moreover if , then
so that
and
so that
Such a result we will be used many times in the next sections.
Observe that, defining
we may obtain
and
so that
However, at a critical point, we have so that, for a fixed we define the non-active but convex restriction
for a small parameter
From such results, assuming and , we have that
for and
With such results in mind, we may easily prove the following theorem.
Theorem9.2.
Suppose is such that
Under such hypotheses, we have that
and
Proof.
The proof that
and
may be easily made similarly as in the previous sections.
Moreover, observe that for sufficiently large, we have
so that this and the other hypotheses, we have also
and
From this, from a standard saddle point theorem and the remaining hypotheses, we may infer that
Moreover, observe that
Summarizing, we have got
From such results, we may infer that
The proof is complete. □
10. An algorithm for a related model in shape optimization
The next two subsections have been previously published by Fabio Silva Botelho and Alexandre Molter in [8], Chapter 21.
10.1. Introduction
Consider an elastic solid which the volume corresponds to an open, bounded, connected set, denoted by with a regular (Lipschitzian) boundary denoted by where Consider also the problem of minimizing the functional where
subject to
Here denotes the outward normal to and
where
and denotes the Lebesgue measure of
Moreover is the field of displacements relating the cartesian system , resulting from the action of the external loads and
We also define the stress tensor by
and the strain tensor by
Finally,
where corresponds to a strong material and to a very soft material, intending to simulate voids along the solid structure.
The variable t is the design one, which the optimal distribution values along the structure are intended to minimize its inner work with a volume restriction indicated through the set B.
The duality principle obtained is developed inspired by the works in [1,2]. Similar theoretical results have been developed in [7], however we believe the proof here presented, which is based on the min-max theorem is easier to follow (indeed we thank an anonymous referee for his suggestion about applying the min-max theorem to complete the proof). We highlight throughout this text we have used the standard Einstein sum convention of repeated indices.
Moreover, details on the Sobolev spaces addressed may be found in [6]. In addition, the primal variational development of the topology optimization problem has been described in [7].
The main contributions of this work are to present the detailed development, through duality theory, for such a kind of optimization problems. We emphasize that to avoid the check-board standard and obtain appropriate robust optimized structures without the use of filters, it is necessary to discretize more in the load direction, in which the displacements are much larger.
10.2. Mathematical formulation of the topology optimization problem
Our mathematical topology optimization problem is summarized by the following theorem.
Theorem10.1.
Consider the statements and assumptions indicated in the last section, in particular those refereing to Ω and the functional
Define by
where
and where
Define also by
Assume there exists such that
and
Finally, define by
where
where
and
Under such hypotheses, there exists such that
where
and where
and
Proof.
Observe that
Also, from this and the min-max theorem, there exist such that
Finally, from the extremal necessary condition
we obtain
and
so that
Hence so that and
Moreover
This completes the proof. □
10.3. About a concerning algorithm and related numerical method
For numerically solve this optimization problem in question, we present the following algorithm
1.
Set and .
2.
Calculate such that
3.
Calculate such that
4.
If or then stop, else set and go to item 2.
We have developed a software in finite differences for solving such a problem.
Here the software.
**************************************
1.
clear all
global P m8 d w u v Ea Eb Lo d1 z1 m9 du1 du2 dv1 dv2 c3
14. A general concave dual variational formulation for global optimization
Let be an open, bounded and connected set a regular (Lipschitzian) boundary denoted by
Consider a functional where
Here , and we also denote
Assume there exists such that
Furthermore, suppose G is three times Fréchet differentiable and there exists such that
Define now where,
where
and
Moreover, we define the polar functionals and , where
and
At this point we define the functional by
With such results in mind we define
and
for appropriated real constants and
Moreover, we define also the penalized functional where
Finally, we remark that for sufficiently small and sufficiently large, is concave in around a concerning critical point. We recall that a critical point
15. A related restricted problem in phase transition
In this section we develop a convex (in fact concave) dual variational for a model similar to those found in phase transition problems.
Let Consider the functional where
Here
We also denote and
Furthermore, we define the functionals G and by
and
Moreover we define by
and consider the problem of minimizing on the set
Already including the Lagrange multiplier concerning such restrictions, we define
Observe now that
where
Also,
where
From this we may infer that for some
Summarizing, denoting , and
we have got
We have developed numerical results by maximizing the dual functional for two examples, namely.
In this section we develop one more dual variational formulation for a related model.
Let and consider the functional defined by
where
We define also the relaxed functional , already including a concerning restriction and corresponding non-negative Lagrange multiplier , where
where
Observe that
Here, we highlight , for some real constant c.
Hence, denoting
and
we have obtained
Finally, for
we emphasize is concave on .
Here is a small regularizing real constant.
Remark16.1.
The constraint is included to restrict the action of v on the region where the primal functional is non-convex, through an appropriate constant
17. A model in superconductivity through an eigenvalue approach
In this section we intend to model superconductivity through a two phase eigenvalue approach.
Let be a straight wire corresponding to a one-dimensional super-conducting sample.
Consider the functional where
Here, in atomic units, is the total electronic charge, and we set corresponding to higher self-interacting energy which is related to a normal phase. We also set corresponding to a lower self-interacting energy which is related to a super-conducting phase and respective super-currents.
Moreover, we set and initially which is gradually decreased to .
Furthermore, we define
and
where corresponds to a normal phase and to a super-conducting one.
At this point we observe that the temperature is proportional the frequency of vibration for the normal phase.
We start the process with which in atomic units corresponds to a higher temperature and gradually decreases it to the value
Between and the system changes from an almost total normal phase to an almost total super-conducting phase, as expected.
We highlight that the temperature is proportional to the vibrational kinetics energy
so that for
and for a suitable vectorial function , we have
so that we may model the decreasing of temperature T through the decreasing of .
For , for the corresponding normal phase and super-conducting phase , please se Figure 11 and Figure 12, respectively.
For , for the corresponding normal phase and super-conducting phase , please se Figure 13 and Figure 14, respectively.
Finally, we have set which for large corresponds to the super-currents.
18. A simplified qualitative many body model for the hydrogen nuclear fusion
In this section we develop a qualitative simple model for the hydrogen nuclear fusion.
Let be a box in which is confined a gas comprised by an amount of ionized deuterium and tritium isotopes of hydrogen.
Though a suitable increasing in temperature, we intend to develop the following nuclear reaction
We recall that the ionized Deuterium atom comprises a proton and a neutron and the ionized Tritium atom comprises a proton and two neutrons.
Under certain conditions and at a suitable high temperature the ionized Deuterium and Tritium atoms react chemically resulting in an ionized Helium atom, comprised by two protons and two neutrons and resulting also in one more single energetic neutron. We emphasize the higher kinetics neutron energy level has many potential practical applications, including its conversion in electric energy.
At this point we denote by the masses of the ionized Deuterium, Tritium and Helium atoms, and the single neutron, respectively.
Therefore, we have the following mass relation
To simplify our analysis, in such a chemical reaction, denoting the total masses of ionized Deuterium, Tritium, Helium and single Neutrons by and we assume there is a real constant such that
With such statements and definitions in mind, we define the following functional J, where
where, in a simplified many body context,
Here refers to the particle densities.
Furthermore, we assume and , so that
and,
and the kinetics energy is expressed by
where we also assume
so that considering such a vibrational motion, the temperature T is proportional to , that is
Therefore, an increasing in T corresponds to a proportional increasing in
Summarizing, we have supposed
so that we represent the increasing in T through an increasing in
Moreover, we denote by the mass of a single neutron and by the mass of a single proton.
Thus, denoting also by the proportion of non-reacted and reacted masses respectively, we have the following constraints.
1.
2.
3.
4.
5.
6.
7.
8.
Similar constraints are valid corresponding to the charge of a single proton.
We have also the following complementing constraints,
1.
2.
3.
4.
5.
With such results and statements in mind and simplifying the interacting terms, we re-define the functional J now denoting it by , here already including the Lagrange multipliers concerning the constraints, where
where the functional stands for
Remark18.1.
In order to obtain consistent results it is necessary to set
In such a case, a higher temperature corresponding to a large , though such a nuclear reaction, will result in a small and a higher kinetics energy for the neutron field, corresponding to a large and closer to 1.
19. A more detailed mathematical description of the hydrogen nuclear fusion
In this section we develop in more details another model for the hydrogen nuclear fusion.
Remark19.1.
Denoting by the imaginary unit, in this and in the subsequent sections, for the time-dependent case we generically define the gradient of a scalar function with domain in , denoted by , as
so that
Let be an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by
Here such a set stands for a control volume in which an ionized gas (plasma) flows. Such a gas comprises ionized Deuterium and Tritium atoms intended, through a suitable higher temperature, to chemically react resulting in atoms of Hellion and a field of single energetic Neutrons.
Symbolically such a reaction stands for
We recall that the ionized Deuterium atom is comprised by a proton and a neutron and the ionized Tritium atom is comprised by a proton and two neutrons.
Moreover, the ionized Helium atom is comprised by two protons and two neutrons.
As previously mentioned, resulting from such a chemical reaction up surges also an energetic neutron which the higher kinetics energy has a great variety of applications, including its conversion in electric energy.
We highlight the model here presented includes electric and magnetic fields and the corresponding potential ones.
Denoting by t the time on the interval at this point we define the following density functions:
1.
For the Deuterium field
2.
For the Tritium field
3.
For the Helium field
4.
For the Neutron field
5.
For the electronic field resulting from the ionization
Furthermore, we define also the related densities
1.
2.
For the chemical reaction in question we consider that one unit of mass of fractional proportion of ionized Deuterium and of ionized Tritium results in one unit of mass of fractional proportion of ionized Helium and of neutrons.
Symbolic, this stands for
Concerning the control volume in question and related surface control we assume such a volume has an initial (fot ) amount of ionized Deuterium of and an initial amount of ionized Tritium of The initial amount of ionized Helium and single neutrons are supposed to be zero.
On the other hand, about the surface control , we assume there is a part for which is allowed the entrance and exit of Deuterium and Tritium ionized atoms.
We assume also there is another part such that for which is allowed only the exit of ionized Helium atoms and neutrons, but not their entrance.
In is allowed the exit only (not the entrance) of ionized Deuterium and Tritium atoms.
Indeed, we assume the following relations for the masses:
1.
2.
3.
4.
5.
6.
7.
so that
8.
9.
10.
11.
12.
Here denotes the outward normal vectorial fields to the concerning surfaces.
Having clarified such masses relations, we define the functional
where
and where we assume and , so that
and
and the internal kinetics energy is expressed by
Here it is worth highlighting we have approximated the initially discrete set of indices s of particles as a continuous positive real variable s.
Moreover,
where and are appropriate real constants related to the respective charges.
Here is the fluid velocity field and
are fields of displacements for the corresponding atom fields.
Also denotes the magnetic potential, an external magnetic field and is the total magnetic field.
Moreover, is an induced electric field.
Finally,
for appropriate real positive constants
Such a functional J is subject to the following constraints:
1.
The momentum conservation equation for the fluid motion
Here is the total density and P is the fluid pressure field.
Furthermore,
and
2.
Mass conservation equation:
3.
Energy equation
where we assume the Fourier law
where is the scalar field of temperature.
Also,
and
4.
for an appropriate scalar function .
5.
Mass relations
(a)
(b)
(c)
(d)
(e)
(f)
(g)
(h)
so that
where,
(a)
(b)
(c)
(d)
(e)
(f)
6.
Other mass constraints
(a)
(b)
(c)
(d)
(e)
7.
For the induced electric field, we must have
where and are appropriate real constants related to the respective charges.
8.
A Maxwell equation:
where
9.
Another Maxwell equation:
where the total electric field stands for
and where generically denoting
we have also
At this point we generically denote
Thus, already including the Lagrange multipliers concerning the restrictions indicated, the extended functional stands for
where,
Here we recall the following definitions and relations:
1.
For the Deuterium field
2.
For the Tritium field
3.
For the Helium field
4.
For the Neutron field
5.
For the electronic field resulting from the ionization
1.
2.
Also,
1.
2.
3.
4.
5.
6.
7.
8.
9.
so that
10.
11.
12.
Finally,
and where generically denoting
we have also
and,
20. A final mathematical description of the hydrogen nuclear fusion
In this section we develop in even more details another model for the hydrogen nuclear fusion.
Let be an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by
Here such a set stands for a control volume in which an ionized gas (plasma) flows. Such a gas comprises ionized Deuterium and Tritium atoms intended, through a suitable higher temperature, to chemically react resulting in atoms of Helium and a field of single energetic Neutrons.
Symbolically such a reaction stands for
We recall that the ionized Deuterium atom is comprised by a proton and a neutron and the ionized Tritium atom is comprised by a proton and two neutrons.
Moreover, the ionized Helium atom is comprised by two protons and two neutrons.
As previously mentioned, resulting from such a chemical reaction up surges also an energetic neutron which the higher kinetics energy has a great variety of applications, including its conversion in electric energy.
We highlight the model here presented includes electric and magnetic fields and the corresponding potential ones.
Denoting by t the time on the interval at this point we define the following density functions:
1.
For a single Deuterium atom indexed by s:
2.
For a single Tritium atom indexed by s:
3.
For a single Helium atom indexed by s:
4.
For the Neutron field:
5.
For the electronic field resulting from the ionization
Furthermore, we define also the related densities
1.
2.
For the chemical reaction in question we consider that one unit of mass of fractional proportion of ionized Deuterium and of ionized Tritium results in one unit of mass of fractional proportion of ionized Helium and of neutrons.
Symbolically, this stands for
Concerning the control volume in question and related surface control we assume such a volume has an initial (fot ) amount of ionized Deuterium of and an initial amount of ionized Tritium of The initial amount of ionized Helium and single neutrons are supposed to be zero.
On the other hand, about the surface control , we assume there is a part for which is allowed the entrance and exit of Deuterium and Tritium ionized atoms.
We assume also there is another part such that for which is allowed only the exit of ionized Helium atoms and neutrons, but not their entrance.
In is allowed the exit only (not the entrance) of ionized Deuterium and Tritium atoms.
Indeed, we assume the following relations for the masses:
1.
2.
3.
4.
5.
6.
7.
8.
9.
so that
10.
11.
12.
Here denotes the outward normal vectorial fields to the concerning surfaces.
Having clarified such masses relations, denoting by the respective indexed number of particles at time t, we define the functional
where
and where we assume and , so that
and
and the internal kinetics energy is expressed by
Moreover,
where and are appropriate real constants related to the respective charges.
Here is the fluid velocity field and
are fields of displacements for the corresponding particle fields.
Also denotes the magnetic potential, an external magnetic field and is the total magnetic field.
Moreover, is an induced electric field.
Also,
for appropriate real positive constants
Finally,
where are small real positive constants.
Such a functional J is subject to the following constraints:
1.
The momentum conservation equation for the fluid motion
Here is the total density and P is the fluid pressure field.
Furthermore,
and
2.
Mass conservation equation:
3.
Energy equation
where we assume the Fourier law
where is the scalar field of temperature.
Also,
and
4.
for an appropriate scalar function .
5.
Mass relations
(a)
(b)
(c)
(d)
(e)
where,
(a)
(b)
(c)
(d)
(e)
(f)
(g)
so that
(h)
(i)
6.
Other mass constraints
(a)
(b)
(c)
(d)
(e)
(f)
(g)
(h)
7.
8.
For the induced electric field, we must have
where and are appropriate real constants related to the respective charges.
9.
A Maxwell equation:
where
10.
Another Maxwell equation:
where the total electric field stands for
and where generically denoting
we have also
At this point we generically denote
Thus, already including the Lagrange multipliers concerning the restrictions indicated, the extended functional stands for
where,
Here we recall the following definitions and relations:
1.
For the Deuterium field
2.
For the Tritium field
3.
For the Helium field
4.
For the Neutron field
5.
For the electronic field resulting from the ionization
1.
2.
Also,
1.
2.
3.
4.
5.
6.
7.
8.
9.
so that
10.
11.
12.
Finally,
and where generically denoting
we have also
and,
21. A qualitative modeling for a general phase transition process
In this section we develop a general qualitative modeling for a phase transition process.
Let be an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by
Such a set is supposed to a be a fixed volume in which an amount of mass of a substance A with a density function u will develop phase a transition for another phase with corresponding density function The total mass is suppose to be kept constant throughout such a process.
We model such transition in phase through a functional where
Here and
The phases corresponding to u and v are connected through a Lagrange multiplier E, which represents the chemical potential of the chemical process in question.
We assume the temperature is directly proportional to the internal kinetics energy where
For a internal vibrational motion, we assume approximately
for an appropriate frequency and vectorial function
Thus, the temperature is indeed proportional to , that is, symbolically, we may write
Therefore, we start with the system with a phase corresponding to and at . Gradually increasing the temperature to a corresponding , we obtain a transition to a phase corresponding to and .
At this point, we also define the index normalized corresponding densities
and
Finally, we have obtained some numerical results for the following parameters:
, ,
1.
We start with corresponding to and in .
For the corresponding solutions and , please see Figure 15 and Figure 16, respectively.
2.
We end the process with corresponding to and in .
For the corresponding solutions and , please see Figure 17 and Figure 18, respectively.
22. A mathematical description of a hydrogen molecule in a quantum mechanics context
In this section we develop a mathematical description for a hydrogen molecule.
Let be an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by .
Observe that a single hydrogen molecule comprises two hydrogen atoms physically linked through their electrons.
We recall that each hydrogen atom comprises one proton, one neutron and one electron.
Since the electric charge interaction effects are much higher than those related to the respective masses, in a first analysis we neglect the single neutron densities.
Denoting and time , generically, for a particle at the atom in the molecule , we define the following general density:
Here we have the particle density in the atom with density , at the molecule with a global density .
Here we have also denoted, the particle mass, the mass of atom and the mass of molecule , so that we set the following constraints:
1.
2.
3.
At this point we denote for the atoms e of a hydrogen molecule:
1.
: mass of electron in the atom , where
2.
: mass of proton in the atom , where
Therefore, considering the respective indexed densities for the particles in question, we define the total hydrogen molecule density, denoted by as
Such system is subject to the following constraints:
From the proton in the atom :
For the proton in the atom :
For the atom :
For the atom :
For the electrons and , concerning the physical electronic link between the atoms:
For the total molecular density:
Therefore, already including the Lagrange multipliers, the corresponding variational formulation for such a system stands for , where
Here we denote
we assume
and
Finally,
Remark22.1.
We highlight the two electrons which link the atoms are at same level of energy . Morever, each atom has its energy level and the molecule as a whole has also its energy level
23. A mathematical model for the water hydrolysis
In this section we develop a modeling for a chemical reaction known as the water hydrolysis.
Let be an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by
In such a volume containing a total mass of water initially at the temperature 25 C with pressure 1 atm, we intend to model the following reaction
which as previously mentioned is the well known water hydrolysis.
We highlight stand for a water molecule which subject to an appropriate electric potential is decomposed into a ionized molecule and ionized atom.
It is also well known that the water symbol corresponds to a molecule with two hydrogen (H) atoms and one oxygen (O) atom.
Moreover, the oxygen atom O has 8 protons, 8 neutrons and 8 electrons whereas the hydrogen atom H has one proton, one neutron and one electron.
Remark23.1.
Here we have assumed that a unit mass of reacts into a fractional mass of and a fractional mass of
Symbolically, we have:
To clarify the notation we set the conventions:
molecule generically corresponds to wave function .
molecule corresponds to wave function
hydrogen atom corresponds to wave function
At this point we define the following densities:
For the water density (for charges), denoted by , we have
where is the mass of a single water molecule and generically refers to the hydrogen proton at the hydrogen atom concerning the molecular density and so on.
For the density, denoted by , we have
where is the mass of a single molecule of .
For the ionized hydrogen atom have
where we have denoted is the mass of a single atom of .
Here and are appropriate real constants concerning a proton and an electron charge, respectively.
The system is subject to the following constraints:
Already including the Lagrange multipliers for the constraints, the variational formulation for such system. denoted by the functional stands for
where
Here , , , , ,
Moreover,
where , , and
Furthermore,
where is an electric potential originated from an external electric field applied on
Finally,
24. A mathematical model for the Austenite and Martensite phase transition
In this section we consider a phase transition of a solid solution of () and carbon with a proportion of carbon, known as austenite, initially at a temperature above and close to and rapidly cooled to a temperature of about , developing a phase transition which generates a solid solution of () and carbon known as martensite.
Let be an open, bounded and connected set with a regular boundary denoted by which contains an amount of austenite at and which, as previously mentioned, is rapidly cooled to a temperature on a time interval resulting a phase known as martensite.
We recall the of austenite phase presents a multi-faced cubic crystalline structure in a micro-structure with carbon atoms.
On the other hand, structure of the martensite phase has a cubic centralized crystalline structure in a micro-structure with carbon atoms.
At this point, we also recall that the (iron) atom has 26 protons, 26 electrons and 30 neutrons.
On the other hand a atom has 6 protons and this same number of electrons and neutrons.
Here we define the density function , representing the Austenite phase, where:
Similarly, we define the density function for the Martensite phase, which is denoted by , where:
For the corresponding to the Austenite phase, such density functions are subject to the following constraints:
Defining
and
we must have
where is a small real parameter related to crystalline structure dimensions.
We must have also,
and,
For the corresponding to the Austenite phase, such density functions are subject to the following constraints:
Defining
we must have
where is a small real parameter related to crystalline structure dimensions.
We must have also,
The other constraints for the densities are given by:
1.
For the Austenite phase:
(a)
(b)
(c)
(d)
(e)
(f)
(g)
(h)
2.
For the Martensite phase:
(a)
(b)
(c)
(d)
(e)
(f)
(g)
(h)
3.
For the total (iron) mass,
4.
For the total Carbon mass
At this point we define the functional J which models such a pahse transition in question, where
where
Also,
Finally, , where
and,
Finally, for a field of displacements resulting from the action of a external load field and temperature variations, we define
where
and
Remark24.1.
The system temperature is supposed to be directly proportional to , which in this model is a known function obtained experimentally. Finally, the strain tensors and refer to austenite and martensite phases, respectively. Such tensors also depend on the temperature and must be also obtained experimentally.
25. A note on classical free fields through a variational perspective
This section is strongly based on the first chapter of the book [20], by N.N. Bogoliubov and D.V. Shirkov.
Therefore, the credit for this section is of these mentioned authors. This section is a kind of review of such a book chapter indicated. In fact, what we have done is simply to open more and clarify some calculations, specially about the first variation of the functional L, in order to improve their understanding.
Let where is a bounded, open and connected set with a regular boundary denoted by
Consider the Lagrangian density and an action where
.
We denote
and
Assume is such that
so that
We define a change of variables
where and (here t denotes time).
Also
where denotes a small real parameter.
We define also
where
and
Observe that
so that
Summarizing, we have got
Define now
where we have generically denoted
and
From such a last definition we have
so that
At this point we define
so that
From this and
we obtain
In particular, for
and
we obtain
Moreover, we define
so that
In particular, for
and
we obtain the Energy-Momentum tensor , where
25.1. The Angular-Momentum tensor
In this subsection we define the following change of variables
where
With such relations in mind, we set
We define also,
where
Moreover, we define
where
Hence,
For the general variation, we define again
where we have generically denoted
and
Moreover, we set
and
Thus,
so that
With such results in mind, we define
Similarly as in the previous section, we may obtain
Thus,
where
so that
where
and
The tensor is said to be the Orbital angular momentum tensor and is said to be Spin one.
25.2. A note on the solution of the Klein-Gordon equation
For , and denoting as usual by the imaginary unit, consider the Klein-Gordon equation in distributional sense
where
Defining the Fourier transform of u, by
in the momenta space, the last equation is equivalent to
where we have denoted and
Observe that a general solution for this last equation is given by the wave function
where
Indeed,
Here, we recall that generically for the Dirac delta function we have
Observe that, for the scalar case in the previous section, we have
Also, from
we get
so that
From such results, we may infer that
On the other hand,
Thus, denoting and
we may infer that
Summarizing we have got
so that
may be expressed as a kind of average expectance of related to the function
25.3. A note on the Dirac equation
In this subsection we denote
where
We recall that the relativistic Klein-Gordon equation may be written as
Moreover, for matrices indicated in the subsequent lines, we may obtain
where
and
Here
In such a case the fundamental Dirac equation stands for
Summarizing, if is a solution of this last Dirac equation, then are four solutions of the Klein-Gordon equation.
In the momentum configuration space, through the Fourier transform proprieties, the Dirac equation stands for
where
Observe that
corresponds to a general solution of the Dirac equation.
Indeed,
On the other hand
correspond to four solutions of the Klein-Gordon equation.
At this point, we assume such a corresponds to a solution of the Dirac equation as well.
Furthermore, here we recall that (please see the first chapter of the book [20], by N.N. Bogoliubov and D.V. Shirkov for details):
and
where we also denote
and
On the other hand, a variational formulation for the Dirac equation corresponds to the functional where
where
where here
From such statements and definitions, similarly as in the previous sections (please see [20] for details), we may obtain
and
where
and where
so that
Thus,
where
Summarizing, we have got
where , and
26. A note on quantum field operators
This section is strongly based on the chapter 3, page 53 of the book [21], by G.B. Folland.
Therefore, here we have done a kind of review of these pages of such a book chapter indicated. In fact, we have simply opened more and clarified some calculations, in order to improve their understanding.
Let where is a open, bounded and connected set with a regular boundary denoted
Define and
Consider an operator where in a distributional sense,
In order to complete the induction, it suffices to prove that (162) holds for
Observe that
Thus, the induction is complete, so that
Moreover, we recall that
so that
Summarizing, we have got
Now, we shall prove that
Observe that
Summarizing, we have got
so that
Finally, from such results, we may infer that
Similarly,
Therefore we have got
that is
Thus, for each , is an eigenvalue of H with corresponding eigenvector .
26.1. An application concerning the harmonic oscillator operator in quantum mechanics
In this section we have the aim of representing the relativistic Klein-Gordon equation through the creation and annihilation operations related to the harmonic oscillator in quantum mechanics.
Consider first the one-dimensional Hamiltonian, corresponding to the harmonic oscillator, namely
which through an appropriate re-scale results into the following related Hamiltonian , where
Define now the operators
and
Clearly,
so that
Similarly, as in the previous sections, by induction, we may obtain
For
we define
Also from the previous section, we may obtain
and
so that
Here we recall that
and
In reference [21], page 54 it is proven that such a sequence is an ortho-normal basis for
Finally, observe that for we may define
and
Here generically,
Observe that clearly
and
Denoting where t stands for time, consider the relativistic Klein-Gordon equation,
From the previous results, we may represent such an equation by
We highlight from the previous results we know the action of and on an appropriate basis of obtained though an appropriate tensorial product of the bases
We shall call the operators and as the creation and annihilation operators concerning the original harmonic operator in quantum mechanics.
To justify such a nomenclature, we recall that and
27. A dual variational formulation for a related model
In this section we develop a concave dual variational formulation for a Ginzburg-Landau type equation.
Let be an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by
Consider a functional defined by
where , , and
We also denote
Define now
for some appropriate and, by
where
for some small parameter
Observe that
where we have denoted
and
Observe that
so that we define
With such assumptions and definitions in mind, we may prove the following theorem:
Theorem27.1.
For suppose is such that
Let be such that
where
Suppose
Under such hypotheses,
and
Proof.
The proof that
is immediate from
Moreover, the proof that
and
may be done similarly as in the previous sections.
Observe that
so that is concave in as the infimum of a family of concave functionals in .
From this and we get
Furthermore observe that
Hence
Joining the pieces, we have got
The proof is complete. □
28. The generalized method of lines applied to fourth order differential equations
In this sections we develop an application of the generalized method of lines to a fourth order equation.
We start by addressing the following ordinary differential equation (ode):
with the boundary conditions
and
In terms of linear elasticity, such a boundary conditions corresponds to a bi-clamped beam.
In a finite difference context, this last equation corresponds to
where N is the number of nodes and .
Considering that, from the boundary conditions, for we get
so that
where
Similarly, for , we obtain
Hence, replacing the value of previously obtained in this last equation, we have
so that
where defining , we have also
Now reasoning inductively, for n, having
and
we obtain
so that from this and
we obtain
so that
where defining
we obtain
and
Summarizing, we have got
Observe now that from the boundary conditions,
From these last two equations, we may obtain
and
and so on up to obtaining
The problem is then solved.
28.1. A numerical example
We develop a numerical example considering
and
Thus, we have solved the equation
with the boundary conditions
and
In a finite differences context, we have used nodes and
29. A note on hyper-finite differences for the generalized method of lines
In this section we develop an application of the hyper finite differences method through an approximation of the generalized method of lines.
Consider the equation
As is small, in order to decrease the error concerning the approximations used we propose to divide the domain into sub-intervals of same measure. Thus we define
For each sub-interval we are going to obtain an approximate solution of the equation in question with the general boundary conditions
and
Denoting such a solution by
where
and
where is the fixed number of nodes in each interval .
Observe that in a finite differences context, linearizing it about a initial solution the equation in question stands for:
In particular, for , we obtain
so that
where
and
Now reasoning inductively, having
and
so that
where,
we obtain
where,
and
Observe that in particular for , we have and so that from above, neglecting , we also obtain
Similarly, for we may obtain
and so on, up to finding
At this point we connect the sub-intervals by setting
and obtaining by solving the equations
Having obtained we may obtain the solution where and
The next step is to replace by and then to repeat the process until an appropriate convergence criterion is satisfied.
The problem is then approximately solved.
We have obtained numerical results for , on , , and
For the related software in MATHEMATICA we have obtained
Here the software and results:
**************************
1.
Clear[u, U, z, N1];
m8 = 100;
N1 = 10;
d = 1/m8/N1;
e1 = 0.001;
For[k = 1, k < N1 + 1, k++,
For[i = 0, i < m8 + 1, i++,
uo[i, k] = 1.01]];
A = 1.0;
B = 1.0;
a[1] = 1.0/2;
b[1] = 1.0/2;
c[1] = 1/2.0;
e[1] = ;
For[i = 2, i < m8, i++,
a[i] = 1/(2.0 - a[i - 1]);
b[i] = b[i - 1]*a[i];
c[i] = a[i]*(c[i - 1] + 1.0);
e[i] = ;
];
For[k1 = 1, k1 < 10, k1++,
Print[k1];
Clear[U, z];
For[k = 1, k < N1 + 1, k++,
u[0, k] = U[k - 1];
u[m8, k] = U[k];
For[i = 1, i < m8, i++,
z = a[m8 - i]*u[m8 - i + 1, k] + b[m8 - i]*u[0, k] +
c[m8 - i]*(-3*A*uo[m8 - i + 1, k]*u[m8 - i + 1, k] +
2*A*uo[m8 - i + 1, k] + B*u[m8 - i + 1, k])* +
e[m8 - i];
u[m8 - i, k] = Expand[z]]];
U[0] = 0.0;
U[N1] = 0.0;
S = 0;
For[k = 1, k < N1, k++,
S = S + (e1*(-u[m8 - 1, k] + 2*U[k] - u[1, k + 1])/ +
Observe that along the domain we have obtained approximately the constant value . This is expected since is small and such a value u is approximately the solution of equation
30. Applications to the optimal shape design for a beam model
In this section, we present a numerical procedure for the shape optimization concerning the Bernoulli beam model.
Let corresponds to the horizontal axis of a straight beam with rectangular cross section , that is, the beam has a variable thickness distributed along such a horizontal axis x, where
Define now
which corresponds to a simply supported beam.
Consider the problem of minimizing in the functional
subject to
where
is variable beam thickness, corresponds to a rectangular cross section perpendicular to the x axis, and E is the young elasticity model.
Also, we define
where and
Observe that
where
Summarizing, we have got
In order to obtain numerical results, we suggest the following primal dual procedure:
Set and
Calculate solution of equation
where
Calculate such that
where
Set and go to step 2 until an appropriate convergence criterion is satisfied.
We have developed numerical results for , , , , and
For a corresponding optimal solution , please see Figure 23.
Remark30.2.
For such a bi-clamped beam model, for the numerical solution of equation
with the boundary conditions
firstly we have solved the equation
with the boundary conditions
Subsequently, we solved the equation
with the boundary conditions
obtaining such that the boundary conditions
are also satisfied.
Here we present the software developed in MAT-LAB.
*************************
1.
clear all
global m8 d d2wo H e1 ho h1 xo b5
m8=100;
d=1.0/m8;
b5=0.1;
e1=210*;
ho=0.18;
A=zeros(m8-1,m8-1);
for i=1:m8-1
A(1,i)=1.0;
xo(i,1)=0.55;
x3(i,1)=0.55;
end;
lb=0.4*ones(m8-1,1);
ub=ones(m8-1,1);
b=zeros(m8-1,1);
b(1,1)=0.65*(m8-1);
for i=1:m8
f(i,1)=1.0;
L(i,1)=1/2;
P(i,1)=36.0*;
end;
i=1;
m12=2;
m50(i)=1/m12;
z(i)=1/m50(i)*(-P(i,1)*);
for i=2:m8-1
m12=2-m50(i-1);
m50(i)=1/m12;
z(i)=m50(i)*(-P(i,1)*+z(i-1));
end;
v(m8,1)=0;
for i=1:m8-1
v(m8-i,1)=m50(m8-i)*v(m8-i+1,1)+z(m8-i);
end;
k=1;
b12=1.0;
while
k
k=k+1;
for i=1:m8-1
H(i,1)=b5*/12*e1;
f1(i,1)=v(i,1)/H(i,1);
f2(i,1)=i*d/H(i,1);
f3(i,1)=1/H(i,1);
end;
i=1;
m12=2;
m70(i)=1/m12;
z1(i)=m70(i)*(-f1(i,1)*);
z2(i)=m70(i)*(-f2(i,1)*);
z3(i)=m70(i)*(-f3(i,1)*);
for i=2:m8-1
m12=2-m70(i-1);
m70(i)=1/m12;
z1(i)=m70(i)*(-f1(i,1)*+z1(i-1));
z2(i)=m70(i)*(-f2(i,1)*+z2(i-1));
z3(i)=m70(i)*(-f3(i,1)*+z3(i-1));
end;
w1(m8,1)=0;
w2(m8,1)=0;
w3(m8,1)=0;
for i=1:m8-1
w1(m8-i,1)=m70(m8-i)*w1(m8-i+1,1)+z1(m8-i);
w2(m8-i,1)=m70(m8-i)*w2(m8-i+1,1)+z2(m8-i);
w3(m8-i,1)=m70(m8-i)*w3(m8-i+1,1)+z3(m8-i);
end;
m3(1,1)=w2(1,1);
m3(1,2)=w3(1,1);
m3(2,1)=w2(m8-1,1);
m3(2,2)=w3(m8-1,1);
h3(1,1)=-w1(1,1);
h3(2,1)=-w1(m8-1,1);
h5(:,1)=inv(m3)*h3;
for i=1:m8
wo(i,1)=w1(i,1)+h5(1,1)*w2(i,1)+h5(2,1)*w3(i,1);
end;
d2wo(1,1)=(-2*wo(1,1)+wo(2,1))/;
for i=2:m8-1
d2wo(i,1)=(wo(i+1,1)-2*wo(i,1)+wo(i-1,1))/;
end;
k9=1;
b14=1.0;
while
k9
k9=k9+1;
X=fmincon(’beamNov2023’,xo,A,b,,lb,ub);
b14=max(abs(xo-X))
xo=X;
end;
b12=max(abs(xo-x3))
x3=xo;
for i=1:m8-1
L(i,1)=xo(i,1);
end;
end;
*****************************
Remark30.3.
About the numerical results obtained for these two beam models, a final word of caution is necessary.
Indeed, the full convergence in such cases is hard to obtain so that we have obtained just approximations of critical points with the functionals close to their optimal values. It is also worth emphasizing we have fixed the number of iterations so that the solutions and shapes obtained are just approximate ones.
31. Applications to the optimal shape design for a plate model
In this section, we present a numerical procedure for the shape optimization concerning a thin plate model.
Let corresponds to the middle surface of a thin plate with a variable thickness .
Define now
which corresponds to a simply supported plate.
Consider the problem of minimizing in the functional
subject to
where
is variable plate thickness, E is the young elasticity model and .
Also, we define
where and
Observe that
where
Summarizing, we have got
In order to obtain numerical results, we suggest the following primal dual procedure:
Set and
Calculate solution of equation
where
Calculate such that
where
Set and go to step 2 until an appropriate convergence criterion is satisfied.
For a corresponding optimal solution , please see Figure 22.
Remark31.1.
For such a simply-supported plate model, for the numerical solution of equation
with the boundary conditions
firstly we have solved the equation
with the boundary conditions
Subsequently, we have solved the equation
with the boundary conditions
Here we present the software developed in MAT-LAB.
*********************
1.
clear all
global m8 d d2xwo d2ywo H e1 ho xo b5
m8=40;
d=1.0/m8;
w5=0.3;
e1=200*/;
ho=0.12;
A=zeros();
for i=1:
A(1,i)=1.0;
xo(i,1)=0.55;
x3(i,1)=0.55;
end;
lb=0.45*ones(,1);
ub=ones(,1);
b=zeros(,1);
b(1,1)=0.75*
for i=1:(m8-1)
for j=1:m8-1
f(i,j,1)=1.0;
L(i,j,1)=1/2;
P(i,j,1)=2*; end;
end;
for i=1:m8
wo(:,i)=0.001*ones(m8-1,1);
end;
m2=zeros(m8-1,m8-1);
for i=2:m8-2
m2(i,i)=-2.0;
m2(i,i-1)=1.0;
m2(i,i+1)=1.0;
end;
m2(1,1)=-2.0;
m2(1,2)=1.0;
m2(m8-1,m8-1)=-2.0;
m2(m8-1,m8-2)=1.0;
Id=eye(m8-1);
i=1;
m12=2*Id-m2*; m50(:,:,i)=inv(m12);
z(:,i)=m50(:,:,i)*(-P(:,i,1)*);
for i=2:m8-1
m12=2*Id-m2*-m50(:,:,i-1);
m50(:,:,i)=inv(m12);
z(:,i)=m50(:,:,i)*(-P(:,i,1)*+z(:,i-1));
end; v(:,m8)=zeros(m8-1,1);
for i=1:m8-1
v(:,m8-i)=m50(:,:,m8-i)*v(:,m8-i+1)+z(:,m8-i);
end;
k=1;
b12=1.0;
while () and ()
k
k=k+1;
for i=1:m8-1
for j=1:m8-1
H(j,i,1)=/12*e1;
f1(j,i,1)=v(j,i)/H(j,i,1);
end;
end;
i=1;
m12=2*Id-m2*;
m70(:,:,i)=inv(m12);
z1(:,i)=m70(:,:,i)*(-f1(:,i,1)*);
for i=2:m8-1
m12=2*Id-m2*-m70(:,:,i-1);
m70(:,:,i)=inv(m12);
z1(:,i)=m70(:,:,i)*(-f1(:,i,1)*+z1(:,i-1));
end;
w(:,m8)=zeros(m8-1,1);
for i=1:m8-1
w(:,m8-i)=m70(:,:,m8-i)*w(:,m8-i+1)+z1(:,m8-i);
end;
d2xwo(:,1)=(-2*w(:,1)+w(:,2))/;
for i=2:m8-1
d2xwo(:,i)=(w(:,i+1)-2*w(:,i)+w(:,i-1))/;
end;
for i=1:m8-1
d2ywo(:,i)=m2*w(:,i)/;
end;
k9=1; b14=1.0;
while () and ()
k9
k9=k9+1;
X=fmincon(’beamNov2023A3’,xo,A,b,,lb,ub);
b14=max(abs(xo-X))
xo=X;
end;
b12=max(max(abs(w-wo)))
wo=w;
x3=xo;
for i=1:m8-1
for j=1:m8-1
L(j,i,1)=xo((i-1)*(m8-1)+j,1);
end;
end;
end;
for i=1:m8-1
x8(i,1)=i*d;
end;
mesh(x8,x8,L);
*********************
With the auxiliary function "beamNov2023A3’, where
****************************
1.
function S=beamNov2023A3(x)
global m8 d d2xwo d2ywo H e1 ho xo b5
S=0;
for i=1:m8-1
for j=1:m8-1
x1(j,i)=x((m8-1)*(i-1)+j,1);
end;
end;
for i=1:m8-1
for j=1:m8-1
S=S+;
end;
end;
********************************
Remark31.2.
About the numerical results obtained for this plate model, a final word of caution is necessary.
Indeed, the full convergence in such a case is hard to obtain so that we have obtained just approximations of critical points with the functional close to its optimal value. It is also worth emphasizing we have fixed the number of iterations so that the solution and shape obtained are just approximate ones.
32. A note on the first Maxwell equation of electromagnetism
Let be an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by .
Suppose is an electric field of class in
Let be also an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by .
Observe that there exists a scalar field such that
and
Here denotes the normal outward field to S.
Observe also that
so that defining
we have that
Hence, from such results and the divergence Theorem, we get
Summarizing, we have got
Consider now a charge localized at the center of a sphere of radius and boundary
The electric field on the sphere surface generated by is given by
where is the normal outward field to .
Clearly
Consider again the set but now with a charge localized at a point inside the interior of , which is denoted by .
At first the electric field generated by is not of class on
However, there exists such that
Define .
Therefore, is of class on
Denoting the boundary of by , from the previous results, we may infer that
so that
Therefore, we have got
Assume now on we have a density of charges .
For a small volume consider a punctual charge localized in such that
Denoting by the electric field generated by , from the previous results we may infer that
Such an equation in its differential form, stands for:
Integrating in we may obtain
so that
From this and the Divergence Theorem, we have
Summarizing, we have got
This is the integral form of the first Maxwell equation of electromagnetism.
For this last equation, the set is rather arbitrary so that for as a ball of small radius with center at a point , from the Mean Value Theorem fot integrals and letting , we obtain
This last equation stands for the differential form of the first Maxwell equation of electromagnetism.
Remark32.1.
Summarizing, in this section we have formally obtained a mathematical deduction of the first Maxwell equation of electromagnetism.
33. A note on relaxation for a general model in the vectorial calculus of variations
Let be an open, bounded and connected set with a regular (Lipschitzian) boundary denoted by
Consider a function twice differentiable and such that
Define a functional by
where
Moreover, for , define also
We assume there exists such that
Observe that from the convex analysis basic theory, we have that
On the other hand
where
From such results, we may infer that
Furthermore, observe that
so that
where so that
and
Therefore,
Replacing such results into the expression of H, we have
where
Joining the pieces, we have got
This last functional corresponds to a relaxation for the original non-convex functional.
The note is complete.
33.1. Some related numerical results
In this subsection we present numerical results for an one-dimensional model and related relaxed formulation.
For , consider the functional where
Based on the results of the previous section, denoting we define the following relaxed functional where
Indeed, we have developed an algorithm for minimizing the following regularized functional where
for a small parameter .
For the case in which , for the optimal solution u, please see Figure 26.
For the case in which , for the optimal solution u, please see Figure 27.
For the case in which , for the optimal solution u, please see Figure 28.
We highlight to obtain the solution for this last case which is harder. A good solution was possible only using
as the initial solution concerning the iterative process.
Here we present the software in MAT-LAB developed.
*****************
1.
clear all
global m8 d u e3
m8=100;
d=1/m8;
e3=0.0005;
for i=1:2*m8+1
xo(i,1)=0.36;
end;
b12=1.0;
k=1;
while
k
k=k+1;
X=fminunc(’funDecember2023’,xo);
b12=max(abs(xo-X))
xo=X;
u(m8/2)
end;
for i=1:m8
x(i,1)=i*d;
end;
plot(x,u);
***********************
With the main function "funDecember2023"
*********************
1.
function S=funDecember2023(x)
global m8 d u e3
for i=1:m8
u(i,1)=x(i,1);
v(i,1)=x(i+m8,1);
yo(i,1)=sin(pi*i*d)/2;
end;
L=(1+sin(x(2*m8+1,1)))/2;
u(m8,1)=1/2;
v(m8,1)=0.0;
du(1,1)=u(1,1)/d;
dv(1,1)=v(1,1)/d;
for i=2:m8
du(i,1)=(u(i,1)-u(i-1,1))/d;
dv(i,1)=(v(i,1)-v(i-1,1))/d;
end;
d2u(1,1)=(-2*u(1,1)+u(2,1))/;
for i=2:m8-1
d2u(i,1)=(u(i-1,1)-2*u(i,1)+u(i+1,1))/;
end;
S=0;
for i=1:m8
S=S+;
S=S+;
S=S+;
end;
for i=1:m8-1
S=S+e3*;
end;
*******************
33.2. A related duality principle and concerning convex dual formulation
With the notation and statements of the previous sections in mind, consider the functionals and where
and
Here we have denoted
and
Observe that
Moreover,
Therefore,
where
Furthermore, where
and
Summarizing, we have got
Remark33.1.
We highlight this last dual function in is convex (in fact concave) on the convex set .
34. A general convex primal dual formulation for an originally non-convex primal one
Let be an open bounded and connected set with a regular (Lipschitzian) boundary denoted by
Consider the functional where
where , and
Define and by
and
Define also and by
and
if , where
for some appropriate to be specified.
At this point we define
for appropriate to be specified, and by
Moreover, we define by
Observe that
and
From such results, we may obtain
From such results, in particular for
and we have that is convex in and concave in on
With such statements, definitions and results in mind, we may prove the following theorem.
Theorem34.1.
Let be such that
Under such hypotheses,
and
Proof.
The proof that and
may be done similarly as in the previous sections and will not be repeated.
Furthermore, since
and is convex in and concave in on , we have
and
From such results and the Saddle Point Theorem we may infer that
The proof is complete.
□
35. Conclusion
In the first part of this article we have developed a relaxation proposal and duality principles suitable for a large class of models in physics and engineering.
In a second part we develop duality principles for the quasi-convex envelop of some vectorial models in the calculus of variations.
We highlight such dual variational formulations established are in general convex (in fact concave).
Finally, in the last sections, we develop mathematical models for some types of chemical reactions, including the hydrogen nuclear fusion and the water hydrolysis. Among such results, we highlight our proposal of modeling the Ginzburg-Landau theory in super-conductivity as a two-phase eigenvalue approach.
Data Availability Statement
Details on the software for numerical results avaialable upon request. e-mail: fabio.botelho@ufsc.br.
Conflicts of Interest
The author declares no conflict of interest concerning this article.
References
W.R. Bielski, A. Galka, J.J. Telega, The Complementary Energy Principle and Duality for Geometrically Nonlinear Elastic Shells. I. Simple case of moderate rotations around a tangent to the middle surface. Bulletin of the Polish Academy of Sciences, Technical Sciences, Vol. 38, No. 7-9, 1988.
W.R. Bielski and J.J. Telega,A Contribution to Contact Problems for a Class of Solids and Structures, Arch. Mech., 37, 4-5, pp. 303-320, Warszawa 1985.
J.J. Telega, On the complementary energy principle in non-linear elasticity. Part I: Von Karman plates and three dimensional solids, C.R. Acad. Sci. Paris, Serie II, 308, 1193-1198; Part II: Linear elastic solid and non-convex boundary condition. Minimax approach, ibid, pp. 1313-1317 (1989).
A.Galka and J.J.Telega, Duality and the complementary energy principle for a class of geometrically non-linear structures. Part I. Five parameter shell model; Part II. Anomalous dual variational priciples for compressed elastic beams, Arch. Mech. 47 (1995) 677-698, 699-724.
J.F. Toland, A duality principle for non-convex optimisation and the calculus of variations, Arch. Rat. Mech. Anal., 71, No. 1 (1979), 41-61.
R.A. Adams and J.F. Fournier, Sobolev Spaces, 2nd edn. (Elsevier, New York, 2003).
F. Botelho, Functional Analysis and Applied Optimization in Banach Spaces, Springer Switzerland, 2014.
F.S. Botelho, Functional Analysis, Calculus of Variations and Numerical Methods in Physics and Engineering, CRC Taylor and Francis, Florida, 2020.
F.S. Botelho, Variational Convex Analysis, Ph.D. thesis, Virginia Tech, Blacksburg, VA -USA, (2009).
F. Botelho, Topics on Functional Analysis, Calculus of Variations and Duality, Academic Publications, Sofia, (2011).
F. Botelho, Existence of solution for the Ginzburg-Landau system, a related optimal control problem and its computation by the generalized method of lines, Applied Mathematics and Computation, 218, 11976-11989, (2012).
F.S. Botelho, Dual Variational Formulations for a Large Class of Non-Convex Models in the Calculus of Variations, Mathematics 2023, 11(1), 63. [CrossRef]
J.F. Annet, Superconductivity, Superfluids and Condensates, 2nd edn. ( Oxford Master Series in Condensed Matter Physics, Oxford University Press, Reprint, 2010).
L.D. Landau and E.M. Lifschits, Course of Theoretical Physics, Vol. 5- Statistical Physics, part 1. (Butterworth-Heinemann, Elsevier, reprint 2008).
F.S. Botelho, Advanced Calculus and its Applications in Variational Quantum Mechanics and Relativity Theory, CRC Taylor and Francis, Florida, 2021.
P.Ciarlet, Mathematical Elasticity, Vol. II – Theory of Plates, North Holland Elsevier (1997).
H. Attouch, G. Buttazzo and G. Michaille, Variational Analysis in Sobolev and BV Spaces, MPS-SIAM Series in Optimization, Philadelphia, 2006.
J.C. Strikwerda, Finite Difference Schemes and Partial Differential Equations, SIAM, second edition (Philadelphia, 2004).
N.N. Bogoliubov and D.V. Shirkov, Introduction of the Theory of Quantized Fields, Monographs and Texts in Physics and Astronomy, Vol. III, Intercience Publishers INC., New York, USA, 1959.
G.B. Folland, Quantum Field Theory, A Tourist Guide for Mathematicians, Mathematical Surveys and Monographs, Vol. 149, Americam Mathematical Society, AMS, Providence, Rhode Island, USA, 2008.
Figure 1.
Solution for the case .
Figure 1.
Solution for the case .
Figure 2.
Solution for the case .
Figure 2.
Solution for the case .
Figure 3.
Solution for the case .
Figure 3.
Solution for the case .
Figure 4.
Solution for the case .
Figure 4.
Solution for the case .
Figure 5.
Density for the Case A.
Figure 5.
Density for the Case A.
Figure 6.
Density for the Case B.
Figure 6.
Density for the Case B.
Figure 7.
Solution for the example 1.
Figure 7.
Solution for the example 1.
Figure 8.
Solution for the example 2.
Figure 8.
Solution for the example 2.
Figure 9.
Solution for the example A.
Figure 9.
Solution for the example A.
Figure 10.
Solution for the example B.
Figure 10.
Solution for the example B.
Figure 11.
Solution for the .
Figure 11.
Solution for the .
Figure 12.
Solution for the .
Figure 12.
Solution for the .
Figure 13.
Solution for the .
Figure 13.
Solution for the .
Figure 14.
Solution for the .
Figure 14.
Solution for the .
Figure 15.
Solution for .
Figure 15.
Solution for .
Figure 16.
Solution for .
Figure 16.
Solution for .
Figure 17.
Solution for .
Figure 17.
Solution for .
Figure 18.
Solution for .
Figure 18.
Solution for .
Figure 19.
Solution for the example B.
Figure 19.
Solution for the example B.
Figure 20.
Optimal solution for a simply supported beam.
Figure 20.
Optimal solution for a simply supported beam.
Figure 21.
Optimal shape solution for a simply supported beam.
Figure 21.
Optimal shape solution for a simply supported beam.
Figure 22.
Optimal solution for a bi-clamped beam.
Figure 22.
Optimal solution for a bi-clamped beam.
Figure 23.
Optimal shape solution for a bi-clamped beam.
Figure 23.
Optimal shape solution for a bi-clamped beam.
Figure 24.
Optimal solution for a simply supported plate.
Figure 24.
Optimal solution for a simply supported plate.
Figure 25.
Optimal shape solution for a simply supported plate.
Figure 25.
Optimal shape solution for a simply supported plate.
Figure 26.
Optimal solution for the case .
Figure 26.
Optimal solution for the case .
Figure 27.
Optimal solution for the case .
Figure 27.
Optimal solution for the case .
Figure 28.
Optimal solution for the case .
Figure 28.
Optimal solution for the case .
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.