Lesson WHAT IS Geometric mean
Algebra
->
Average
-> Lesson WHAT IS Geometric mean
Log On
Algebra: Average
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'WHAT IS Geometric mean'
This Lesson (WHAT IS Geometric mean)
was created by by
ikleyn(52906)
:
View Source
,
Show
About ikleyn
:
<H2>Geometric mean</H2> <H4>Definition of Geometric Mean</H4> <BLOCKQUOTE>If two positive real numbers, {{{a[1]}}} and {{{a[2]}}}, are given, then Geometric mean is {{{a = sqrt(a[1]*a[2])}}}.</BLOCKQUOTE> For example, Geometric mean of numbers 2 and 8 is equal to {{{sqrt(2*8)}}} = {{{sqrt(16) = 4}}}. Geometric mean of numbers 3 and 4 is equal to {{{sqrt(3*4)}}} = {{{sqrt(12)}}} = 3.464 (approximately). Geometric mean is, usually, different from Arithmetic mean. See a separate lesson explaining <A HREF=Difference-between-Amean-and-Gmean.lesson>What is the difference between an arithmetic and geometric mean</A>. The term "Geometric mean" is originated from <A HREF=/geometry.mpl>Geometry</A>. If you draw the perpendicular from the right angle of the right triangle to its hypotenuse, then the height of the triangle is exactly equal to Geometric mean of two parts of hypotenuse: {{{BD = sqrt(AD*DC)}}}, see Figure below. {{{drawing(350,180, -1, 6, -0.6, 3, line(0,0,5,0), line(0,0,1.8,2.4), line(1.8,2.4,5,0), line(1.8,2.4,1.8,0), locate(0,0,A), locate(5,0,C), locate(1.8,2.7,B), locate(1.8,0,D) )}}} When someone calculates Geometric mean, he or she usually does it for positive numbers. <B>Example 1.</B> Calculate Geometric mean of numbers 5 and 7. Answer: {{{sqrt(35)}}} = 5.916 (approximately). <B>Example 2.</B> Calculate Geometric mean of numbers 9 and 11. Answer: {{{sqrt(99)}}} = 9.95 (approximately). Note. Geometric mean of two positive numbers is always lesser or equal to their Arithmetic mean. Geometric mean of two positive numbers is equal to their Arithmetic mean if and only if both numbers are equal. Geometric mean of three real positive numbers, {{{a[1]}}}, {{{a[2]}}} and {{{a[3]}}}, is {{{a = root(3,a[1]*a[2]*a[3])}}} Geometric mean of the set of n real positive numbers, {{{a[1]}}}, {{{a[2]}}}, . . . , {{{a[n]}}}, is {{{a = root(n,a[1]*a[2]* ellipsis *a[n])}}} Again, Geometric mean of n numbers is defined for positive numbers only (no negative numbers, no zero). <H4>Geometric mean in Finance</H4> Geometric mean is often used in finance to calculate an average return on investment, from returns during several given years. Below, the typical use of Geometric mean in finance is shown. Suppose that you invested $1000.00 in a mutual fund for four years. If your return rates each year were {{{r[1]}}}=10%, {{{r[2]}}}=14%, {{{r[3]}}}=16% and {{{r[4]}}}=-10%, what would your average return rate be during this period? If you are calculating the average return rate simply as Arithmetic mean of annual rates, you would get an answer of 7.5%. But this is not correct calculation. The correct calculation is as follows. After the first year you will have 1000.00*(1+0.1) dollars. After the second year you will have 1000.00*(1+0.1)*(1+0.14) dollars. After the third year you will have 1000.00*(1+0.1)*(1+0.14)*(1+0.16) dollars. After the fourth year you will have 1000.00*(1+0.1)*(1+0.14)*(1+0.16)*(1-0.1) dollars. If we designate the average annual return rate as r, then your return after four years is {{{1000.00*(1+r)^4}}}, and an equation to calculate the unknown value of r is {{{1000.00*(1+r)^4 = 1000.00*(1+r[1])*(1+r[2])*(1+r[3])*(1+r[4])}}}. Hence, 1+r is simply Geometric mean of four numbers {{{1+r[1]}}}, {{{1+r[2]}}}, {{{1+r[3]}}} and {{{1+r[4]}}}: {{{1+r = root(4,(1+r[1])*(1+r[2])*( 1+r[3])*( 1+r[4]))}}}. This means that {{{r = root(4, (1+r[1])*(1+r[2])*(1+r[3])*(1+r[4]))-1= 0.065}}}. So, the average annual rate is 6.5%. From this example you can see that Geometric mean is an appropriate tool to calculate average growth rate for processes with variable (in time) growth rate. My other lessons on <B>Average, Mean and Median</B> in this site are - <A HREF=https://www.algebra.com/algebra/homework/Average/Difference-between-Amean-and-Gmean.lesson>Difference between Arithmetic mean and Geometric mean</A> - <A HREF=https://www.algebra.com/algebra/homework/Average/What-is-Median.lesson>WHAT IS Median</A> - <A HREF=https://www.algebra.com/algebra/homework/Average/Solved-problems-on-average-scores-weight-height-and-temperature.lesson>Solved problems on average scores, weight, height and temperature</A> - <A HREF=https://www.algebra.com/algebra/homework/Average/Solved-problems-on-average-scores.lesson>Solved problems on average scores</A> - <A HREF=https://www.algebra.com/algebra/homework/Average/Solved-problems-on-average-age.lesson>Solved problems on average age</A> - <A HREF=https://www.algebra.com/algebra/homework/Average/Miscellaneous-problems-on-average-values.lesson>Miscellaneous problems on average values</A> - <A HREF=https://www.algebra.com/algebra/homework/Average/Math-circle-level-problem-on-average.lesson>Math circle level problem on average</A> - <A HREF=https://www.algebra.com/algebra/homework/Average/Entertainment-problems-on-average.lesson>Entertainment problems on average</A> - <A HREF=https://www.algebra.com/algebra/homework/Average/The-mean-and-the-total-value-problem-for-the-International-Fools-day-of-April-1.lesson>The mean and the total value problem for the International Fools' day of April, 1</A> - <A HREF=https://www.algebra.com/algebra/homework/Average/OVERVIEW-of-lessons-on-Average-Mean-and-Median.lesson>OVERVIEW of lessons on Average</A>