The Jacobi accessory equation has importance as a means of checking candidates for functional extrema. A book of mine ($\textit{Calculus of variations}$, by van Brunt) proves that we can find solutions to the Jacobi accessory equation by differentiating the general solution to the Euler-Lagrange equation; that is, if the latter has a general solution $y$ involving parameters $c_1, c_2$, then the functions $$u_1(x) = \frac{\partial y}{\partial c_1}, \quad u_2(x) = \frac{\partial y}{\partial c_2}$$ evaluated at some particular $(c_1, c_2)$ are solutions to the Jacobi accessory equation (given basic smoothness assumptions). However, van Brunt goes on to claim without proof that $u_1, u_2$ $\textit{form a basis for the solution space}$. Can anyone suggest how this might be proved?
2026-04-04 14:47:19.1775314039
Basis for solution space of Jacobi accessory equation
417 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?
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?
Short answer: Because there are only two parameters involved.
Long answer: back to the derivation of the accessory equation. Consider the Euler-Lagrange equation for $$J[y] = \int^b_a F(x,y,y') \,dx,$$ where $y = y(x;c_1,c_2)$ is the minimizer, then $$\newcommand{\e}{\epsilon}g(\e) := J[y+\e v] = \int^b_a F(x,y+\e v,y'+\e v') \,dx.$$ Doing Taylor expansion at $\e= 0$: $$ g(\e) = g(0) + g'(0)\e + \frac{1}{2}g''(0)\e^2 + O(|\e|^3), $$ where $g(0)$ is just $J[y]$, $g'(0) = 0$ for the minimizer, now $$ g''(0) = \frac{1}{2}\int^b_a \left(v^2 \frac{\partial^2 F }{\partial y^2} + 2vv' \frac{\partial^2 F }{\partial y \partial y'}+ v'^2 \frac{\partial^2 F }{\partial y'^2}\right)\,dx, \tag{1} $$ and $$ J[y+\e v] - J[y] = \frac{1}{2}\e^2\big(g''(0)+ O(|\e|)\big). $$ Therefore for $y$ being the minimizer of the functional, $g''(0)$ must be greater than or equation to $0$. Now we fix this minimizer $y$, denote $$ f(x,v,v') := v^2 \frac{\partial^2 F }{\partial y^2} + 2vv' \frac{\partial^2 F }{\partial y \partial y'}+ v'^2 \frac{\partial^2 F }{\partial y'^2}, $$ and the Euler-Lagrange equation for (1) is $$ \frac{\partial f}{\partial v}-\frac{d}{dx}\frac{\partial f}{\partial v'}=0. $$ Simplifying leads to: $$ \frac{\partial^2 F }{\partial y'^2} v'' + \frac{d}{dx}\frac{\partial^2 F }{\partial y'^2} v' + \left(\frac{d}{dx}\frac{\partial^2 F }{\partial y \partial y'} -\frac{\partial^2 F }{\partial y^2} \right) v = 0. \tag{2} $$ Now this is a second order linear ODE in $v$ for a specific $y$. If the smoothness is assumed, by existence and uniqueness theorem for second order linear ode, the solution space is two dimensional, i.e., consists only two basis. If the author found two functions satisfying this equation, also these two functions are kind of easy to tell that they are not linearly dependent, then he could simply claimed they form a basis for the solution space. Say $u_1$ and $u_2$ are linearly dependent, for every $x$ we have the same $k$: $$ k\frac{\partial y}{\partial c_1} = \frac{\partial y}{\partial c_2}, $$ then $y = g(c_1 + kc_2)$, which says it is really a one parameter minimizer, not 2 parameters.