Prove this is a right triangle?

AI Thread Summary
To prove that the sides n^2+1, n^2-1, and 2n form a right triangle, the Pythagorean theorem can be applied. By determining which side is the hypotenuse, it is established that n^2+1 is the longest side for n > 1. The equation (2n)^2 + (n^2-1)^2 = (n^2+1)^2 simplifies correctly, confirming the right triangle condition. The discussion emphasizes that n must be greater than 1 to ensure all sides are positive. Overall, the proof demonstrates that these sides indeed form a right triangle.
aisha
Messages
584
Reaction score
0
How can I prove that a right triangle whose sides are n^2+1 , n^2-1, and 2n is indeed a right triangle? The hint is to use the pythagorean theorem which is a^2 + b^2 = C^2 . I don't know what to do? i tried squaring the 3 terms but I can't get the first 2 to equal the last term (term c which is probably 2n^2) Please help me someone I don't get this at all :cry:
 
Physics news on Phys.org
It just says it is a right triangle. It doesn't say which side is the hypotenuse. Why don't you try making (n^2+1) as your c value.
 
$$ n^2+1, n^2-1 , 2n$$
The proof of these three sides form a right-angled triangle is quite easy by Pyth. theorem.
Three sides, just get the sum of the square of two sides, if it is equal to the third side, it is indeed a right ... by converse of Pyth.theorem.
There are 3 combination (3C2) but since n must be a postive number, n^2 is the longest side(unless n=1, which is rejected by n >1), therefore, just test for the sum of the squares of the other two sides.
 
Last edited:
You could use the idea that

a^2 + b^2 + c^2 = a^2 + b^2 +c^2

a^2 + b^2 + c^2 = c^2 +c^2

a^2 + b^2 + c^2 = 2c^2

so

\sqrt{\frac{a^2 + b^2 + c^2}{2}} = c

If get one of the sides of your triangle when your work the left part of the equation then it is a right triangle, and you know that's the hypotenuse.

Part you might get stuck:

\sqrt{n^4 + 2n^2 +1} = c

\sqrt{(n^2 + 1)^2} = c

n^2 + 1 = c
 
Last edited:
That's a slick one cyclovenom, but why not just determine which of those three numbers is largest and set it equal to c? n^2+1 is obviously >= 2n and n^2-1 for all n>=1 which are the only valid values of n that would give you non-negative sides.

a^2 + b^2 = c^2

(2n)^2 + (n^2-1)^2 = (n^2+1)^2

4n^2 + n^4 - 2n^2 + 1 = n^4 + 2n^2 + 1

n^4 + (4n^2 - 2n^2) + 1 = n^4 + 2n^2 + 1
 
n cannot be 1.
 
Thanks sooo Much !

Thanks sooo much everyone :smile: I'm so happy I got this question, you guys helped soo much. I understand the question so much better now thank you once again YAY! Wow you guys are sooo Smart, I really appreciate it..
 
You are welcome.
My method is learned from my textbook last year.
It is the conversion of Pyth. theorem. 3,4,5 Determine the hypotheuse ( i.e. 5)
3^2+4^2=25
5^2=25
So it is a right-angled triangle(converse of Pyth. theorem)
In this case, it is obvious that n>1, and n^2+1 bigger than others ( since n^2+1-2n = (n-1)^2, which the smallest value is 0 which in other words, which n attains 1 , there are two equal side[ But n >1 ])
 
Back
Top