Find the dimensions of the rectangle

UWMpanther
Messages
25
Reaction score
0

Homework Statement


Find the dimensions of the rectangle of largest area that can be inscribed in a circle of radius r.


Homework Equations



(x-a)^2 + (y-b)^2 = r^2
max area = 2x(2y)
= 4xy

The Attempt at a Solution



(x-a)^2 + (y-b)^2 = r^2
= y=r-(x-a)+b

I then plug this into the max area
= 4x(r-(x-a)+b)

I know I need to differentiate, but I'm not sure how to go about this. I know I need to use the product rule, if its setup properly.
 
Physics news on Phys.org


UWMpanther said:

Homework Statement


Find the dimensions of the rectangle of largest area that can be inscribed in a circle of radius r.


Homework Equations



(x-a)^2 + (y-b)^2 = r^2
max area = 2x(2y)
= 4xy

The Attempt at a Solution



(x-a)^2 + (y-b)^2 = r^2
= y=r-(x-a)+b
How in the world did you get this? Surely not by taking the square root of both sides!

I then plug this into the max area
= 4x(r-(x-a)+b)

I know I need to differentiate, but I'm not sure how to go about this. I know I need to use the product rule, if its setup properly.
No, it not at all set up properly!
 


Ok wow I can't believe I did that.

So I FOIL it out and get this

x^2 = r^2 + 2ax - a^2 - y^2 + 2by - b^2

x= r-a-b+sqrt(2ax)+sqrt(2by)

Does this look better?
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top