Painters Painting Circles

Algebra Level 5

[Image source](https://www.tes.com/lessons/vDm8AFNwpr63Yg/circle-painting) Image source

A group of x x painters split up into y ( x ) y\ (\le x) groups of not necessarily the same size to work on a project of painting circles on the wall. Each painter is given just enough paint to fill in 4 square meters of any shape.

Now, if each group uses their total amount of paint to fill in a largest circle possible, and the sum of the circumferences of all these circles is at most k x y k \sqrt{xy} meters with k k a positive real number, what is k 2 ? \big\lfloor k^2 \big\rfloor?


The answer is 50.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Steven Chase
May 27, 2017

The circumference of a circle scales as r r and the area scales as r 2 r^2 . So if our goal is to maximize the circumference, it's obvious that large circles are inefficient. We want as many small circles as possible, implying that the optimal condition is one in which x = y x = y (each individual paints his own circle). For one such circle:

π r 2 = 4 r = 2 π C = 4 π \large{\pi r^2 = 4 \implies r = \frac{2}{\sqrt{\pi}} \implies C = 4 \sqrt{\pi}}

The total circumference is then:

C t o t a l = 4 π x = 4 π x y = k x y k 2 = 16 π \large{C_{total} = 4 \sqrt{\pi} x = 4 \sqrt{\pi} \sqrt{xy} = k \sqrt{xy} \\ k^2 = 16 \pi }

Actually, the optimal condition is not necessarily when x = y x = y . Try a group of 4 painters splitting up into 2 groups of 2. Nice solution, though!

Steven Yuan - 4 years ago

Log in to reply

I did some number crunching, and it looks like my initial assertion is correct. What do you think? Have I misread the problem?

Steven Chase - 4 years ago

Log in to reply

Oh, I think you were assuming that x and y can be given certain values to start with. But, the upper bound must work for all choices of x and y, so x = y is not always satisfied.

(Nice chart, btw!)

(I realized I edited this comment way too many times. Oh well.)

Steven Yuan - 4 years ago
Steven Yuan
May 27, 2017

Let G i G_i be the size of the i i th group. Note that 1 i y 1 \leq i \leq y and i = 1 y G i = x . \sum_{i = 1}^y G_i = x.

Now, group i i has 4 G i 4G_i square meters of paint to work with. Let r i r_i be the radius of the i i th group's circle. We have

π r i 2 = 4 G i r i 2 = 4 G i π r i = 2 G i π . \begin{aligned} \pi r_i^2 &= 4G_i \\ r_i^2 &= \dfrac{4G_i}{\pi} \\ r_i &= 2 \sqrt{\dfrac{G_i}{\pi}}. \end{aligned}

Thus, the circumference C i C_i of the i i th group's circle is C i = 2 π r i = 4 π G i . C_i = 2\pi r_i = 4 \sqrt{\pi G_i}.

We want to find the maximum value of the sum of all the circumferences of all the circles. In other words, we want to maximize i = 1 y C i . \sum_{i = 1}^y C_i. By the Cauchy-Schwarz Inequality,

i = 1 y C i = i = 1 y 4 π G i = 4 π i = 1 y G i 4 π ( i = 1 y G i ) ( i = 1 y 1 ) = 4 π x y . \begin{aligned} \sum_{i = 1}^y C_i &= \sum_{i = 1}^y 4 \sqrt{\pi G_i} \\ &= 4\sqrt{\pi} \sum_{i = 1}^y \sqrt{G_i} \\ &\leq 4 \sqrt{\pi} \sqrt{ \left (\sum_{i = 1}^y G_i \right) \left (\sum_{i = 1}^y 1 \right)} \\ &= 4 \sqrt{\pi} \sqrt{xy}. \end{aligned}

Thus, k = 4 π , k = 4 \sqrt{\pi}, and k 2 = 16 π = 50 . \lfloor k^2 \rfloor = \lfloor 16 \pi \rfloor = \boxed{50}.

Addendum: Equality occurs when G 1 = G 2 = . . . = G y 1 = G y G_1 = G_2 = ... = G_{y - 1} = G_y i.e. the groups are all the same size. This can only occur if y x y|x . If that is not the case, then equality is never attainable.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...