Return to computing page for the first course APMA0330
Return to computing page for the second course APMA0340
Return to Mathematica tutorial for the first course APMA0330
Return to Mathematica tutorial for the second course APMA0340
Return to the main page for the course APMA0330
Return to the main page for the course APMA0340
Return to Part IV of the course APMA0330
We present some applications of differential equations of order greater than one.
Example 1: (Flow Problem)
A 500 liter container initially contains 10 kg of salt. A brine mixture of
100 grams of salt per liter is entering the container at 6 liter per minute.
The well-mixed contents are being discharged from the tank at the rate of
6 liters per minute.
Express the amount
of salt in the container as a function of time.
Salt is coming at the rate: 6*(0.1)=0.6 kg/min
d yin /dt =0.6 ; d yout/dt = 6x/500
where θ is the angle measured from the bottom of the hoop with respect to the direction of the rotation axis and α is the angle formed between the rotation axis and the vertical direction. If there exist a friction, which could be modeled by the force
Inserting these expressions into the Lagrangian \( L = \mbox{K} - \Pi , \) and applying the Euler--Lagrange equations, we obtain the equation of motion:
Therefore, if the angular velocity of the hoop ω is greater than a critical angular velocity ωc, we observe the third critical point; otherwise thare are only two of them. This situation indicates that we observe a supercritical pitchfork bifurcation about the stationary value ωc.
Example: Move to chapter 4, application4
Consider the Lane--Emden type
equation with an exponential nonlinearity of the
solution with respect to the variable base
We can rewrite the Duffing equation in the operator form:
\[
L\left[ y \right] \equiv \texttt{D}^2 y = N \left[ y \right] \equiv
\varepsilon \,y^3 - k\, y.
\]
Physically, the resilience of the oscillator is directly proportional to
N[y]. When k ≥ 0 and ε < 0, there is one
unique equilibrium point y = 0 where the nonlinear term vanishes.
However, when k ≤ 0 and ε > 0, there are two
equilibrium points: y = 0 and
\( y = \sqrt{|k/\varepsilon |} . \)
From the physical points of view, the sum of the kinetic and
potential energy of the oscillator keeps the same, therefore it is clear that
the oscillation motion is periodic, no matter k is positive or
negative. Thus, from physical points of view, it is easy to know that
y(t) is periodic, even if we do not directly solve the Duffing
equation.
■
End of Example 4
Example 5: (Flow Problem)
Our example is based on Gladkov's article. Although the problem of brachistochrone, which was stated by Johann Bernoulli in 1696, has been discussed previously in section on Reduction higher order ODEs, we reconsider this problem when an object slides under the Coulomb friction force.
We assume that an object is spherical form is rolling over a curve without slip under gravity in
vacuum and the sphere is decelerated only by the force
of interaction with the body according to the Coulomb law. A schematic of the forces and geometric statement of the problem are given in the following figure.
where τ − n is the moving basis shown in the figure, R is the radius of curvature of the motion path, τ is the unit
vector of the tangent directed along the velocity, and n
is the normal vector. From here on, a dot above a variable means time differentiation, and it is assumed that v = v(t).
It follows from the lower equation that the reaction
force is
\[
N = m \left( \frac{v^2}{R} - g\,\cos\alpha \right) .
\]
When considering brachistochrone, the following
condition should be satisfied (as was demonstrated
in the article by A. A. Barsuk and F. Paladi, International Journal of Non-Linear Mechanics,
148, 43 (2023).):
\[
\frac{v^2}{R} = -g\,\cos\alpha .
\]
(Note that, if \( \displaystyle \quad v = g\, \cos\alpha , \quad \) the trajectory is a parabola.) Therefore, according to \( \displaystyle \quad N = m \left( \frac{v^2}{R} - g\,\cos\alpha \right) , \quad \) the reaction force is
\[
N = -2mg\,\cos\alpha \ge 0 .
\]
Hence, the friction force becomes
\[
F-{gr} = \mu\, N = -2\mu \,mg\,\cos\alpha .
\]
This allows us to rewrite the system of equation (5.2) as
It follows from this solution that, in the ideal-case
limit (where the friction coefficient μ → 0 ), we
obtain the parametric equation of classical brachistochrone
The fact that this solution describes specifically brachistochrone can easily be verified by calculation of
the time of ball rolling from the upper point
(where α = π/2) to the lower one (where α = π).For the
classical brachistochrone, this time is
Taking into account expression \( \displaystyle \quad v = - C_1 \cos\alpha \, e^{-2\mu\alpha}, \quad \) according to
which we find directly the desired rolling time:
\[
\Delta t = \pi \sqrt{\frac{H}{2g}} ,
\]
which coincides with (5.6), as was to be proved.
■
End of Example 5
Raviola, Lisandro A., Veliz, Maximiliano E., Salomone, Horacio D., Olivieri, Nestor A., and Rodriguez, Eduardo E. The bead on a rotating hoop revisited: an unexpected resonance, European Journal of Physics, 38, 2017, 015005 (13pp).
Gladkov, S.O., Exact Solution of the Problem of Brachistochrone with Allowance
for the Coulomb Friction Forces, Technical Physics Letters, 2023, Vol. 49, No. 3, pp. 26–28.
Perez F., Granger B.E., and Hunter J.D., Python: an ecosystem for scientific computing, Computing in Science & Engineering, Volume: 13, Issue: 2, 2011, pages: 13--21. doi: 10.1109/MCSE.2010.119
Sivardiere J., A simple mechanical model exhibiting a spontaneous symmetry breaking, American Journal of Physics, 51, 1983, 1016 https://doi.org/10.1119/1.13362
Drugowich de Felicio J.R. and Hipolito O., Spontaneous symmetry breaking, American Journal of Physics, 53, 1985, 690
Ochoa F. and Clavijo J., Bead, hoop, and spring as a classical spontaneous symmetr breaking problem, European Journal of Physics, 27, 2006, 1277
Rousseaux G., Bead, hoop, and spring ...: some theoretical remarks, European Journal of Physics, 28, 2007, L7--9
Mancuso R.V., A working mechanical model for first- and second-order phase transition and the cusp catastrope, American Journal of Physics, 68, 2000, 271
Cross R., Coulomb's law for tolling friction, American Journal of Physics, 84, 2016, 221
Return to Mathematica page
Return to the main page (APMA0330)
Return to the Part 1 (Plotting)
Return to the Part 2 (First Order ODEs)
Return to the Part 3 (Numerical Methods)
Return to the Part 4 (Second and Higher Order ODEs)
Return to the Part 5 (Series and Recurrences)
Return to the Part 6 (Laplace Transform)
Return to the Part 7 (Boundary Value Problems)