MHB Solving First-Order PDE: $u_x+2u_y+2u=0$

  • Thread starter Thread starter Markov2
  • Start date Start date
  • Tags Tags
    First order Pde
Markov2
Messages
149
Reaction score
0
Solve

$u_x+2u_y+2u=0,$ $x,y\in\mathbb R$ where $u(x,y)=F(x,y)$ in the curve $y=x.$

I don't know what does mean with the $y=x.$ Well I set up the following $\dfrac{dx}{1}=\dfrac{dy}{2}=\dfrac{du}{-2}
,$ is that correct? but I don't know what's next.

Thanks for the help!
 
Physics news on Phys.org
Think about the idea behind the method of characteristics. We start by parameterizing the independant variables x and y.

x=x(s,t) \quad y=y(s,t) \implies u(x,y)=u(x(r,s),y(r,s))

Now take the derivative with respect to s to get

\frac{du}{dx}\frac{dx}{ds}+\frac{du}{dy}\frac{dy}{ds}=\frac{d}{ds}u(x(r,s),y(r,s))

Compare this with the PDE to get

\frac{dx}{ds}=1 \quad \frac{dy}{ds}=2 \quad \frac{du}{ds}=-2u

Now we need some intial conditions to solve this system of ODE's

Since we know values of the line y=x we should get

x(0,t)=t \quad y(0,t)=t \quad u(0,t)=f(t)

Solving each of the ODE's gives

x=s+g(t) \implies t=0+g(t) \implies x=s+t

y=2s+h(t) \implies t=2\cdot 0+h(t) \implies y=2s+t

u=Ae^{-2s} \implies f(t)=A \implies u=f(t)e^{-2s}Now we just solve for the characteristics to eliminate t and s. This gives

s=y-x \quad t=2x-y

So the solution is

u(x,y)=f(2x-y)e^{2(x-y)}

We can check that this satisfies the PDE

u_x=[2f'(2x-y)+2f(2x-y)]e^{2(x-y)}

u_y=[-f'(2x-y)-2f(2x-y)]e^{2(x-y)}

u_x+2u_y=-2f(2x-y)e^{2(x-y)}=-2u
 
Last edited by a moderator:
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top