Optimization of ellipse surrounding a circle

Click For Summary

Homework Help Overview

The discussion revolves around optimizing the dimensions of an ellipse defined by the equation ##\frac{x^{2}}{a^{2}}+\frac{y^{2}}{b^{2}}=1## to enclose a circle described by ##x^{2}+y^{2}=2x##. The goal is to find the values of a and b that minimize the area of the ellipse, which is given by the formula ##Area=ab\pi##.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the need to complete the square for the circle's equation and explore the relationship between the ellipse and the circle. There are attempts to derive equations and set them equal to find a relationship between a and b. Some participants express uncertainty about their approach and whether they are on the right track.

Discussion Status

Participants are actively exploring different methods to relate the ellipse and circle equations, with some suggesting the use of auxiliary optimization problems to simplify the constraints. There is recognition of the complexity of the problem, particularly in the context of multivariable differentiation, and a few participants are seeking clarification on specific relationships and constraints.

Contextual Notes

There is mention of infinitely many constraints arising from the requirement that points on the circle must lie within the ellipse, leading to discussions about how to condense these constraints into a manageable form. Additionally, there is some confusion regarding the range of x-values for the ellipse and circle, with participants questioning the assumptions made about these ranges.

TyroneTheDino
Messages
46
Reaction score
1

Homework Statement


Consider the ellipse ##\frac{x^{2}}{a^{2}}+\frac{y^{2}}{b^{2}}=1## that encloses the circle ##x^{2}+y^{2}=2x##. Find the values of a and b that minimize the area of the ellipse.

Homework Equations


##Area=ab\pi##

The Attempt at a Solution


I begin by completing the square of the circle equation to get:

##(x-1)^2+y^2=1##

I note that this circle is centered at (1,0). I know that a>b for a minimal area where the ellipse will touch the circle at 2 points, and if that is so, then a=x of the circle.

I know I need to find a quadratic equation for x in terms of a and b by eliminating y^2. Then derive the ellipse and circle equation implicitly, and set them equal to each other.

After an attempt of using these directions i get:

An ellipse equation of
##\frac{x^{2}}{a^2}+\frac{-(x-1)^2+1}{b^2}=1##
and the circle equation: ##y^2=-(x-1)^2+1##

I hesitate to derive them because I think I'm missing a concept, but if these equations were correct I would derive them and set them equal to each other to find a relation between a and b.

I am not sure if I am on wrong track, but please don't hesitate to tell me if I am misunderstanding a step.
 
Physics news on Phys.org
TyroneTheDino said:

Homework Statement


Consider the ellipse ##\frac{x^{2}}{a^{2}}+\frac{y^{2}}{b^{2}}=1## that encloses the circle ##x^{2}+y^{2}=2x##. Find the values of a and b that minimize the area of the ellipse.

Homework Equations


##Area=ab\pi##

The Attempt at a Solution


I begin by completing the square of the circle equation to get:

##(x-1)^2+y^2=1##

I note that this circle is centered at (1,0). I know that a>b for a minimal area where the ellipse will touch the circle at 2 points, and if that is so, then a=x of the circle.

I know I need to find a quadratic equation for x in terms of a and b by eliminating y^2. Then derive the ellipse and circle equation implicitly, and set them equal to each other.

After an attempt of using these directions i get:

An ellipse equation of
##\frac{x^{2}}{a^2}+\frac{-(x-1)^2+1}{b^2}=1##
and the circle equation: ##y^2=-(x-1)^2+1##

I hesitate to derive them because I think I'm missing a concept, but if these equations were correct I would derive them and set them equal to each other to find a relation between a and b.

I am not sure if I am on wrong track, but please don't hesitate to tell me if I am misunderstanding a step.

You have a problem of the form
\begin{array}{l}\min_{a,b} \pi a b\\<br /> \text{subject to}\\<br /> \displaystyle \frac{x^2}{a^2} + \frac{1-(x-1)^2}{b^2} \leq 1 \; \forall x \in [0,2] <br /> \end{array}
This arises because any point ##(x,y)## on the circle must be inside or on the boundary of the elliptical region ##x^2/a^2 + y^2/b^2 \leq 1##.

As written, you have infinitely many constraints, one for each ##x## in the range ##[0,2]##. In other words, you have infinitely many constraints of the form ##f(x,a,b) \leq 1## for all ##x##. Can you think of first solving an auxiliary optimization problem to turn this infinite number of constraints into a single constraint on ##a,b##? (Hint: it can be done.)

Then you will have a simpler optimization problem of the form
\begin{array}{l}\min_{a,b} \pi a b \\<br /> \text{subject to} \\<br /> g(a,b) = 0 \end{array}
for some relatively nice function ##g(a,b)##. At that point you can apply various methods, such as Lagrange multipliers, to finish the problem.
 
