Sensitivity of path integral w.r.t. initial state The Next CEO of Stack OverflowCompute partial derivative w.r.t initial conditionDerivative of terminal state w.r.t. the inital conditions.Inseparable terminal and running cost in optimal control problems?Time-dependent inequalities in optimal controllerOptimal control with state dependent action spaceHow to numerically solve an optimal control problem with an indirect method (in MATLAB)?Help with an optimal control problemCalculating the control energy of a non-optimal prespecified trajectory of an LTIInitial guess generation for solving Nonlinear programming problemsTime-Discretize a Linear Quadratic OCP (Bolza Function)Optimal control problem with fixed endpoint; what I am doing wrong?Optimal control problem with a path constraint which involves controls at two distinct time points

Which tube will fit a -(700 x 25c) wheel?

Won the lottery - how do I keep the money?

What was the first Unix version to run on a microcomputer?

How to avoid supervisors with prejudiced views?

SQL Server 2016 - excessive memory grant warning on poor performing query

Workaholic Formal/Informal

Received an invoice from my ex-employer billing me for training; how to handle?

A "random" question: usage of "random" as adjective in Spanish

How to solve a differential equation with a term to a power?

Inappropriate reference requests from Journal reviewers

Would a galaxy be visible from outside, but nearby?

Can I equip Skullclamp on a creature I am sacrificing?

Is there a difference between "Fahrstuhl" and "Aufzug"

Anatomically Correct Strange Women In Ponds Distributing Swords

Does it take more energy to get to Venus or to Mars?

Is there an analogue of projective spaces for proper schemes?

What exact does MIB represent in SNMP? How is it different from OID?

Preparing Indesign booklet with .psd graphics for print

Are there any limitations on attacking while grappling?

Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?

How fast would a person need to move to trick the eye?

Interfacing a button to MCU (and PC) with 50m long cable

Why has the US not been more assertive in confronting Russia in recent years?

Can you replace a racial trait cantrip when leveling up?



Sensitivity of path integral w.r.t. initial state



The Next CEO of Stack OverflowCompute partial derivative w.r.t initial conditionDerivative of terminal state w.r.t. the inital conditions.Inseparable terminal and running cost in optimal control problems?Time-dependent inequalities in optimal controllerOptimal control with state dependent action spaceHow to numerically solve an optimal control problem with an indirect method (in MATLAB)?Help with an optimal control problemCalculating the control energy of a non-optimal prespecified trajectory of an LTIInitial guess generation for solving Nonlinear programming problemsTime-Discretize a Linear Quadratic OCP (Bolza Function)Optimal control problem with fixed endpoint; what I am doing wrong?Optimal control problem with a path constraint which involves controls at two distinct time points










2












$begingroup$


I'm trying to figure out how the value of a path integral depends on the initial condition (starting point) of the path.



Part1:



Consider the state variable $x(t)$ that is governed by an ODE
$$dotx(t) = f(x(t))$$
with some initial condition. This defines our path in time.



Let's say I have a path integral, for example a cost-to-go $C(x_t,t)$ that evaluates how much cost will be accumulated until a final time $t_f$ for a path starting at $x_t$ at time $t$ and governed by the ODE above:
$$ C(x_t,t) = int_t^t_f g(x(tau)) ; dtau qquad textgiven: x(t)=x_t, ; dotx(t) = f(x(t))$$



Now my question: What is $partial C(x_t,t) over partial x_t $, i.e., the sensitivity of the cost-to-go w.r.t. the starting state?



I'm having troubles figuring this out because I don't know how to formalize the dependence of future states on $x_t$.



Part2:



How does the answer change when we consider a stochastic path (random walk) instead
$$dx = f(x,t) dt + sigma(x,t) dw$$
where $dw$ is standard Brownian motion and the cost-to-go is now an expectation over all paths that start at $x_t$ at time $t$:
$$ C(x_t,t) = mathbb E_x_t left[ int_t^t_f g(x(tau)) ; dtau right] qquad textgiven: x(t)=x_t $$



