Questions tagged [wave-equation]

For questions related to solutions and analysis of the wave equation.

The wave equation is a linear second order PDE that describe sound waves, light waves and water waves. It is defined by

\begin{equation*} \frac{\partial ^2 u}{\partial t^2}=c^2\frac{\partial^2 u}{\partial x^2} \end{equation*}

and can be derived from the mathematical model of a string vibrating in a two-dimensional plane where each elements are pulled in opposite directions.

1232 questions
0
votes
2 answers

Adding sine and cosine

I need to convert $b\cos(ax)+c\sin(ax)$ into something like $d\cos(ax-y)$. I thought I could use the identity $\cos(x-y)=\cos(x)\cos(y)+\sin(x)\sin(y)$, however that's without considering my constants b and c.
Leonard
  • 11
-1
votes
1 answer

More Exacting A Wave

I have a strange wave and I am trying to make it an equation. These are the points I have…
Byron E
  • 39
  • 5
-1
votes
1 answer

Finding the equation of a wave from a given graph.

I am not exactly sure whether to ask it on physics SE or math SE, but I think it is suited here Clearly, the wave is moving in the positive x direction Using the general wave equation $$y=A\sin(\omega t + kx + \phi _0)$$ At $x=0$ $$\omega t +…
Aditya
  • 6,191
-1
votes
1 answer

Is it possible to tell whether the following formula depicts a standing wave or a traveling wave?

It is a one-dimensional wave on a uniform oscillating string. A(i,t+1) = (2.0 * A(i,t)) - A(i,t-1) + (c * (A(i-1,t) - (2.0 * A(i,t)) + A(i+1,t))), where c is a constant, and A(i, t) stands for the wave amplitude at position index i, and time t. And…
FAN FAN
  • 11
1 2 3 4
5