Maths Olympiad Prep

Library / /1 of 19

Geometry Difficulty 5.8 AIME, harder Find the answer

Two isosceles triangles with sidelengths x,x,ax,x,a and x,x,bx,x,b (aba \neq b) have equal areas. Find xx.

A number or a short expression. Spacing and $ signs are ignored.

Solution

We are given two isosceles triangles with side lengths x,x,a x, x, a and x,x,b x, x, b , where ab a \neq b , and they have equal areas. We need to find the value of x x .

### Step-by-Step Solution

1. Area of an Isosceles Triangle:

For an isosceles triangle with sides x,x,a x, x, a , the area A1 A_1 can be calculated using the formula for the area of a triangle:

A1=14(x2+x2a2)(a2+4x2) A_1 = \frac{1}{4} \sqrt{(x^2 + x^2 - a^2)(a^2 + 4x^2)}

Simplifying the term inside the square root,

A1=14(2x2a2)(a2+4x2) A_1 = \frac{1}{4} \sqrt{(2x^2 - a^2)(a^2 + 4x^2)}

Similarly, the area A2 A_2 for the triangle with sides x,x,b x, x, b is:

A2=14(2x2b2)(b2+4x2) A_2 = \frac{1}{4} \sqrt{(2x^2 - b^2)(b^2 + 4x^2)}

2. Equating the Areas:

Since the areas of the two triangles are equal, we have:

14(2x2a2)(a2+4x2)=14(2x2b2)(b2+4x2) \frac{1}{4} \sqrt{(2x^2 - a^2)(a^2 + 4x^2)} = \frac{1}{4} \sqrt{(2x^2 - b^2)(b^2 + 4x^2)}

Squaring both sides to remove the square root and multiplying by 16,

(2x2a2)(a2+4x2)=(2x2b2)(b2+4x2) (2x^2 - a^2)(a^2 + 4x^2) = (2x^2 - b^2)(b^2 + 4x^2)

3. Expanding and Simplifying:

Expanding both sides of the equation gives:

2x2(a2+4x2)a2(a2+4x2)=2x2(b2+4x2)b2(b2+4x2) 2x^2(a^2 + 4x^2) - a^2(a^2 + 4x^2) = 2x^2(b^2 + 4x^2) - b^2(b^2 + 4x^2)

Simplifying the terms:

2x2a2+8x4a44a2x2=2x2b2+8x4b44b2x2 2x^2a^2 + 8x^4 - a^4 - 4a^2x^2 = 2x^2b^2 + 8x^4 - b^4 - 4b^2x^2

Combining like terms:

(2x2a24a2x2a4)=(2x2b24b2x2b4) (2x^2a^2 - 4a^2x^2 - a^4) = (2x^2b^2 - 4b^2x^2 - b^4)

Rearranging gives:

(a2b2)(2x2a2b2)=0 (a^2 - b^2)(2x^2 - a^2 - b^2) = 0

4. **Solving for x x :**

Since ab a \neq b , a2b20 a^2 - b^2 \neq 0 . Therefore,

2x2=a2+b2 2x^2 = a^2 + b^2

Solving for x x ,

x2=a2+b22 x^2 = \frac{a^2 + b^2}{2}

Hence, the solution for x x is:

x=a2+b22=a2+b22 x = \frac{\sqrt{a^2 + b^2}}{\sqrt{2}} = \frac{\sqrt{a^2 + b^2}}{2}

Thus, the value of x x that satisfies the condition is:
a2+b22 \boxed{\frac{\sqrt{a^2 + b^2}}{2}}

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: Omni-MATH, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.