How to find the minimum of an integral with calculus of variations

Click For Summary
SUMMARY

The integral F=∫ (αy^-1+βy^3+δxy)dx, calculated over the interval [0,L], requires finding the function y that minimizes it under the constraint N=∫ydx. The discussion clarifies that this problem can be approached as a Lagrangian optimization problem, where the integrand can be expressed as f(x,y) = a/y + b y^3 + c x y + r y. To find the minimum, one must set ∂f/∂y = 0 for each x and solve for y, with the parameter r determined by the constraint. Numerical methods are likely necessary for specific values of a, b, c, and L.

PREREQUISITES
  • Understanding of calculus of variations
  • Familiarity with Lagrangian mechanics
  • Knowledge of numerical methods for optimization
  • Basic concepts of integral calculus
NEXT STEPS
  • Study Lagrangian optimization techniques in calculus of variations
  • Learn how to apply numerical methods for solving integrals
  • Explore the implications of varying parameters a, b, and c on the solution
  • Investigate the conditions under which a minimum exists for the given integral
USEFUL FOR

Mathematicians, physicists, and engineers involved in optimization problems, particularly those using calculus of variations and Lagrangian methods.

fedefrance
Messages
2
Reaction score
0
I need to find the minimum of this integral

F=∫ (αy^-1+βy^3+δxy)dx

where α, β and δ are constant; y is a function of x

the integral is calculated over the interval [0,L], where L is constant

I need to find the function y that minimizes the above-mentioned integral

The integral is subject to the following constraint

N=∫ydx

where N is a constant and the integral interval is again [0,L]Anyone can help?
Is it possible to find an analytical solution?
Thanks

Ps:Sorry for the bad format, it's my first post
 
Last edited:
Physics news on Phys.org
fedefrance said:
I need to find the minimum of this integral

F=∫ (αy^-1+βy^3+δxy)dx

where α, β and δ are constant; y is a function of x

the integral is calculated over the interval [0,L], where L is constant

I need to find the function y that minimizes the above-mentioned integral

The integral is subject to the following constraint

N=∫ydx

where N is a constant and the integral interval is again [0,L]


Anyone can help?
Is it possible to find an analytical solution?
Thanks

Ps:Sorry for the bad format, it's my first post

This does not look anything like a Calculus of Variations problem, because dy/dx is not involved in the integrand. Instead, you can just minimize the integrand for each x (to get a function y(x)). More precisely, you can look at the "Lagrangian" type problem, where yu want to minimize int f(x,y) dx + r* int y dx with no constraints; here, r is a "lagrange multiplier" and note that it is a constant, not a function of x. So, your integrand is of the form
f(x,y) = \frac{a}{y} + b y^3 + c x y + r y,
where I have used 'a' instead of , 'b' instead of β and 'c' instead of δ. If a > 0 and b > 0 we can minimize f by setting \partial f/\partial y = 0 for each x and solve for y. There are 4 roots, but for b > 0 it seems there are only two relevant roots, both of which contain the parameter r. Determine r by asking that int y dx = N. (This will be a nasty problem that almost certainly needs a numerical approach for given a, b, c and L.)

If a and/or b < 0, there may not be a minimum at all; we may be able to find a sequence y_n(x) giving int f(x,y_n(x)) dx --> -infinity, while keeping int y_n(x) dx = N for each n. (I am not absolutely sure about this, but I think it is true.)

RGV
 
thanks a lot!
 

Similar threads

Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K
Replies
31
Views
3K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 33 ·
2
Replies
33
Views
5K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
5K