PDE: Laplace's Equation solutions

dgreenheck
Messages
22
Reaction score
0

Homework Statement



Suppose that u(x,y) is a solution of Laplace's equation. If \theta is a fixed real number, define the function v(x,y) = u(xcos\theta - ysin\theta, xsin\theta + ycos\theta). Show that v(x,y) is a solution of Laplace's equation.

Homework Equations



Laplace's equation: uxx + uyy = 0.

Separated solutions

X''(x) - \lambdaX(x)=0.

Y''(y) - \lambdaY(y)=0.

Solutions for \lambda > 0

X(x) = A1ekx + A2e-kx

Y(y) = A3cosky + A4sinky.

Solutions for \lambda < 0

Y(y) = A1ekx + A2e-kx

X(x) = A3cosky + A4sinky.

The Attempt at a Solution



I began by trying to analyze each of the cases (\lambda>0, \lambda<0, \lambda=0) for the solution. But working these out would take forever and I know it isn't the most elegant way of doing it. My thinking is that I can somehow just differentiate the arguments for v(x,y) so I would get a factor of k2sin2\thetacos2\theta for uxx and -k2sin2\thetacos2\theta for uyy. Would this be a valid way of proving the statement to avoid doing all the work? Or is there a better way? Thanks.
 
Physics news on Phys.org
dgreenheck said:
My thinking is that I can somehow just differentiate the arguments for v(x,y) so I would get a factor of k2sin2\thetacos2\theta for uxx and -k2sin2\thetacos2\theta for uyy. Would this be a valid way of proving the statement to avoid doing all the work? Or is there a better way? Thanks.
That is perfectly fine and the way I would do it. It is also likely to be the way intended by whomever wrote the problem.
 
Separated solutions
X''(x) - λX(x)=0.
Y''(y) + λY(y)=0.there must be "+" , not "-"
 
by the way

therefore other equation will be changed
 
Your second strategy would perhaps work best. Since you are given that u satisfies Laplace's equation, it is perhaps a good idea to plug v into Laplace's equation and try to get it in terms of u. Your main tool for that will be the chain rule for scalar fields.
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top