What do you call this method of proof?

  • Thread starter Thread starter 314Jason
  • Start date Start date
  • Tags Tags
    Method Proof
314Jason
Messages
20
Reaction score
0
I'm trying to prove a statement using as many different methods as posible. I heard long ago that this is a type of proof, but I don't know what to call it!

For example: In a triangle ABC denoted by (equation with variable n), as n increases, the length of BC decreases.

So I've used mathematical/full induction to show how the distance decreases. Now I want to also show that as n increase the angle BAC decreases. And if angle BAC decreases, using logic, the length of BC must decrease as well.

And same goes for the area. I've proved that when n increases the area of triangle ABC decreases, which corresponds to the decreasing length of BC.

What do I call this type of proof? Is it analytical proof? :(
 
Physics news on Phys.org
Well normally when you are using n as an argument and showing it is true for all n in the natural numbers greater than k starting from some particular natural number k, you are doing a proof by induction. However, in your case it seems to me that you are relating n with an angle in some way. Since the angle is defined over the reals mod 2pi, you would need to be careful about trying to use induction to prove this. I would say try to use geometric and analysis arguments to prove your statements. You know how to relate angles to lengths using trigonometry, and so you have bounds on these lengths. You could show how the lengths change as a function of the angle and try to show what happens when the angle approaches some value.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top