If a curve given by y=f(x) starts at (0,0) and ends at (x1,y1), then find the function f(x) such that the area under the curve from x=0 to x=x1 is maximum under the constraint that the total length of curve between these is fixed and is equal to l. I know this question can be solved using euler Lagrange equation but I was wondering if there is some other simple and intuitive method for solving this question.
2026-04-13 21:13:28.1776114808
Solving path optimisation problem without euler Lagrange equation
42 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?
I will present a quite intuitive and simple method which just uses high school calculus to solve this question.
Let us suppose that the required curve is given by $y=f(x)$. Now consider a particular point $x,f(x)$ and also its immediate neighbours $$x-dx,f(x-dx)$$ and $$x+dx,f(x+dx)$$ Since we are considering a small element, therefore we can assume that it is nearly straight. So we assume that the line joining the middle point to its left neighborhood point has inclination $A$ and that of the line joining the middle point to its right neighborhood is $A+dA$. Further we see that $$tan(A)= f'(x)=$$ {$f(x)-f(x-dx)$}$/dx $
and $$tan(A+dA)= f'(x+dx)= $${$f(x+dx)-f(x)$}$/dx$
as well as
$f''(x)=$
{$f'(x+dx)-f'(x)$}$/dx$
$ = d(tanA)/dx = sec²A(dA/dx)$
This is a bit weird way of representation but does not matter much. Maybe someone else can write it in a better way. It is just my style.
Now I will do a mischievous trick that I will stretch the middle point by a very small amount $dh$. I will assume that $dh <<<< dx,(dx)²$. So the middle point now becomes $x,f(x)+dh$. This slight upliftment will cause an infinitesimal change in arc length. By using correct approximations we can see that the small change in arc length is
$dl = sinA dh$(due to left) $- sin(A+dA) dh$(due to right)
$=${$sin(A)-sin(A+dA)$}$dh$ $$= -d(sinA)dh$$
Also, there will be infinitesimal change in area under curve which can be given by $da = dx dh $ ( by adding the area of 2 new triangles formed both having base $dh$ and height $dx$). We can clearly see that though both da and dl are infinitesimal but da/dl is non zero finite number which is a function of x only as dh gets cancelled.
Now here is my argument:-
"The ratio da/dl must have same value at all values of x".
This is because if we suppose this ratio has different values, say 1 and 2 at 2 different points then it would be possible to slightly increase the height at one point and decrease at the other point in such a way that there is net 0 change in total arc length, yet there will be non zero change in area under curve, that is it can be made to increase and decrease. This contradicts with our initial condition that $y=f(x)$ is the optimum path for maximum area under curve. Therefore it is necessary that $dh/dl = C$ where $C$ is a constant and not a function of x.
Therefore we get $$d(sinA)/dx = C$$ So, $$ sinA= Cx+ D$$ where $D$ is another constant. Now
$ sinA = tanA/ (1+tan²A)$^$(1/2) $ and $ tan A = dy/dx$. Now when we will solve this differential equation ( I leave it to the OP), we will get an equation of circle with 3 constants. 2 of these can be calculated by the boundary conditions, that is where the curve starts and ends, and one will be found by the total arc length of curve.