Ray Vickson said:
You have a problem of the form
\begin{array}{l}\min_{a,b} \pi a b\\<br /> \text{subject to}\\<br /> \displaystyle \frac{x^2}{a^2} + \frac{1-(x-1)^2}{b^2} \leq 1 \; \forall x \in [0,2]<br /> \end{array}
This arises because any point ##(x,y)## on the circle must be inside or on the boundary of the elliptical region ##x^2/a^2 + y^2/b^2 \leq 1##.

As written, you have infinitely many constraints, one for each ##x## in the range ##[0,2]##. In other words, you have infinitely many constraints of the form ##f(x,a,b) \leq 1## for all ##x##. Can you think of first solving an auxiliary optimization problem to turn this infinite number of constraints into a single constraint on ##a,b##? (Hint: it can be done.)

Then you will have a simpler optimization problem of the form
\begin{array}{l}\min_{a,b} \pi a b \\<br /> \text{subject to} \\<br /> g(a,b) = 0 \end{array}
for some relatively nice function ##g(a,b)##. At that point you can apply various methods, such as Lagrange multipliers, to finish the problem.

How exactly would I solve an auxiliary optimization to turn into a single restraint?
 
Ray Vickson said:
You have a problem of the form
\begin{array}{l}\min_{a,b} \pi a b\\<br /> \text{subject to}\\<br /> \displaystyle \frac{x^2}{a^2} + \frac{1-(x-1)^2}{b^2} \leq 1 \; \forall x \in [0,2]<br /> \end{array}
This arises because any point ##(x,y)## on the circle must be inside or on the boundary of the elliptical region ##x^2/a^2 + y^2/b^2 \leq 1##.

As written, you have infinitely many constraints, one for each ##x## in the range ##[0,2]##. In other words, you have infinitely many constraints of the form ##f(x,a,b) \leq 1## for all ##x##. Can you think of first solving an auxiliary optimization problem to turn this infinite number of constraints into a single constraint on ##a,b##? (Hint: it can be done.)

Then you will have a simpler optimization problem of the form
\begin{array}{l}\min_{a,b} \pi a b \\<br /> \text{subject to} \\<br /> g(a,b) = 0 \end{array}
for some relatively nice function ##g(a,b)##. At that point you can apply various methods, such as Lagrange multipliers, to finish the problem.

Also how do we know that the circle and ellipse are in the range [0,2] for x values?
 
I think he's trying to say: If the LHS<=1 for all x in [0,2] , then in particular we have Max(over x) of the LHS <=1...
 
davidmoore63@y said:
I think he's trying to say: If the LHS<=1 for all x in [0,2] , then in particular we have Max(over x) of the LHS <=1...

I don't think I'm following that relationship either. How am I supposed to know the relationship between the ellipse and the circle.
 
davidmoore63@y said:
I think he's trying to say: If the LHS<=1 for all x in [0,2] , then in particular we have Max(over x) of the LHS <=1...
Ray Vickson said:
You have a problem of the form
\begin{array}{l}\min_{a,b} \pi a b\\<br /> \text{subject to}\\<br /> \displaystyle \frac{x^2}{a^2} + \frac{1-(x-1)^2}{b^2} \leq 1 \; \forall x \in [0,2]<br /> \end{array}
This arises because any point ##(x,y)## on the circle must be inside or on the boundary of the elliptical region ##x^2/a^2 + y^2/b^2 \leq 1##.

As written, you have infinitely many constraints, one for each ##x## in the range ##[0,2]##. In other words, you have infinitely many constraints of the form ##f(x,a,b) \leq 1## for all ##x##. Can you think of first solving an auxiliary optimization problem to turn this infinite number of constraints into a single constraint on ##a,b##? (Hint: it can be done.)

Then you will have a simpler optimization problem of the form
\begin{array}{l}\min_{a,b} \pi a b \\<br /> \text{subject to} \\<br /> g(a,b) = 0 \end{array}
for some relatively nice function ##g(a,b)##. At that point you can apply various methods, such as Lagrange multipliers, to finish the problem.
I know this problem is emulative of https://www.physicsforums.com/threa...area-of-an-ellipse-enclosing-a-circle.270437/ this one however I am just getting into multivariable differentiation so this is very confusing to me.
 
How about since
##\frac{x^2}{a^2}+\frac{y^2}{b^2}=1##
##(x-1)^2+y^2=1##

Can I set each side equal to each other or should I solve for y^2 of the circle equation to plug into the ellipse equation.
 
TyroneTheDino said:
Also how do we know that the circle and ellipse are in the range [0,2] for x values?

Draw a circle of radius 1, centered at (1,0). What are the x-values you can have on the circle?

I never, anywhere, said that the ellipse can extend only over 0 <= x <= 2; in fact, it can extend out to x = 10 million if you want it to. All I said was that the part of the ellipse lying between x = 0 and x = 2 must be outside the circle, and I put that mathematically in terms of an inequality constraint.

As for telling you what to do next: I am not allowed to do that, by PF rules.
 
Last edited:

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K