Deriving the formula for sine waves

AI Thread Summary
The discussion focuses on deriving the sine wave formula as a solution to the wave equation, specifically y=Acos(kx - ωt + φ_{0}) or y=Acos(kx + ωt + φ_{0}). Participants explore the method of separation of variables and question why the constant k must be negative, suggesting that both positive and negative values should be possible for oscillation displacement. They also highlight the importance of initial and boundary conditions in determining unique solutions to the wave equation, using examples from string instruments to illustrate the variety of possible waveforms. The conversation emphasizes the mathematical derivation of solutions while acknowledging the physical interpretations and implications of these waveforms.
Nick Jackson
Messages
13
Reaction score
0
Can anybody out there show me how the sine wave formula y=Acos(kx - ωt + φ_{0}) or y=Acos(kx + ωt + φ_{0}) is the direct solution of the wave equation \frac{\partial^2 y}{\partial t^2} = v^2 \frac{\partial^2 y}{\partial x^2} ? I mean I looked it over on the Internet but everybody keeps showing either the Fourier series solution of the wave equation or another integral equation that is derived by the homogeneous and the inhomogeneous transport equation. Only a few people are approaching this by separation of variables, assuming that y(x,t)=f(x)*g(t) and rearranging the wave equation and setting the result to be a constant k that they assume to be of the form -ω^2, like this: \frac{1}{v^2} \frac{g^{''}(t)}{g(t)}=\frac{f^{''}(x)}{f(x)}=k
The result is immediate and correct.
However what I don't understand is why k has to be negative. Shouldn't \frac{g^{''}(t)}{g(t)} and \frac{f^{''}(x)}{f(x)} be any non-zero number since the change of displacement in oscillation can be either positive or negative? That said, shouldn't the wave equation give also formulas of hyperbolic sines and cosines for specific parts of the oscillation?

P.S. I am most interested in deriving the E/M sine wave formulas:
E=E_{max}cos(kx - ωt + φ_{0}) or E=E_{max}cos(kx + ωt + φ_{0})
B=B_{max}cos(kx - ωt + φ_{0}) or B=B_{max}cos(kx + ωt + φ_{0})

Thank you very much!
 
Physics news on Phys.org
Try substituting y = f (x - vt) or y = f (x + vt) into the differential equation and see if it satisfies it.

Chet
 
I never encountered one that really need to use wave equation, but such constants are usually determined by the boundary conditions. For instance, standing wave boundary requires amplitude to vanish, but it is impossible for hyperbolic solutions.

Evanescent waves assume hyperbolic forms, but due to finite energy, they could only be exponential decay and does not propagate.
 
Chestermiller, if you're reffering to the d'Alembertian, I've already mentioned that the equation is correct for these result that are a function of x+vt and x-vt. However, my point is that to know if a sine wave is such we have to either observe it from experiments or to predict it mathematically. How do we know which one is it??
 
Which solution of the wave equation (e.g., applied to the motion of a string on a violin or guitar) is realized, is due to the initial and boundary conditions, you have to apply to make the solution of the wave-equation unique. The example of the string shows that there are very many different solutions to this problem, giving rise to all the different tunes various string instruments can deliver. You can hear a pretty large variety of tunes from different string instruments. A violine produces a pretty different tone when bowed than a guitar when plugged or a piono, where a little hammer hits the string(s). Part of the different tunes are of course also due to the different form of the reonating bodies mediating the oscillations of the string to the vibrations of the air that make up the sound waves we finally hear.

So we have to think a bit about the math of the wave equation. For the 1+1-dimensional wave equation, you easily find the full solution exactly. It was already given above. I'll give the systematic derivation below. Another technique is to use Fourier decomposition, which also works in higher dimensions.

