Confusion regarding Kelvin functions
$begingroup$
I am trying to implement the following equation from this paper and having some troubles in the interpretation of $bei'$ and $ber'$. I understand from the definition of Kelvin functions that for integers n, $ber_n(x)$ can be defied, and usually, $bei(x)$ means $bei_0(x)$. I can compute it using Matlab function.
What is the usual interpretation of $bei'$ and $ber'$ ? is it $bei_1(x)$ and $ber_1(x)$ or is it the derivative? It appears that it is very common notation and not explained in the paper (I could not find anywhere else)
special-functions intuition matlab bessel-functions
$endgroup$
add a comment |
$begingroup$
I am trying to implement the following equation from this paper and having some troubles in the interpretation of $bei'$ and $ber'$. I understand from the definition of Kelvin functions that for integers n, $ber_n(x)$ can be defied, and usually, $bei(x)$ means $bei_0(x)$. I can compute it using Matlab function.
What is the usual interpretation of $bei'$ and $ber'$ ? is it $bei_1(x)$ and $ber_1(x)$ or is it the derivative? It appears that it is very common notation and not explained in the paper (I could not find anywhere else)
special-functions intuition matlab bessel-functions
$endgroup$
add a comment |
$begingroup$
I am trying to implement the following equation from this paper and having some troubles in the interpretation of $bei'$ and $ber'$. I understand from the definition of Kelvin functions that for integers n, $ber_n(x)$ can be defied, and usually, $bei(x)$ means $bei_0(x)$. I can compute it using Matlab function.
What is the usual interpretation of $bei'$ and $ber'$ ? is it $bei_1(x)$ and $ber_1(x)$ or is it the derivative? It appears that it is very common notation and not explained in the paper (I could not find anywhere else)
special-functions intuition matlab bessel-functions
$endgroup$
I am trying to implement the following equation from this paper and having some troubles in the interpretation of $bei'$ and $ber'$. I understand from the definition of Kelvin functions that for integers n, $ber_n(x)$ can be defied, and usually, $bei(x)$ means $bei_0(x)$. I can compute it using Matlab function.
What is the usual interpretation of $bei'$ and $ber'$ ? is it $bei_1(x)$ and $ber_1(x)$ or is it the derivative? It appears that it is very common notation and not explained in the paper (I could not find anywhere else)
special-functions intuition matlab bessel-functions
special-functions intuition matlab bessel-functions
edited Dec 7 '18 at 7:02
Pojj
asked Dec 5 '18 at 15:24
PojjPojj
347
347
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
First of all: $operatorname{bei}(x)$ means $operatorname{bei}_0(x)$ and not $operatorname{ber}_0(x)$.
Second:
$operatorname{bei}'(x)$ is the derivative of $operatorname{bei}(x)$ and not $operatorname{bei}_1(x)$ but the derivatives can be expressed with the first order function, see https://dlmf.nist.gov/10.63.E3
$$operatorname{ber}'(x) = frac{1}{sqrt{2}}Big( operatorname{ber}_1(x) + operatorname{bei}_1(x)Big)$$
$$operatorname{bei}'(x) = frac{1}{sqrt{2}}Big( operatorname{bei}_1(x) - operatorname{ber}_1(x)Big)$$
$endgroup$
$begingroup$
Great! Thank you. Initial one was a typo. Do you know any book or a research paper which has the expansion of derivatives?
$endgroup$
– Pojj
Dec 7 '18 at 7:01
$begingroup$
What kind of expansion? You can differentiate the expansions of the original functions, the section Basic properties shows some relations, the Wolfram Function Site 1 and 2 gives expansions in hypergeometric and other functions. There are polynomial approximations in Abramowitz/Stegun.
$endgroup$
– gammatester
Dec 7 '18 at 8:49
$begingroup$
(continued) My own Pascal implementation uses the term-wise derivatives of the following expansions: Abramowitz/Stegun 9.9.10 if $x le 20$ and 9.10.1/2 for $x > 20$.
$endgroup$
– gammatester
Dec 7 '18 at 8:50
$begingroup$
Got it! thank you.
$endgroup$
– Pojj
Dec 7 '18 at 10:24
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%2f3027193%2fconfusion-regarding-kelvin-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$
First of all: $operatorname{bei}(x)$ means $operatorname{bei}_0(x)$ and not $operatorname{ber}_0(x)$.
Second:
$operatorname{bei}'(x)$ is the derivative of $operatorname{bei}(x)$ and not $operatorname{bei}_1(x)$ but the derivatives can be expressed with the first order function, see https://dlmf.nist.gov/10.63.E3
$$operatorname{ber}'(x) = frac{1}{sqrt{2}}Big( operatorname{ber}_1(x) + operatorname{bei}_1(x)Big)$$
$$operatorname{bei}'(x) = frac{1}{sqrt{2}}Big( operatorname{bei}_1(x) - operatorname{ber}_1(x)Big)$$
$endgroup$
$begingroup$
Great! Thank you. Initial one was a typo. Do you know any book or a research paper which has the expansion of derivatives?
$endgroup$
– Pojj
Dec 7 '18 at 7:01
$begingroup$
What kind of expansion? You can differentiate the expansions of the original functions, the section Basic properties shows some relations, the Wolfram Function Site 1 and 2 gives expansions in hypergeometric and other functions. There are polynomial approximations in Abramowitz/Stegun.
$endgroup$
– gammatester
Dec 7 '18 at 8:49
$begingroup$
(continued) My own Pascal implementation uses the term-wise derivatives of the following expansions: Abramowitz/Stegun 9.9.10 if $x le 20$ and 9.10.1/2 for $x > 20$.
$endgroup$
– gammatester
Dec 7 '18 at 8:50
$begingroup$
Got it! thank you.
$endgroup$
– Pojj
Dec 7 '18 at 10:24
add a comment |
$begingroup$
First of all: $operatorname{bei}(x)$ means $operatorname{bei}_0(x)$ and not $operatorname{ber}_0(x)$.
Second:
$operatorname{bei}'(x)$ is the derivative of $operatorname{bei}(x)$ and not $operatorname{bei}_1(x)$ but the derivatives can be expressed with the first order function, see https://dlmf.nist.gov/10.63.E3
$$operatorname{ber}'(x) = frac{1}{sqrt{2}}Big( operatorname{ber}_1(x) + operatorname{bei}_1(x)Big)$$
$$operatorname{bei}'(x) = frac{1}{sqrt{2}}Big( operatorname{bei}_1(x) - operatorname{ber}_1(x)Big)$$
$endgroup$
$begingroup$
Great! Thank you. Initial one was a typo. Do you know any book or a research paper which has the expansion of derivatives?
$endgroup$
– Pojj
Dec 7 '18 at 7:01
$begingroup$
What kind of expansion? You can differentiate the expansions of the original functions, the section Basic properties shows some relations, the Wolfram Function Site 1 and 2 gives expansions in hypergeometric and other functions. There are polynomial approximations in Abramowitz/Stegun.
$endgroup$
– gammatester
Dec 7 '18 at 8:49
$begingroup$
(continued) My own Pascal implementation uses the term-wise derivatives of the following expansions: Abramowitz/Stegun 9.9.10 if $x le 20$ and 9.10.1/2 for $x > 20$.
$endgroup$
– gammatester
Dec 7 '18 at 8:50
$begingroup$
Got it! thank you.
$endgroup$
– Pojj
Dec 7 '18 at 10:24
add a comment |
$begingroup$
First of all: $operatorname{bei}(x)$ means $operatorname{bei}_0(x)$ and not $operatorname{ber}_0(x)$.
Second:
$operatorname{bei}'(x)$ is the derivative of $operatorname{bei}(x)$ and not $operatorname{bei}_1(x)$ but the derivatives can be expressed with the first order function, see https://dlmf.nist.gov/10.63.E3
$$operatorname{ber}'(x) = frac{1}{sqrt{2}}Big( operatorname{ber}_1(x) + operatorname{bei}_1(x)Big)$$
$$operatorname{bei}'(x) = frac{1}{sqrt{2}}Big( operatorname{bei}_1(x) - operatorname{ber}_1(x)Big)$$
$endgroup$
First of all: $operatorname{bei}(x)$ means $operatorname{bei}_0(x)$ and not $operatorname{ber}_0(x)$.
Second:
$operatorname{bei}'(x)$ is the derivative of $operatorname{bei}(x)$ and not $operatorname{bei}_1(x)$ but the derivatives can be expressed with the first order function, see https://dlmf.nist.gov/10.63.E3
$$operatorname{ber}'(x) = frac{1}{sqrt{2}}Big( operatorname{ber}_1(x) + operatorname{bei}_1(x)Big)$$
$$operatorname{bei}'(x) = frac{1}{sqrt{2}}Big( operatorname{bei}_1(x) - operatorname{ber}_1(x)Big)$$
answered Dec 6 '18 at 8:51
gammatestergammatester
16.8k21733
16.8k21733
$begingroup$
Great! Thank you. Initial one was a typo. Do you know any book or a research paper which has the expansion of derivatives?
$endgroup$
– Pojj
Dec 7 '18 at 7:01
$begingroup$
What kind of expansion? You can differentiate the expansions of the original functions, the section Basic properties shows some relations, the Wolfram Function Site 1 and 2 gives expansions in hypergeometric and other functions. There are polynomial approximations in Abramowitz/Stegun.
$endgroup$
– gammatester
Dec 7 '18 at 8:49
$begingroup$
(continued) My own Pascal implementation uses the term-wise derivatives of the following expansions: Abramowitz/Stegun 9.9.10 if $x le 20$ and 9.10.1/2 for $x > 20$.
$endgroup$
– gammatester
Dec 7 '18 at 8:50
$begingroup$
Got it! thank you.
$endgroup$
– Pojj
Dec 7 '18 at 10:24
add a comment |
$begingroup$
Great! Thank you. Initial one was a typo. Do you know any book or a research paper which has the expansion of derivatives?
$endgroup$
– Pojj
Dec 7 '18 at 7:01
$begingroup$
What kind of expansion? You can differentiate the expansions of the original functions, the section Basic properties shows some relations, the Wolfram Function Site 1 and 2 gives expansions in hypergeometric and other functions. There are polynomial approximations in Abramowitz/Stegun.
$endgroup$
– gammatester
Dec 7 '18 at 8:49
$begingroup$
(continued) My own Pascal implementation uses the term-wise derivatives of the following expansions: Abramowitz/Stegun 9.9.10 if $x le 20$ and 9.10.1/2 for $x > 20$.
$endgroup$
– gammatester
Dec 7 '18 at 8:50
$begingroup$
Got it! thank you.
$endgroup$
– Pojj
Dec 7 '18 at 10:24
$begingroup$
Great! Thank you. Initial one was a typo. Do you know any book or a research paper which has the expansion of derivatives?
$endgroup$
– Pojj
Dec 7 '18 at 7:01
$begingroup$
Great! Thank you. Initial one was a typo. Do you know any book or a research paper which has the expansion of derivatives?
$endgroup$
– Pojj
Dec 7 '18 at 7:01
$begingroup$
What kind of expansion? You can differentiate the expansions of the original functions, the section Basic properties shows some relations, the Wolfram Function Site 1 and 2 gives expansions in hypergeometric and other functions. There are polynomial approximations in Abramowitz/Stegun.
$endgroup$
– gammatester
Dec 7 '18 at 8:49
$begingroup$
What kind of expansion? You can differentiate the expansions of the original functions, the section Basic properties shows some relations, the Wolfram Function Site 1 and 2 gives expansions in hypergeometric and other functions. There are polynomial approximations in Abramowitz/Stegun.
$endgroup$
– gammatester
Dec 7 '18 at 8:49
$begingroup$
(continued) My own Pascal implementation uses the term-wise derivatives of the following expansions: Abramowitz/Stegun 9.9.10 if $x le 20$ and 9.10.1/2 for $x > 20$.
$endgroup$
– gammatester
Dec 7 '18 at 8:50
$begingroup$
(continued) My own Pascal implementation uses the term-wise derivatives of the following expansions: Abramowitz/Stegun 9.9.10 if $x le 20$ and 9.10.1/2 for $x > 20$.
$endgroup$
– gammatester
Dec 7 '18 at 8:50
$begingroup$
Got it! thank you.
$endgroup$
– Pojj
Dec 7 '18 at 10:24
$begingroup$
Got it! thank you.
$endgroup$
– Pojj
Dec 7 '18 at 10:24
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%2f3027193%2fconfusion-regarding-kelvin-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