Partial differential equation, characteristic equations.

debian
Messages
7
Reaction score
0

Homework Statement



Given the initial value problem:
\frac{(u)}{(1-e^-(2x))}u_{x}+ \frac{\sqrt{t}}{u}u_{t}=1, with x, t, u > 0

Subject to condition u(x,1)=e^{-x}

Homework Equations



a) Classify given partial differential equation.

b) Write the characteristic equations. By solving them, show that the given problem admits ilpmicit solution* for u(x,t) which can be written as

u^2-2ln(u)=2x+e^{-2x}-4\sqrt{t}+4 where u(x,t)

(Hint: solve the characteristic equation for u first)

* To to obtain the explicit solution for u wuld require the use of inverse functions and is NOT required, doing so may result in loss of generality in the solution since u may be multi valued, as you are asked to checfk in question 2(d)

c) Verify that the implicit solution given in part b) satisfies the assigned partiasl differential equation and the initial condition)

d) Determinate analytically the regions in the plane (x,t) such that the solution u(x,t) to the assigned problem takes respectively
-one value
-two values
-no value

The Attempt at a Solution



a) First order linear partial differential equation.

c) To check the initiaql condition I insert u(x,1)=e^-x, and t=1 to the equation from the point b), simplify and get 0=0.

b) 1. \frac{dx}{ds}=\frac{u}{1-e^(-2x)}

2. \frac{dt}{ds}=\frac{\sqrt{t}}{u}

3. \frac{du}{ds}=1


Than: From the 3. du=ds => u = s + c3

taking the initial condition sets s=1 so e^{-x}=1+c3


From 2.

\frac{dt}{ds}=\frac{\sqrt{t}}{s+e^{-x}-1}

\frac{dt}{\sqrt{t}}= \frac{ds}{s+e^{-x}-1}

\frac{1}{2}*t^{1/2}*= ln(s+e^{-x}-1) + c2


From 1.

\frac{dx}{ds}

(1-e^{-2x}dx = ds u

x-\frac{1}{2}*e^{-2x}= s*u + c1


What shall I do next?
 
Last edited:
Physics news on Phys.org
I know this isn't much help, but you wrote linear when you meant quasilinear.
 
debian said:
b) 1. \frac{dx}{ds}=\frac{u}{1-e^(-2x)}

2. \frac{dt}{ds}=\frac{\sqrt{t}}{u}

3. \frac{du}{ds}=1

Than: From the 3. du=ds => u = s + c3

taking the initial condition sets s=1 so e^{-x}=1+c3

s parametrizes distance along a characteristic, so you can choose to have s = 0 on the curve where the boundary condition is applied, which is t = 1. This is equivalent to the initial conditions t(0) = 1, x(0) = x_0 \geq 0, and u(0) = e^{-x_0}.

So u(s) = s + e^{-x_0}.

From 2.

\frac{dt}{ds}=\frac{\sqrt{t}}{s+e^{-x}-1}

\frac{dt}{\sqrt{t}}= \frac{ds}{s+e^{-x}-1}

\frac{1}{2}*t^{1/2}*= ln(s+e^{-x}-1) + c2

Right idea, but the integral of 1/\sqrt t is 2\sqrt t. Set u = s + e^{-x_0} in your equation (2) and integrate using the initial condition t(0) = 1. Then substitute s = u - e^{-x_0}.

From 1.

\frac{dx}{ds}

(1-e^{-2x}dx = ds u

x-\frac{1}{2}*e^{-2x}= s*u + c1

The integral of e^{-2x} is -\frac12 e^{-2x}. Again, you need to set u(s) = s + e^{-x_0} in your equation (1) and integrate using the initial condition x(0) = x_0. Then substitute s = u - e^{-x_0}.

If you have any x_0's left, eliminate them from one equation by using the other. You should get the given answer.
 
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