Suppose $s \in S \subset \mathbb{R}^+$ with c.d.f. $F(s)$. A real-valued function $\beta(s) \leq s$ is determined by a first order condition $\gamma'(s - \beta(s)) = g(F(s)) \in \mathbb{R}$, where $\gamma$ is a real valued penalty function. I need to find the $\gamma$ which $$ \min \int_{S} (s - \beta(s))^2 dF(s) $$ subject to a constraint $$ \int_{S} \gamma (s - \beta(s)) dF(s) \leq K \in \mathbb{R}. $$ The Lagrangian with the first order condition plugged in, and change of variable, is $$ \mathcal{L}=\int_0^1 [\gamma'^{-1} (g(x))]^2 + \lambda \gamma(\gamma'^{-1}(g(x))) dx $$ I am not looking for an analytical solution, but any guidance about which direction I should look into? I would like to obtain a differential equation about $\gamma$ so that I can quantitatively analyze the function $\gamma$.
2026-03-25 14:26:57.1774448817
Calculus of variations with inverse of derivative composited within?
64 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in CALCULUS-OF-VARIATIONS
- On sufficient condition for pre-compactness "in measure"(i.e. in Young measure space)
- Weak formulation of Robin boundary condition problem
- Why is the index of a harmonic map finite?
- Variational Formulation - inhomogeneous Neumann boundary
- Relationship between Training Neural Networks and Calculus of Variations
- How to prove a Minimal Surface minimizes Surface Tension
- Derive the Euler–Lagrange equation for a functional a single variable with higher derivatives.
- Does the covariant derivative commute with the variational derivative?
- Derivative of a functional w.r.t. a single point?
- calculus of variations with double integral textbook?
Related Questions in OPTIMAL-CONTROL
- Do I really need quadratic programming to do a Model Predictive Controller?
- Transforming linear dynamical system to reduce magnitude of eigen values
- Hamiltonian minimization
- An approximate definition of optimal state trajectory of a discrete time system
- Reference request: Symmetric Groups and linear control systems
- Does the Pontryagrin maximum principle in sequential order result in same minimum?
- I can't get my Recursive Least Square algorithm work - What have I miss?
- Will LQR act like MPC in reality?
- Find which gain the process will be unstable?
- How do I find the maximum gain limit for a delayed system?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
I'll start with the final expression for your Langrangian, assuming that $g,\gamma, \gamma'$ are all invertible functions and well defined in the respective intervals that the compositions define.
By making the substitution $u=\gamma'^{-1}(g(x))$ the Lagrangian takes the following form:
$\mathcal{L}=\int^{\gamma'^{-1}(g(1))}_{\gamma'^{-1}(g(0))}\Big(\frac{\gamma''(u)}{g'(g^{-1}(\gamma'(u)))}(\lambda\gamma(u)+u^2)\Big)du$
which now has the form $\mathcal{L}=\int{duF(\gamma(u),\gamma'(u), \gamma''(u),u)}$ and can be tackled using standard variational techniques. The Euler-Lagrange equation should read:
$\frac{d^2}{du^2}(\frac{\partial F}{\partial\gamma''})-\frac{d}{du}(\frac{\partial F}{\partial\gamma'})+\frac{\partial F}{\partial \gamma}=0$.