Is u=0 the only solution for the PDE on the unit disc?

  • Thread starter Thread starter somethingstra
  • Start date Start date
  • Tags Tags
    Pde
somethingstra
Messages
17
Reaction score
0

Homework Statement


We the domain be the unit disc D:
D=\left \{(x,y):x^{2}+y^{2}<1 \right \}

let u(x,y) solve:
-\triangle u+(u_{x}+2u_{y})u^{4}=0 on D

boundary:
u=0 on \partial D

One solution is u=0. Is it the only solution?

Homework Equations


Divergence Theorem
"Energy Method"

The Attempt at a Solution



Assume two solutions u1 and u2. We have then:
-\triangle u_{1}+(u_{x1}+2u_{y1})u_{1}^{4}=0
and
-\triangle u_{2}+(u_{x2}+2u_{y2})u_{2}^{4}=0

subtract the two to get:
-\triangle (u_{2}-u_{1})+(u_{x1}+2u_{y1})u_{1}^{4})-(u_{x2}+2u_{y2})u_{2}^{4}=0

let: v=u_{2}-u_{1}

Multiply by v and integrate. After employing the divergence theorem and the fact that v=0 on the boundary, we get:

\int_{\Omega }^{}|\triangledown (v)|^{2}=\int_{\Omega }^{}v(u_{x1}+2u_{y1})u_{1}^{4})-\int_{\Omega }^{}v(u_{x2}+2u_{y2})u_{2}^{4}=0

Take u1 or u2 = 0. If 0 is truly the only solution, the resulting integral should equal to zero.

Resulting integral where u' = either u1 or u2

\int_{\Omega }^{}|\triangledown (u')|^{2}=-\int_{\Omega }^{}u'^{5}(u'_{x}+2u'_{y}))

I conclude that u does not necessarily = 0, so u=0 is not the only solution

Right? or Wrong? And I have a question, what was the purpose of defining the unit disc?
 
Physics news on Phys.org
bump...
 
Last edited:
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