Let's set the wave velocity ##c=1## to make the notation simpler. Then the (homogeneous) wave equation reads
$$\partial_t^2 \phi-\partial_x^2 \phi=0.$$
Now from the physics problem of the string (##\phi(t,x)## is the small perpendicular displacement of a line element on the string at position ##x##) it's clear that we need the following initial conditions:
$$\phi(t=0,x)=u_0(x), \quad \dot{\phi}(t,x)=v_0(x) \quad \text{for} \quad x \in [0,L],$$
i.e., at the initial time we need to know the position and velocity of each little line element along the string of length ##L##. Further we have to state that the string is fixed at it's ends:
$$\phi(t,0)=\phi(t,L)=0$$
for all ##t##. This implies that the boundary condition must be fullfilled for the initial conditions too, i.e.,
$$u_0(0)=v_0(0)=u_0(L)=v_0(L)=0.$$
Now we introduce the new variables
$$\tau=x-t, \quad \xi=x+t.$$
One can derive, why this is a clever choice, by making use of the method of characteristics, but that's a bit complicated to explain, but you should look it up in some textbook on pde's. Here we just use that the wave equation is equivalent to the equation
$$\partial_{\tau} \partial_{\xi} \phi=0.$$
That's pretty easy to evaluate! We just have to integrate with respect to ##\tau##, which gives
$$\partial_{\xi} \phi=\tilde{f}(\xi),$$
where ##\tilde{f}## is any function. With ##f(\xi)=\int \mathrm{d} \xi \tilde{f}(\xi)## the remaining equation yields the most general solution
$$\phi=f(\xi)+g(\tau),$$
where ##f## and ##g## are arbitrary functions (which of course should be sufficiently well behaved, i.e., at least twice differentiable etc.).

Substituting back, the most general solution reads
$$\phi(t,x)=f(x+t)+g(x-t).$$
Now we have to work on the initial and boundary conditions. The initial conditions read
$$f(x)+g(x)=u_0(x), \quad f'(x)-g'(x)=v_0(x).$$
Integrating the second condition yields
$$f(x)-g(x)=\int_0^x \mathrm{d} x v_0(x):=V(x).$$
So we find
$$f(x)=\frac{1}{2} [u_0(x)+V(x)], \quad g(x)=\frac{1}{2} [u_0(x)-V(x)].$$
So the solution of the initial-value problem is
$$\phi(t,x)=\frac{1}{2} [u_0(x+t)+V(x+t)]+\frac{1}{2} [u_0(x-t)-V(x-t)].$$
Further we have to fulfill the boundary conditions
$$\phi(t,0)=0 \; \Rightarrow \; \frac{1}{2} [u_0(t)+V(t)+u_0(-t)-V(-t)].$$
This boundary condition tells us that we should continue the function ##u_0## to an odd and the function ##V## to an even function outside of the interval ##[0,L]##, where they are fixed by the initial conditions. This determines the functions ##f## and ##g## for the interval ##[-L,L]##.

Th2nd boundary condition gives
$$\phi(t,L)=0 \; \Rightarrow \; \frac{1}{2} [u_0(t+L)+V(t+L)+u_0(L-t)-V(L-t)]=0.$$
This is fulfilled by the symmetry conditions (odd and even continuation of ##u_0## and ##v_0##) under the condition that we continuate them outside of the intervall ##[-L,L]]## to be ##2L##-periodic. because then
$$u_0(t+L)+u_0(L-t)=u_0(t+L)+u_0(L-t-2L)=u_0(t+L)+u_0(-t-L)=0,$$
because ##u_0## is odd by definition. The same works for ##V##:
$$V(t+L)-V(L-t)=V(t+L)-V(L-t-2L) = V(t+L)-V(-t-L)=0,$$
because ##V## is even by construction. This solves the initial-value-boundary problem for the 1+1-dimensional wave equation completely.
 
Thread 'Gauss' law seems to imply instantaneous electric field propagation'
Imagine a charged sphere at the origin connected through an open switch to a vertical grounded wire. We wish to find an expression for the horizontal component of the electric field at a distance ##\mathbf{r}## from the sphere as it discharges. By using the Lorenz gauge condition: $$\nabla \cdot \mathbf{A} + \frac{1}{c^2}\frac{\partial \phi}{\partial t}=0\tag{1}$$ we find the following retarded solutions to the Maxwell equations If we assume that...
Thread 'A scenario of non-uniform circular motion'
(All the needed diagrams are posted below) My friend came up with the following scenario. Imagine a fixed point and a perfectly rigid rod of a certain length extending radially outwards from this fixed point(it is attached to the fixed point). To the free end of the fixed rod, an object is present and it is capable of changing it's speed(by thruster say or any convenient method. And ignore any resistance). It starts with a certain speed but say it's speed continuously increases as it goes...
Maxwell’s equations imply the following wave equation for the electric field $$\nabla^2\mathbf{E}-\frac{1}{c^2}\frac{\partial^2\mathbf{E}}{\partial t^2} = \frac{1}{\varepsilon_0}\nabla\rho+\mu_0\frac{\partial\mathbf J}{\partial t}.\tag{1}$$ I wonder if eqn.##(1)## can be split into the following transverse part $$\nabla^2\mathbf{E}_T-\frac{1}{c^2}\frac{\partial^2\mathbf{E}_T}{\partial t^2} = \mu_0\frac{\partial\mathbf{J}_T}{\partial t}\tag{2}$$ and longitudinal part...

Similar threads

Back
Top