Work those Quadriceps

Geometry Level 5

Suppose A B C D ABCD is a cyclic quadrilateral with all integral sidelengths and A D AD being the circumdiameter. Sides A B \overline{AB} and B C \overline{BC} both having length a a and side C D CD having length b b such that a b . a \ne b.

Determine the sum of the 4 smallest possible perimeters of quadrilateral A B C D . ABCD.


Inspired by this beautiful problem


The answer is 120.

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.

4 solutions

Trevor Arashiro
Apr 15, 2015

This solution discusses the method of how to find every cyclic quadrilateral that fits under the given parameters of this question. However, this does make it lengthy and you may wanna skip some of the computations if you like.

Let C D A = θ . \angle CDA = \theta. thus by cyclic properties, A B C = 180 θ . \angle ABC = 180- \theta. Now, using circle theorems, since A D AD is a diameter A C D = 90 \angle ACD = 90 . Finally, let segment A C = x \overline{AC}=x .

By Pythagorean theorem, x 2 = d 2 b 2 x^2=d^2-b^2

By law of cosines, x 2 = 2 a 2 2 a 2 cos ( 180 θ ) x^2=2a^2-2a^2\cos(180-\theta) . Setting the two equal to each other (also note that cos ( 180 θ ) = cos ( θ ) \cos(180-\theta)=-\cos(\theta) )

d 2 b 2 = 2 a 2 + 2 a 2 cos ( θ ) d^2-b^2=2a^2+2a^2\cos(\theta)

Also, remember that b 2 = d 2 cos ( θ ) 2 b^2=d^2\cos(\theta)^2

d 2 d 2 cos 2 ( θ ) 2 a 2 ( 1 + cos ( θ ) ) = 0 d^2-d^2\cos^2(\theta)-2a^2(1+\cos(\theta))=0

d 2 ( 1 cos ( θ ) ) ( 1 + cos ( θ ) ) 2 a 2 ( 1 + cos ( θ ) ) = 0 d^2(1-\cos(\theta))(1+\cos(\theta))-2a^2(1+\cos(\theta))=0

( d 2 d 2 cos ( θ ) 2 a 2 ) ( 1 + cos ( θ ) ) = 0 (d^2-d^2\cos(\theta)-2a^2)(1+\cos(\theta))=0

Once again, cos ( θ ) = b d \cos(\theta)=\frac{b}{d}

( d 2 d b 2 a 2 ) ( 1 + cos ( θ ) ) = 0 ( i ) (d^2-db-2a^2)(1+\cos(\theta))=0~~(i)

One of the two equates to 0, obviously 1 + cos ( θ ) 0 1+\cos(\theta)\neq 0 . So using the quadratic we have

d = b ± b 2 + 8 a 2 2 d=\dfrac{b\pm\sqrt{b^2+8a^2}}{2}

Note that since d d can't be negative, the ± \pm is actually just a + + .

Using this formula on integral square roots (a little lemma I made whose properties I have still yet to fully exploit), we obtain the following equation for integral solutions for d d and a a . Note that the lead coefficient of b b here is 1 which is a perfect square.

b = 8 a 2 n 2 2 n b=\dfrac{8a^2-n^2}{2n}

Where n is an arbitrary variable we will be playing with here. Plugging in this value for b b yields

d = 8 a 2 n 2 2 n + 64 a 2 16 a 2 n 2 + n 4 4 n 2 + 8 a 2 2 d=\dfrac{\dfrac{8a^2-n^2}{2n}+\sqrt{\dfrac{64a^2-16a^2n^2+n^4}{4n^2}+8a^2}}{2}

d = 8 a 2 n 2 2 n + ( 8 a 2 + n 2 ) 2 ( 2 n ) 2 2 d=\dfrac{\dfrac{8a^2-n^2}{2n}+\sqrt{\dfrac{(8a^2+n^2)^2}{(2n)^2}}}{2}

d = 4 a 2 n ( i i ) \boxed{d=\dfrac{4a^2}{n}}~(ii)

Going back to equation (i) with our new value of d

d 2 d b 2 a 2 16 a 4 n 2 4 a 2 b n 2 a 2 = 0 d^2-db-2a^2\longrightarrow \dfrac{16a^4}{n^2}-\dfrac{4a^2b}{n}-2a^2=0

( 8 a 2 2 b n n 2 ) 2 a 2 = 0 \longrightarrow (8a^2-2bn-n^2)2a^2=0

Since a 0 a\neq0

a = 2 b n + n 2 8 \boxed{a=\sqrt{\dfrac{2bn+n^2}{8}}}

Finally, substituting our value of a a from equation (ii) a = d n 2 a=\dfrac{\sqrt{dn}}{2}

