Numerical solution of a second-order non-linear PDE The 2019 Stack Overflow Developer Survey...

Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?

How to support a colleague who finds meetings extremely tiring?

Am I ethically obligated to go into work on an off day if the reason is sudden?

Deal with toxic manager when you can't quit

Can we generate random numbers using irrational numbers like π and e?

Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?

Using dividends to reduce short term capital gains?

Button changing its text & action. Good or terrible?

Did the new image of black hole confirm the general theory of relativity?

Does Parliament need to approve the new Brexit delay to 31 October 2019?

One-dimensional Japanese puzzle

Why are PDP-7-style microprogrammed instructions out of vogue?

How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?

Could an empire control the whole planet with today's comunication methods?

Why not take a picture of a closer black hole?

Would an alien lifeform be able to achieve space travel if lacking in vision?

Was credit for the black hole image misappropriated?

Presidential Pardon

How to handle characters who are more educated than the author?

Student Loan from years ago pops up and is taking my salary

Can each chord in a progression create its own key?

Is 'stolen' appropriate word?

Homework question about an engine pulling a train

Mortgage adviser recommends a longer term than necessary combined with overpayments



Numerical solution of a second-order non-linear PDE



The 2019 Stack Overflow Developer Survey Results Are In
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraSoftware for numerical solution of a non-linear ODE system?Finding the continuity of the mapping of a solution to a PDE to its partial derivativeNumerical method for wave equation with nonlinear forcing in 1+1 DA specific 1st order PDE which looks almost like a linear PDECrank-Nicolson Finite Difference: Why use a forward time difference weighted across multiple positions?Numerically solving a non-standard Hamilton-Jacobi-Bellman PDENumerical solution of PDEsNumerical solution of non-linear first order partial differential equation (HJB)Testing convergence rates of numerical solution with no known solutionIs there any easy numerical integration method for advection in a 2-d non-linear vector field?












2












$begingroup$


I'm interested in solving the following non-linear terminal value problem
$$
0 = frac{partial u}{partial t} + frac{1}{2}sigma^2x
frac{partial^2 u}{partial x^2}
+ lambda(x_0 - x)frac{partial u}{partial x} - phi
+ frac{1}{x}u^2,qquad u(T, x) = -alpha.
$$

on $(t, x)in(0, T)times(0, infty)$, where $sigma>0$, $lambda>0$, $x_0>0$, $phi>0$ are constants. For context, this PDE arose from an application of the Hamilton-Jacobi-Bellman equation to a stochastic control problem that I'm studying.



I think it's unlikely that an analytic solution is available, and I expect I'll need to use numerical methods to examine the solution. My first thought is to use a finite difference scheme, such as Crank-Nicolson, but I'm not sure of a suitable boundary condition to use on the solution grid for large $x$.



I'd be very grateful for any suggestions on how to proceed. I'm not very familiar with the literature on the numerical solution of PDEs, so even pointers towards possible references would be really helpful.










share|cite|improve this question









$endgroup$












  • $begingroup$
    I’d first think whether the pde problem is well-posed. Is it?
    $endgroup$
    – VorKir
    Mar 30 at 5:01
















2












$begingroup$


I'm interested in solving the following non-linear terminal value problem
$$
0 = frac{partial u}{partial t} + frac{1}{2}sigma^2x
frac{partial^2 u}{partial x^2}
+ lambda(x_0 - x)frac{partial u}{partial x} - phi
+ frac{1}{x}u^2,qquad u(T, x) = -alpha.
$$

on $(t, x)in(0, T)times(0, infty)$, where $sigma>0$, $lambda>0$, $x_0>0$, $phi>0$ are constants. For context, this PDE arose from an application of the Hamilton-Jacobi-Bellman equation to a stochastic control problem that I'm studying.



I think it's unlikely that an analytic solution is available, and I expect I'll need to use numerical methods to examine the solution. My first thought is to use a finite difference scheme, such as Crank-Nicolson, but I'm not sure of a suitable boundary condition to use on the solution grid for large $x$.



I'd be very grateful for any suggestions on how to proceed. I'm not very familiar with the literature on the numerical solution of PDEs, so even pointers towards possible references would be really helpful.










share|cite|improve this question









$endgroup$












  • $begingroup$
    I’d first think whether the pde problem is well-posed. Is it?
    $endgroup$
    – VorKir
    Mar 30 at 5:01














2












2








2


3



$begingroup$


I'm interested in solving the following non-linear terminal value problem
$$
0 = frac{partial u}{partial t} + frac{1}{2}sigma^2x
frac{partial^2 u}{partial x^2}
+ lambda(x_0 - x)frac{partial u}{partial x} - phi
+ frac{1}{x}u^2,qquad u(T, x) = -alpha.
$$

on $(t, x)in(0, T)times(0, infty)$, where $sigma>0$, $lambda>0$, $x_0>0$, $phi>0$ are constants. For context, this PDE arose from an application of the Hamilton-Jacobi-Bellman equation to a stochastic control problem that I'm studying.



I think it's unlikely that an analytic solution is available, and I expect I'll need to use numerical methods to examine the solution. My first thought is to use a finite difference scheme, such as Crank-Nicolson, but I'm not sure of a suitable boundary condition to use on the solution grid for large $x$.



I'd be very grateful for any suggestions on how to proceed. I'm not very familiar with the literature on the numerical solution of PDEs, so even pointers towards possible references would be really helpful.










share|cite|improve this question









$endgroup$




I'm interested in solving the following non-linear terminal value problem
$$
0 = frac{partial u}{partial t} + frac{1}{2}sigma^2x
frac{partial^2 u}{partial x^2}
+ lambda(x_0 - x)frac{partial u}{partial x} - phi
+ frac{1}{x}u^2,qquad u(T, x) = -alpha.
$$

on $(t, x)in(0, T)times(0, infty)$, where $sigma>0$, $lambda>0$, $x_0>0$, $phi>0$ are constants. For context, this PDE arose from an application of the Hamilton-Jacobi-Bellman equation to a stochastic control problem that I'm studying.



I think it's unlikely that an analytic solution is available, and I expect I'll need to use numerical methods to examine the solution. My first thought is to use a finite difference scheme, such as Crank-Nicolson, but I'm not sure of a suitable boundary condition to use on the solution grid for large $x$.



I'd be very grateful for any suggestions on how to proceed. I'm not very familiar with the literature on the numerical solution of PDEs, so even pointers towards possible references would be really helpful.







pde numerical-methods






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Mar 22 at 13:25









Alex WAlex W

1427




1427












  • $begingroup$
    I’d first think whether the pde problem is well-posed. Is it?
    $endgroup$
    – VorKir
    Mar 30 at 5:01


















  • $begingroup$
    I’d first think whether the pde problem is well-posed. Is it?
    $endgroup$
    – VorKir
    Mar 30 at 5:01
















$begingroup$
I’d first think whether the pde problem is well-posed. Is it?
$endgroup$
– VorKir
Mar 30 at 5:01




$begingroup$
I’d first think whether the pde problem is well-posed. Is it?
$endgroup$
– VorKir
Mar 30 at 5:01










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


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3158142%2fnumerical-solution-of-a-second-order-non-linear-pde%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
















draft saved

draft discarded




















































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%2f3158142%2fnumerical-solution-of-a-second-order-non-linear-pde%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

Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

Fil:Tokke komm.svg

Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?