Triangle length and largest angle

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 6K views
314Jason
Messages
20
Reaction score
0

Homework Statement



A triangle has sides of length (n2+n+1), (2n+1) and (n2-1), where n > 1.

(a) Explain why the side (n2+n+1) must be the longest side of the triangle

(b) Show that the largest angle, θ , of the triangle is 120º.


Homework Equations



In a triangle of sides a, b and c: a - b < c < a + b.

The Attempt at a Solution



(a)

n2+n+1 > 2n+1
n2-n > 0
n(n-1) > 0
Thus, n < 0, n > 1.

n2+n+1 > n2-1
n+1 > -1
n > -2

I thought they would both give n > 1. I don't know what other way to show this is true.


(b) I have no idea what to do here. I thought about vectors, but don't know where to go from there.
 
Physics news on Phys.org
314Jason said:
(b) I have no idea what to do here. I thought about vectors, but don't know where to go from there.

I got (b)! I can just public the sides into the cos rule and rearrange to find theta. The n should cancle out.

Does anyone know how to do (a)? Please?
 
314Jason said:
I got (b)! I can just public the sides into the cos rule and rearrange to find theta. The n should cancle out.

Does anyone know how to do (a)? Please?

First of all, it should be immediately obvious that for n>1,

(n2+n+1) > (n2-1)

Now all you need to prove is that for n>1,

(n2+n+1) > (2n+1)

Consider the opposite proposition: (n2+n+1) [itex]\leq[/itex] (2n+1)

and solve the inequality. What's the possible range for n you get?
 
Hi 314Jason! :smile:
314Jason said:
(a) Explain why the side (n2+n+1) must be the longest side of the triangle
…(a)

n2+n+1 > 2n+1
n2-n > 0
n(n-1) > 0
Thus, n < 0, n > 1.

n2+n+1 > n2-1
n+1 > -1
n > -2

but you have proved it …

you've proved it's true if {n < 0 or n > 1} and {n > -2} …

so, in particular, it's true for {n > 1} ! :wink:
 
tiny-tim said:
Hi 314Jason! :smile:


but you have proved it …

you've proved it's true if {n < 0 or n > 1} and {n > -2} …

so, in particular, it's true for {n > 1} ! :wink:

This is what comes of not reading the OP thoroughly. :redface:
 
tiny-tim said:
Hi 314Jason! :smile:


but you have proved it …

you've proved it's true if {n < 0 or n > 1} and {n > -2} …

so, in particular, it's true for {n > 1} ! :wink:

So because n > 1 is in both equations, this is true?
 
Ok then, thanks!