LizardCobra
- 16
- 0
What is [an] equation for a transverse wave with no boundary conditions, as a function of x and t? I want to model a fluctuation string where neither of the ends are bound.
The equation for a transverse wave with periodic boundary conditions can be expressed as f(x,t) = f(x + κL, t) and ∂f(x,t)/∂t = ∂f(x + κL, t)/∂t, where κ is an arbitrary constant and L is a scale length. The wave equation is defined as ∂²y/∂x² = (1/c²)∂²y/∂t², and the solution involves separating variables into functions of space and time. The boundary conditions for fixed ends are y(0,t) = y(l,t) = 0, leading to a solution that includes only sine terms, specifically y_n(x,t) = sin(nπx/l)(A_n cos(ω_nt) + B_n sin(ω_nt)). This approach is essential for modeling the dynamics of a string under Brownian motion.
PREREQUISITESPhysicists, mathematicians, and engineers interested in wave mechanics, particularly those modeling systems with periodic boundary conditions and studying the effects of random motion on wave dynamics.
Post#3
Would y=Acos(kx-wt) + Bcos(kx+wt) + Csin(kx-wt) + Dsin(kx+wt)
Post#6
y = Ʃ sin(nπx/L)*[An cos(ωt) + Bn sin(ωt] + cos(nπx/L)*[Cn cos(ωt) + Dn sin(ωt].
Post#8
I've modeled the shape at t = 0 as Ʃ Asin(nπx/L) +Bcos(nπx/L). Can I just multiply this by (cos(wt) + sin(wt)) to make it a function of time?
You can use "periodic boundary conditions".LizardCobra said:What is [an] equation for a transverse wave with no boundary conditions, as a function of x and t? I want to model a fluctuation string where neither of the ends are bound.