Copyright (c) 2026 Revista Colón Ciencias, Tecnología y Negocios

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
The wave equation is a classic problem in physics and mathematics, widely applied to the study of vibrations, acoustics, and wave propagation in circular or radial media. This equation describes how a disturbance travels through space and time. Regionally, most work has focused on Cartesian geometry; however, expressing it in polar coordinates incorporates additional terms that reflect radial and angular symmetry, allowing the modeling of phenomena such as the vibration of circular membranes or propagation in cylindrical media. Therefore, the objective of this research was to model the solution of the wave equation in polar coordinates using the explicit finite difference method implemented in Python, thus developing a reproducible scheme that allows the simulation and visualization of the time evolution of waves in media with radial symmetry. To achieve this, the methodology employed the finite difference method, discretizing both the radial and angular variables and constructing a mesh that facilitates the time simulation. In addition, Python was used as the main tool because of its flexibility and availability of scientific libraries (NumPy, Matplotlib), which allow the implementation of algorithms and the generation of visualizations.
The numerical scheme includes initial and boundary conditions, essential for ensuring stability and realism in the simulation. The results show propagation patterns consistent with the theory, revealing nodal structures and oscillatory dynamics characteristic of circular media. The visualizations obtained allow for the analysis of the influence of parameters such as wave number and angular mode on the solution's behavior.
This research helps strengthen the understanding of wave phenomena in non-Cartesian geometries, provides valuable pedagogical resources for teaching and research, and promotes access to advanced methodologies through open-source software, thus contributing to the democratization of knowledge and fostering applications in engineering, acoustics, optics, and computational physics.