Integer Surface Area

A B C D ABCD is a tetrahedron where all three face angles at vertex A A are right angles and the side lengths A B = b , A C = c , A D = d AB = b, AC = c, AD = d are all distinct, positive integers.

What is the smallest possible integer value for the area of B C D ? \triangle BCD?


The answer is 9.

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.

3 solutions

Arjen Vreugdenhil
Dec 15, 2017

The smallest solution is { b , c , d } = { 1 , 2 , 8 } \{b,c,d\} = \{1,2,8\} , with an area of A = 9 A = \boxed{9} .

The area may be expressed as half of a cross product of vectors: A = 1 2 B C × B D = 1 2 ( b c ) 2 + ( b d ) 2 + ( c d ) 2 . A = \tfrac12|\vec{BC}\times\vec{BD}| = \tfrac12\sqrt{(bc)^2 + (bd)^2 + (cd)^2}. In order for ( b c ) 2 + ( b d ) 2 + ( c d ) 2 (bc)^2 + (bd)^2 + (cd)^2 to be a perfect square, they cannot all be odd. If they are all even, we can divide everything by two to find a smaller solution. (This may cause A A to be a half-integer, but we'll worry about that later.) We stipulate that c > d c > d have the same parity (both odd or both even). b b is the "odd duck" with the opposite parity.

Let a = 2 A a = 2A . We rework the equation as ( b 2 + c 2 ) ( b 2 + d 2 ) = a 2 + ( b 2 ) 2 . (b^2 + c^2)(b^2 + d^2) = a^2 + (b^2)^2. Note that with our choices of b , c , d b,c,d , the factors on the left are necessarily odd; a a has the same parity as c c and d d .

This brings us to the theory of (odd) sums of squares. If a sum of squares is a prime number, it is of the form p = 4 k + 1 p = 4k+1 ; conversely, any such prime may be written as a unique sums of squares. The product of sums of squares may always be written as a sum of squares. If a sum of squares is a compound number, there is more than one way to write it as a sum of squares. (The exception is a number of the form p 2 p^2 . If p = x 2 + y 2 p = x^2 + y^2 then p 2 = ( x 2 y 2 ) 2 + ( 2 x y ) 2 p^2 = (x^2 - y^2)^2 + (2xy)^2 is the only way to write p p as sum of squares.)

To save ourselves even more work, consider that if b 2 + c 2 b^2 + c^2 and b 2 + d 2 b^2 + d^2 are prime , the only ways to write the product as a sum of squares are ( b 2 + c 2 ) ( b 2 + d 2 ) = ( b ( c ± d ) ) 2 + ( b 2 c d ) 2 . (b^2 + c^2)(b^2 + d^2) = (b(c \pm d))^2 + (b^2 \mp cd)^2. Comparing this to our earlier equation ( b 2 + c 2 ) ( b 2 + d 2 ) = a 2 + ( b 2 ) 2 (b^2 + c^2)(b^2 + d^2) = a^2 + (b^2)^2 , we conclude that b ( c ± d ) = b 2 ; b 2 c d = a . b(c \pm d) = b^2;\ \ b^2 \mp cd = a. Thus we have b = c ± d b = c \pm d , requiring b b to be even and c , d c,d to be odd. Also, a = c 2 + d 2 ± c d a = c^2 + d^2 \pm cd . The only glitch is that this makes a a odd, and therefore A = a / 2 A = a/2 fractional. We resolve this by doubling b , c , d b,c,d (and thus quadrupling the area A A ). The area will always be even in this case.

Odd prime numbers of the form 4 k + 1 4k + 1 are as follows: 5 2 2 + 1 2 13 2 2 + 3 2 29 2 2 + 5 2 53 2 2 + 7 2 17 4 2 + 1 2 41 4 2 + 5 2 97 4 2 + 9 2 37 6 2 + 1 2 61 6 2 + 5 2 73 8 2 + 3 2 89 8 2 + 5 2 \begin{array}{cc} 5 & 2^2 + 1^2 \\ 13 & 2^2 + 3^2 \\ 29 & 2^2 + 5^2 \\ 53 & 2^2 + 7^2 \\ 17 & 4^2 + 1^2 \\ 41 & 4^2 + 5^2 \\ 97 & 4^2 + 9^2 \\ 37 & 6^2 + 1^2 \\ 61 & 6^2 + 5^2 \\ 73 & 8^2 + 3^2 \\ 89 & 8^2 + 5^2 \\ & \vdots \end{array}

Thus we follow this recipe: choose an even value b b . In the table, find two corresponding odd values c , d c,d whose sum or difference is equal to b b . Select two squares b 2 + c 2 b 2 + d 2 b^2 + c^2 \not = b^2 + d^2 from the list. Calculate a a .

b c , d b 2 + d 2 , b 2 + c 2 a 2 1 , 3 5 , 13 7 2 3 , 5 13 , 29 19 2 5 , 7 29 , 53 39 4 1 , 5 17 , 41 21 4 5 , 9 41 , 97 61 6 1 , 5 37 , 61 31 8 3 , 5 73 , 89 49 \begin{array}{cccc} b & c,d & b^2 + d^2, b^2 + c^2 & a \\ \hline 2 & 1,3 & 5,13 & 7 \\ 2 & 3,5 & 13, 29 & 19 \\ 2 & 5,7 & 29, 53 & 39 \\ 4 & 1,5 & 17, 41 & 21 \\ 4 & 5,9 & 41, 97 & 61 \\ 6 & 1,5 & 37, 61 & 31 \\ 8 & 3,5 & 73, 89 & 49 \end{array}

Recall that for a solution to the problem, we must double a , b , c , d a,b,c,d . Thus the smallest solution of this kind is { b , c , d } = { 2 , 4 , 6 } \{b,c,d\} = \{2,4,6\} with A = 14 A = 14 .

However, it is also possible that if b 2 + c 2 b^2 + c^2 and/or b 2 + d 2 b^2 + d^2 is not prime . In that case, they will be a composite number, the product of two or more (odd) sums of squares. These composite numbers may be expressed as sums of squares in differrent ways. For instance,

65 = 5 13 8 2 + 1 2 4 2 + 7 2 85 = 5 17 2 2 + 9 2 6 2 + 7 2 125 = 5 5 2 2 2 + 1 1 2 1 0 2 + 5 2 145 = 5 29 1 2 2 + 1 2 8 2 + 9 2 185 = 5 37 4 2 + 1 3 2 8 2 + 1 1 2 205 = 5 41 1 4 2 + 3 2 6 2 + 1 3 2 221 = 13 17 1 4 2 + 5 2 1 0 2 + 1 1 2 \begin{array}{ccc} 65 = 5\cdot 13 & 8^2 + 1^2 & 4^2 + 7^2 \\ 85 = 5\cdot 17 & 2^2 + 9^2 & 6^2 + 7^2 \\ 125 = 5\cdot 5^2 & 2^2 + 11^2 & 10^2 + 5^2 \\ 145 = 5\cdot 29 & 12^2 + 1^2 & 8^2 + 9^2 \\ 185 = 5\cdot 37 & 4^2 + 13^2 & 8^2 + 11^2 \\ 205 = 5\cdot 41 & 14^2 + 3^2 & 6^2 + 13^2 \\ 221 = 13\cdot 17 & 14^2 + 5^2 & 10^2 + 11^2 & \vdots \end{array}

The smallest value of ( b 2 + c 2 ) ( b 2 + d 2 ) (b^2+c^2)(b^2 + d^2) we can produce in this manner is 5 65 = ( 1 2 + 2 2 ) ( 1 2 + 8 2 ) = ( 1 2 + 2 2 ) ( 7 2 + 4 2 ) = ( 1 7 ± 2 4 ) 2 + ( 1 4 2 7 ) 2 = { 1 5 2 + 1 0 2 1 2 + 1 8 2 5\cdot 65 = (1^2 + 2^2)(1^2 + 8^2) = (1^2 + 2^2)(7^2 + 4^2) = (1\cdot 7 \pm 2\cdot 4)^2 + (1\cdot 4 \mp 2\cdot 7)^2 = \begin{cases} 15^2 + 10^2 \\ 1^2 + 18^2 \end{cases} Here we have b = 1 b = 1 , so we look for an expression of the form a 2 + ( b 2 ) 2 = a 2 + 1 2 a^2 + (b^2)^2 = a^2 + 1^2 . Clearly, this happens for a = 18 a = 18 , so that ( 1 2 + 2 2 ) ( 1 2 + 8 2 ) = 1 8 2 + ( 1 2 ) 2 , { b , c , d } = { 1 , 2 , 8 } , A = 9 . (1^2 + 2^2)(1^2 + 8^2) = 18^2 + (1^2)^2,\ \ \ \ \{b,c,d\} = \{1,2,8\},\ \ \ A = \boxed{9}. This is an improvement over the earlier solution A = 14 A = 14 (only because the fractional value A = 3 1 2 A = 3\tfrac12 was not allowed). It is clear that choosing greater factors will lead to greater values of b , c , d b,c,d and therefore greater areas. For instance, another relatively small solution is 13 85 = ( 2 2 + 3 2 ) ( 2 2 + 9 2 ) = ( 2 2 + 3 2 ) ( 6 2 + 7 2 ) = 3 3 2 + ( 2 2 ) 2 ; doubled to { b , c , d } = { 4 , 6 , 18 } , A = 66. 13\cdot 85 = (2^2 + 3^2)(2^2 + 9^2) = (2^2 + 3^2)(6^2 + 7^2) = 33^2 + (2^2)^2;\ \ \ \text{doubled to}\ \{b,c,d\} = \{4,6,18\}, A = 66.

The smallest value is A = 9 A=9 . It holds for { b , c , d } = { 1 , 2 , 8 } \{b,c,d\} = \{1,2,8\} .

Romain Bouchard - 3 years, 5 months ago

Log in to reply

I was getting there...

Arjen Vreugdenhil - 3 years, 5 months ago

Log in to reply

My bad. I did not see the "not complete".

Romain Bouchard - 3 years, 5 months ago

Why isn't the smallest solution {b, c, d} = {2, 2, 4} for an area of A = 6?

David Vreken - 3 years, 5 months ago

Log in to reply

It is specified that b , c , d b,c,d are distinct integers.

Arjen Vreugdenhil - 3 years, 5 months ago

Log in to reply

I missed that, thanks!

David Vreken - 3 years, 5 months ago

You can get to the solution a = b 2 d 2 + b 2 c 2 + c 2 d 2 2 a = \frac{\sqrt{b^{2}d^{2} + b^{2}c^{2} + c^{2}d^{2}}}{2} algebraically as well (I will use E E as the point colinear to B D \overline{BD} and leaving C E B D \overline{CE} \perp \overline{BD} ). This can be done through solving B E 2 + C E 2 = B C 2 BE^{2} + CE^{2} = BC^{2} and E D 2 + C E 2 = C D 2 ED^{2} + CE^{2} = CD^{2} for B E BE and then plugging that into the first equation to solve for C E CE (The first step is needed because while we can write C B CB , B D BD , and C D CD in terms of b b , c c , and d d , we can't do the same for B E BE or E D ED . If we use B E + E D = B D BE + ED = BD , substitute this into one of our two equations, and then solve for the remaining ' E E ' line, we can find the value of C E CE in terms of b b , c c , and d d ). This value can then be plugged into A = b h 2 A = \frac{bh}{2} , where C E CE is the height and B D BD is the base of the triangle. This method can be used if the solver (like me) doesn’t know what the crossproduct of vectors are.

Calvin Osborne - 3 years, 5 months ago

Log in to reply

A cross product is linear algebra...

Briefly, the cross product is a vector whose direction is perpendicular to the two given vectors, and whose magnitude (absolute value, norm) equals the area of the parallelogram they define.

In terms of coordinates, it is defined as ( a x , a y , a z ) × ( b x , b y , b z ) = ( a y b z a z b y , a z b x a x b z , a x b y a y b x ) ; (a_x,a_y,a_z)\times(b_x,b_y,b_z) = (a_yb_z - a_zb_y, a_zb_x - a_xb_z, a_xb_y - a_yb_x); or, using determinants, a × b = a x a y a z b x b y b z e x e y e z . \vec a \times \vec b = \left|\begin{array}{ccc} a_x & a_y & a_z \\ b_x & b_y & b_z \\ \vec e_x & \vec e_y & \vec e_z \end{array}\right|.

Arjen Vreugdenhil - 3 years, 5 months ago

Log in to reply

We don’t care about he direction of the cross product in this application, correct? We only care about the magnitude?

Calvin Osborne - 3 years, 5 months ago

Log in to reply

@Calvin Osborne Correct. That's why I immediately applied the Pythagorean theorem to the vector product components, as follows:

  • Two of the vectors defining the sides of the squares are u = ( b , c , 0 ) \vec u = (b,-c,0) and v = ( b , 0 , d ) \vec v = (b,0,-d) .

  • The cross product is the vector u × v = ( c d , d b , b c ) \vec u \times \vec v = (cd,db,bc) .

  • The norm of this product is u × v = ( c d ) 2 + ( d b ) 2 + ( b c ) 2 |\vec u\times \vec v| = \sqrt{(cd)^2 + (db)^2 + (bc)^2} .

This is the area of a parallelogram; the triangle is half of this.

Arjen Vreugdenhil - 3 years, 5 months ago

Log in to reply

@Arjen Vreugdenhil Oh I see, thanks for the explanation!

Calvin Osborne - 3 years, 5 months ago

Also known as De Gua's theorem

Kadin Tang - 3 years, 5 months ago

Log in to reply

Huh, I didn’t even realize that this had a name. Cool!

Calvin Osborne - 3 years, 5 months ago

Another (faster?) algebraic path is checking that the height h a h_{a} of Δ A B D \Delta{ABD} is equal to b d b 2 + d 2 \frac{bd}{\sqrt{b^2+d^2}} . Then you can solve for the height h c = c 2 + h a 2 = c 2 + b 2 d 2 b 2 + d 2 h_{c}=\sqrt{c^2+{h_{a}}^2}=\sqrt{c^2+\frac{b^2 d^2}{b^2+d^2}} of Δ B C D \Delta{BCD} so that the area becomes 1 2 c 2 + b 2 d 2 b 2 + d 2 b 2 + d 2 = 1 2 ( b c ) 2 + ( c d ) 2 + ( b d ) 2 \frac{1}{2}\cdot \sqrt{c^2+\frac{b^2 d^2}{b^2+d^2}}\cdot \sqrt{b^2+d^2}=\frac{1}{2}\cdot \sqrt{(bc)^2+(cd)^2+(bd)^2}

Lucas Viana Reis - 3 years, 4 months ago

I can't understand the question...

CEN LIANG - 3 years, 5 months ago

This might sound silly if I've missed something, but isn't the area equal to 1 2 b 4 + ( b c ) 2 + ( b d ) 2 + ( c d ) 2 \frac{1}{2}\sqrt{b^4+(bc)^2+(bd)^2+(cd)^2} ? (using BC and BD as you did)

K B - 2 years, 4 months ago

Denote B C = b 2 + c 2 , B D = b 2 + d 2 , C D = c 2 + d 2 BC=\sqrt{b^2+c^2},\,BD=\sqrt{b^2+d^2},\,CD=\sqrt{c^2+d^2} , s = B C + B D + C D 2 s=\dfrac{BC+BD+CD}2 , and apply Heron's formula P Δ B D C = s ( s B C ) ( s B D ) ( s C D ) = 1 2 b 2 c 2 + b 2 d 2 + c 2 d 2 P_{\Delta\,BDC}=\sqrt{s(s-BC)(s-BD)(s-CD)}=\dfrac12\sqrt{b^2c^2+b^2d^2+c^2d^2} , and we find the minimal integer value of 1 2 b 2 c 2 + b 2 d 2 + c 2 d 2 \dfrac12\sqrt{b^2c^2+b^2d^2+c^2d^2} in distinct integers b , c , d b,c,d . Since these number are to be positive, and we are seeking the minimum of that expression, we set the least value, for instance, for d d , i.e. d = 1 d=1 . Since these numbers are distinct, we choose the least value, for instance, for c c , i.e. c = 2 c=2 . Thus, the expression is reduced to 1 2 5 b 2 + 4 = 5 ( b 2 ) 2 + 1 \dfrac12\sqrt{5b^2+4}=\sqrt{5\Big(\dfrac b2\Big)^2+1} , and that means b b must be even. Denote b = 2 k b=2k , and we are looking for the first perfect square 5 k 2 + 1 5k^2+1 . The immediate check gives rise to k = 4 k=4 , meaning that 9 9 is the minimal value, reached for d = 1 , c = 2 , b = 8 d=1,\,c=2,\,b=8 .

there is a mistake, it should be 5k²+4

Hu Jiayu - 3 years, 5 months ago

Log in to reply

You probably mean 5 b 2 + 4 5b^2+4 , instead of 5 b 2 + 1 5b^2+1 ?! Yes, you are right, I have corrected. It was just a typing mistake, and it doesn't change anything, but thanks anyway!

A Former Brilliant Member - 3 years, 5 months ago

Not sure you rule out this way that the found area is smaller than for instance the one obtained for 2, 3, 4

Iulia Black - 3 years, 3 months ago
Frank Petiprin
Jan 5, 2018
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
#++++++++++++++++++USING PYTHONISTA ON AN IPAD PRO+++++++++++++
beg,end,incr = 1,10,1
end = 10
incr = 1
smallest=99999
#Using Herons formula
for b in range(1, end + 1, incr):
#    print('b',b)
    for c in range(1, end + 1, incr):
#        print('c',c)
        for d in range(1, end + 1, incr):
            Asq = b**2 + c**2
            Bsq = c**2 + d**2
            Csq = b**2 + d**2
            A1 = 4*(Asq*Bsq + Asq*Csq + Bsq*Csq)
            A2 = (Asq + Bsq + Csq)**2
            if (A1  >=  A2):
                Atri = ( A1 - A2 )**.5
                if( int((Atri) == Atri) and (b != c and c != d) and b !=d):
                    if(int(Atri/4)==(Atri/4)):
                        print( b, c, d,'Integer Area =',Atri/4)
                        if(Atri/4<smallest):smallest,bS,cS,dS=Atri/4,b,c,d
print(' ')
print('Given: 1<= b <=10 and 1<= c <=10 and 1<= d <=10')
print('Answer: b,c,d ',bS,cS,dS,'Smallest Integer Area: ',smallest)
print("End Program")
#END PROGRAN
'''
1 2 8 Integer Area = 9.0
1 8 2 Integer Area = 9.0
2 1 8 Integer Area = 9.0
2 4 6 Integer Area = 14.0
2 6 4 Integer Area = 14.0
2 6 8 Integer Area = 26.0
2 8 1 Integer Area = 9.0
2 8 6 Integer Area = 26.0
2 8 10 Integer Area = 42.0
2 10 8 Integer Area = 42.0
4 2 6 Integer Area = 14.0
4 6 2 Integer Area = 14.0
4 6 10 Integer Area = 38.0
4 10 6 Integer Area = 38.0
6 2 4 Integer Area = 14.0
6 2 8 Integer Area = 26.0
6 4 2 Integer Area = 14.0
6 4 10 Integer Area = 38.0
6 8 2 Integer Area = 26.0
6 8 9 Integer Area = 51.0
6 9 8 Integer Area = 51.0
6 10 4 Integer Area = 38.0
8 1 2 Integer Area = 9.0
8 2 1 Integer Area = 9.0
8 2 6 Integer Area = 26.0
8 2 10 Integer Area = 42.0
8 6 2 Integer Area = 26.0
8 6 9 Integer Area = 51.0
8 9 6 Integer Area = 51.0
8 10 2 Integer Area = 42.0
9 6 8 Integer Area = 51.0
9 8 6 Integer Area = 51.0
10 2 8 Integer Area = 42.0
10 4 6 Integer Area = 38.0
10 6 4 Integer Area = 38.0
10 8 2 Integer Area = 42.0

Given: 1<= b <=10 and 1<= c <=10 and 1<= d <=10
Answer: b,c,d  1 2 8 Smallest Integer Area:  9.0
End Program
'''

What’s this??

mradul agrawal - 3 years, 5 months ago

Coding baby

aryan Sharma - 3 years, 5 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...