Show that ##f(x,y)=u(x+cy)+v(x-cy)## is a solution of the given PDE

Click For Summary
The discussion focuses on demonstrating that the function f(x,y) = u(x+cy) + v(x-cy) is a solution to a partial differential equation (PDE). Initial calculations showed that the derivatives of f were incorrectly stated, leading to confusion about the roles of u and v. After clarification, it was established that the correct derivatives should be included, which ultimately confirmed that the equation simplifies to zero, thus proving the solution. Participants also suggested considering wave front coordinates and the chain rule for further analysis of the PDE. The conversation highlights the importance of precise notation and understanding in mathematical discussions.
chwala
Gold Member
Messages
2,827
Reaction score
415
Homework Statement
See attached.
Relevant Equations
wave equation.
1701166281822.png


Looks pretty straightforward, i approached it as follows,

##f_x = u(x+cy) + v(x-cy)##

##f_{xx}=u(x+cy) + v(x-cy)##

##f_y= cu(x+cy) -cv(x-cy)##

##f_{yy}=c^2u(x+cy)+c^2v(x-cy)##

Therefore,

##f_{xx} -\dfrac{1}{c^2} f_{yy} = u(x+cy) + v(x-cy) - \dfrac{1}{c^2}⋅ c^2 \left[u(x+cy)+v(x-cy) \right]##

##f_{xx} -\dfrac{1}{c^2} f_{yy} = u(x+cy) + v(x-cy) - u(x+cy) - v(x-cy) =0##

thus shown.

Unless there is a different way to look at it...cheers.

Amendment in post ##5##.
 
Last edited:
Physics news on Phys.org
Looks ok, but as always you can of course also look at it in a different way. 😉

Consider the wave front coordinates:
$$
\xi = x - vt,\qquad \eta = x + vt
$$
and use the chain rule to rewrite the wave equation in terms of those coordinates. The resulting PDE is very straightforward to integrate.
 
chwala said:
Looks pretty straightforward, i approached it as follows,

##f_x = u(x+cy) + v(x-cy)##
Shouldn't the derivatives of ##u## and ##v## appear somewhere in that equation?
 
  • Like
Likes chwala and Steve4Physics
chwala said:
Homework Statement: See attached.
Relevant Equations: wave equation.

View attachment 336265

Looks pretty straightforward, i approached it as follows,

##f_x = u(x+cy) + v(x-cy)##

Are you sure the above is correct? It seems you are saying that ##f = f_x## (as both would be equal to ##u(x+cy) + v(x-cy)##.

Note that ##u## and ##v## can be any twice differntiable functions of a single variable. For example ##u(z) = z^2## and ##v(z)=z^3##. These would give ##f(x,y) = (x+cy)^2 + (x-cy)^3##.

It should be clear that ##f_x## and ##f## would then be different functions of ##x## and ##y##.
 
PeroK said:
Shouldn't the derivatives of ##u## and ##v## appear somewhere in that equation?
I see...i ought to make use of chain rule differentiation ...let me amend and repost. A minute.

...should be,

##f_x = u^{'}(x+cy) + v^{'}(x-cy)##

##f_{xx}=u^{''}(x+cy) + v^{''}(x-cy)##

##f_y= cu^{'}(x+cy) -cv^{'}(x-cy)##

##f_{yy}=c^2u^{''}(x+cy)+c^2v^{''}(x-cy)##

Therefore,

##f_{xx} -\dfrac{1}{c^2} f_{yy} = u^{''}(x+cy) + v^{''}(x-cy) - \dfrac{1}{c^2}⋅ c^2 \left[u^{''}(x+cy)+v^{''}(x-cy) \right]##

##f_{xx} -\dfrac{1}{c^2} f_{yy} = u^{''}(x+cy) + v^{''}(x-cy) - u^{''}(x+cy) - v^{''}(x-cy) =0##
 
PeroK said:
Shouldn't the derivatives of ##u## and ##v## appear somewhere in that equation?
😂
I guess I am so used to this argument that my mind added the derivatives by itself …
 
chwala said:
...should be,

##f_x = u^{'}(x+cy) + v^{'}(x-cy)##

##f_{xx}=u^{''}(x+cy) + v^{''}(x-cy)##

##f_y= cu^{'}(x+cy) -cv^{'}(x-cy)##

##f_{yy}=c^2u^{''}(x+cy)+c^2v^{''}(x-cy)##

Therefore,

##f_{xx} -\dfrac{1}{c^2} f_{yy} = u^{''}(x+cy) + v^{''}(x-cy) - \dfrac{1}{c^2}⋅ c^2 \left[u^{''}(x+cy)+v^{''}(x-cy) \right]##

##f_{xx} -\dfrac{1}{c^2} f_{yy} = u^{''}(x+cy) + v^{''}(x-cy) - u^{''}(x+cy) - v^{''}(x-cy) =0##

Edit: My reply was b*ll*cks so I've struck it through.

Be careful because your notation is ambiguous.

For example, does ##u^{’}## mean ##\frac {\partial u}{\partial x}## or ##\frac {\partial u}{\partial y}##? You have used ##u^{’}## to mean both! Similarly for ##u^{''}##.
 
Last edited:
Steve4Physics said:
Be careful because your notation is ambiguous.

For example, does ##u^{’}## mean ##\frac {\partial u}{\partial x}## or ##\frac {\partial u}{\partial y}##? You have used ##u^{’}## to mean both! Similarly for ##u^{''}##.
Neither, it means ##u'##. The function ##u## is a function of one parameter only and the derivative is with respect to that parameter. There is nothing ambiguous about this notation. That you then put a composite function as the argument is another issue.
 
  • Like
Likes chwala and Steve4Physics
Orodruin said:
Neither, it means ##u'##. The function ##u## is a function of one parameter only and the derivative is with respect to that parameter. There is nothing ambiguous about this notation. That you then put a composite function as the argument is another issue.
Aagh. Yes, I was being daft.
 
  • #10
Orodruin said:
Looks ok, but as always you can of course also look at it in a different way. 😉

Consider the wave front coordinates:
$$
\xi = x - vt,\qquad \eta = x + vt
$$
and use the chain rule to rewrite the wave equation in terms of those coordinates. The resulting PDE is very straightforward to integrate.
I will look at this and get back. Looks like characteristic equation ...