I've tried to apply some Ito calculus rules here but I'm getting stuck again...



Possibly related questions:



Derivative of terminal state w.r.t. the inital conditions



Compute partial derivative w.r.t initial condition










share|cite|improve this question







New contributor




Jan Ca is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$











  • $begingroup$
    The first part looks more like calculus of variations than stochastic stuff. Do you know the form of $g?$
    $endgroup$
    – Adrian Keister
    2 days ago











  • $begingroup$
    yep, the first part is not stochastic, but the ODE for $x(t)$ is already known, so I think this is not a variational problem. $g$ can be an arbitrary continuous and differentiable function in my problem
    $endgroup$
    – Jan Ca
    2 days ago










  • $begingroup$
    If $x$ is already determined by the ODE and therefore fixed, then I'm not sure I see the point in calculating that sensitivity. It's really only going to be sensitive to changes in $g,$ since that's all you're allowing to vary. You can probably use the chain rule and the Euler-Lagrange equations to get at a solution to the first problem.
    $endgroup$
    – Adrian Keister
    2 days ago










  • $begingroup$
    I'm varying the initial state $x_t$. $g$ is fixed.
    $endgroup$
    – Jan Ca
    2 days ago










  • $begingroup$
    For part 1, you might be forced to determine the sensitivities numerically. Since $C = int g dt$, if you can't solve the integral analytically then it'd be easiest to evaluate $C$ by quadrature over $x(t)$. Then you can determine $dC/dx(t_0)$ by finite difference wrapped around the quadrature. This isn't variational calculus since $g$ is only dependent on $x$ and $t$. That is, there is no coordinate $h$ such that $h' = g(x,h)$. I have no idea how to extend this for part 2, however. If this is a suitable answer, let me know and I can write it out in an actual answer with more detail.
    $endgroup$
    – Michael Sparapany
    2 days ago















2












$begingroup$


I'm trying to figure out how the value of a path integral depends on the initial condition (starting point) of the path.



Part1:



Consider the state variable $x(t)$ that is governed by an ODE
$$dotx(t) = f(x(t))$$
with some initial condition. This defines our path in time.



Let's say I have a path integral, for example a cost-to-go $C(x_t,t)$ that evaluates how much cost will be accumulated until a final time $t_f$ for a path starting at $x_t$ at time $t$ and governed by the ODE above:
$$ C(x_t,t) = int_t^t_f g(x(tau)) ; dtau qquad textgiven: x(t)=x_t, ; dotx(t) = f(x(t))$$



Now my question: What is $partial C(x_t,t) over partial x_t $, i.e., the sensitivity of the cost-to-go w.r.t. the starting state?



I'm having troubles figuring this out because I don't know how to formalize the dependence of future states on $x_t$.



Part2:



How does the answer change when we consider a stochastic path (random walk) instead
$$dx = f(x,t) dt + sigma(x,t) dw$$
where $dw$ is standard Brownian motion and the cost-to-go is now an expectation over all paths that start at $x_t$ at time $t$:
$$ C(x_t,t) = mathbb E_x_t left[ int_t^t_f g(x(tau)) ; dtau right] qquad textgiven: x(t)=x_t $$



I've tried to apply some Ito calculus rules here but I'm getting stuck again...



Possibly related questions:



Derivative of terminal state w.r.t. the inital conditions



Compute partial derivative w.r.t initial condition










share|cite|improve this question







New contributor




