debian
- 7
- 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: