Determine sides of obtuse triangle

64 Views Asked by At

I really cannot figure this question out. Can anyone give me a hint please!?

Find an integer $a$, for which $a$, $a+1$ and $a+2$ are the lengths of the sides of an obtuse triangle.

1

There are 1 best solutions below

2
On BEST ANSWER

From the definition of an obtuse triangle we have that for side lengths $a$, $b$, and $c$:

$$a^2 + b^2 < c^2, c^2 + b^2 < a^2, a^2 + c^2 < b^2$$

We can use any one of them:

So:

$$a^2 + (a+1)^2 < (a+2)^2$$

$$a^2 + a^2 + 2a + 1 < a^2 + 4a + 4$$

$$a^2 - 2a - 3 < 0$$

$$(a-3)(a+1) < 0$$

So now we know that:

$$-1 < a < 3$$

Since $a >0$

$$0 < a < 3$$

Now we must check if values satisfy triangle inequality.

If $a = 1$

$$(1,2,3),\ 1 + 2 = 3$$

So this doesn't satisfy.

If $a = 2$

$$(2,3,4),\ 2 + 3 > 4$$

So this does satisfy.

If $a = 3$

$$(3,4,5),\ 3 + 4 > 5$$

So this does satisfy.

So the values of $a$ that work is $2$ and $3$.