Laplace's equation: separation of variables












0












$begingroup$


Question:



Let $(r,theta)$ denote plane polar coordinates. Show that there are countably infinitely many $k in Bbb R$ for which



$$nabla^2 u=0 qquad 1≤r≤2 \ ku + frac{partial u}{partial r}=0 qquad r=1,2$$



has a non-trivial solution of the form $u(r,theta) = f(r)g(theta)$.





Attempt:



Writing out the Laplacian in plane polars and plugging in $u(r,theta) = f(r)g(theta)$, we get



$$nabla^2 u = frac{partial^2 u}{partial r^2} + frac 1r frac{partial u}{partial r}+ frac{1}{r^2} frac{partial u^2}{partial theta^2} = gfrac{d^2f}{dr^2} + frac gr frac{df}{dr} + frac{f}{r^2}frac{d^2g}{dtheta^2}$$



Thus



begin{align}
nabla^2 u = 0 & implies gfrac{d^2f}{dr^2} + frac gr frac{df}{dr} + frac{f}{r^2}frac{d^2g}{dtheta^2} = 0 \
& implies frac{r^2}{f}frac{d^2f}{dr^2} + frac rf frac{df}{dr} = - frac 1g frac{d^2g}{dtheta^2} = text{constant} : = lambda
end{align}



First assuming that $lambda neq 0$, I solved the $r$-equation:



$$frac{r^2}{f}frac{d^2f}{dr^2} + frac rf frac{df}{dr} = lambda implies r^2frac{d^2f}{dr^2} + rfrac{df}{dr}-lambda f = 0 implies f(r) = Ar^{sqrt lambda} + Br^{-sqrt lambda}$$



The boundary condition given is