Jan Ca is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$











  • $begingroup$
    The first part looks more like calculus of variations than stochastic stuff. Do you know the form of $g?$
    $endgroup$
    – Adrian Keister
    2 days ago











  • $begingroup$
    yep, the first part is not stochastic, but the ODE for $x(t)$ is already known, so I think this is not a variational problem. $g$ can be an arbitrary continuous and differentiable function in my problem
    $endgroup$
    – Jan Ca
    2 days ago










  • $begingroup$
    If $x$ is already determined by the ODE and therefore fixed, then I'm not sure I see the point in calculating that sensitivity. It's really only going to be sensitive to changes in $g,$ since that's all you're allowing to vary. You can probably use the chain rule and the Euler-Lagrange equations to get at a solution to the first problem.
    $endgroup$
    – Adrian Keister
    2 days ago










  • $begingroup$
    I'm varying the initial state $x_t$. $g$ is fixed.
    $endgroup$
    – Jan Ca
    2 days ago










  • $begingroup$
    For part 1, you might be forced to determine the sensitivities numerically. Since $C = int g dt$, if you can't solve the integral analytically then it'd be easiest to evaluate $C$ by quadrature over $x(t)$. Then you can determine $dC/dx(t_0)$ by finite difference wrapped around the quadrature. This isn't variational calculus since $g$ is only dependent on $x$ and $t$. That is, there is no coordinate $h$ such that $h' = g(x,h)$. I have no idea how to extend this for part 2, however. If this is a suitable answer, let me know and I can write it out in an actual answer with more detail.
    $endgroup$
    – Michael Sparapany
    2 days ago













2












2








2





$begingroup$


I'm trying to figure out how the value of a path integral depends on the initial condition (starting point) of the path.



Part1:



Consider the state variable $x(t)$ that is governed by an ODE
$$dotx(t) = f(x(t))$$
with some initial condition. This defines our path in time.



Let's say I have a path integral, for example a cost-to-go $C(x_t,t)$ that evaluates how much cost will be accumulated until a final time $t_f$ for a path starting at $x_t$ at time $t$ and governed by the ODE above:
$$ C(x_t,t) = int_t^t_f g(x(tau)) ; dtau qquad textgiven: x(t)=x_t, ; dotx(t) = f(x(t))$$



Now my question: What is $partial C(x_t,t) over partial x_t $, i.e., the sensitivity of the cost-to-go w.r.t. the starting state?



I'm having troubles figuring this out because I don't know how to formalize the dependence of future states on $x_t$.



Part2:



How does the answer change when we consider a stochastic path (random walk) instead
$$dx = f(x,t) dt + sigma(x,t) dw$$
where $dw$ is standard Brownian motion and the cost-to-go is now an expectation over all paths that start at $x_t$ at time $t$:
$$ C(x_t,t) = mathbb E_x_t left[ int_t^t_f g(x(tau)) ; dtau right] qquad textgiven: x(t)=x_t $$



I've tried to apply some Ito calculus rules here but I'm getting stuck again...



Possibly related questions:



Derivative of terminal state w.r.t. the inital conditions



Compute partial derivative w.r.t initial condition










share|cite|improve this question







New contributor




Jan Ca is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$




I'm trying to figure out how the value of a path integral depends on the initial condition (starting point) of the path.



Part1:



Consider the state variable $x(t)$ that is governed by an ODE
$$dotx(t) = f(x(t))$$
with some initial condition. This defines our path in time.



Let's say I have a path integral, for example a cost-to-go $C(x_t,t)$ that evaluates how much cost will be accumulated until a final time $t_f$ for a path starting at $x_t$ at time $t$ and governed by the ODE above:
$$ C(x_t,t) = int_t^t_f g(x(tau)) ; dtau qquad textgiven: x(t)=x_t, ; dotx(t) = f(x(t))$$



Now my question: What is $partial C(x_t,t) over partial x_t $, i.e., the sensitivity of the cost-to-go w.r.t. the starting state?



I'm having troubles figuring this out because I don't know how to formalize the dependence of future states on $x_t$.



Part2:



How does the answer change when we consider a stochastic path (random walk) instead
$$dx = f(x,t) dt + sigma(x,t) dw$$
where $dw$ is standard Brownian motion and the cost-to-go is now an expectation over all paths that start at $x_t$ at time $t$:
$$ C(x_t,t) = mathbb E_x_t left[ int_t^t_f g(x(tau)) ; dtau right] qquad textgiven: x(t)=x_t $$



I've tried to apply some Ito calculus rules here but I'm getting stuck again...



Possibly related questions:



Derivative of terminal state w.r.t. the inital conditions



Compute partial derivative w.r.t initial condition







