Question 74086
If you are given two numbers x and y, the geometric mean between those two numbers is defined
as {{{+sqrt(x*y)}}} and {{{-sqrt(x*y)}}}.
.
This means that you just multiply the two given numbers together, take the square root of 
the product, simplify the answer, and precede it by a plus-minus sign or write it as 
2 identical answers except that one has a plus sign and the other has a minus sign.
.
In this problem you are given the two numbers {{{2*sqrt(2)}}} and {{{6*sqrt(6)}}}.
If you 
multiply these two together you get:
.
{{{2*sqrt(2)*6*sqrt(6)}}}
.
The 2 and the 6 multiply to give 12 and the multiplication {{{sqrt(2)*sqrt(6)}}} equals {{{sqrt(12)}}}
.
At this stage the answer is {{{12*sqrt(12)}}}. But the radical term can be simplified as
follows:
.
{{{sqrt(12) = sqrt(4*3) = sqrt(4)*sqrt(3) = 2*sqrt(3)}}}. Substituting this for {{{sqrt(12)}}} leads
to the product being:
.
{{{12*2*sqrt(3)}}} which further simplifies to {{{24*sqrt(3)}}}
.
This is now the product that you take the square root of. So you now need to find:
.
{{{sqrt(24*sqrt(3))}}}
.
This can be split into
.
{{{sqrt(24) * sqrt(sqrt(3))}}}
.
One factor at a time. First {{{sqrt(24)}}}
.
{{{sqrt(24) = sqrt(4*6) = sqrt(4)*sqrt(6) = 2*sqrt(6) = 2*sqrt(2*3) = 2*sqrt(2)*sqrt(3)}}}
.
Now for the second term {{{sqrt(sqrt(3))}}}
.
Note that taking the square root of the square root of three is the same as:
 {{{(3^(1/2))^(1/2)}}} which becomes {{{(3^(1/4))}}}.
.
So now our geometric mean (both factors together) has become:
.
{{{2*sqrt(2)*sqrt(3)*(3^(1/4))}}}
.
Change the {{{sqrt(3)}}} to exponential form: {{{sqrt(3) = 3^(1/2)}}}. Multiply this by the
other exponential form of 3 (remember multiplying means adding exponents) to get:
.
{{{2*sqrt(2)*3^(1/2)*3^(1/4) = 2*sqrt(2) * 3^(3/4)}}}
.
Finally, {{{2^1 *2^(1/2) = 2^(3/2)}}}
.
Substitute this and the geometric mean becomes:
.
{{{(2^(3/2))*(3^(3/4))}}} <--- if the numerators in the exponents are cut off by the print generator,
be aware that the exponents are (3/2) and (3/4).
.
and don't forget to add the plus-minus sign in front or to make a pair of answers, one
with a plus sign and the same answer with a minus sign.
.
A math nightmare!  I hope you could follow the twists and turns of the simplification
process.  The most important thing to understand from this problem is the definition
of geometric mean for two terms and how you apply four steps ... multiply, take the square root of
the product, simplify the result, and add the plus-minus sign.  The rest is all algebraic manipulation.