$$ku + frac{partial u}{partial r} = 0 implies kfg + gfrac{df}{dr}=0 implies g(theta) big(k f(r) + f'(r)big)=0 qquad r=1,2 ; ; , ; ; theta in Bbb R$$



$g(theta) equiv 0$ gives only non-trivial solutions, thus we must have $kf(1)+f'(1) = kf(2)f'(2)=0$. That is:



begin{align*}
& k f(1)+f'(1)=0 implies k (A+B) + sqrtlambda(A-B)=0 \
& k f(2)+f'(2)=0 implies k big(A2^{sqrtlambda} + B2^{-sqrt{lambda}} big) + frac {sqrtlambda}{2} big(A2^{sqrtlambda} - B2^{-sqrt{lambda}} big)=0
end{align*}



In matrix form, this is



$$begin{pmatrix} k + sqrt lambda & k - sqrt lambda \ Big(k + frac {sqrtlambda}{2}Big) 2^{sqrt lambda} & Big(k - frac {sqrtlambda}{2}Big) 2^{-sqrt lambda} end{pmatrix} begin{pmatrix} A \ B end{pmatrix} = begin{pmatrix} 0 \ 0 end{pmatrix}$$



and we get a non-trivial solution iff the determinant of the matrix is zero.



However, it seems to me that for every $k in Bbb R$ there is a corresponding $lambda$ that gives a non-trivial solution. Have I done something wrong? Or am I misunderstanding something? Any help would be much appreciated.










share|cite|improve this question











$endgroup$












  • $begingroup$
    I haven't done it myself, but i think the restriction on lambda will come from solving the equation for $g(theta)$
    $endgroup$
    – Calvin Khor
    Jan 6 at 17:37










  • $begingroup$
    Calvin is right: you need $g$ to be $2pi$ periodic and not identically zero, but your equation reads $g''+lambda g =0 $ which only has such a solution when $lambda$ takes on countably many particular values. Of course, you're not done: you still need to check that the boundary condition in $r$ can be satisfied for at least countably many of the pairs $(g_n,lambda_n)$.
    $endgroup$
    – Ian
    Jan 6 at 17:40












  • $begingroup$
    Ahhh I see. We have $$g''+lambda g =0 implies g(theta) = Ccos (sqrt lambda theta) + D sin (sqrt lambda theta)$$ which is $2pi$-periodic iff $lambda =lambda_n = n^2$ where $n in Bbb Z^+$
    $endgroup$
    – glowstonetrees
    Jan 6 at 17:44
















0












$begingroup$


Question:



Let $(r,theta)$ denote plane polar coordinates. Show that there are countably infinitely many $k in Bbb R$ for which



$$nabla^2 u=0 qquad 1≤r≤2 \ ku + frac{partial u}{partial r}=0 qquad r=1,2$$



has a non-trivial solution of the form $u(r,theta) = f(r)g(theta)$.





Attempt:



Writing out the Laplacian in plane polars and plugging in $u(r,theta) = f(r)g(theta)$, we get



$$nabla^2 u = frac{partial^2 u}{partial r^2} + frac 1r frac{partial u}{partial r}+ frac{1}{r^2} frac{partial u^2}{partial theta^2} = gfrac{d^2f}{dr^2} + frac gr frac{df}{dr} + frac{f}{r^2}frac{d^2g}{dtheta^2}$$



Thus



begin{align}
nabla^2 u = 0 & implies gfrac{d^2f}{dr^2} + frac gr frac{df}{dr} + frac{f}{r^2}frac{d^2g}{dtheta^2} = 0 \
& implies frac{r^2}{f}frac{d^2f}{dr^2} + frac rf frac{df}{dr} = - frac 1g frac{d^2g}{dtheta^2} = text{constant} : = lambda
end{align}



First assuming that $lambda neq 0$, I solved the $r$-equation:



$$frac{r^2}{f}frac{d^2f}{dr^2} + frac rf frac{df}{dr} = lambda implies r^2frac{d^2f}{dr^2} + rfrac{df}{dr}-lambda f = 0 implies f(r) = Ar^{sqrt lambda} + Br^{-sqrt lambda}$$



The boundary condition given is



$$ku + frac{partial u}{partial r} = 0 implies kfg + gfrac{df}{dr}=0 implies g(theta) big(k f(r) + f'(r)big)=0 qquad r=1,2 ; ; , ; ; theta in Bbb R$$



$g(theta) equiv 0$ gives only non-trivial solutions, thus we must have $kf(1)+f'(1) = kf(2)f'(2)=0$. That is:



begin{align*}
& k f(1)+f'(1)=0 implies k (A+B) + sqrtlambda(A-B)=0 \
& k f(2)+f'(2)=0 implies k big(A2^{sqrtlambda} + B2^{-sqrt{lambda}} big) + frac {sqrtlambda}{2} big(A2^{sqrtlambda} - B2^{-sqrt{lambda}} big)=0
end{align*}



In matrix form, this is



$$begin{pmatrix} k + sqrt lambda & k - sqrt lambda \ Big(k + frac {sqrtlambda}{2}Big) 2^{sqrt lambda} & Big(k - frac {sqrtlambda}{2}Big) 2^{-sqrt lambda} end{pmatrix} begin{pmatrix} A \ B end{pmatrix} = begin{pmatrix} 0 \ 0 end{pmatrix}$$



and we get a non-trivial solution iff the determinant of the matrix is zero.



However, it seems to me that for every $k in Bbb R$ there is a corresponding $lambda$ that gives a non-trivial solution. Have I done something wrong? Or am I misunderstanding something? Any help would be much appreciated.










share|cite|improve this question











$endgroup$












  • $begingroup$
    I haven't done it myself, but i think the restriction on lambda will come from solving the equation for $g(theta)$
    $endgroup$
    – Calvin Khor
    Jan 6 at 17:37










  • $begingroup$
    Calvin is right: you need $g$ to be $2pi$ periodic and not identically zero, but your equation reads $g''+lambda g =0 $ which only has such a solution when $lambda$ takes on countably many particular values. Of course, you're not done: you still need to check that the boundary condition in $r$ can be satisfied for at least countably many of the pairs $(g_n,lambda_n)$.
    $endgroup$
    – Ian
    Jan 6 at 17:40












  • $begingroup$
    Ahhh I see. We have $$g''+lambda g =0 implies g(theta) = Ccos (sqrt lambda theta) + D sin (sqrt lambda theta)$$ which is $2pi$-periodic iff $lambda =lambda_n = n^2$ where $n in Bbb Z^+$
    $endgroup$
    – glowstonetrees
    Jan 6 at 17:44














0












0








0





$begingroup$


Question:



Let $(r,theta)$ denote plane polar coordinates. Show that there are countably infinitely many $k in Bbb R$ for which



$$nabla^2 u=0 qquad 1≤r≤2 \ ku + frac{partial u}{partial r}=0 qquad r=1,2$$



has a non-trivial solution of the form $u(r,theta) = f(r)g(theta)$.





Attempt:



Writing out the Laplacian in plane polars and plugging in $u(r,theta) = f(r)g(theta)$, we get



$$nabla^2 u = frac{partial^2 u}{partial r^2} + frac 1r frac{partial u}{partial r}+ frac{1}{r^2} frac{partial u^2}{partial theta^2} = gfrac{d^2f}{dr^2} + frac gr frac{df}{dr} + frac{f}{r^2}frac{d^2g}{dtheta^2}$$



Thus



begin{align}
nabla^2 u = 0 & implies gfrac{d^2f}{dr^2} + frac gr frac{df}{dr} + frac{f}{r^2}frac{d^2g}{dtheta^2} = 0 \
& implies frac{r^2}{f}frac{d^2f}{dr^2} + frac rf frac{df}{dr} = - frac 1g frac{d^2g}{dtheta^2} = text{constant} : = lambda
end{align}



First assuming that $lambda neq 0$, I solved the $r$-equation:



$$frac{r^2}{f}frac{d^2f}{dr^2} + frac rf frac{df}{dr} = lambda implies r^2frac{d^2f}{dr^2} + rfrac{df}{dr}-lambda f = 0 implies f(r) = Ar^{sqrt lambda} + Br^{-sqrt lambda}$$



The boundary condition given is



$$ku + frac{partial u}{partial r} = 0 implies kfg + gfrac{df}{dr}=0 implies g(theta) big(k f(r) + f'(r)big)=0 qquad r=1,2 ; ; , ; ; theta in Bbb R$$



$g(theta) equiv 0$ gives only non-trivial solutions, thus we must have $kf(1)+f'(1) = kf(2)f'(2)=0$. That is:



begin{align*}
& k f(1)+f'(1)=0 implies k (A+B) + sqrtlambda(A-B)=0 \
& k f(2)+f'(2)=0 implies k big(A2^{sqrtlambda} + B2^{-sqrt{lambda}} big) + frac {sqrtlambda}{2} big(A2^{sqrtlambda} - B2^{-sqrt{lambda}} big)=0
end{align*}



In matrix form, this is



$$begin{pmatrix} k + sqrt lambda & k - sqrt lambda \ Big(k + frac {sqrtlambda}{2}Big) 2^{sqrt lambda} & Big(k - frac {sqrtlambda}{2}Big) 2^{-sqrt lambda} end{pmatrix} begin{pmatrix} A \ B end{pmatrix} = begin{pmatrix} 0 \ 0 end{pmatrix}$$



and we get a non-trivial solution iff the determinant of the matrix is zero.



However, it seems to me that for every $k in Bbb R$ there is a corresponding $lambda$ that gives a non-trivial solution. Have I done something wrong? Or am I misunderstanding something? Any help would be much appreciated.










share|cite|improve this question











$endgroup$




Question:



Let $(r,theta)$ denote plane polar coordinates. Show that there are countably infinitely many $k in Bbb R$ for which



$$nabla^2 u=0 qquad 1≤r≤2 \ ku + frac{partial u}{partial r}=0 qquad r=1,2$$



has a non-trivial solution of the form $u(r,theta) = f(r)g(theta)$.





Attempt:



Writing out the Laplacian in plane polars and plugging in $u(r,theta) = f(r)g(theta)$, we get



$$nabla^2 u = frac{partial^2 u}{partial r^2} + frac 1r frac{partial u}{partial r}+ frac{1}{r^2} frac{partial u^2}{partial theta^2} = gfrac{d^2f}{dr^2} + frac gr frac{df}{dr} + frac{f}{r^2}frac{d^2g}{dtheta^2}$$



Thus



begin{align}
nabla^2 u = 0 & implies gfrac{d^2f}{dr^2} + frac gr frac{df}{dr} + frac{f}{r^2}frac{d^2g}{dtheta^2} = 0 \
& implies frac{r^2}{f}frac{d^2f}{dr^2} + frac rf frac{df}{dr} = - frac 1g frac{d^2g}{dtheta^2} = text{constant} : = lambda
end{align}



First assuming that $lambda neq 0$, I solved the $r$-equation:



$$frac{r^2}{f}frac{d^2f}{dr^2} + frac rf frac{df}{dr} = lambda implies r^2frac{d^2f}{dr^2} + rfrac{df}{dr}-lambda f = 0 implies f(r) = Ar^{sqrt lambda} + Br^{-sqrt lambda}$$



The boundary condition given is



$$ku + frac{partial u}{partial r} = 0 implies kfg + gfrac{df}{dr}=0 implies g(theta) big(k f(r) + f'(r)big)=0 qquad r=1,2 ; ; , ; ; theta in Bbb R$$



$g(theta) equiv 0$ gives only non-trivial solutions, thus we must have $kf(1)+f'(1) = kf(2)f'(2)=0$. That is:



begin{align*}
& k f(1)+f'(1)=0 implies k (A+B) + sqrtlambda(A-B)=0 \
& k f(2)+f'(2)=0 implies k big(A2^{sqrtlambda} + B2^{-sqrt{lambda}} big) + frac {sqrtlambda}{2} big(A2^{sqrtlambda} - B2^{-sqrt{lambda}} big)=0
end{align*}



In matrix form, this is



$$begin{pmatrix} k + sqrt lambda & k - sqrt lambda \ Big(k + frac {sqrtlambda}{2}Big) 2^{sqrt lambda} & Big(k - frac {sqrtlambda}{2}Big) 2^{-sqrt lambda} end{pmatrix} begin{pmatrix} A \ B end{pmatrix} = begin{pmatrix} 0 \ 0 end{pmatrix}$$



and we get a non-trivial solution iff the determinant of the matrix is zero.



However, it seems to me that for every $k in Bbb R$ there is a corresponding $lambda$ that gives a non-trivial solution. Have I done something wrong? Or am I misunderstanding something? Any help would be much appreciated.







pde laplacian






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jan 6 at 17:35







glowstonetrees

















asked Jan 6 at 17:25









glowstonetreesglowstonetrees

2,336418




2,336418












  • $begingroup$
    I haven't done it myself, but i think the restriction on lambda will come from solving the equation for $g(theta)$
    $endgroup$
    – Calvin Khor
    Jan 6 at 17:37










  • $begingroup$
    Calvin is right: you need $g$ to be $2pi$ periodic and not identically zero, but your equation reads $g''+lambda g =0 $ which only has such a solution when $lambda$ takes on countably many particular values. Of course, you're not done: you still need to check that the boundary condition in $r$ can be satisfied for at least countably many of the pairs $(g_n,lambda_n)$.
    $endgroup$
    – Ian
    Jan 6 at 17:40












  • $begingroup$
    Ahhh I see. We have $$g''+lambda g =0 implies g(theta) = Ccos (sqrt lambda theta) + D sin (sqrt lambda theta)$$ which is $2pi$-periodic iff $lambda =lambda_n = n^2$ where $n in Bbb Z^+$
    $endgroup$
    – glowstonetrees
    Jan 6 at 17:44


















  • $begingroup$
    I haven't done it myself, but i think the restriction on lambda will come from solving the equation for $g(theta)$
    $endgroup$
    – Calvin Khor
    Jan 6 at 17:37










  • $begingroup$
    Calvin is right: you need $g$ to be $2pi$ periodic and not identically zero, but your equation reads $g''+lambda g =0 $ which only has such a solution when $lambda$ takes on countably many particular values. Of course, you're not done: you still need to check that the boundary condition in $r$ can be satisfied for at least countably many of the pairs $(g_n,lambda_n)$.
    $endgroup$
    – Ian
    Jan 6 at 17:40












  • $begingroup$
    Ahhh I see. We have $$g''+lambda g =0 implies g(theta) = Ccos (sqrt lambda theta) + D sin (sqrt lambda theta)$$ which is $2pi$-periodic iff $lambda =lambda_n = n^2$ where $n in Bbb Z^+$
    $endgroup$
    – glowstonetrees
    Jan 6 at 17:44
















$begingroup$
I haven't done it myself, but i think the restriction on lambda will come from solving the equation for $g(theta)$
$endgroup$
– Calvin Khor
Jan 6 at 17:37




$begingroup$
I haven't done it myself, but i think the restriction on lambda will come from solving the equation for $g(theta)$
$endgroup$
– Calvin Khor
Jan 6 at 17:37












$begingroup$
Calvin is right: you need $g$ to be $2pi$ periodic and not identically zero, but your equation reads $g''+lambda g =0 $ which only has such a solution when $lambda$ takes on countably many particular values. Of course, you're not done: you still need to check that the boundary condition in $r$ can be satisfied for at least countably many of the pairs $(g_n,lambda_n)$.
$endgroup$
– Ian
Jan 6 at 17:40






$begingroup$
Calvin is right: you need $g$ to be $2pi$ periodic and not identically zero, but your equation reads $g''+lambda g =0 $ which only has such a solution when $lambda$ takes on countably many particular values. Of course, you're not done: you still need to check that the boundary condition in $r$ can be satisfied for at least countably many of the pairs $(g_n,lambda_n)$.
$endgroup$
– Ian
Jan 6 at 17:40














$begingroup$
Ahhh I see. We have $$g''+lambda g =0 implies g(theta) = Ccos (sqrt lambda theta) + D sin (sqrt lambda theta)$$ which is $2pi$-periodic iff $lambda =lambda_n = n^2$ where $n in Bbb Z^+$
$endgroup$
– glowstonetrees
Jan 6 at 17:44




$begingroup$
Ahhh I see. We have $$g''+lambda g =0 implies g(theta) = Ccos (sqrt lambda theta) + D sin (sqrt lambda theta)$$ which is $2pi$-periodic iff $lambda =lambda_n = n^2$ where $n in Bbb Z^+$
$endgroup$
– glowstonetrees
Jan 6 at 17:44










1 Answer
1






active

oldest

votes


















0












$begingroup$

From the periodicity condition, we get a general solution



$$ u_n(r,theta) = f(r)g(theta) = (Ar^n + Br^{-n})(Ccos ntheta + Dsin n theta) $$



where $n=1,2,3,dots$



Since the boundary conditions are radially symmetric, it follows that $ kf(r) +f'(r) =0 $ on $r=1,2$. Plugging this in



begin{align}
k(A+B) + n(A-B) = 0 \
k(A2^n + B2^{-n}) +n(A2^{n-1} -B2^{-n-1})=0
end{align}



Converting into a matrix equation



$$ begin{pmatrix} k+n & k-n \ 2^nk + 2^{n-1}n & 2^{-n}k - 2^{-n-1}n end{pmatrix}begin{pmatrix} A \ B end{pmatrix} = 0 $$



There's a non-trivial solution for $(A, B)$ if the determinant of the coefficient matrix is zero



$$ (k+n)(2k-n) - 2^{2n}(k-n)(2k+n) = 0 $$



In quadratic form this is



$$ 2(2^{2n}-1)k^2 - n(2^{2n}+1)k - (2^{2n}-1)n^2 = 0 $$



where $Delta = b^2-4ac = n^2(2^{2n}+1)^2 + 8n^2(2^{2n}-1)^2 > 0$



So there exists two values of $k$ for each corresponding positive integer $n$, thus "countably infinite"






share|cite|improve this answer











$endgroup$













  • $begingroup$
    Just as an aside, it sufficed to just note that $a$ and $c$ in the quadratic had different signs. You didn't need to write out the whole discriminant.
    $endgroup$
    – Ian
    Jan 7 at 16:18













Your Answer





StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3064141%2flaplaces-equation-separation-of-variables%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0












$begingroup$

From the periodicity condition, we get a general solution



$$ u_n(r,theta) = f(r)g(theta) = (Ar^n + Br^{-n})(Ccos ntheta + Dsin n theta) $$



where $n=1,2,3,dots$



Since the boundary conditions are radially symmetric, it follows that $ kf(r) +f'(r) =0 $ on $r=1,2$. Plugging this in



begin{align}
k(A+B) + n(A-B) = 0 \
k(A2^n + B2^{-n}) +n(A2^{n-1} -B2^{-n-1})=0
end{align}



Converting into a matrix equation



$$ begin{pmatrix} k+n & k-n \ 2^nk + 2^{n-1}n & 2^{-n}k - 2^{-n-1}n end{pmatrix}begin{pmatrix} A \ B end{pmatrix} = 0 $$



There's a non-trivial solution for $(A, B)$ if the determinant of the coefficient matrix is zero



$$ (k+n)(2k-n) - 2^{2n}(k-n)(2k+n) = 0 $$



In quadratic form this is



$$ 2(2^{2n}-1)k^2 - n(2^{2n}+1)k - (2^{2n}-1)n^2 = 0 $$



where $Delta = b^2-4ac = n^2(2^{2n}+1)^2 + 8n^2(2^{2n}-1)^2 > 0$



So there exists two values of $k$ for each corresponding positive integer $n$, thus "countably infinite"






share|cite|improve this answer











$endgroup$













  • $begingroup$
    Just as an aside, it sufficed to just note that $a$ and $c$ in the quadratic had different signs. You didn't need to write out the whole discriminant.
    $endgroup$
    – Ian
    Jan 7 at 16:18


















0












$begingroup$

From the periodicity condition, we get a general solution



$$ u_n(r,theta) = f(r)g(theta) = (Ar^n + Br^{-n})(Ccos ntheta + Dsin n theta) $$



where $n=1,2,3,dots$



Since the boundary conditions are radially symmetric, it follows that $ kf(r) +f'(r) =0 $ on $r=1,2$. Plugging this in



begin{align}
k(A+B) + n(A-B) = 0 \
k(A2^n + B2^{-n}) +n(A2^{n-1} -B2^{-n-1})=0
end{align}



Converting into a matrix equation



$$ begin{pmatrix} k+n & k-n \ 2^nk + 2^{n-1}n & 2^{-n}k - 2^{-n-1}n end{pmatrix}begin{pmatrix} A \ B end{pmatrix} = 0 $$



There's a non-trivial solution for $(A, B)$ if the determinant of the coefficient matrix is zero



$$ (k+n)(2k-n) - 2^{2n}(k-n)(2k+n) = 0 $$



In quadratic form this is



$$ 2(2^{2n}-1)k^2 - n(2^{2n}+1)k - (2^{2n}-1)n^2 = 0 $$



where $Delta = b^2-4ac = n^2(2^{2n}+1)^2 + 8n^2(2^{2n}-1)^2 > 0$



So there exists two values of $k$ for each corresponding positive integer $n$, thus "countably infinite"






share|cite|improve this answer











$endgroup$













  • $begingroup$
    Just as an aside, it sufficed to just note that $a$ and $c$ in the quadratic had different signs. You didn't need to write out the whole discriminant.
    $endgroup$
    – Ian
    Jan 7 at 16:18
















0












0








0





$begingroup$

From the periodicity condition, we get a general solution



$$ u_n(r,theta) = f(r)g(theta) = (Ar^n + Br^{-n})(Ccos ntheta + Dsin n theta) $$



where $n=1,2,3,dots$



Since the boundary conditions are radially symmetric, it follows that $ kf(r) +f'(r) =0 $ on $r=1,2$. Plugging this in



begin{align}
k(A+B) + n(A-B) = 0 \
k(A2^n + B2^{-n}) +n(A2^{n-1} -B2^{-n-1})=0
end{align}



Converting into a matrix equation



$$ begin{pmatrix} k+n & k-n \ 2^nk + 2^{n-1}n & 2^{-n}k - 2^{-n-1}n end{pmatrix}begin{pmatrix} A \ B end{pmatrix} = 0 $$



There's a non-trivial solution for $(A, B)$ if the determinant of the coefficient matrix is zero



$$ (k+n)(2k-n) - 2^{2n}(k-n)(2k+n) = 0 $$



In quadratic form this is



$$ 2(2^{2n}-1)k^2 - n(2^{2n}+1)k - (2^{2n}-1)n^2 = 0 $$



where $Delta = b^2-4ac = n^2(2^{2n}+1)^2 + 8n^2(2^{2n}-1)^2 > 0$



So there exists two values of $k$ for each corresponding positive integer $n$, thus "countably infinite"






share|cite|improve this answer











$endgroup$



From the periodicity condition, we get a general solution



$$ u_n(r,theta) = f(r)g(theta) = (Ar^n + Br^{-n})(Ccos ntheta + Dsin n theta) $$



where $n=1,2,3,dots$



Since the boundary conditions are radially symmetric, it follows that $ kf(r) +f'(r) =0 $ on $r=1,2$. Plugging this in



begin{align}
k(A+B) + n(A-B) = 0 \
k(A2^n + B2^{-n}) +n(A2^{n-1} -B2^{-n-1})=0
end{align}



Converting into a matrix equation



$$ begin{pmatrix} k+n & k-n \ 2^nk + 2^{n-1}n & 2^{-n}k - 2^{-n-1}n end{pmatrix}begin{pmatrix} A \ B end{pmatrix} = 0 $$



There's a non-trivial solution for $(A, B)$ if the determinant of the coefficient matrix is zero



$$ (k+n)(2k-n) - 2^{2n}(k-n)(2k+n) = 0 $$



In quadratic form this is



$$ 2(2^{2n}-1)k^2 - n(2^{2n}+1)k - (2^{2n}-1)n^2 = 0 $$



where $Delta = b^2-4ac = n^2(2^{2n}+1)^2 + 8n^2(2^{2n}-1)^2 > 0$



So there exists two values of $k$ for each corresponding positive integer $n$, thus "countably infinite"







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Jan 7 at 16:17









Ian

67.8k25388




67.8k25388










answered Jan 7 at 10:06









DylanDylan

12.5k31026




12.5k31026












  • $begingroup$
    Just as an aside, it sufficed to just note that $a$ and $c$ in the quadratic had different signs. You didn't need to write out the whole discriminant.
    $endgroup$
    – Ian
    Jan 7 at 16:18




















  • $begingroup$
    Just as an aside, it sufficed to just note that $a$ and $c$ in the quadratic had different signs. You didn't need to write out the whole discriminant.
    $endgroup$
    – Ian
    Jan 7 at 16:18


















$begingroup$
Just as an aside, it sufficed to just note that $a$ and $c$ in the quadratic had different signs. You didn't need to write out the whole discriminant.
$endgroup$
– Ian
Jan 7 at 16:18






$begingroup$
Just as an aside, it sufficed to just note that $a$ and $c$ in the quadratic had different signs. You didn't need to write out the whole discriminant.
$endgroup$
– Ian
Jan 7 at 16:18




















draft saved

draft discarded




















































Thanks for contributing an answer to Mathematics Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3064141%2flaplaces-equation-separation-of-variables%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

ts Property 'filter' does not exist on type '{}'

mat-slide-toggle shouldn't change it's state when I click cancel in confirmation window