How can I solve for these partial derivatives given a set of variables

Boltzman Oscillation
Messages
233
Reaction score
26
Homework Statement
given the one dimensional wave equation and the two variables E and n, solve for:
Relevant Equations
$$\frac{\partial^2 u}{\partial t^2} - c^2\frac{\partial^2 u}{\partial x^2} = 0$$
E = x + ct
n = x - ct
I am given the following:
$$u = (x,t)$$
$$\frac{\partial^2 u}{\partial t^2} - c^2\frac{\partial^2 u}{\partial x^2} = 0$$
and
$$E = x + ct$$
$$n = x - ct$$
I need to solve for $$\frac{\partial^2 u}{\partial x^2}$$ and $$\frac{\partial^2 u}{\partial t^2}$$
using the chain rule.How would I even begin? Would I have to say that:
$$ x = (E, t)$$
$$ x =(n, t)$$
thus
$$u(x,t) = u( x(E,t) , t)$$
and
$$ u(x,t) = u(x(n,t),t)$$?
 
Physics news on Phys.org
Your notation is struggling here. Normally the idea with the wave equation is to let ##f## be any scalar function. And define:

##u(x, t) = f(E) = f(x + ct)##

Now, does this ##u(x, t)## satisfy the wave equation?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top