partial-derivative stochastic-integrals optimal-control






share|cite|improve this question







New contributor




Jan Ca is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question







New contributor




Jan Ca is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question






New contributor




Jan Ca is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 days ago









Jan CaJan Ca

111




111




New contributor




Jan Ca is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Jan Ca is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Jan Ca is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











  • $begingroup$
    The first part looks more like calculus of variations than stochastic stuff. Do you know the form of $g?$
    $endgroup$
    – Adrian Keister
    2 days ago











  • $begingroup$
    yep, the first part is not stochastic, but the ODE for $x(t)$ is already known, so I think this is not a variational problem. $g$ can be an arbitrary continuous and differentiable function in my problem
    $endgroup$
    – Jan Ca
    2 days ago










  • $begingroup$
    If $x$ is already determined by the ODE and therefore fixed, then I'm not sure I see the point in calculating that sensitivity. It's really only going to be sensitive to changes in $g,$ since that's all you're allowing to vary. You can probably use the chain rule and the Euler-Lagrange equations to get at a solution to the first problem.
    $endgroup$
    – Adrian Keister
    2 days ago










  • $begingroup$
    I'm varying the initial state $x_t$. $g$ is fixed.
    $endgroup$
    – Jan Ca
    2 days ago










  • $begingroup$
    For part 1, you might be forced to determine the sensitivities numerically. Since $C = int g dt$, if you can't solve the integral analytically then it'd be easiest to evaluate $C$ by quadrature over $x(t)$. Then you can determine $dC/dx(t_0)$ by finite difference wrapped around the quadrature. This isn't variational calculus since $g$ is only dependent on $x$ and $t$. That is, there is no coordinate $h$ such that $h' = g(x,h)$. I have no idea how to extend this for part 2, however. If this is a suitable answer, let me know and I can write it out in an actual answer with more detail.
    $endgroup$
    – Michael Sparapany
    2 days ago
















  • $begingroup$
    The first part looks more like calculus of variations than stochastic stuff. Do you know the form of $g?$
    $endgroup$
    – Adrian Keister
    2 days ago











  • $begingroup$
    yep, the first part is not stochastic, but the ODE for $x(t)$ is already known, so I think this is not a variational problem. $g$ can be an arbitrary continuous and differentiable function in my problem
    $endgroup$
    – Jan Ca
    2 days ago










  • $begingroup$
    If $x$ is already determined by the ODE and therefore fixed, then I'm not sure I see the point in calculating that sensitivity. It's really only going to be sensitive to changes in $g,$ since that's all you're allowing to vary. You can probably use the chain rule and the Euler-Lagrange equations to get at a solution to the first problem.
    $endgroup$
    – Adrian Keister
    2 days ago










  • $begingroup$
    I'm varying the initial state $x_t$. $g$ is fixed.
    $endgroup$
    – Jan Ca
    2 days ago










  • $begingroup$
    For part 1, you might be forced to determine the sensitivities numerically. Since $C = int g dt$, if you can't solve the integral analytically then it'd be easiest to evaluate $C$ by quadrature over $x(t)$. Then you can determine $dC/dx(t_0)$ by finite difference wrapped around the quadrature. This isn't variational calculus since $g$ is only dependent on $x$ and $t$. That is, there is no coordinate $h$ such that $h' = g(x,h)$. I have no idea how to extend this for part 2, however. If this is a suitable answer, let me know and I can write it out in an actual answer with more detail.
    $endgroup$
    – Michael Sparapany
    2 days ago















$begingroup$
The first part looks more like calculus of variations than stochastic stuff. Do you know the form of $g?$
$endgroup$
– Adrian Keister
2 days ago





$begingroup$
The first part looks more like calculus of variations than stochastic stuff. Do you know the form of $g?$
$endgroup$
– Adrian Keister
2 days ago













$begingroup$
yep, the first part is not stochastic, but the ODE for $x(t)$ is already known, so I think this is not a variational problem. $g$ can be an arbitrary continuous and differentiable function in my problem
$endgroup$
– Jan Ca
2 days ago




