Loading [MathJax]/jax/output/SVG/jax.js
 
+0  
 
0
19
3
avatar+1556 

An isosceles triangle has two sides of length $7$ and an area of $14.$ What is the product of all possible values of its perimeter?

 Feb 9, 2024
 #1
avatar+410 
+3

We see trigonmetry might be a possible solution to the problem, but here is a non-trigonmetry solution.

Instead, we focus on the fact that this triangle is an isosceles triangle, so we can draw a perpendicular to solve this problem.

Consider the diagram below.

We can now use a system of equations to solve this problem. x2+y2=7,2xy2=14

Simplifying, we get x2+y2=49,xy=14. This is not an easy system to solve, but there is a small trick I often use for a problem like this. We recognize the structure of x+y=x2+2xy+y2=49+142=77. Now we can use a little trick with the Vieta's formulas. We recognize that x and y are the two roots of the equation a277a+14. (because the sum of the roots is sqrt(77) and the product of the roots is 14). We recoginze here, that x and y are interchangable, because we can assign any of the roots to x or y.

 

But we need to read the problem. It is not asking the roots, but the product of the perimeters. Because we know x and y are the two roots, or the two solutions to the base, we calculate (14+2x)(14+2y)=196+28(x+y)+4xy=196+2877+56=252+2877. So our answer is 252+28sqrt(77).

 Feb 10, 2024
edited by hairyberry  Feb 10, 2024
 #3
avatar+1633 
+2

Clever solution hairy! If you don't know trig, this is the way to go- smiley

proyaop  Feb 10, 2024
 #2
avatar+1633 
+2

The area of a triangle is absinC2, along with b*h*1/2, but I prefer the first one for this problem. (You can look the proof up, it is pretty simple)

We know that a = b = 7, so the area of the triangle = 49sinC/2 = 14. Then solving for sinC = 4/7.

 

Because we want to find the third length, it is best to use the Law of Cosines for C, but how?

Using the identity sin2θ+cos2θ=1, where θ=C, we know that cos2C=1sin2C=1(47)2=11649=3349. Square rooting both sides, you get cosC=±337. Now, we can effectively do Law of Cosines: c^2 = a^2 + b^2 - 2ab*cosC.

 

We will do 2 seperate calculations of c from law of Cosines based on the two possible values of cosC.

Case 1: cosC=+337, keep in mind that c is the third side length we don't know, and a = b = 7.

c12=72+72277337=981433, and since c has to be positive to be a real triangle:

c1=981433

Case 2: cosC=337; a = b = 7 still.

c22=72+72277337=98+1433, which yields

c2=98+1433, (again, there is no plus/minus because c has to be positive to be a real triangle.)

 

Setting c1 = a + b*sqrt(c) is a great strategy for radical simplification, and then you can square both sides and solve system of equations (with substitution, and yes, I did it)! Oh and by the way, don't expect a good answer for this problem...

 

After simplification, you should reach c1=7721;c2=77+21

Product of 2 possible perimeters = (7 + 7 + c1)(7 + 7 + c2) = [14 + sqrt(77) - sqrt(21)][14 + sqrt(77) + sqrt(21)], and you can do difference of squares: a^2 - b^2 = (a + b)(a - b), where a = 14 + sqrt(77) here, and b = sqrt(21):

= 252 + 28sqrt(77)

 

Hence, our final answer is 252+2877cool

 Feb 10, 2024

2 Online Users

avatar
avatar