d n 2 = 2 b n + n 2 8 \dfrac{\sqrt{dn}}{2}=\sqrt{\dfrac{2bn+n^2}{8}}

b = 2 d n 2 \boxed{b=\dfrac{2d-n}{2}}

From this final equation, it can be easily observed that n n MUST be even for b b to be even

We now have all the equations we need to make our cyclic quad under the parameters of the question. They are:

d = 4 a 2 n d=\dfrac{4a^2}{n}

b = 2 d n 2 b=\dfrac{2d-n}{2}

When I finally got this result, I had to tell myself, "Sometimes, it's the small things that are beautiful. Diamonds aren't simply found in a minute" #minecraft (no I don't play this game)

From here, it's a simple plug and chug of a a along with even values of n n .

On the chart displayed below. I have a few of the values of a , n , d , b a,n,d,b

The 4 smallest values are 19 , 22 , 38 , 41 19, 22, 38, 41

Which have values of

19 a=2 b=7 d= 8 n=2
22 a=3 b=7 d=9 n=4
38 a=4 b=14 d=16 n=4
41 a=3 b=17 d=18 n=2

Thus or answer is 19 + 22 + 38 + 41 = 120 19+22+38+41=\boxed{120}

The famous whiteboard in action. :)

Brian Charlesworth - 6 years, 1 month ago

There is actually another configuration for perimeter 22, which is (6,6,1,9). And another one for perimeter 44 too, which is (12,12,2,18).

Thanks for the excellent problem!

Wei Chen - 6 years, 1 month ago

Log in to reply

The problem asks for the sum of the four smallest perimeter lengths possible, regardless if there's more than one solution for a given perimeter length. I blew my first answer because of this.

Michael Mendrin - 6 years, 1 month ago

Log in to reply

I knew, as I did the same thing, counted 22 twice! Then reread the problem and figured out what he meant.

Wei Chen - 6 years, 1 month ago

same to me.

Eloy Machado - 6 years, 1 month ago

Hmm, this makes me think. I never realized just how large values of n could get. For the (6,6,1,9) solution n=16 and for the (12,12,2,18) solution n=32.

Trevor Arashiro - 6 years, 1 month ago

If someone could write a code to find the first so many values of each variable that would be great

Trevor Arashiro - 6 years, 1 month ago

@Michael Mendrin how did you solve this problem? Did you work it by cases or some other method.

Trevor Arashiro - 6 years, 1 month ago

Log in to reply

Notice that I can rearrange the sides so that sides of lengths b b and c c are parallel. Then using a bit of algebra, we end up with the equation

2 a 2 + c b c 2 = 0 2{ a }^{ 2 }+cb-{ c }^{ 2 }=0

and so we look for integer solutions for it. It's a bit of tedious to work out enough of them to see that the smallest 2 a + b + c 2a+b+c are 19 , 22 , 38 , 41 19, 22, 38, 41 , mainly by looking for a , b a,b such that 8 a 2 + b 2 8{ a }^{ 2 }+{ b }^{ 2 } is a square, which can readily be tabulated. I didn't bother proving to myself that these were the smallest, I simply took a chance in answering this question, hoping that you proved it.

Michael Mendrin - 6 years, 1 month ago

Log in to reply

Ya, working with individual cases and a little bashing will take much less time than doing it the way that I did it. I just wanted to generalize it and completely prove it to find all the lengths possible. Which turns Brian's 1 page solution from his original problem into a 4 page essay.

Trevor Arashiro - 6 years, 1 month ago
Ariel Gershon
Apr 27, 2015

Let O O be the centre of the circle, M M be the midpoint of A B AB , and d = A D d = AD . Draw the line segments O M OM , O B OB and O C OC . Let θ = A O M \theta = \angle AOM . Then a = A B = 2 M A = 2 O B sin ( θ ) = d sin ( θ ) a = AB = 2MA = 2OB \sin(\theta) = d \sin(\theta) .

By congruent triangles, we can see that A O B = 2 θ \angle AOB = 2\theta and B O C = 2 θ \angle BOC = 2\theta , so A O C = 4 θ \angle AOC = 4\theta . Now Euclid's Elements III.20 says the angle at the circumference is half the angle at the centre (in other words A D C = 1 2 A O C \angle ADC = \dfrac{1}{2}\angle AOC ). Hence A D C = 2 θ \angle ADC = 2\theta .

Draw line segment A C AC . By Thales' theorem, A C D = 9 0 \angle ACD = 90^{\circ} . Therefore, b = C D = A D cos ( 2 θ ) = d ( 1 2 sin 2 ( θ ) ) = d ( 1 2 ( a d ) 2 ) = d 2 a 2 d b = CD = AD \cos(2\theta) = d \left(1 - 2\sin^2(\theta)\right) = d\left(1 - 2\left(\dfrac{a}{d}\right)^2\right) = d - \dfrac{2a^2}{d}

