iqjump123
- 58
- 0
Homework Statement
Solve This equation:
\epsilon(Ut+Ux)+U=1
with \epsilon being a very small number from 0 to 1
and x bounds from neg infinity to pos infinity, t>0, and condition
u(x,0)=sinx
Homework Equations
method of associated equation (dx/P=dt/Q=du/R, and so forth)
The Attempt at a Solution
So far, I have attempted to apply the method of solving via associated equation and said
dt/\epsilon=dx/\epsilon=du/(1-u),
and using the first two equated equations, got that
\epsilon(t-x)=C1
Then next was that I used dx/\epsilon = du/1-u and solved to get x/\epsilon+ln(1-u)=C2.
I then said the general equation is:
x/\epsilon+ln(1-u)=f(\epsilon(t-x)).
Then I applied the initial condition u(x,0)=sinx to solve for the f(x).
Attempting to solve this out got me
1-e^(f(-x\epsilon-x/\epsilon))=sinx, but am lost after that on how to get the exact solution.
Help will be appreciated! Thanks!