Solving a partial differential equation

Click For Summary
The discussion focuses on solving a partial differential equation, specifically a wave equation with a right-hand side that represents a forced oscillation term. The original poster struggles with extending their knowledge of one-dimensional forced oscillation systems to two dimensions. They attempted to generalize the problem using variable separation but encountered difficulties in Mathematica, yielding no results. Suggestions were made to change variables to simplify the equation, leading to a solvable form. The conversation highlights the importance of variable transformation in tackling complex wave equations.
Haorong Wu
Messages
417
Reaction score
90
Homework Statement
##(\partial_t^2-\partial_z^2) h(t,z)=A \cos (k(t-z))##
Relevant Equations
None
If the right-hand side is zero, then it will be a wave equation, which can be easily solved. The right-hand side term looks like a forced-oscillation term. However, I only know how to solve a forced oscillation system in one dimension. I do not know how to tackle it in two dimensions.

I have tried to generalize it into two dimensions by solving it pretending ##h## depends only on ##t## and ##z## separately, but I have no clues on how to carry on.

I have tried it in Mathematica. It gives no results.

Thanks ahead.
 
Physics news on Phys.org
Try changing variables to ##\xi = z-t## and ##\eta = z+t##.
 
  • Like
Likes vanhees71 and pasmith
This is special case of the inhomogeneous wave equation or wave equation with source term. The so called source term is the right hand side. If the right hand side is zero, we have the homogeneous wave equation or simply wave equation.
 
Thanks, @Orodruin and @Delta2.

By changing variables with ##t-z=\alpha## and ##t+z=\beta##, I found that the equation becomes ## \partial_\alpha \partial_\beta=\frac A 4 \cos (k\alpha)##, which can be easily solved.
 
  • Like
Likes PhDeezNutz and Delta2
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...