Proof of the Normality of Bessel Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Integral: product of Bessel functionsCylindrical Harmonics - Can't Find Bessel EquationOrthogonality of Bessel Functions when the zeroes of the Bessel function are not in the argumentBessel function representation of Dirac-deltaLink between Bessel and spherical Bessel functionBessel function solution checkSecond Solution of Bessel Equation of Order $p$Integral of product of spherical Bessel function of first kind with the secondFaster Fourier - Bessel Coefficient Calculations on PythonThe sum of infinite sum of modified Bessel function
Should I use a zero-interest credit card for a large one-time purchase?
How do I find out the mythology and history of my Fortress?
How do I use the new nonlinear finite element in Mathematica 12 for this equation?
What does it mean that physics no longer uses mechanical models to describe phenomena?
What is the difference between globalisation and imperialism?
Is there hard evidence that the grant peer review system performs significantly better than random?
Why does it sometimes sound good to play a grace note as a lead in to a note in a melody?
An adverb for when you're not exaggerating
Using audio cues to encourage good posture
The code below, is it ill-formed NDR or is it well formed?
Can a new player join a group only when a new campaign starts?
What is the font for "b" letter?
Why should I vote and accept answers?
How to compare two different files line by line in unix?
Why weren't discrete x86 CPUs ever used in game hardware?
How do living politicians protect their readily obtainable signatures from misuse?
How fail-safe is nr as stop bytes?
Converted a Scalar function to a TVF function for parallel execution-Still running in Serial mode
What is this clumpy 20-30cm high yellow-flowered plant?
When a candle burns, why does the top of wick glow if bottom of flame is hottest?
Chinese Seal on silk painting - what does it mean?
Illegal assignment from sObject to Id
As a beginner, should I get a Squier Strat with a SSS config or a HSS?
Can the Great Weapon Master feat's "Power Attack" apply to attacks from the Spiritual Weapon spell?
Proof of the Normality of Bessel
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Integral: product of Bessel functionsCylindrical Harmonics - Can't Find Bessel EquationOrthogonality of Bessel Functions when the zeroes of the Bessel function are not in the argumentBessel function representation of Dirac-deltaLink between Bessel and spherical Bessel functionBessel function solution checkSecond Solution of Bessel Equation of Order $p$Integral of product of spherical Bessel function of first kind with the secondFaster Fourier - Bessel Coefficient Calculations on PythonThe sum of infinite sum of modified Bessel function
$begingroup$
This is a my proof of the normality of bessel functions .
But I want to check it and I prefer another proof if exist.
Help me please.
The Bessel function $J_nu(x)$ satisfies the following differential equation
$$quad x^2 fracd^2 J_nud x^2+x fracd J_nud x+left(x^2-nu^2right) J_nu=0$$
which can be written as
$$quad x fracdd xleft(x fracd J_nud xright)+left(x^2-nu^2right) J_nu=0$$
The variable $nu$ need not be an integer. It turns out to be useful to define a new variable $t$ by $x=s t$
where $s$ is a constant which we will take to be a zero of $J_nu,$ i.e. $J_nu(s)=0 .$ Let us define
$u(t)=J_nu(s t)$
which implies
$u(1)=0$
substituting beginequationt fracdd tleft(t fracd ud tright)+left(s^2 t^2-nu^2right) u=0
endequation
since $fracx dd x$ is equivalent to $frac t d d t $. We can also write down the equation obtained by picking another zero, $r$ say. Defining $$v(t)=J_nu(a t) text so quad v(a)=J_nu(ar)$$ we have
beginequationt fracdd tleft(t fracd vd tright)+left(r^2 t^2-nu^2right) v=0
endequation
To derive the orthogonality relation, we multiply Eq. (1) by $v,$ and Eq. (2) by $u$ . Subtracting
and dividing by $t$ gives
beginequationquad v fracdd tleft(t fracd ud tright)-u fracdd tleft(t fracd vd tright)+left(s^2-r^2right) t u v=0
endequation
Hence we have
$$fracdd tleft(v t fracd ud t-u t fracd vd tright)+left(s^2-r^2right) t u v=0$$
We next integrate this over the range of $t$ from 0 to $a,$ which gives
$$left[v t fracd ud t-u t fracd vd tright]_0^a+left(s^2-r^2right) int_0^a t u(t) v(t) d t=0$$
If $s=r$ Define $u=J_nu(s x), quad v=J_nu(r x)$
where $s$ is a zero of $J_nu$ but $r$ is not necessarily a zero.
In the first term the contribution at 0 vanishes because of the factor of $t,$ and the piece $u t v^prime$ also
vanishes at $t=1$ because $u$ is zero there. Hence we have
$$int_0^1 t u(t) v(t) d t=fracJ_p(b) a J_p^prime(a)b^2-a^2$$
where we used the fact that $$u^prime(t) equiv d u / d t=(d / d t) J_p(a t)=a(d / d(a x)) J_p(a x),$$ which is $a J_p^prime(a)$ at
$t=1 .$
Now let $b=a+delta,$ where we will let $delta rightarrow 0 .$ In this limit $b^2-a^2=2 a delta$ and $J_p(b)=J_p(a)+delta J_p^prime(a)=$
$delta J_p^prime(a) .$ Dividing out the factors of $delta$ in the numerator and denominator we get
$$int_0^1 t J_p^2(a t) d t=frac12 J_p^prime 2(a)$$
where $$J_p^prime(a) equiv d J_p(x) / dleft.xright|_x=a$$This can be written in different ways. From Eq. $(10)$ of the handout
on "The differential equation satisfied by Bessel functions" we have $J_p^prime(a)=J_p-1(a)$ (remember
that $J_p(a)=0 ),$ and from Eq. $(11)$ we have $J_p^prime(a)=-J_p+1(a) .$ Hence
$$int_0^1 t J_p^2(a t) d t=frac12 J_p^prime 2(a)=frac12 J_p-1^2(a)=frac12 J_p+1^2(a)$$
where $a$ is a zero of $J_p(x),$ i.e. $J_p(a)=0$
proof-verification special-functions alternative-proof orthogonality bessel-functions
$endgroup$
add a comment |
$begingroup$
This is a my proof of the normality of bessel functions .
But I want to check it and I prefer another proof if exist.
Help me please.
The Bessel function $J_nu(x)$ satisfies the following differential equation
$$quad x^2 fracd^2 J_nud x^2+x fracd J_nud x+left(x^2-nu^2right) J_nu=0$$
which can be written as
$$quad x fracdd xleft(x fracd J_nud xright)+left(x^2-nu^2right) J_nu=0$$
The variable $nu$ need not be an integer. It turns out to be useful to define a new variable $t$ by $x=s t$
where $s$ is a constant which we will take to be a zero of $J_nu,$ i.e. $J_nu(s)=0 .$ Let us define
$u(t)=J_nu(s t)$
which implies
$u(1)=0$
substituting beginequationt fracdd tleft(t fracd ud tright)+left(s^2 t^2-nu^2right) u=0
endequation
since $fracx dd x$ is equivalent to $frac t d d t $. We can also write down the equation obtained by picking another zero, $r$ say. Defining $$v(t)=J_nu(a t) text so quad v(a)=J_nu(ar)$$ we have
beginequationt fracdd tleft(t fracd vd tright)+left(r^2 t^2-nu^2right) v=0
endequation
To derive the orthogonality relation, we multiply Eq. (1) by $v,$ and Eq. (2) by $u$ . Subtracting
and dividing by $t$ gives
beginequationquad v fracdd tleft(t fracd ud tright)-u fracdd tleft(t fracd vd tright)+left(s^2-r^2right) t u v=0
endequation
Hence we have
$$fracdd tleft(v t fracd ud t-u t fracd vd tright)+left(s^2-r^2right) t u v=0$$
We next integrate this over the range of $t$ from 0 to $a,$ which gives
$$left[v t fracd ud t-u t fracd vd tright]_0^a+left(s^2-r^2right) int_0^a t u(t) v(t) d t=0$$
If $s=r$ Define $u=J_nu(s x), quad v=J_nu(r x)$
where $s$ is a zero of $J_nu$ but $r$ is not necessarily a zero.
In the first term the contribution at 0 vanishes because of the factor of $t,$ and the piece $u t v^prime$ also
vanishes at $t=1$ because $u$ is zero there. Hence we have
$$int_0^1 t u(t) v(t) d t=fracJ_p(b) a J_p^prime(a)b^2-a^2$$
where we used the fact that $$u^prime(t) equiv d u / d t=(d / d t) J_p(a t)=a(d / d(a x)) J_p(a x),$$ which is $a J_p^prime(a)$ at
$t=1 .$
Now let $b=a+delta,$ where we will let $delta rightarrow 0 .$ In this limit $b^2-a^2=2 a delta$ and $J_p(b)=J_p(a)+delta J_p^prime(a)=$
$delta J_p^prime(a) .$ Dividing out the factors of $delta$ in the numerator and denominator we get
$$int_0^1 t J_p^2(a t) d t=frac12 J_p^prime 2(a)$$
where $$J_p^prime(a) equiv d J_p(x) / dleft.xright|_x=a$$This can be written in different ways. From Eq. $(10)$ of the handout
on "The differential equation satisfied by Bessel functions" we have $J_p^prime(a)=J_p-1(a)$ (remember
that $J_p(a)=0 ),$ and from Eq. $(11)$ we have $J_p^prime(a)=-J_p+1(a) .$ Hence
$$int_0^1 t J_p^2(a t) d t=frac12 J_p^prime 2(a)=frac12 J_p-1^2(a)=frac12 J_p+1^2(a)$$
where $a$ is a zero of $J_p(x),$ i.e. $J_p(a)=0$
proof-verification special-functions alternative-proof orthogonality bessel-functions
$endgroup$
add a comment |
$begingroup$
This is a my proof of the normality of bessel functions .
But I want to check it and I prefer another proof if exist.
Help me please.
The Bessel function $J_nu(x)$ satisfies the following differential equation
$$quad x^2 fracd^2 J_nud x^2+x fracd J_nud x+left(x^2-nu^2right) J_nu=0$$
which can be written as
$$quad x fracdd xleft(x fracd J_nud xright)+left(x^2-nu^2right) J_nu=0$$
The variable $nu$ need not be an integer. It turns out to be useful to define a new variable $t$ by $x=s t$
where $s$ is a constant which we will take to be a zero of $J_nu,$ i.e. $J_nu(s)=0 .$ Let us define
$u(t)=J_nu(s t)$
which implies
$u(1)=0$
substituting beginequationt fracdd tleft(t fracd ud tright)+left(s^2 t^2-nu^2right) u=0
endequation
since $fracx dd x$ is equivalent to $frac t d d t $. We can also write down the equation obtained by picking another zero, $r$ say. Defining $$v(t)=J_nu(a t) text so quad v(a)=J_nu(ar)$$ we have
beginequationt fracdd tleft(t fracd vd tright)+left(r^2 t^2-nu^2right) v=0
endequation
To derive the orthogonality relation, we multiply Eq. (1) by $v,$ and Eq. (2) by $u$ . Subtracting
and dividing by $t$ gives
beginequationquad v fracdd tleft(t fracd ud tright)-u fracdd tleft(t fracd vd tright)+left(s^2-r^2right) t u v=0
endequation
Hence we have
$$fracdd tleft(v t fracd ud t-u t fracd vd tright)+left(s^2-r^2right) t u v=0$$
We next integrate this over the range of $t$ from 0 to $a,$ which gives
$$left[v t fracd ud t-u t fracd vd tright]_0^a+left(s^2-r^2right) int_0^a t u(t) v(t) d t=0$$
If $s=r$ Define $u=J_nu(s x), quad v=J_nu(r x)$
where $s$ is a zero of $J_nu$ but $r$ is not necessarily a zero.
In the first term the contribution at 0 vanishes because of the factor of $t,$ and the piece $u t v^prime$ also
vanishes at $t=1$ because $u$ is zero there. Hence we have
$$int_0^1 t u(t) v(t) d t=fracJ_p(b) a J_p^prime(a)b^2-a^2$$
where we used the fact that $$u^prime(t) equiv d u / d t=(d / d t) J_p(a t)=a(d / d(a x)) J_p(a x),$$ which is $a J_p^prime(a)$ at
$t=1 .$
Now let $b=a+delta,$ where we will let $delta rightarrow 0 .$ In this limit $b^2-a^2=2 a delta$ and $J_p(b)=J_p(a)+delta J_p^prime(a)=$
$delta J_p^prime(a) .$ Dividing out the factors of $delta$ in the numerator and denominator we get
$$int_0^1 t J_p^2(a t) d t=frac12 J_p^prime 2(a)$$
where $$J_p^prime(a) equiv d J_p(x) / dleft.xright|_x=a$$This can be written in different ways. From Eq. $(10)$ of the handout
on "The differential equation satisfied by Bessel functions" we have $J_p^prime(a)=J_p-1(a)$ (remember
that $J_p(a)=0 ),$ and from Eq. $(11)$ we have $J_p^prime(a)=-J_p+1(a) .$ Hence
$$int_0^1 t J_p^2(a t) d t=frac12 J_p^prime 2(a)=frac12 J_p-1^2(a)=frac12 J_p+1^2(a)$$
where $a$ is a zero of $J_p(x),$ i.e. $J_p(a)=0$
proof-verification special-functions alternative-proof orthogonality bessel-functions
$endgroup$
This is a my proof of the normality of bessel functions .
But I want to check it and I prefer another proof if exist.
Help me please.
The Bessel function $J_nu(x)$ satisfies the following differential equation
$$quad x^2 fracd^2 J_nud x^2+x fracd J_nud x+left(x^2-nu^2right) J_nu=0$$
which can be written as
$$quad x fracdd xleft(x fracd J_nud xright)+left(x^2-nu^2right) J_nu=0$$
The variable $nu$ need not be an integer. It turns out to be useful to define a new variable $t$ by $x=s t$
where $s$ is a constant which we will take to be a zero of $J_nu,$ i.e. $J_nu(s)=0 .$ Let us define
$u(t)=J_nu(s t)$
which implies
$u(1)=0$
substituting beginequationt fracdd tleft(t fracd ud tright)+left(s^2 t^2-nu^2right) u=0
endequation
since $fracx dd x$ is equivalent to $frac t d d t $. We can also write down the equation obtained by picking another zero, $r$ say. Defining $$v(t)=J_nu(a t) text so quad v(a)=J_nu(ar)$$ we have
beginequationt fracdd tleft(t fracd vd tright)+left(r^2 t^2-nu^2right) v=0
endequation
To derive the orthogonality relation, we multiply Eq. (1) by $v,$ and Eq. (2) by $u$ . Subtracting
and dividing by $t$ gives
beginequationquad v fracdd tleft(t fracd ud tright)-u fracdd tleft(t fracd vd tright)+left(s^2-r^2right) t u v=0
endequation
Hence we have
$$fracdd tleft(v t fracd ud t-u t fracd vd tright)+left(s^2-r^2right) t u v=0$$
We next integrate this over the range of $t$ from 0 to $a,$ which gives
$$left[v t fracd ud t-u t fracd vd tright]_0^a+left(s^2-r^2right) int_0^a t u(t) v(t) d t=0$$
If $s=r$ Define $u=J_nu(s x), quad v=J_nu(r x)$
where $s$ is a zero of $J_nu$ but $r$ is not necessarily a zero.
In the first term the contribution at 0 vanishes because of the factor of $t,$ and the piece $u t v^prime$ also
vanishes at $t=1$ because $u$ is zero there. Hence we have
$$int_0^1 t u(t) v(t) d t=fracJ_p(b) a J_p^prime(a)b^2-a^2$$
where we used the fact that $$u^prime(t) equiv d u / d t=(d / d t) J_p(a t)=a(d / d(a x)) J_p(a x),$$ which is $a J_p^prime(a)$ at
$t=1 .$
Now let $b=a+delta,$ where we will let $delta rightarrow 0 .$ In this limit $b^2-a^2=2 a delta$ and $J_p(b)=J_p(a)+delta J_p^prime(a)=$
$delta J_p^prime(a) .$ Dividing out the factors of $delta$ in the numerator and denominator we get
$$int_0^1 t J_p^2(a t) d t=frac12 J_p^prime 2(a)$$
where $$J_p^prime(a) equiv d J_p(x) / dleft.xright|_x=a$$This can be written in different ways. From Eq. $(10)$ of the handout
on "The differential equation satisfied by Bessel functions" we have $J_p^prime(a)=J_p-1(a)$ (remember
that $J_p(a)=0 ),$ and from Eq. $(11)$ we have $J_p^prime(a)=-J_p+1(a) .$ Hence
$$int_0^1 t J_p^2(a t) d t=frac12 J_p^prime 2(a)=frac12 J_p-1^2(a)=frac12 J_p+1^2(a)$$
where $a$ is a zero of $J_p(x),$ i.e. $J_p(a)=0$
proof-verification special-functions alternative-proof orthogonality bessel-functions
proof-verification special-functions alternative-proof orthogonality bessel-functions
asked Mar 27 at 15:46
Hamada AlHamada Al
533318
533318
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
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%2f3164676%2fproof-of-the-normality-of-bessel%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3164676%2fproof-of-the-normality-of-bessel%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