PDE's - Finding a certain solution to Laplace's equation on a circle

Jacobpm64
Messages
235
Reaction score
0

Homework Statement


Find a solution of Laplace's equation u_{xx} + u_{yy} = 0 of the form u(x,y) = Ax^2 + Bxy + Cy^2 \ (A^2 + B^2 + C^2 \not= 0 ) which satisfies the boundary condition u(cos(\theta),sin(\theta)) = cos(2\theta) + sin(2\theta) for all points (cos(\theta),sin(\theta)) on the circle, x^2 + y^2 = 1.


Homework Equations


Listed above.


The Attempt at a Solution


first, I found u_{xx} and u_{yy}

u_{xx} = 2A
u_{yy} = 2C

From u_{xx} + u_{yy} = 0 and the above results, I can get 2A + 2C = 0.

Now, I plugged in the boundary condition:
cos(2\theta) + sin(2\theta) = Acos^2(\theta) + Bcos(\theta) sin(\theta) + Csin^2(\theta).

I tried various trig substitutions here and couldn't seem to get anywhere. However, with this equation and the one above, I have two equations (but there are three unknowns). I am pretty sure I have to use the x^2 + y^2 = 1 to write another equation so that I can solve for A, B, and C, but I do not know how to use the circle information.

Any help would be greatly appreciated.

Thanks in advance.
 
Physics news on Phys.org
Just use the double angle formulas for cos(2*theta) and sin(2*theta). I don't really see what the problem is.
 
All right, let me see what I can do. I had tried this, but it wasn't simplifying, maybe there's something I'm not seeing.

okay, so using those double angle identities:

cos^2(\theta) - sin^2(\theta) + 2sin(\theta)cos(\theta) = Acos^2(\theta) + Bcos(\theta)sin(\theta) + Csin^2(\theta)

Oh, and I can solve that for
A = 1,B = 2,C = -1

So my solution is :

u(x,y) = x^2 + 2xy - y^2

This is the answer in the back of the book.

I was just wondering why they put the x^2 + y^2 = 1 in there? Is that something I didn't need to figure out the answer?

Thanks so much for that little nudge too. I really appreciate that.
 
No, you don't need it. If (x,y)=(cos(theta),sin(theta)) on the boundary, then of course x^2+y^2=1.
 
Thanks so much!
 
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