Stochastic Control Basics

Research Depth 112 in the knowledge graph I know this Set as goal
stochastic-control hjb-equation dynamic-programming optimal-control

Core Idea

Stochastic control optimizes a controlled diffusion dX = μ(X,u)dt + σ(X,u)dW, where the control u(t) is chosen adaptively to minimize an expected cost J(u) = E[∫₀ᵀ L(X,u)dt + g(X(T))]. The Hamilton-Jacobi-Bellman (HJB) equation ∂V/∂t + min_u{L(x,u) + μ(x,u)∂V/∂x + (1/2)σ²(x,u)∂²V/∂x²} = 0 characterizes the value function V(x,t), and the optimal control u* is the minimizer in the HJB equation. This is the stochastic extension of classical optimal control theory.

Explainer

Stochastic control extends classical optimal control to systems driven by noise. The controlled process dX = μ(X,u)dt + σ(X,u)dW evolves differently depending on the control u(t), which the decision-maker chooses adaptively based on current information. The goal is to choose u to minimize the expected total cost J(u) = E[∫₀ᵀ L(X(t), u(t))dt + g(X(T))], where L is the running cost and g is the terminal cost. The control u can affect the drift (steering), the diffusion (risk management), or both.

The dynamic programming principle leads to the Hamilton-Jacobi-Bellman (HJB) equation. Define the value function V(x,t) = inf_u E[∫ₜᵀ L + g | X(t) = x] — the optimal cost-to-go from state x at time t. The HJB equation is ∂V/∂t + min_u{L(x,u) + μ(x,u)V_x + (1/2)σ²(x,u)V_{xx}} = 0 with terminal condition V(x,T) = g(x). This PDE encapsulates Bellman's principle of optimality: the optimal policy from (x,t) must be optimal for every sub-problem starting at any future state. The minimizer u*(x,t) = argmin{...} gives the optimal feedback control — a rule specifying the control as a function of the current state and time.

The derivation uses Itô's formula. If V is smooth, apply Itô to V(X(t),t): dV = (V_t + μV_x + (1/2)σ²V_{xx})dt + σV_x dW. For the process V(X(t),t) + ∫₀ᵗ L(X(s),u(s))ds to be a martingale under the optimal control (and a submartingale under any control), the drift must satisfy V_t + L + μV_x + (1/2)σ²V_{xx} ≥ 0 for all u and = 0 for u = u*. Minimizing over u gives the HJB equation. The verification theorem makes this rigorous: if a smooth V solves HJB and the resulting u* is admissible, then V is indeed the value function and u* is optimal.

The Merton problem (optimal investment and consumption) is the most famous application. An investor with wealth W following dW = (rW + π(μ-r)W - c)dt + πσW dW chooses the risky asset fraction π(t) and consumption rate c(t) to maximize E[∫₀ᵀ U(c)dt]. With power utility U(c) = c^γ/γ and GBM dynamics, the HJB equation admits an explicit solution: the optimal investment fraction π* = (μ-r)/((1-γ)σ²) is constant (the Merton fraction), and consumption is proportional to wealth. This elegant result — a dynamic stochastic problem with a static-looking solution — is special to the CRRA utility/GBM combination. Real-world extensions (stochastic volatility, transaction costs, portfolio constraints) make the HJB equation genuinely nonlinear and require numerical methods.

Practice Questions 3 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIterated Integrals and Fubini's TheoremDouble Integrals in Cartesian CoordinatesDouble Integrals over Rectangular RegionsDouble Integrals in Polar CoordinatesDouble Integrals: Definition and SetupIterated Integrals and Fubini's TheoremDouble Integrals over Rectangular RegionsDouble Integrals over General RegionsApplications of Double Integrals: Area, Mass, and MomentsCenter of MassConservation of Linear MomentumElastic CollisionsInelastic CollisionsCoefficient of RestitutionCollision Analysis and Real-World ApplicationsTwo-Body Collisions in the Center-of-Mass FrameReduced Mass and Two-Body ProblemsKinematics in Two DimensionsProjectile MotionCircular Motion: KinematicsRotational KinematicsTorqueMoment of InertiaRotational Kinetic EnergyThe Work-Energy TheoremConservation of Mechanical EnergyFirst Law of ThermodynamicsThermodynamic Processes and the PV DiagramIsobaric and Isochoric ProcessesHeat EnginesThermal Efficiency of Heat EnginesRefrigerators and Heat PumpsSecond Law of ThermodynamicsEntropyMicrostates and MacrostatesEnsemble Theory FundamentalsCanonical Ensemble (NVT)Partition Function: Definition and PropertiesThe Canonical Partition Function and Thermodynamic DerivationMaxwell-Boltzmann Distribution and Classical LimitBrownian MotionProperties of Brownian MotionThe Itô IntegralItô's Formula (Itô's Lemma)Stochastic Differential EquationsOptimal Stopping TheoryStochastic Control Basics

Longest path: 113 steps · 530 total prerequisite topics

Prerequisites (3)

Leads To (0)

No topics depend on this one yet.