solving higher orders of boundary value problems numerically
I want to solve a sixthorder Boundary Value Problem Numerically.
(I have reduced the sixth order of this problem to a system of first order odes.) But I do not know that how to apply the boundary conditions on it. My fourth-order problem is:
$$frac{Ad^4w}{dzeta^4}+frac{Bd^2w}{dzeta^2}+{Cw}+frac{D}{(1-w)^2}+frac{E}{(1-w)^3}=0$$
Boundaryspace Conditions:
$$zeta=0 rightarrow
begin{cases}
w(0)=0 \[2ex]
frac{dw(0)}{dzeta}=0
end{cases}
,~~~~
zeta=1 rightarrow
begin{cases}
frac{d^2w(0)}{dzeta^2}=0 \[2ex]
frac{d^3w(0)}{dzeta^3}=0
end{cases}
$$
I want to solve this ode numerically and I have reduced the order and I generated a system of first order ode's. But I want to solve this problem by shooting method and I do not know how to apply the boundary conditions on it.
Also, how to apply this on the sixth-order problem $$frac{Ad^6w}{dzeta^6}+ frac{Bd^5w}{dzeta^5}+frac{Cd^4w}{dzeta^4}+frac{Dd^3w}{dzeta^3}+{Ew}+frac{F}{(1-w)^2}+frac{G}{(1-w)^3}=0$$
Boundaryspace Conditions:
$$zeta=0 rightarrow
begin{cases}
w(0)=0 \
frac{dw(0)}{dzeta}=0 \
frac{d^3w(0)}{dzeta^3}=0
end{cases}
,~~~zeta=1 rightarrow
begin{cases}
w(1)=0 \
frac{dw(1)}{dzeta}=0 \
frac{d^3w(1)}{dzeta^3}=0
end{cases}
$$
is it possible to consider $w(1)=0$ as $frac{d^2w(0)}{zeta^2}=a_0$, $w'(1)$ as $frac{Cd^4w(0)}{zeta^4}=b_0$, $w'''(0)$ as $frac{Cd^5w(0)}{zeta^5}=c_0$
I would be appreciating if somebody could help me that which methods are suitable for such problems.
differential-equations numerical-methods
add a comment |
I want to solve a sixthorder Boundary Value Problem Numerically.
(I have reduced the sixth order of this problem to a system of first order odes.) But I do not know that how to apply the boundary conditions on it. My fourth-order problem is:
$$frac{Ad^4w}{dzeta^4}+frac{Bd^2w}{dzeta^2}+{Cw}+frac{D}{(1-w)^2}+frac{E}{(1-w)^3}=0$$
Boundaryspace Conditions:
$$zeta=0 rightarrow
begin{cases}
w(0)=0 \[2ex]
frac{dw(0)}{dzeta}=0
end{cases}
,~~~~
zeta=1 rightarrow
begin{cases}
frac{d^2w(0)}{dzeta^2}=0 \[2ex]
frac{d^3w(0)}{dzeta^3}=0
end{cases}
$$
I want to solve this ode numerically and I have reduced the order and I generated a system of first order ode's. But I want to solve this problem by shooting method and I do not know how to apply the boundary conditions on it.
Also, how to apply this on the sixth-order problem $$frac{Ad^6w}{dzeta^6}+ frac{Bd^5w}{dzeta^5}+frac{Cd^4w}{dzeta^4}+frac{Dd^3w}{dzeta^3}+{Ew}+frac{F}{(1-w)^2}+frac{G}{(1-w)^3}=0$$
Boundaryspace Conditions:
$$zeta=0 rightarrow
begin{cases}
w(0)=0 \
frac{dw(0)}{dzeta}=0 \
frac{d^3w(0)}{dzeta^3}=0
end{cases}
,~~~zeta=1 rightarrow
begin{cases}
w(1)=0 \
frac{dw(1)}{dzeta}=0 \
frac{d^3w(1)}{dzeta^3}=0
end{cases}
$$
is it possible to consider $w(1)=0$ as $frac{d^2w(0)}{zeta^2}=a_0$, $w'(1)$ as $frac{Cd^4w(0)}{zeta^4}=b_0$, $w'''(0)$ as $frac{Cd^5w(0)}{zeta^5}=c_0$
I would be appreciating if somebody could help me that which methods are suitable for such problems.
differential-equations numerical-methods
Please ask a new question or add to the old question, do not overwrite a question that already has a valid answer. Is it $dfrac{d^kw(ζ)}{dζ^k}$ or do you mean $dfrac{w^{(k)}(ζ)}{ζ^k}$?
– LutzL
Nov 22 '17 at 12:45
It is $frac{d^kw(zeta)}{dzeta^k}$
– Nima
Nov 22 '17 at 16:54
add a comment |
I want to solve a sixthorder Boundary Value Problem Numerically.
(I have reduced the sixth order of this problem to a system of first order odes.) But I do not know that how to apply the boundary conditions on it. My fourth-order problem is:
$$frac{Ad^4w}{dzeta^4}+frac{Bd^2w}{dzeta^2}+{Cw}+frac{D}{(1-w)^2}+frac{E}{(1-w)^3}=0$$
Boundaryspace Conditions:
$$zeta=0 rightarrow
begin{cases}
w(0)=0 \[2ex]
frac{dw(0)}{dzeta}=0
end{cases}
,~~~~
zeta=1 rightarrow
begin{cases}
frac{d^2w(0)}{dzeta^2}=0 \[2ex]
frac{d^3w(0)}{dzeta^3}=0
end{cases}
$$
I want to solve this ode numerically and I have reduced the order and I generated a system of first order ode's. But I want to solve this problem by shooting method and I do not know how to apply the boundary conditions on it.
Also, how to apply this on the sixth-order problem $$frac{Ad^6w}{dzeta^6}+ frac{Bd^5w}{dzeta^5}+frac{Cd^4w}{dzeta^4}+frac{Dd^3w}{dzeta^3}+{Ew}+frac{F}{(1-w)^2}+frac{G}{(1-w)^3}=0$$
Boundaryspace Conditions:
$$zeta=0 rightarrow
begin{cases}
w(0)=0 \
frac{dw(0)}{dzeta}=0 \
frac{d^3w(0)}{dzeta^3}=0
end{cases}
,~~~zeta=1 rightarrow
begin{cases}
w(1)=0 \
frac{dw(1)}{dzeta}=0 \
frac{d^3w(1)}{dzeta^3}=0
end{cases}
$$
is it possible to consider $w(1)=0$ as $frac{d^2w(0)}{zeta^2}=a_0$, $w'(1)$ as $frac{Cd^4w(0)}{zeta^4}=b_0$, $w'''(0)$ as $frac{Cd^5w(0)}{zeta^5}=c_0$
I would be appreciating if somebody could help me that which methods are suitable for such problems.
differential-equations numerical-methods
I want to solve a sixthorder Boundary Value Problem Numerically.
(I have reduced the sixth order of this problem to a system of first order odes.) But I do not know that how to apply the boundary conditions on it. My fourth-order problem is:
$$frac{Ad^4w}{dzeta^4}+frac{Bd^2w}{dzeta^2}+{Cw}+frac{D}{(1-w)^2}+frac{E}{(1-w)^3}=0$$
Boundaryspace Conditions:
$$zeta=0 rightarrow
begin{cases}
w(0)=0 \[2ex]
frac{dw(0)}{dzeta}=0
end{cases}
,~~~~
zeta=1 rightarrow
begin{cases}
frac{d^2w(0)}{dzeta^2}=0 \[2ex]
frac{d^3w(0)}{dzeta^3}=0
end{cases}
$$
I want to solve this ode numerically and I have reduced the order and I generated a system of first order ode's. But I want to solve this problem by shooting method and I do not know how to apply the boundary conditions on it.
Also, how to apply this on the sixth-order problem $$frac{Ad^6w}{dzeta^6}+ frac{Bd^5w}{dzeta^5}+frac{Cd^4w}{dzeta^4}+frac{Dd^3w}{dzeta^3}+{Ew}+frac{F}{(1-w)^2}+frac{G}{(1-w)^3}=0$$
Boundaryspace Conditions:
$$zeta=0 rightarrow
begin{cases}
w(0)=0 \
frac{dw(0)}{dzeta}=0 \
frac{d^3w(0)}{dzeta^3}=0
end{cases}
,~~~zeta=1 rightarrow
begin{cases}
w(1)=0 \
frac{dw(1)}{dzeta}=0 \
frac{d^3w(1)}{dzeta^3}=0
end{cases}
$$
is it possible to consider $w(1)=0$ as $frac{d^2w(0)}{zeta^2}=a_0$, $w'(1)$ as $frac{Cd^4w(0)}{zeta^4}=b_0$, $w'''(0)$ as $frac{Cd^5w(0)}{zeta^5}=c_0$
I would be appreciating if somebody could help me that which methods are suitable for such problems.
differential-equations numerical-methods
differential-equations numerical-methods
edited yesterday
LutzL
56.2k42054
56.2k42054
asked Nov 10 '17 at 9:12
Nima
154
154
Please ask a new question or add to the old question, do not overwrite a question that already has a valid answer. Is it $dfrac{d^kw(ζ)}{dζ^k}$ or do you mean $dfrac{w^{(k)}(ζ)}{ζ^k}$?
– LutzL
Nov 22 '17 at 12:45
It is $frac{d^kw(zeta)}{dzeta^k}$
– Nima
Nov 22 '17 at 16:54
add a comment |
Please ask a new question or add to the old question, do not overwrite a question that already has a valid answer. Is it $dfrac{d^kw(ζ)}{dζ^k}$ or do you mean $dfrac{w^{(k)}(ζ)}{ζ^k}$?
– LutzL
Nov 22 '17 at 12:45
It is $frac{d^kw(zeta)}{dzeta^k}$
– Nima
Nov 22 '17 at 16:54
Please ask a new question or add to the old question, do not overwrite a question that already has a valid answer. Is it $dfrac{d^kw(ζ)}{dζ^k}$ or do you mean $dfrac{w^{(k)}(ζ)}{ζ^k}$?
– LutzL
Nov 22 '17 at 12:45
Please ask a new question or add to the old question, do not overwrite a question that already has a valid answer. Is it $dfrac{d^kw(ζ)}{dζ^k}$ or do you mean $dfrac{w^{(k)}(ζ)}{ζ^k}$?
– LutzL
Nov 22 '17 at 12:45
It is $frac{d^kw(zeta)}{dzeta^k}$
– Nima
Nov 22 '17 at 16:54
It is $frac{d^kw(zeta)}{dzeta^k}$
– Nima
Nov 22 '17 at 16:54
add a comment |
1 Answer
1
active
oldest
votes
You can apply the shooting method. So you will start with the initial conditions $w(0)=w'(0)=0$ and $w''(0)=a_0$ and $w'''(0)=b_0$. Then simulate the system and check the values $w''(1)$ and $w'''(1)$. I would create a grid of $a_0,b_0$ values and let multiple simulations run. Then look what is closest to your boundary conditions, then refine the grid points of $a_0,b_0$ and simulate the system again. Proceed until you have found a solution that is precise enough.
Just to summarize. You turn the boundary value problem into an initial value problem with two parameters. You tune the two parameters such that you get closer to the solution of the boundary value problem.
How to apply on this $frac{Ad^6w}{zeta^6}+ frac{Bd^5w}{zeta^5}+frac{Cd^4w}{zeta^4}+frac{Dd^3w}{zeta^3}+{Cw}+frac{E}{(1-w)^2}+frac{F}{(1-w)^3}=0$ $Boundaryspace Conditions:$ $zeta=0 rightarrow begin{cases} w(0)=0 \ frac{dw(0)}{dzeta}=0 & \ frac{d^3w(0)}{dzeta^3}=0 & text{} end{cases} $ $zeta=1 rightarrow begin{cases} w(1)=0 \ frac{dw(1)}{dzeta}=0 &\ frac{d^3w(1)}{dzeta^3}=0 & text{} end{cases} $ is it possible to consider w(1)=0 as$frac{d^2w(0)}{zeta^2}=a0, w'(1) as frac{d^4w(0)}{zeta^4}=b0, w'''(0)as frac{d^5w(0)}{zeta^5}=c0$
– Nima
Nov 22 '17 at 9:13
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%2f2513517%2fsolving-higher-orders-of-boundary-value-problems-numerically%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
You can apply the shooting method. So you will start with the initial conditions $w(0)=w'(0)=0$ and $w''(0)=a_0$ and $w'''(0)=b_0$. Then simulate the system and check the values $w''(1)$ and $w'''(1)$. I would create a grid of $a_0,b_0$ values and let multiple simulations run. Then look what is closest to your boundary conditions, then refine the grid points of $a_0,b_0$ and simulate the system again. Proceed until you have found a solution that is precise enough.
Just to summarize. You turn the boundary value problem into an initial value problem with two parameters. You tune the two parameters such that you get closer to the solution of the boundary value problem.
How to apply on this $frac{Ad^6w}{zeta^6}+ frac{Bd^5w}{zeta^5}+frac{Cd^4w}{zeta^4}+frac{Dd^3w}{zeta^3}+{Cw}+frac{E}{(1-w)^2}+frac{F}{(1-w)^3}=0$ $Boundaryspace Conditions:$ $zeta=0 rightarrow begin{cases} w(0)=0 \ frac{dw(0)}{dzeta}=0 & \ frac{d^3w(0)}{dzeta^3}=0 & text{} end{cases} $ $zeta=1 rightarrow begin{cases} w(1)=0 \ frac{dw(1)}{dzeta}=0 &\ frac{d^3w(1)}{dzeta^3}=0 & text{} end{cases} $ is it possible to consider w(1)=0 as$frac{d^2w(0)}{zeta^2}=a0, w'(1) as frac{d^4w(0)}{zeta^4}=b0, w'''(0)as frac{d^5w(0)}{zeta^5}=c0$
– Nima
Nov 22 '17 at 9:13
add a comment |
You can apply the shooting method. So you will start with the initial conditions $w(0)=w'(0)=0$ and $w''(0)=a_0$ and $w'''(0)=b_0$. Then simulate the system and check the values $w''(1)$ and $w'''(1)$. I would create a grid of $a_0,b_0$ values and let multiple simulations run. Then look what is closest to your boundary conditions, then refine the grid points of $a_0,b_0$ and simulate the system again. Proceed until you have found a solution that is precise enough.
Just to summarize. You turn the boundary value problem into an initial value problem with two parameters. You tune the two parameters such that you get closer to the solution of the boundary value problem.
How to apply on this $frac{Ad^6w}{zeta^6}+ frac{Bd^5w}{zeta^5}+frac{Cd^4w}{zeta^4}+frac{Dd^3w}{zeta^3}+{Cw}+frac{E}{(1-w)^2}+frac{F}{(1-w)^3}=0$ $Boundaryspace Conditions:$ $zeta=0 rightarrow begin{cases} w(0)=0 \ frac{dw(0)}{dzeta}=0 & \ frac{d^3w(0)}{dzeta^3}=0 & text{} end{cases} $ $zeta=1 rightarrow begin{cases} w(1)=0 \ frac{dw(1)}{dzeta}=0 &\ frac{d^3w(1)}{dzeta^3}=0 & text{} end{cases} $ is it possible to consider w(1)=0 as$frac{d^2w(0)}{zeta^2}=a0, w'(1) as frac{d^4w(0)}{zeta^4}=b0, w'''(0)as frac{d^5w(0)}{zeta^5}=c0$
– Nima
Nov 22 '17 at 9:13
add a comment |
You can apply the shooting method. So you will start with the initial conditions $w(0)=w'(0)=0$ and $w''(0)=a_0$ and $w'''(0)=b_0$. Then simulate the system and check the values $w''(1)$ and $w'''(1)$. I would create a grid of $a_0,b_0$ values and let multiple simulations run. Then look what is closest to your boundary conditions, then refine the grid points of $a_0,b_0$ and simulate the system again. Proceed until you have found a solution that is precise enough.
Just to summarize. You turn the boundary value problem into an initial value problem with two parameters. You tune the two parameters such that you get closer to the solution of the boundary value problem.
You can apply the shooting method. So you will start with the initial conditions $w(0)=w'(0)=0$ and $w''(0)=a_0$ and $w'''(0)=b_0$. Then simulate the system and check the values $w''(1)$ and $w'''(1)$. I would create a grid of $a_0,b_0$ values and let multiple simulations run. Then look what is closest to your boundary conditions, then refine the grid points of $a_0,b_0$ and simulate the system again. Proceed until you have found a solution that is precise enough.
Just to summarize. You turn the boundary value problem into an initial value problem with two parameters. You tune the two parameters such that you get closer to the solution of the boundary value problem.
answered Nov 10 '17 at 9:48
MrYouMath
13.8k31236
13.8k31236
How to apply on this $frac{Ad^6w}{zeta^6}+ frac{Bd^5w}{zeta^5}+frac{Cd^4w}{zeta^4}+frac{Dd^3w}{zeta^3}+{Cw}+frac{E}{(1-w)^2}+frac{F}{(1-w)^3}=0$ $Boundaryspace Conditions:$ $zeta=0 rightarrow begin{cases} w(0)=0 \ frac{dw(0)}{dzeta}=0 & \ frac{d^3w(0)}{dzeta^3}=0 & text{} end{cases} $ $zeta=1 rightarrow begin{cases} w(1)=0 \ frac{dw(1)}{dzeta}=0 &\ frac{d^3w(1)}{dzeta^3}=0 & text{} end{cases} $ is it possible to consider w(1)=0 as$frac{d^2w(0)}{zeta^2}=a0, w'(1) as frac{d^4w(0)}{zeta^4}=b0, w'''(0)as frac{d^5w(0)}{zeta^5}=c0$
– Nima
Nov 22 '17 at 9:13
add a comment |
How to apply on this $frac{Ad^6w}{zeta^6}+ frac{Bd^5w}{zeta^5}+frac{Cd^4w}{zeta^4}+frac{Dd^3w}{zeta^3}+{Cw}+frac{E}{(1-w)^2}+frac{F}{(1-w)^3}=0$ $Boundaryspace Conditions:$ $zeta=0 rightarrow begin{cases} w(0)=0 \ frac{dw(0)}{dzeta}=0 & \ frac{d^3w(0)}{dzeta^3}=0 & text{} end{cases} $ $zeta=1 rightarrow begin{cases} w(1)=0 \ frac{dw(1)}{dzeta}=0 &\ frac{d^3w(1)}{dzeta^3}=0 & text{} end{cases} $ is it possible to consider w(1)=0 as$frac{d^2w(0)}{zeta^2}=a0, w'(1) as frac{d^4w(0)}{zeta^4}=b0, w'''(0)as frac{d^5w(0)}{zeta^5}=c0$
– Nima
Nov 22 '17 at 9:13
How to apply on this $frac{Ad^6w}{zeta^6}+ frac{Bd^5w}{zeta^5}+frac{Cd^4w}{zeta^4}+frac{Dd^3w}{zeta^3}+{Cw}+frac{E}{(1-w)^2}+frac{F}{(1-w)^3}=0$ $Boundaryspace Conditions:$ $zeta=0 rightarrow begin{cases} w(0)=0 \ frac{dw(0)}{dzeta}=0 & \ frac{d^3w(0)}{dzeta^3}=0 & text{} end{cases} $ $zeta=1 rightarrow begin{cases} w(1)=0 \ frac{dw(1)}{dzeta}=0 &\ frac{d^3w(1)}{dzeta^3}=0 & text{} end{cases} $ is it possible to consider w(1)=0 as$frac{d^2w(0)}{zeta^2}=a0, w'(1) as frac{d^4w(0)}{zeta^4}=b0, w'''(0)as frac{d^5w(0)}{zeta^5}=c0$
– Nima
Nov 22 '17 at 9:13
How to apply on this $frac{Ad^6w}{zeta^6}+ frac{Bd^5w}{zeta^5}+frac{Cd^4w}{zeta^4}+frac{Dd^3w}{zeta^3}+{Cw}+frac{E}{(1-w)^2}+frac{F}{(1-w)^3}=0$ $Boundaryspace Conditions:$ $zeta=0 rightarrow begin{cases} w(0)=0 \ frac{dw(0)}{dzeta}=0 & \ frac{d^3w(0)}{dzeta^3}=0 & text{} end{cases} $ $zeta=1 rightarrow begin{cases} w(1)=0 \ frac{dw(1)}{dzeta}=0 &\ frac{d^3w(1)}{dzeta^3}=0 & text{} end{cases} $ is it possible to consider w(1)=0 as$frac{d^2w(0)}{zeta^2}=a0, w'(1) as frac{d^4w(0)}{zeta^4}=b0, w'''(0)as frac{d^5w(0)}{zeta^5}=c0$
– Nima
Nov 22 '17 at 9:13
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%2f2513517%2fsolving-higher-orders-of-boundary-value-problems-numerically%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
Please ask a new question or add to the old question, do not overwrite a question that already has a valid answer. Is it $dfrac{d^kw(ζ)}{dζ^k}$ or do you mean $dfrac{w^{(k)}(ζ)}{ζ^k}$?
– LutzL
Nov 22 '17 at 12:45
It is $frac{d^kw(zeta)}{dzeta^k}$
– Nima
Nov 22 '17 at 16:54