Solving Differential Equation With Bessel Functions
$begingroup$
trying to solve
$$frac{d}{dr}bigg(frac{1}{r} frac{d}{dr}(rbar u_r)bigg) - k^2 bar u_r = frac{k^2}{omega^2}phi(r) bar u_r $$
subject to
$$R_1 leq r leq R_2,$$
$$bar u_r(R_1) = bar u_r(R_2) = 0,$$
where
$$phi (r) = frac{2V}{r^2}frac{d}{dr}(rV).$$
I am trying to solve for $bar u_r $ in the case where $V(r) = 0.$
My attempt has got me to
$$frac{d^2 bar u_r}{dr^2} + frac{1}{r} frac{d bar u_r}{dr} - bar u_r bigg(frac{1}{r^2}+k^2 bigg).$$
When I try to solve this I end up with a zero solution? WolframAlpha is giving me solutions to this as Bessel functions. Could anyone point me in the right direction?
I should note, this is a fluid dynamics problem.
ordinary-differential-equations fluid-dynamics
$endgroup$
add a comment |
$begingroup$
trying to solve
$$frac{d}{dr}bigg(frac{1}{r} frac{d}{dr}(rbar u_r)bigg) - k^2 bar u_r = frac{k^2}{omega^2}phi(r) bar u_r $$
subject to
$$R_1 leq r leq R_2,$$
$$bar u_r(R_1) = bar u_r(R_2) = 0,$$
where
$$phi (r) = frac{2V}{r^2}frac{d}{dr}(rV).$$
I am trying to solve for $bar u_r $ in the case where $V(r) = 0.$
My attempt has got me to
$$frac{d^2 bar u_r}{dr^2} + frac{1}{r} frac{d bar u_r}{dr} - bar u_r bigg(frac{1}{r^2}+k^2 bigg).$$
When I try to solve this I end up with a zero solution? WolframAlpha is giving me solutions to this as Bessel functions. Could anyone point me in the right direction?
I should note, this is a fluid dynamics problem.
ordinary-differential-equations fluid-dynamics
$endgroup$
add a comment |
$begingroup$
trying to solve
$$frac{d}{dr}bigg(frac{1}{r} frac{d}{dr}(rbar u_r)bigg) - k^2 bar u_r = frac{k^2}{omega^2}phi(r) bar u_r $$
subject to
$$R_1 leq r leq R_2,$$
$$bar u_r(R_1) = bar u_r(R_2) = 0,$$
where
$$phi (r) = frac{2V}{r^2}frac{d}{dr}(rV).$$
I am trying to solve for $bar u_r $ in the case where $V(r) = 0.$
My attempt has got me to
$$frac{d^2 bar u_r}{dr^2} + frac{1}{r} frac{d bar u_r}{dr} - bar u_r bigg(frac{1}{r^2}+k^2 bigg).$$
When I try to solve this I end up with a zero solution? WolframAlpha is giving me solutions to this as Bessel functions. Could anyone point me in the right direction?
I should note, this is a fluid dynamics problem.
ordinary-differential-equations fluid-dynamics
$endgroup$
trying to solve
$$frac{d}{dr}bigg(frac{1}{r} frac{d}{dr}(rbar u_r)bigg) - k^2 bar u_r = frac{k^2}{omega^2}phi(r) bar u_r $$
subject to
$$R_1 leq r leq R_2,$$
$$bar u_r(R_1) = bar u_r(R_2) = 0,$$
where
$$phi (r) = frac{2V}{r^2}frac{d}{dr}(rV).$$
I am trying to solve for $bar u_r $ in the case where $V(r) = 0.$
My attempt has got me to
$$frac{d^2 bar u_r}{dr^2} + frac{1}{r} frac{d bar u_r}{dr} - bar u_r bigg(frac{1}{r^2}+k^2 bigg).$$
When I try to solve this I end up with a zero solution? WolframAlpha is giving me solutions to this as Bessel functions. Could anyone point me in the right direction?
I should note, this is a fluid dynamics problem.
ordinary-differential-equations fluid-dynamics
ordinary-differential-equations fluid-dynamics
asked Jan 16 at 15:47
kroneckerdel69kroneckerdel69
358
358
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
$$frac{d^2 bar u_r}{dr^2} + frac{1}{r} frac{d bar u_r}{dr} - bar u_r bigg(frac{1}{r^2}+k^2 bigg)=0$$
Knowing the properties of the Bessel functions and related differential equations, it is obvious that the solution is :
$$bar u_r(r)=c_1 I_k(r)+c_2 K_k(r)$$
The functions $I_k(r)$ and $K_k(r)$ are the Modified Bessel functions of first and second kind respectively.
http://mathworld.wolfram.com/ModifiedBesselDifferentialEquation.html
http://mathworld.wolfram.com/ModifiedBesselFunctionoftheSecondKind.html
http://mathworld.wolfram.com/ModifiedBesselFunctionoftheFirstKind.html
There is nothing to prove since this is the direct consequence of the definition of the Bessel functions and of the basic properties.
Of course, $bar u_r(r)=0$ is a particular solution which satisfies the ODE (case $c_1=c_2=0$ ).
In the above general solution $c_1$ and $c_2$ are arbitrary constants. Those constants can be determined if some well posed boundary conditions are specified.
If in trying to solve the PDE you end up with the zero solution only, several causes can be suspected. A possible one could be that you introduces some "hided" or "implicit" conditions which are not in the wording of the problem. All depends on what method of solving you use and what exactly is your calculus. Without checking all steps of your calculus and without seeing all your intermediate equations it is impossible to give a definitive diagnosis.
$endgroup$
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3075892%2fsolving-differential-equation-with-bessel-functions%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
$begingroup$
$$frac{d^2 bar u_r}{dr^2} + frac{1}{r} frac{d bar u_r}{dr} - bar u_r bigg(frac{1}{r^2}+k^2 bigg)=0$$
Knowing the properties of the Bessel functions and related differential equations, it is obvious that the solution is :
$$bar u_r(r)=c_1 I_k(r)+c_2 K_k(r)$$
The functions $I_k(r)$ and $K_k(r)$ are the Modified Bessel functions of first and second kind respectively.
http://mathworld.wolfram.com/ModifiedBesselDifferentialEquation.html
http://mathworld.wolfram.com/ModifiedBesselFunctionoftheSecondKind.html
http://mathworld.wolfram.com/ModifiedBesselFunctionoftheFirstKind.html
There is nothing to prove since this is the direct consequence of the definition of the Bessel functions and of the basic properties.
Of course, $bar u_r(r)=0$ is a particular solution which satisfies the ODE (case $c_1=c_2=0$ ).
In the above general solution $c_1$ and $c_2$ are arbitrary constants. Those constants can be determined if some well posed boundary conditions are specified.
If in trying to solve the PDE you end up with the zero solution only, several causes can be suspected. A possible one could be that you introduces some "hided" or "implicit" conditions which are not in the wording of the problem. All depends on what method of solving you use and what exactly is your calculus. Without checking all steps of your calculus and without seeing all your intermediate equations it is impossible to give a definitive diagnosis.
$endgroup$
add a comment |
$begingroup$
$$frac{d^2 bar u_r}{dr^2} + frac{1}{r} frac{d bar u_r}{dr} - bar u_r bigg(frac{1}{r^2}+k^2 bigg)=0$$
Knowing the properties of the Bessel functions and related differential equations, it is obvious that the solution is :
$$bar u_r(r)=c_1 I_k(r)+c_2 K_k(r)$$
The functions $I_k(r)$ and $K_k(r)$ are the Modified Bessel functions of first and second kind respectively.
http://mathworld.wolfram.com/ModifiedBesselDifferentialEquation.html
http://mathworld.wolfram.com/ModifiedBesselFunctionoftheSecondKind.html
http://mathworld.wolfram.com/ModifiedBesselFunctionoftheFirstKind.html
There is nothing to prove since this is the direct consequence of the definition of the Bessel functions and of the basic properties.
Of course, $bar u_r(r)=0$ is a particular solution which satisfies the ODE (case $c_1=c_2=0$ ).
In the above general solution $c_1$ and $c_2$ are arbitrary constants. Those constants can be determined if some well posed boundary conditions are specified.
If in trying to solve the PDE you end up with the zero solution only, several causes can be suspected. A possible one could be that you introduces some "hided" or "implicit" conditions which are not in the wording of the problem. All depends on what method of solving you use and what exactly is your calculus. Without checking all steps of your calculus and without seeing all your intermediate equations it is impossible to give a definitive diagnosis.
$endgroup$
add a comment |
$begingroup$
$$frac{d^2 bar u_r}{dr^2} + frac{1}{r} frac{d bar u_r}{dr} - bar u_r bigg(frac{1}{r^2}+k^2 bigg)=0$$
Knowing the properties of the Bessel functions and related differential equations, it is obvious that the solution is :
$$bar u_r(r)=c_1 I_k(r)+c_2 K_k(r)$$
The functions $I_k(r)$ and $K_k(r)$ are the Modified Bessel functions of first and second kind respectively.
http://mathworld.wolfram.com/ModifiedBesselDifferentialEquation.html
http://mathworld.wolfram.com/ModifiedBesselFunctionoftheSecondKind.html
http://mathworld.wolfram.com/ModifiedBesselFunctionoftheFirstKind.html
There is nothing to prove since this is the direct consequence of the definition of the Bessel functions and of the basic properties.
Of course, $bar u_r(r)=0$ is a particular solution which satisfies the ODE (case $c_1=c_2=0$ ).
In the above general solution $c_1$ and $c_2$ are arbitrary constants. Those constants can be determined if some well posed boundary conditions are specified.
If in trying to solve the PDE you end up with the zero solution only, several causes can be suspected. A possible one could be that you introduces some "hided" or "implicit" conditions which are not in the wording of the problem. All depends on what method of solving you use and what exactly is your calculus. Without checking all steps of your calculus and without seeing all your intermediate equations it is impossible to give a definitive diagnosis.
$endgroup$
$$frac{d^2 bar u_r}{dr^2} + frac{1}{r} frac{d bar u_r}{dr} - bar u_r bigg(frac{1}{r^2}+k^2 bigg)=0$$
Knowing the properties of the Bessel functions and related differential equations, it is obvious that the solution is :
$$bar u_r(r)=c_1 I_k(r)+c_2 K_k(r)$$
The functions $I_k(r)$ and $K_k(r)$ are the Modified Bessel functions of first and second kind respectively.
http://mathworld.wolfram.com/ModifiedBesselDifferentialEquation.html
http://mathworld.wolfram.com/ModifiedBesselFunctionoftheSecondKind.html
http://mathworld.wolfram.com/ModifiedBesselFunctionoftheFirstKind.html
There is nothing to prove since this is the direct consequence of the definition of the Bessel functions and of the basic properties.
Of course, $bar u_r(r)=0$ is a particular solution which satisfies the ODE (case $c_1=c_2=0$ ).
In the above general solution $c_1$ and $c_2$ are arbitrary constants. Those constants can be determined if some well posed boundary conditions are specified.
If in trying to solve the PDE you end up with the zero solution only, several causes can be suspected. A possible one could be that you introduces some "hided" or "implicit" conditions which are not in the wording of the problem. All depends on what method of solving you use and what exactly is your calculus. Without checking all steps of your calculus and without seeing all your intermediate equations it is impossible to give a definitive diagnosis.
answered Jan 16 at 16:38
JJacquelinJJacquelin
43.7k21853
43.7k21853
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3075892%2fsolving-differential-equation-with-bessel-functions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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