Hence 2 a 2 2a^2 is divisible by d d . Let's look at a few cases:

a = 1 d 2 a = 1 \rightarrow d | 2 . Now d d can't be 1 1 since d > a d > a . It also can't be 2 2 because then we would have b = a b = a . Hence there are no solutions in this case.

a = 2 d 8 a = 2 \rightarrow d | 8 . Now d = 1 , 2 d = 1,2 is too small, and d = 4 d = 4 leads to a = b a = b . However d = 8 d = 8 works, giving a solution of ( a , b , d ) = ( 2 , 7 , 8 ) (a,b,d) = (2,7,8) .

a = 3 d 18 a = 3 \rightarrow d | 18 . Here d = 1 , 2 , 3 d = 1,2,3 are too small and d = 6 d = 6 leads to a = b a = b . However d = 9 , 18 d = 9, 18 work, giving solutions of ( 3 , 7 , 9 ) (3,7,9) and ( 3 , 17 , 18 ) (3,17,18) .

a = 4 d 32 a = 4 \rightarrow d | 32 . Here d = 1 , 2 , 4 d = 1,2,4 are too small and d = 8 d = 8 leads to a = b a = b . However, d = 16 , 32 d = 16,32 give the solutions ( 4 , 14 , 16 ) (4,14,16) and ( 4 , 31 , 32 ) (4, 31, 32) .

So far the 4 smallest perimeters are 19 , 22 , 38 , 41 19, 22, 38, 41 . All that's left to do is prove that these are the smallest possible perimeters. However, this is a little tedious and 2 other people have already done it, so I'll skip this part.

Hence the answer is 19 + 22 + 38 + 41 = 120 19+22+38+41 = \boxed{120} .

Vu Van Luan
Apr 26, 2015

Wow. Thanks for this! Truly amazing what you did here and this really helps to show the lengths.

Trevor Arashiro - 6 years, 1 month ago



I h a v e g i v e n a f u l l l i s t s o t h a t c h a n g e s i n v a r i a b l e s c a n b e s e e n . F o r t h e s o l u t i o n o f t h i s p r o b l e m t h e r e i s a s h o r t c u t . ( 1 ) A s a i n c r e a s e s , p e r i m e t e r S d e c r e a s e s . ( 2 ) W h e n ( d c ) = a , a n d d = 2 a , t h e n S = 5 a . ( 3 ) I f t h e r e i s n o f a c t o r m n , a < m , n < 2 a , S = 5 a i s m i n i m u m S m f o r t h a t v a l u e o f a . ( 3 a ) I f S m > o u r d e s i r e d v a l u e 41 , w e e n d o u r i n v e s t i g a t i o n . ( 3 b i ) I f S m o u r d e s i r e d v a l u e 41 , w e g o f o r v a l u e o f ( d c ) , b e f o r e i t w a s a . ( 3 b i i ) i f T H I S S > 41 w e e n d o u r i n v e s t i g a t i o n . ( 3 b i i i ) I f S m 41 , g o f o r v a l u e o f ( d c ) , b e f o r e . ( 4 ) I f t h e r e i s a f a c t o r m n , a < m , n < 2 a , t h i s S i s s a m e a s o n e o f t h e S w e s a w , b u t w i t h d i f f e r e n t a , c , a n d d . N e g l e c t . I ~have ~given~ a ~full~ list ~so~ that~ changes~ in ~variables~ can~ be~ seen.\\ For ~the ~solution~ of ~this ~problem ~there ~is~ a ~short~ cut.\\ ~~~~\\ (1)~ As~ 'a' increases,~ perimeter~ S ~decreases.\\ (2)~ When~(d-c)=a,~and~ d=2a,~ then~ S=5a.\\ (3) ~If~ there~ is~ no~ factor~ m*n,~ a<m,n<2a,\\ ~~~~ S=5a~ is~ minimum~ S_m~ for~ that~ value~ of~ a.\\ ~~~~(3a)~If~S_m >~ our~ desired~value~41, ~we~end~our~investigation.\\ ~~~~(3bi)~If~S_m \leq~our~ desired~value~41, \\ ~~~~~~~~~~~~we~go~for~value~of~(d-c),~before~it~was~a.\\ ~~~~(3bii)~if~THIS~S>41~we~end~our~investigation.\\ ~~~~(3biii)~If~S_m \leq 41,~go~for~value~of~(d-c),~before.\\ (4) ~If~ there~ is~a~ factor~ m*n,~ a<m,n<2a,\\ ~~~~~~~~~this ~S~is~same~as~one~of~the~S~we~saw,\\ ~~~~~~~~~but~ with~different~a, ~c,~ and~ d.~ Neglect.\\ ~~~~~\\

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...