Relation Between AM and GM and Related Problems

Master the relationship between Arithmetic Mean and Geometric Mean for CBSE Class 11 Applied Mathematics with solved examples, MCQs, and practice sets.

Arithmetic Mean (AM) and Geometric Mean (GM)

For any two positive real numbers a and b, the Arithmetic Mean is defined as (a + b)/2 and the Geometric Mean is defined as √ab. These measures provide central tendencies for data sets. The relationship between them is fundamental in establishing inequalities in algebra.

AM = (a + b)/2, GM = √ab
Example: Solved Example: Find AM and GM of 9 and 4
Show Step-by-Step Solution

Step 1: AM = (9 + 4)/2 = 13/2 = 6.5
Step 2: GM = √(9 × 4) = √36 = 6
Answer: AM = 6.5, GM = 6

The AM ≥ GM Inequality

For any two positive real numbers a and b, the Arithmetic Mean is always greater than or equal to the Geometric Mean. The equality holds if and only if a = b. This property is widely used to find the minimum values of expressions.

(a + b)/2 ≥ √ab
Example: Solved Example: Verify AM ≥ GM for 8 and 2
Show Step-by-Step Solution

Step 1: AM = (8 + 2)/2 = 5
Step 2: GM = √(8 × 2) = √16 = 4
Step 3: Since 5 ≥ 4, the inequality holds.
Answer: Verified

Finding Numbers Given AM and GM

If the AM and GM of two numbers are known, the numbers can be found by solving a quadratic equation. If AM = A and GM = G, the numbers are the roots of the equation x² - 2Ax + G² = 0.

x² - (2A)x + G² = 0
Example: Solved Example: Find numbers if AM = 5 and GM = 4
Show Step-by-Step Solution

Step 1: Form equation x² - 2(5)x + 4² = 0
Step 2: x² - 10x + 16 = 0
Step 3: (x - 8)(x - 2) = 0
Answer: The numbers are 8 and 2