Closed-Form Almost Periodical Solutions for a Dynamical System Using the Optimal Auxiliary Functions Method
Abstract
1. Introduction
2. Closed-Form Solutions for 3D Dynamical System
3. Stepwise of the OAFM
3.1. Basic Ideas
3.2. Semi-Analytical Solutions via OAFM Procedure
- The first advantage consists of the choice of the linear operator such that an initial approximation could be an elementary function, taking into consideration the eigenvalues of the Jacobian matrix of the linear part associated with System (1). The operator does not contain any small parameter.
- The second advantage consists of the choice of the auxiliary functions such that the OAFM solution is approaching the exact solution. The real parameters from above relations will be optimally identified via the least squares method.
- A third advantage can be the writing of the OAFM solution in the effective form.
- A fourth advantage of the OAFM procedure is building the OAFM solution using only one iteration.
4. Numerical Results and Discussion
4.1. Qualitative Analysis of Errors
4.2. Study of Heteroscedasticity
- First, the box-plot graph (see Figure 8):Figure 8. Box-plot for residuals.
- Second, the statistical mean value and, respectively, the standard deviation: Mean value of groupsStandard deviation of groups
- The Bartlett test in RNull Hypothesis (): All group variances are equal.Alternative Hypothesis (): At least two group variances are different.For each of , take samples from that population. Let its sample variances be . Bartlett’s test statistic iswhere and is the pooled estimate for the variance (see Bartlett [35]).Results from R-software:Bartlett’s K-squared = 35.186, df = 2, p-value = 2.288Since the p-value is less than 0.05, the decision is to reject , indicating that the data is consistent with unequal variances from a statistical perspective. However, this classical test has certain limitations, particularly when the values in the series (residuals) are not normally distributed (as explained in Section 3) or when outliers whether accidental, atypical, or abnormal are present. Over time, alternative tests have been proposed to assess homoscedasticity, such as Levene’s Test for Homogeneity of Variance.
- The Levene’s test in RLevene’s test is an inferential statistical method used to evaluate whether the variances of a variable are equal across two or more groups. The test examines the null hypothesis, which posits that population variances are equal to a condition known as homogeneity of variance or homoscedasticity. When the test generates a p-value lower than a predetermined significance level, typically 0.05, it suggests that the observed differences in sample variances are unlikely to be due to random sampling from a population with equal variances. Consequently, the null hypothesis of equal variances is rejected, indicating that the variances in the population differ.The test statistic,where:k is the number of different groups to which the sampled cases belong,is the number of cases in the -th group,N is the total number of cases in all groups,is the value of the measured variable for the -th case from the -th group,(both definitions are in use)is the mean of the for group i,is the mean of all ,Results from the R-software:Df F value47 1.7343 0.1876Because the p-value > 0.05, then the decision is “fails to reject the null hypothesis”, i.e., “The assumption of equal variances (homoscedasticity) holds true”.
4.3. Study of Autocorrelation
- Durbin–Watson testThe Durbin–Watson statistic serves as a diagnostic tool to identify autocorrelation at lag 1 within the residuals (prediction errors) of a regression analysis. Autocorrelation arises when residuals are not independent, thus breaching a fundamental assumption of linear regression. This test is specifically designed to uncover potential patterns or relationships in the errors over time or across observations.If is the residual series, thenwhere N is the number of observations. For large N, is approximately equal to , where is the sample autocorrelation of the residuals at lag 1 (see Durbin et al. [38]).This test is designed to evaluate the following statistical hypotheses:Null Hypothesis (H0): there is no first-order autocorrelation present in the residuals.Alternative Hypothesis (Ha): first-order autocorrelation exists in the residuals.For making a statistical decision, a p-value less than 0.05 indicates significant evidence of autocorrelation, justifying the rejection of the null hypothesis that assumes uncorrelated residuals. Additionally, in cases where autocorrelation is detected, some common interpretations or implications may arise regarding model adequacy and potential adjustments needed for improved accuracy.: residuals are likely independent (no autocorrelation).: suggests positive autocorrelation, common in time-series data.: suggests negative autocorrelationIn practice, a value near 2 indicates no autocorrelation, while values closer to 0 indicate positive correlation, and values closer to 4 indicate negative correlation. Generally, values of 1.5–2.5 are considered acceptable (see, for example Field [39]). More precisely, to make a precise decision, compare the calculated statistic to the lower and upper critical values from a Durbin–Watson table (see, for example, https://real-statistics.com/statistics-tables/durbin-watson-table/, accessed on 15 February 2026), both values depend on N, the number of observations. The decision is one of the following:Reject “Positive Autocorrelation” ifReject “Negative Autocorrelation” if or“No Autocorrelation” if ,“Inconclusive” if or .For our case, i.e., and , we have the limits andThe null hypothesis () asserts that there is no first-order autocorrelation in the residuals, while the alternative hypothesis () posits the existence of first-order autocorrelation.For statistical decision-making, a p-value below 0.05 indicates significant autocorrelation, warranting the rejection of the null hypothesis that residuals are uncorrelated.
- -
- DW ≈ 2: Residuals are likely independent, indicating no autocorrelation.
- -
- DW < 2: Implies positive autocorrelation, which is commonly observed in time-series data.
- -
- DW > 2: Suggests negative autocorrelation.
Additionally, the Durbin–Watson (DW) statistic provides insights into the degree of autocorrelation:- -
- DW ≈ 2: residuals are likely independent, indicating no autocorrelation;
- -
- DW < 2: implies positive autocorrelation, which is commonly observed in time-series data;
- -
- DW > 2: suggests negative autocorrelation
Results from the R-software:DW = 2.6161, p-value = 0.9751We have that the p-value > 0.05, hence, the statistical decision is “fails to reject the null hypothesis”.
4.4. Study of Normality
- Shapiro–Wilk testThe Shapiro–Wilk test is a test of normality (see Shapiro et al. [40]). The Shapiro–Wilk test tests the null hypothesis that a sample , …, came from a normally distributed population. The test statistic iswhere with parentheses enclosing the subscript index i is the ith order statistic, i.e., the ith-smallest number in the sample (not to be confused with ,is the sample mean.The coefficients are given by:where C is a vector norm, i.e., and the vector represents the expected values of the order statistics derived from independent and identically distributed random variables sampled from a standard normal distribution. Additionally, V denotes the covariance matrix associated with these normal order statistics.The null hypothesis for this test posits that the population follows a normal distribution. If the calculated p-value is smaller than the predetermined significance level (alpha), the null hypothesis is rejected, indicating evidence that the tested data deviates from normality. Results for our data:W = 0.67334, p-value = 2.835In this case, the p-value < 0.05, then a decision can be “to reject ”, i.e., “data is significantly non-normal”.
- Kolmogorov–Smirnov testThe Kolmogorov–Smirnov test can be adapted for use as a goodness-of-fit test. Specifically, when assessing the normality of a distribution, the samples are first standardized and then compared to a standard normal distribution.This approach essentially involves aligning the mean and variance of the reference distribution with the sample estimates. However, it is well established that defining the specific reference distribution in this manner alters the null distribution of the test statistic (see Kolmogorov [41] and Smirnov [42]).The empirical distribution function , corresponding to n independent and identically distributed (i.i.d.) ordered observations , is defined as follows:where is the indicator function, equal to and equal to 0 otherwise.The Kolmogorov–Smirnov statistic for a given cumulative distribution function isThe supremum, or , represents the maximum value within the set of distances. Essentially, this statistic identifies the greatest absolute difference between the two distribution functions over all possible x values.Output from R software:D = 0.29989, p-value = 0.0001748The p-value > 0.05, hence, the statistical decision is “to reject the null hypothesis of normality”.The Kruskal–Wallis test is a nonparametric, or distribution-free, statistical test designed for situations where the assumptions of one-way ANOVA are not satisfied. Both tests are used to compare a continuous dependent variable across multiple groups. Unlike ANOVA, which requires the dependent variable to follow a normal distribution and exhibit equal variance across groups, the Kruskal–Wallis test does not rely on these assumptions.One key advantage of the Kruskal–Wallis test is its flexibility, as it can be applied to both continuous and ordinal-level dependent variables. However, similar to many nonparametric tests, it tends to be less powerful than ANOVA when the assumptions of ANOVA are met.The hypotheses for the Kruskal–Wallis test are as follows:
- -
- Null hypothesis: the samples (groups) are drawn from identical populations.
- -
- Alternative hypothesis: at least one sample (group) comes from a population that differs from the others.
Output form R for our dataKruskal–Wallis chi-squared , , p-value = 0.9466,hence, with great probability, we cannot reject the null hypothesis.
5. Conclusions
Author Contributions
Funding
Data Availability Statement
Acknowledgments
Conflicts of Interest
Appendix A
Appendix B
References
- Deng, K.; Yu, S. Estimating ultimate bound and finding topological horseshoe for a new chaotic system. Optik 2014, 125, 6044–6048. [Google Scholar] [CrossRef]
- Rameshbabu, R. Dynamic Analysis of a New Chaotic System with Multistability, Amplitude and Offset Boosting Control, Its Adaptive Synchronization. In Proceedings of the 2nd International Conference on Nonlinear Dynamics and Applications (ICNDA 2024); Springer: Cham, Switzerland, 2024; Volume 1, pp. 654–667. [Google Scholar]
- Suneja, K.; Garg, A.; Sharma, A.; Yash, A. A novel Three-Key mixing text encryption based on A new 3-D chaotic system. Analog Integr. Circ. Signal Process. 2025, 125, 48. [Google Scholar] [CrossRef]
- Liu, H. Audio block encryption using 3D chaotic system with adaptive parameter perturbation. Multimed. Tools Appl. 2023, 82, 27973–27987. [Google Scholar] [CrossRef]
- Ye, X.; Wang, X. Hidden oscillation and chaotic sea in a novel 3D chaotic system with exponential function. Nonlinear Dyn. 2023, 111, 15477–15486. [Google Scholar] [CrossRef]
- Wang, S. A 3D autonomous chaotic system: Dynamics and synchronization. Indian J. Phys. 2024, 98, 4525–4533. [Google Scholar] [CrossRef]
- Gao, X.; Wang, Y. The Sprott K chaotic oscillator for image encryption. Indian J. Phys. 2025, 11. [Google Scholar] [CrossRef]
- Zhou, Z.; Zhao, B.; Ye, X. Generating rotationally multi-scroll attractive sea via a novel 3D chaotic system with two memristors. Eur. Phys. J. Plus 2023, 138, 674. [Google Scholar] [CrossRef]
- Yang, H.; Liu, Y.; Li, G. Analysis of 3D chaotic system with novel double scroll structure and additional nonlinear functions and its application in weak signal detection. Eur. Phys. J. Plus. 2025, 140, 637. [Google Scholar] [CrossRef]
- Khattar, D.; Agrawal, N.; Singh, G. Chaotic Analysis of a New 3D System with Exponential Nonlinearity and its Dual Compound Combination Multiswitching Synchronization using Nonlinear Control. Int. J. Appl. Comput. Math. 2025, 11, 98. [Google Scholar] [CrossRef]
- Wang, J.; Dong, C.; Li, H. A New Variable-Boostable 3D Chaotic System with Hidden and Coexisting Attractors: Dynamical Analysis, Periodic Orbit Coding, Circuit Simulation, and Synchronization. Fractal Fract. 2022, 6, 740. [Google Scholar] [CrossRef]
- Stroita, D.C.; Bordeasu, D.; Dragan, F. System Identification of a Servo-Valve Controlled Hydraulic Cylinder Operating Under Variable Load. Mathematics 2025, 13, 341. [Google Scholar] [CrossRef]
- Khairudin, M. Dynamic analysis and modeling of three-dimensional crane incorporating payload. J. Phys. Conf. Ser. 2020, 1446, 012003. [Google Scholar] [CrossRef]
- Gholamin, P.; Refahi Sheikhani, A.H. A new three-dimensional chaotic system: Dynamical properties and simulation. Chin. J. Phys. 2017, 55, 1300–1309. [Google Scholar] [CrossRef]
- Tong, Y.-N. Dynamics of a three-dimensional chaotic system. Optik 2015, 126, 5563–5565. [Google Scholar] [CrossRef]
- Deng, K.-b.; Wang, R.-X.; Li, C.-L.; Fan, Y.-Q. Tracking control for a ten-ring chaotic system with anexponential nonlinear term. Optik 2017, 130, 576–583. [Google Scholar] [CrossRef]
- Puta, M. Integrability and geometric prequantization of the Maxwell-Bloch equations. Bull. Sci. Math. 1998, 122, 243–250. [Google Scholar] [CrossRef][Green Version]
- Ene, R.-D.; Pop, N.; Badarau, R. Closed-Form Solutions for a Dynamical System Using Optimal Parametric Iteration Method. Axioms 2026, 15, 1. [Google Scholar] [CrossRef]
- Ene, R.-D.; Pop, N.; Badarau, R. Semi-Analytical Solutions for the Qi-Type Dynamical System. Symmetry 2024, 16, 1578. [Google Scholar] [CrossRef]
- Ene, R.-D.; Pop, N. Semi-Analytical Closed-Form Solutions for the Rikitake-Type System through the Optimal Homotopy Perturbation Method. Mathematics 2023, 11, 78. [Google Scholar] [CrossRef]
- Marinca, V.; Herisanu, N.; Marinca, B. Approximate Solution to Nonlinear Dynamics of a Piezoelectric Energy Harvesting Device Subject to Mechanical Impact and Winkler-Pasternak Foundation. Materials 2025, 18, 1502. [Google Scholar] [CrossRef]
- Iqbal, A.; Nawaz, R.; Ashraf, R.M.; Fewster-Young, N.H. Extension of optimal auxiliary function method to nonlinear Sin Gordon partial differential equations. Partial Differ. Equ. Appl. Math. 2024, 10, 100735. [Google Scholar] [CrossRef]
- Alshehry, A.; Yasmin, H.; Ahmad, M.; Khan, A.; Shah, R. Optimal Auxiliary Function Method for analyzing nonlinear system of Belousov-Zhabotinsky Equation with Caputo operator. Axioms 2023, 12, 825. [Google Scholar] [CrossRef]
- Alshehry, A.; Yasmin, H.; Ganie, A.; Ahmad, M.; Shah, R. Optimal auxiliary function method for analyzing nonlinear system of coupled Schrödinger–KdV equation with Caputo operator. Open Phys. 2023, 21, 20230127. [Google Scholar] [CrossRef]
- Mohammadian, M. Approximate analytical solutions to nonlinear damped oscillatory systems using a modified algebraic method. J. Appl. Mech. Tech. Phys. 2021, 62, 70–78. [Google Scholar] [CrossRef]
- Liu, C.S.; Kuo, C.L.; Chang, C.W. Linearized Harmonic Balance method for seeking the periodic vibrations of second- and third-order nonlinear oscillators. Mathematics 2025, 13, 162. [Google Scholar] [CrossRef]
- Aljahdaly, N.H.; Alharbi, M.A.; El-Tantavy, S.A. On the oscillations in a nonextensive complex plasma by improved differential transformation method: An application to a damped Duffing equation. J. Low Freq. Noise Vib. Act. Control 2023, 42, 1319–1327. [Google Scholar] [CrossRef]
- Ullah, H.; Islam, S.; Khan, I.; Shafie, S.; Fiza, M. Formulation and application of Optimal Homotopy Asymptotic Method to coupled differential-difference equations. PLoS ONE 2015, 10, e0120127. [Google Scholar] [CrossRef]
- Nicoara, A.; Stoia, D.I.; Chilibaru-Opritescu, C.; Herisanu, N. A biodynamic multibody system. OHAM solution. AIP Conf. Proc. 2022, 2425, 310007. [Google Scholar] [CrossRef]
- Hu, C.; Tian, Z.; Wang, Q.; Zhang, X.; Liang, B.; Jian, C.; Wu, X. A memristor-based VB2 chaotic system: Dynamical analysis, circuit implementation, and image encryption. Optik 2022, 269, 169878. [Google Scholar] [CrossRef]
- Marinca, V.; Herisanu, N. Approximate analytical solutions to Jerk equation. In Springer Proceedings in Mathematics & Statistics: Proceedings of the Dynamical Systems: Theoretical and Experimental Analysis, Lodz, Poland, 7–10 December 2015; Springer: Cham, Switzerland, 2016; Volume 182, pp. 169–176. [Google Scholar]
- Marinca, V.; Ene, R.-D.; Marinca, V.B. Optimal Auxiliary Functions Method for viscous flow due to a stretching surface with partial slip. Open Eng. 2018, 8, 261–274. [Google Scholar] [CrossRef]
- Ene, R.-D.; Pop, N.; Lapadat, M.; Dungan, L. Approximate closed-form solutions for the Maxwell-Bloch equations via the Optimal Homotopy Asymptotic Method. Mathematics 2022, 10, 4118. [Google Scholar] [CrossRef]
- Cox, D.R.; Snell, E.J. A general definition of residuals. J. R. Stat. Soc. Ser. B 1968, 30, 248–265. [Google Scholar] [CrossRef]
- Bartlett, M.S. Properties of sufficiency and statistical tests. Proc. R. Stat. Soc. Ser. A 1937, 160, 268–282. [Google Scholar] [CrossRef]
- Levene, H. Robust tests for equality of variances. In Contributions to Probability and Statistics; Olkin, I., Ed.; Stanford University Press: Palo Alto, CA, USA, 1960. [Google Scholar]
- Olkin, I.; Ghurye, S.G.; Hoeffding, W.; Madow, W.G.; Mann, H.B. (Eds.) Contributions to Probability and Statistics: Essays in Honor of Harold Hotelling; Stanford University Press: Palo Alto, CA, USA, 1960; pp. 278–292. [Google Scholar]
- Durbin, J.; Watson, G.S. Testing for Serial Correlation in Least Squares Regression. III. Biometrika 1971, 58, 1–19. [Google Scholar] [CrossRef]
- Field, A. Discovering Statistics Using SPSS, 3rd ed.; Sage Publications: Newcastle upon Tyne, UK, 2009. [Google Scholar]
- Shapiro, S.S.; Wilk, M.B. An analysis of variance test for normality (complete samples). Biometrika 1965, 52, 591–611. [Google Scholar] [CrossRef]
- Kolmogorov, A. Sulla determinazione empirica di una legge di distribuzione. G. Ist. Ital. Attuari. 1933, 4, 83–91. [Google Scholar]
- Smirnov, N. Table for estimating the goodness of fit of empirical distributions. Ann. Math. Stat. 1948, 19, 279–281. [Google Scholar] [CrossRef]







for | |||
|---|---|---|---|
| 0 | 0.55 | 0.5500000000000006 | 5.5511 |
| 7 | −0.334161422 | −0.3342234532 | 6.2031 |
| 14 | 0.138014872 | 0.1378870656 | 1.2780 |
| 21 | −0.041075215 | −0.0378057678 | 3.2694 |
| 28 | −0.006370114 | −0.0069331972 | 5.6308 |
| 35 | 0.020675934 | 0.0186047132 | 2.0712 |
| 42 | −0.015004810 | −0.0153685221 | 3.6371 |
| 49 | 0.009100663 | 0.0087854834 | 3.1517 |
| 56 | −0.004395528 | −0.0040433767 | 3.5215 |
| 63 | 0.0009541722 | 0.0009523990 | 1.7731 |
| 70 | 0.0003057180 | −0.0000764598 | 3.8217 |
| 0 | 0.55 | 0.55 | 0.55 | 0.55 |
| 3.5 | −0.0520721983 | −0.0518257263 | −0.0519572310 | −0.0517846926 |
| 7 | −0.3340130146 | −0.3340327214 | −0.3342234532 | −0.3341614221 |
| 10.5 | −0.0900536232 | −0.0899729913 | −0.0894890404 | −0.0892419469 |
| 14 | 0.1381547287 | 0.1381677270 | 0.1378870656 | 0.1380148722 |
| 17.5 | 0.1141495000 | 0.1143318232 | 0.1129107303 | 0.1154106103 |
| 21 | −0.0391471609 | −0.0392791998 | −0.0378057678 | −0.0410752158 |
| 24.5 | −0.0763608746 | −0.0762596888 | −0.0759687982 | −0.0737626760 |
| 28 | −0.0069933657 | −0.0069756510 | −0.0069331972 | −0.0063701144 |
| 31.5 | 0.0380137639 | 0.0379560336 | 0.0387931935 | 0.0368623598 |
| 35 | 0.0184810960 | 0.0184888780 | 0.0186047132 | 0.0206759342 |
| 38.5 | −0.0137876054 | −0.0137933621 | −0.0140405543 | −0.0150751690 |
| 42 | −0.0150988282 | −0.0150829545 | −0.0153685221 | −0.0150048104 |
| 45.5 | 0.0019766630 | 0.0019874653 | 0.0018504784 | 0.0015560305 |
| 49 | 0.0086525183 | 0.0086347472 | 0.0087854834 | 0.0091006631 |
| 52.5 | 0.0021911097 | 0.0021904357 | 0.0021184924 | 0.0031159142 |
| 56 | −0.0037746487 | −0.0037704230 | −0.0040433767 | −0.0043955281 |
| 59.5 | −0.0026199864 | −0.0026190668 | −0.0028146472 | −0.0028099181 |
| 63 | 0.0010841431 | 0.0010860154 | 0.0009523990 | 0.0009541722 |
| 66.5 | 0.0017860260 | 0.0017829161 | 0.0016785504 | 0.0021198022 |
| 0 | 0.5499999999 | 0.55 | 2.2204 |
| 1.5 | 0.3394845500 | 0.3394892575 | 4.7075 |
| 3 | 0.0410785935 | 0.0410802617 | 1.6681 |
| 4.5 | −0.2057688290 | −0.2057712271 | 2.3980 |
| 6 | −0.3278259933 | −0.3278220021 | 3.9911 |
| 7.5 | −0.3185248807 | −0.3185273137 | 2.4329 |
| 9 | −0.2207503704 | −0.2207583914 | 8.0210 |
| 10.5 | −0.0892318584 | −0.0892419469 | 1.0088 |
| 12 | 0.0329537788 | 0.0329774079 | 2.3629 |
| 13.5 | 0.1195903673 | 0.1195677879 | 2.2579 |
| 15 | 0.1579511693 | 0.1579693303 | 1.8160 |
| 16.5 | 0.1466021033 | 0.1465732404 | 2.8862 |
| 18 | 0.0946465687 | 0.0946682691 | 2.1700 |
| 19.5 | 0.0230292022 | 0.0230107347 | 1.8467 |
| 21 | −0.0412861518 | −0.0410752158 | 2.1093 |
| 22.5 | −0.0792645882 | −0.0765004313 | 0.0027641568 |
| 24 | −0.0862870309 | −0.0788629146 | 0.0074241163 |
| 25.5 | −0.0675508623 | −0.0578002187 | 0.0097506436 |
| 27 | −0.0334404807 | −0.0269098992 | 0.0065305815 |
| 28.5 | 0.0028436856 | 0.0030083097 | 1.6462 |
| 30 | 0.0297660825 | 0.0253654372 | 0.0044006453 |
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. |
© 2026 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license.
Share and Cite
Ene, R.-D.; Negrea, R.; Badarau, R.; Pop, N. Closed-Form Almost Periodical Solutions for a Dynamical System Using the Optimal Auxiliary Functions Method. Mathematics 2026, 14, 1260. https://doi.org/10.3390/math14081260
Ene R-D, Negrea R, Badarau R, Pop N. Closed-Form Almost Periodical Solutions for a Dynamical System Using the Optimal Auxiliary Functions Method. Mathematics. 2026; 14(8):1260. https://doi.org/10.3390/math14081260
Chicago/Turabian StyleEne, Remus-Daniel, Romeo Negrea, Rodica Badarau, and Nicolina Pop. 2026. "Closed-Form Almost Periodical Solutions for a Dynamical System Using the Optimal Auxiliary Functions Method" Mathematics 14, no. 8: 1260. https://doi.org/10.3390/math14081260
APA StyleEne, R.-D., Negrea, R., Badarau, R., & Pop, N. (2026). Closed-Form Almost Periodical Solutions for a Dynamical System Using the Optimal Auxiliary Functions Method. Mathematics, 14(8), 1260. https://doi.org/10.3390/math14081260

