Determining maximum and minimum points of a projected circle

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Pushoam
Messages
961
Reaction score
53

Homework Statement


upload_2018-6-7_15-2-52.png
upload_2018-6-7_16-27-33.png


Homework Equations

The Attempt at a Solution


This problem belongs to the topic "calculus of variation ". The fundamental problem of “calculus of variation” is to find a function y(x) such that the integral ## I = \int_{x_i }^{ x_f} \phi (y’, y, x) ~d x ## is extremum, where ## \phi (y', y, x) ## is a functional. Then, I have to use Euler - Lagrange Equation to find out y(x).

Here, I am not able to formulate the problem using the calculus of variation technique.

Another approach is to find out the function expressing the circle in ## \phi ## - plane, i.e. f( ##\phi ## , y,x) and then use df = 0 to find out the points of maximum and minimum. Then I don’t know how to find out the function f?

Is this correct till now?
 

Attachments

  • upload_2018-6-7_15-2-52.png
    upload_2018-6-7_15-2-52.png
    16.8 KB · Views: 843
  • upload_2018-6-7_16-27-33.png
    upload_2018-6-7_16-27-33.png
    14.1 KB · Views: 923
Physics news on Phys.org
I don't know what a maximum point is (or a minimum point). But if you have to find the points where ##\Phi## is at an extremum, then I doubt the need for Euler. Lagrange (actually, his multipliers method) can do it on his own :wink:
 
Last edited:
  • Like
Likes   Reactions: Pushoam
Pushoam said:
1. Th(ue problem statement, all variables and given/known data
View attachment 226690View attachment 226695

Homework Equations

The Attempt at a Solution


This problem belongs to the topic "calculus of variation ". The fundamental problem of “calculus of variation” is to find a function y(x) such that the integral ## I = \int_{x_i }^{ x_f} \phi (y’, y, x) ~d x ## is extremum, where ## \phi (y', y, x) ## is a functional. Then, I have to use Euler - Lagrange Equation to find out y(x).

Here, I am not able to formulate the problem using the calculus of variation technique.

Another approach is to find out the function expressing the circle in ## \phi ## - plane, i.e. f( ##\phi ## , y,x) and then use df = 0 to find out the points of maximum and minimum. Then I don’t know how to find out the function f?

Is this correct till now?

You just have two simple constrained optimization problems:
(1) For maximum height: ##\max \, (x+y)##, subject to ##(x-2)^2 + (y-2)^2=1##.
(2) For minimum height: ##\min \, (x+y)##, subject to ##(x-2)^2 + (y-2)^2=1##.

Neither problem involves anything like "calculus of variations", although they could involve "Lagrange multipliers", depending on how you solve them.

Actually, both problems can be solved easily without calculus of any kind, just by looking at the geometry.
 
  • Like
Likes   Reactions: Pushoam
Thanks for the replies. I got it.