Are all fractional deriviatives/integrals of $e^x$ equal to $e^x$?
I have learned through calculus that the derivatives and the indefinite integrals of the exponential function are the same (at integer arguments) but was wondering if this holds true for fractional derivatives/integrals, such as $frac{1}{2}$, or do they turn into something monstrous?
I would test this in Wolfram Alpha but I cannot seem to get the entry correct for a fractional derivative/integral.
exponential-function fractional-calculus
add a comment |
I have learned through calculus that the derivatives and the indefinite integrals of the exponential function are the same (at integer arguments) but was wondering if this holds true for fractional derivatives/integrals, such as $frac{1}{2}$, or do they turn into something monstrous?
I would test this in Wolfram Alpha but I cannot seem to get the entry correct for a fractional derivative/integral.
exponential-function fractional-calculus
See fractional calculus (also here), differintegral, and fractional derivative
– Lucian
Jan 3 '14 at 19:33
add a comment |
I have learned through calculus that the derivatives and the indefinite integrals of the exponential function are the same (at integer arguments) but was wondering if this holds true for fractional derivatives/integrals, such as $frac{1}{2}$, or do they turn into something monstrous?
I would test this in Wolfram Alpha but I cannot seem to get the entry correct for a fractional derivative/integral.
exponential-function fractional-calculus
I have learned through calculus that the derivatives and the indefinite integrals of the exponential function are the same (at integer arguments) but was wondering if this holds true for fractional derivatives/integrals, such as $frac{1}{2}$, or do they turn into something monstrous?
I would test this in Wolfram Alpha but I cannot seem to get the entry correct for a fractional derivative/integral.
exponential-function fractional-calculus
exponential-function fractional-calculus
asked Jan 3 '14 at 9:11
zerosofthezeta
2,48662746
2,48662746
See fractional calculus (also here), differintegral, and fractional derivative
– Lucian
Jan 3 '14 at 19:33
add a comment |
See fractional calculus (also here), differintegral, and fractional derivative
– Lucian
Jan 3 '14 at 19:33
See fractional calculus (also here), differintegral, and fractional derivative
– Lucian
Jan 3 '14 at 19:33
See fractional calculus (also here), differintegral, and fractional derivative
– Lucian
Jan 3 '14 at 19:33
add a comment |
3 Answers
3
active
oldest
votes
Not monstruous, but not very simple. The fractional integrals/dérivatives of the exponential function involves the Incomplete Gamma function :
Page 10, section 6, in the paper "The fractionnal derivation"
http://www.scribd.com/JJacquelin/documents
It appears to be a nice paper. Unfortunately it is in French, which I can not read. Do you have an English version? Thanks.
– Hans
Jan 6 '14 at 17:35
@ Hansen : The paper entitled "La dérivation fractionnaire, pp.1-6." is translated : "The Fractional Derivation, pp.7-12" Go directly to page 7.
– JJacquelin
Jan 6 '14 at 18:17
add a comment |
In fact, the fractional integals/dérivatives are based on the Riemann-Liouville operator in which the lower bound (a) of the integral plays an important role :
http://mathworld.wolfram.com/Riemann-LiouvilleOperator.html
The conventional fractionnal calculus states a=0 :
http://mathworld.wolfram.com/FractionalCalculus.html
In this case, the fractional transform of the exponential function involves the Incomplete Gamma function as already said.
But in the case of a=-infinity, corresponding to the Weyl's operator, the Incomplete Gamma term fades and the exponential term remains alone. So, with the non-conventional definition based on the Weyl's operator, the transform of the exponential function is a simple exponential function.
add a comment |
This depends on the definition of fractional derivatives but the definition based on Newton series interpolation over positive derivatives gives all fractional derivatives to be the same, $e^x$:
$$f^{(s)}(x)=sum_{m=0}^{infty} binom {s}m sum_{k=0}^mbinom mk(-1)^{m-k}f^{(k)}(x)$$
The same goes for the definition based on Fourier transform:
$$f^{(s)}(x)=frac{i}{2pi}int_{-infty}^{+infty} e^{- i omega x}omega^s int_{-infty}^{+infty}f(t)e^{iomega t}dt , domega$$
The both definitions coincide, and I consider them natural unlike other definitions that may produce a different result.
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%2f625683%2fare-all-fractional-deriviatives-integrals-of-ex-equal-to-ex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Not monstruous, but not very simple. The fractional integrals/dérivatives of the exponential function involves the Incomplete Gamma function :
Page 10, section 6, in the paper "The fractionnal derivation"
http://www.scribd.com/JJacquelin/documents
It appears to be a nice paper. Unfortunately it is in French, which I can not read. Do you have an English version? Thanks.
– Hans
Jan 6 '14 at 17:35
@ Hansen : The paper entitled "La dérivation fractionnaire, pp.1-6." is translated : "The Fractional Derivation, pp.7-12" Go directly to page 7.
– JJacquelin
Jan 6 '14 at 18:17
add a comment |
Not monstruous, but not very simple. The fractional integrals/dérivatives of the exponential function involves the Incomplete Gamma function :
Page 10, section 6, in the paper "The fractionnal derivation"
http://www.scribd.com/JJacquelin/documents
It appears to be a nice paper. Unfortunately it is in French, which I can not read. Do you have an English version? Thanks.
– Hans
Jan 6 '14 at 17:35
@ Hansen : The paper entitled "La dérivation fractionnaire, pp.1-6." is translated : "The Fractional Derivation, pp.7-12" Go directly to page 7.
– JJacquelin
Jan 6 '14 at 18:17
add a comment |
Not monstruous, but not very simple. The fractional integrals/dérivatives of the exponential function involves the Incomplete Gamma function :
Page 10, section 6, in the paper "The fractionnal derivation"
http://www.scribd.com/JJacquelin/documents
Not monstruous, but not very simple. The fractional integrals/dérivatives of the exponential function involves the Incomplete Gamma function :
Page 10, section 6, in the paper "The fractionnal derivation"
http://www.scribd.com/JJacquelin/documents
answered Jan 3 '14 at 10:33
JJacquelin
42.5k21750
42.5k21750
It appears to be a nice paper. Unfortunately it is in French, which I can not read. Do you have an English version? Thanks.
– Hans
Jan 6 '14 at 17:35
@ Hansen : The paper entitled "La dérivation fractionnaire, pp.1-6." is translated : "The Fractional Derivation, pp.7-12" Go directly to page 7.
– JJacquelin
Jan 6 '14 at 18:17
add a comment |
It appears to be a nice paper. Unfortunately it is in French, which I can not read. Do you have an English version? Thanks.
– Hans
Jan 6 '14 at 17:35
@ Hansen : The paper entitled "La dérivation fractionnaire, pp.1-6." is translated : "The Fractional Derivation, pp.7-12" Go directly to page 7.
– JJacquelin
Jan 6 '14 at 18:17
It appears to be a nice paper. Unfortunately it is in French, which I can not read. Do you have an English version? Thanks.
– Hans
Jan 6 '14 at 17:35
It appears to be a nice paper. Unfortunately it is in French, which I can not read. Do you have an English version? Thanks.
– Hans
Jan 6 '14 at 17:35
@ Hansen : The paper entitled "La dérivation fractionnaire, pp.1-6." is translated : "The Fractional Derivation, pp.7-12" Go directly to page 7.
– JJacquelin
Jan 6 '14 at 18:17
@ Hansen : The paper entitled "La dérivation fractionnaire, pp.1-6." is translated : "The Fractional Derivation, pp.7-12" Go directly to page 7.
– JJacquelin
Jan 6 '14 at 18:17
add a comment |
In fact, the fractional integals/dérivatives are based on the Riemann-Liouville operator in which the lower bound (a) of the integral plays an important role :
http://mathworld.wolfram.com/Riemann-LiouvilleOperator.html
The conventional fractionnal calculus states a=0 :
http://mathworld.wolfram.com/FractionalCalculus.html
In this case, the fractional transform of the exponential function involves the Incomplete Gamma function as already said.
But in the case of a=-infinity, corresponding to the Weyl's operator, the Incomplete Gamma term fades and the exponential term remains alone. So, with the non-conventional definition based on the Weyl's operator, the transform of the exponential function is a simple exponential function.
add a comment |
In fact, the fractional integals/dérivatives are based on the Riemann-Liouville operator in which the lower bound (a) of the integral plays an important role :
http://mathworld.wolfram.com/Riemann-LiouvilleOperator.html
The conventional fractionnal calculus states a=0 :
http://mathworld.wolfram.com/FractionalCalculus.html
In this case, the fractional transform of the exponential function involves the Incomplete Gamma function as already said.
But in the case of a=-infinity, corresponding to the Weyl's operator, the Incomplete Gamma term fades and the exponential term remains alone. So, with the non-conventional definition based on the Weyl's operator, the transform of the exponential function is a simple exponential function.
add a comment |
In fact, the fractional integals/dérivatives are based on the Riemann-Liouville operator in which the lower bound (a) of the integral plays an important role :
http://mathworld.wolfram.com/Riemann-LiouvilleOperator.html
The conventional fractionnal calculus states a=0 :
http://mathworld.wolfram.com/FractionalCalculus.html
In this case, the fractional transform of the exponential function involves the Incomplete Gamma function as already said.
But in the case of a=-infinity, corresponding to the Weyl's operator, the Incomplete Gamma term fades and the exponential term remains alone. So, with the non-conventional definition based on the Weyl's operator, the transform of the exponential function is a simple exponential function.
In fact, the fractional integals/dérivatives are based on the Riemann-Liouville operator in which the lower bound (a) of the integral plays an important role :
http://mathworld.wolfram.com/Riemann-LiouvilleOperator.html
The conventional fractionnal calculus states a=0 :
http://mathworld.wolfram.com/FractionalCalculus.html
In this case, the fractional transform of the exponential function involves the Incomplete Gamma function as already said.
But in the case of a=-infinity, corresponding to the Weyl's operator, the Incomplete Gamma term fades and the exponential term remains alone. So, with the non-conventional definition based on the Weyl's operator, the transform of the exponential function is a simple exponential function.
answered Jan 4 '14 at 11:00
JJacquelin
42.5k21750
42.5k21750
add a comment |
add a comment |
This depends on the definition of fractional derivatives but the definition based on Newton series interpolation over positive derivatives gives all fractional derivatives to be the same, $e^x$:
$$f^{(s)}(x)=sum_{m=0}^{infty} binom {s}m sum_{k=0}^mbinom mk(-1)^{m-k}f^{(k)}(x)$$
The same goes for the definition based on Fourier transform:
$$f^{(s)}(x)=frac{i}{2pi}int_{-infty}^{+infty} e^{- i omega x}omega^s int_{-infty}^{+infty}f(t)e^{iomega t}dt , domega$$
The both definitions coincide, and I consider them natural unlike other definitions that may produce a different result.
add a comment |
This depends on the definition of fractional derivatives but the definition based on Newton series interpolation over positive derivatives gives all fractional derivatives to be the same, $e^x$:
$$f^{(s)}(x)=sum_{m=0}^{infty} binom {s}m sum_{k=0}^mbinom mk(-1)^{m-k}f^{(k)}(x)$$
The same goes for the definition based on Fourier transform:
$$f^{(s)}(x)=frac{i}{2pi}int_{-infty}^{+infty} e^{- i omega x}omega^s int_{-infty}^{+infty}f(t)e^{iomega t}dt , domega$$
The both definitions coincide, and I consider them natural unlike other definitions that may produce a different result.
add a comment |
This depends on the definition of fractional derivatives but the definition based on Newton series interpolation over positive derivatives gives all fractional derivatives to be the same, $e^x$:
$$f^{(s)}(x)=sum_{m=0}^{infty} binom {s}m sum_{k=0}^mbinom mk(-1)^{m-k}f^{(k)}(x)$$
The same goes for the definition based on Fourier transform:
$$f^{(s)}(x)=frac{i}{2pi}int_{-infty}^{+infty} e^{- i omega x}omega^s int_{-infty}^{+infty}f(t)e^{iomega t}dt , domega$$
The both definitions coincide, and I consider them natural unlike other definitions that may produce a different result.
This depends on the definition of fractional derivatives but the definition based on Newton series interpolation over positive derivatives gives all fractional derivatives to be the same, $e^x$:
$$f^{(s)}(x)=sum_{m=0}^{infty} binom {s}m sum_{k=0}^mbinom mk(-1)^{m-k}f^{(k)}(x)$$
The same goes for the definition based on Fourier transform:
$$f^{(s)}(x)=frac{i}{2pi}int_{-infty}^{+infty} e^{- i omega x}omega^s int_{-infty}^{+infty}f(t)e^{iomega t}dt , domega$$
The both definitions coincide, and I consider them natural unlike other definitions that may produce a different result.
answered Nov 29 at 23:09
Anixx
3,14512038
3,14512038
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f625683%2fare-all-fractional-deriviatives-integrals-of-ex-equal-to-ex%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
See fractional calculus (also here), differintegral, and fractional derivative
– Lucian
Jan 3 '14 at 19:33