Question #828cc

2 Answers
Dec 25, 2016

The diagonals should have lengths
sqrt(a^2+b^2)a2+b2 and (2ab)/sqrt(a^2+b^2)2aba2+b2

Explanation:

enter image source here

Label the vertices of the kite as above. Let x_1 = BDx1=BD and x_2=ACx2=AC, the lengths of the diagonals. Our goal is to find x_1x1 and x_2x2 such that the area of the kite A = (x_1x_2)/2A=x1x22 is maximal.


First we will write x_2x2 in terms of x_1x1, aa, and bb. Note that OD = (BD)/2 = x_1/2OD=BD2=x12, AD = aAD=a, and CD = bCD=b.

Notice, before proceeding, that the triangle inequality applied to triangleABDABD gives x_1 < 2ax1<2a, and applied to triangleBCDBCD gives x_1<2bx1<2b.

Applying the Pythagorean theorem to the right triangle AODAOD, we have AO^2+OD^2=AD^2AO2+OD2=AD2

=> AO^2 = AD^2-OD^2AO2=AD2OD2

=> AO = sqrt(AD^2-OD^2) = sqrt(a^2-(x_1/2)^2)AO=AD2OD2=a2(x12)2

Similarly, if we apply the Pythagorean theorem to the right triangle CODCOD, we get CO^2 + OD^2 = CD^2CO2+OD2=CD2

=> OC^2 = CD^2-OD^2OC2=CD2OD2

=> OC = sqrt(CD^2-OD^2) = sqrt(b^2-(x_1/2)^2)OC=CD2OD2=b2(x12)2

Putting these together, we get x_2x2 as

x_2 = AC=AO+OC=sqrt(a^2-x_1^2/4)+sqrt(b^2-x_1^2/4)x2=AC=AO+OC=a2x214+b2x214

(Note that the restrictions on x_1x1 mentioned above ensure that the arguments of the square roots are positive)


Next, we will find x_1x1 such that A=(x_1x_2)/2A=x1x22 is maximal.

Rewriting the area using the formula for x_2x2 we found above, we get

A = (x_1x_2)/2=1/2x_1(sqrt(a^2-x_1^2/4)+sqrt(b^2-x_1^2/4))A=x1x22=12x1a2x214+b2x214

To maximize this, we will find its extrema by locating its critical values, points where its derivative is 00 or does not exist. The differentiation process is lengthy and is omitted to save space, but can be done using the product rule and chain rule. Doing so, together with some algebraic manipulation, we find (dA)/(dx_1)dAdx1 to be

((sqrt(4a^2-x_1^2)+sqrt(4b^2-x_1^2))(sqrt(4a^2-x_1^2)sqrt(4b^2-x_1^2)-x_1^2))/(4sqrt(4a^2-x_1^2)sqrt(4b^2-x_1^2))(4a2x21+4b2x21)(4a2x214b2x21x21)44a2x214b2x21

which is equal to 00 if and only if one of

{(sqrt(4a^2-x_1^2)+sqrt(4b^2-x_1^2)=0), (sqrt(4a^2-x_1^2)sqrt(4b^2-x_1^2)-x_1^2=0):}

are true.

The first equation has no solutions given our restrictions, as both terms are positive and the sum of two positives cannot be 0. Solving the second:

sqrt(4a^2-x_1^2)sqrt(4b^2-x_1^2) - x_1^2 = 0

=> sqrt(4a^2-x_1^2)sqrt(4b^2-x_1^2) = x_1^2

=> (4a^2-x_1^2)(4b^2-x_1^2) = x_1^4

=> x_1^4-4a^2x_1^2 - 4b^2x_1^2 + 16a^2b^2 = x_1^4

=> 4(a^2+b^2)x_1^2 = 16a^2b^2

=> x_1^2 = (4a^2b^2)/(a^2+b^2)

As x_1 is a length, it must be positive, so we only need consider the positive square root of x_1^2.

:. x_1 = sqrt((4a^2b^2)/(a^2+b^2)) = (2ab)/sqrt(a^2+b^2).

And if we substitute our formula for x_1^2 into our formula for x_2, we get

x_2 = sqrt(a^2-(a^2b^2)/(a^2+b^2))+sqrt(b^2-(a^2b^2)/(a^2+b^2))

=sqrt((a^4+a^2b^2-a^2b^2)/(a^2+b^2))+sqrt((b^4+a^2b^2-a^2b^2)/(a^2+b^2))

=sqrt(a^4/(a^2+b^2))+sqrt(b^4/(a^2+b^2))

=(a^2+b^2)/sqrt(a^2+b^2)

=sqrt(a^2+b^2)

Dec 25, 2016

sqrt(a^2+b^2) and (2ab)/sqrt(a^2+b^2)

Explanation:

Another answer, using trigonometry.

enter image source here

Let theta = angleD, the angle formed at a vertex with adjacent sides of length a and b. Using the side angle side method to find the area of a triangle, we know that the area of triangleACD is (ab sin(theta))/2. As the area of the kite is twice that, we have the kite's area as A = ab sin(theta).

Without resorting to calculus, we know that |sin(theta)| <= 1, meaning the above will be maximized where sin(theta) = 1. By observation, we must have 0 < theta < pi. Together, that gives us the only possibility as theta = pi/2.


Applying the law of cosines to the triangle triangleACD, we have

AC^2 = a^2+b^2-2abcos(pi/2) = a^2+b^2-2ab(0) = a^2+b^2

=> AC = sqrt(a^2+b^2)

is our first diagonal.


Next, note that by construction, our kite has area ab sin(pi/2) = ab, and the area of the triangle triangleACD is half that. Thus triangleACD has area (ab)/2.

As bar(AC) and bar(OD) form a base and altitude of triangleACD, we can also calculate its area as 1/2(AC)(OD). Taken together, this gives us 1/2(AC)(OD) = (ab)/2

=> sqrt(a^2+b^2)/2(OD) = (ab)/2

=> OD = (ab)/sqrt(a^2+b^2)

As OD is half BD, this gives us our second diagonal:

BD = 2OD = (2ab)/sqrt(a^2+b^2)