$begingroup$
yep, the first part is not stochastic, but the ODE for $x(t)$ is already known, so I think this is not a variational problem. $g$ can be an arbitrary continuous and differentiable function in my problem
$endgroup$
– Jan Ca
2 days ago












$begingroup$
If $x$ is already determined by the ODE and therefore fixed, then I'm not sure I see the point in calculating that sensitivity. It's really only going to be sensitive to changes in $g,$ since that's all you're allowing to vary. You can probably use the chain rule and the Euler-Lagrange equations to get at a solution to the first problem.
$endgroup$
– Adrian Keister
2 days ago




$begingroup$
If $x$ is already determined by the ODE and therefore fixed, then I'm not sure I see the point in calculating that sensitivity. It's really only going to be sensitive to changes in $g,$ since that's all you're allowing to vary. You can probably use the chain rule and the Euler-Lagrange equations to get at a solution to the first problem.
$endgroup$
– Adrian Keister
2 days ago












$begingroup$
I'm varying the initial state $x_t$. $g$ is fixed.
$endgroup$
– Jan Ca
2 days ago




$begingroup$
I'm varying the initial state $x_t$. $g$ is fixed.
$endgroup$
– Jan Ca
2 days ago












$begingroup$
For part 1, you might be forced to determine the sensitivities numerically. Since $C = int g dt$, if you can't solve the integral analytically then it'd be easiest to evaluate $C$ by quadrature over $x(t)$. Then you can determine $dC/dx(t_0)$ by finite difference wrapped around the quadrature. This isn't variational calculus since $g$ is only dependent on $x$ and $t$. That is, there is no coordinate $h$ such that $h' = g(x,h)$. I have no idea how to extend this for part 2, however. If this is a suitable answer, let me know and I can write it out in an actual answer with more detail.
$endgroup$
– Michael Sparapany
2 days ago




$begingroup$
For part 1, you might be forced to determine the sensitivities numerically. Since $C = int g dt$, if you can't solve the integral analytically then it'd be easiest to evaluate $C$ by quadrature over $x(t)$. Then you can determine $dC/dx(t_0)$ by finite difference wrapped around the quadrature. This isn't variational calculus since $g$ is only dependent on $x$ and $t$. That is, there is no coordinate $h$ such that $h' = g(x,h)$. I have no idea how to extend this for part 2, however. If this is a suitable answer, let me know and I can write it out in an actual answer with more detail.
$endgroup$
– Michael Sparapany
2 days ago










0






active

oldest

votes












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
);



);






Jan Ca is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3164654%2fsensitivity-of-path-integral-w-r-t-initial-state%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








Jan Ca is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















Jan Ca is a new contributor. Be nice, and check out our Code of Conduct.












Jan Ca is a new contributor. Be nice, and check out our Code of Conduct.











Jan Ca is a new contributor. Be nice, and check out our Code of Conduct.














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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3164654%2fsensitivity-of-path-integral-w-r-t-initial-state%23new-answer', 'question_page');

);

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







Popular posts from this blog

Boston (Lincolnshire) Stedsbyld | Berne yn Boston | NavigaasjemenuBoston Borough CouncilBoston, Lincolnshire

Trouble understanding the speech of overseas colleaguesHow can I better understand manager or clients with strong accents?Adding more movement and speech at the fundamental level to a highly-sedentary job?Difficulty in understanding Manager's accent(language and communication)How to adjust yourself where your colleagues are not understanding to you?Understanding manager's expectationsForeigner and colleagues using slangHaving difficulty understanding meetingsHow do you breathe when giving a speech?Trouble Waking Up for Emergencies (On-Call)Problems with colleaguesColleagues feeling insecure when I do my work

Ballerup Komuun Stääden an saarpen | Futnuuten | Luke uk diar | Nawigatsjuunwww.ballerup.dkwww.statistikbanken.dk: Tabelle BEF44 (Folketal pr. 1. januar fordelt på byer)Commonskategorii: Ballerup Komuun55° 44′ N, 12° 22′ O