Defect
2008-08-13, 08:14
NOTE: I'm very very sorry if this has already been done before and due to my ignorance is very very boring.
Okay, let a pythagorean set be a,b,c.
There are many types of pythagorean triplets, but essentially, they all comed down to having one step between the second and third number, two steps, three steps, and so on. There are not crazy jumps in the difference between b and c, which makes my idea work.
Example: 3,4,5 is a "one-step" set because 5-4 is one. 8,15,17 is a two step set because 17-15 is 2. Simple enough.
So here's what I did:
a^2 + b^2 = c^2
c^2 - b^2 = a^2
The next step assumes that a,b,c in this case is a "one-step" set.
c^2 - (c-1)^2 = a^2
c^2 -c^2 + 2c -1 = a^2
2c - 1 = a^2
sqrt(2c - 1) = a
Now, if you do the same for "two-steps" and three "three steps" there comes a pattern.
sqrt(2c - 1) = a for one step sets.
sqrt(4c - 4) = a for two step sets.
sqrt (6c -9) = a for three step sets.
Do you see the pattern? Multiply by two for the left number, and the next number comes the square series. So, you can essentially predict the equation for any amount of step sets. If you have even read this far, I congratualate you.
Now, the next part is essential. Not just any number will work in a pythagorean set, so, formulaes are needed for this too.
For every formula that has an odd "right number," you go by halves of the left number to find a viable "a". This is hard to explain, because I don't know how to show it algebraically.
Example: The equation sqrt(2c - 1) = a has an odd right number. So, viable "a's" in this case are: 1,3,5,7,9 ect. A.K.A., any odd number.
For equations with even right numbers, any multiple of one half the left number with make a usable "a." Example: sqrt(4c -4) = a: 2, 4 ,6 , 8, 10 all work as "a". Once again I congratulate you.
To find a usable c is much more complex. There are two starting points:
Equations with odd right numbers-------------------------Even right numbers
one step: 2x^2 + 2x + 1 = c two step: x^2 + 4x +5 = c
three step: 6x^2 + 6x + 3 = c four step: 2x^2 + 8x + 10 = c
Where, of course, "x" is any positive integer (you can do zero, but the triplet will either contain a zero, or be off in some other way, but it technically still works). The pattern for the left column is multiplying by 3 and for the other side multiplying by 2.
Finally (congrats), one last piece of information.
I noticed that all the original equations {sqrt(2c -1) = a ect} can be rewritten another, more unifying way.
sqrt(2ec - e^2) = a where e = (c-b) for ALL pythagorean triplets. I was very excited about this until I realized you could plug in (c-b) for e and distribute, and it eventually all comes back to c^2 - b^2 = a^2, also known as the original problem.
Thanks for any comments.
Okay, let a pythagorean set be a,b,c.
There are many types of pythagorean triplets, but essentially, they all comed down to having one step between the second and third number, two steps, three steps, and so on. There are not crazy jumps in the difference between b and c, which makes my idea work.
Example: 3,4,5 is a "one-step" set because 5-4 is one. 8,15,17 is a two step set because 17-15 is 2. Simple enough.
So here's what I did:
a^2 + b^2 = c^2
c^2 - b^2 = a^2
The next step assumes that a,b,c in this case is a "one-step" set.
c^2 - (c-1)^2 = a^2
c^2 -c^2 + 2c -1 = a^2
2c - 1 = a^2
sqrt(2c - 1) = a
Now, if you do the same for "two-steps" and three "three steps" there comes a pattern.
sqrt(2c - 1) = a for one step sets.
sqrt(4c - 4) = a for two step sets.
sqrt (6c -9) = a for three step sets.
Do you see the pattern? Multiply by two for the left number, and the next number comes the square series. So, you can essentially predict the equation for any amount of step sets. If you have even read this far, I congratualate you.
Now, the next part is essential. Not just any number will work in a pythagorean set, so, formulaes are needed for this too.
For every formula that has an odd "right number," you go by halves of the left number to find a viable "a". This is hard to explain, because I don't know how to show it algebraically.
Example: The equation sqrt(2c - 1) = a has an odd right number. So, viable "a's" in this case are: 1,3,5,7,9 ect. A.K.A., any odd number.
For equations with even right numbers, any multiple of one half the left number with make a usable "a." Example: sqrt(4c -4) = a: 2, 4 ,6 , 8, 10 all work as "a". Once again I congratulate you.
To find a usable c is much more complex. There are two starting points:
Equations with odd right numbers-------------------------Even right numbers
one step: 2x^2 + 2x + 1 = c two step: x^2 + 4x +5 = c
three step: 6x^2 + 6x + 3 = c four step: 2x^2 + 8x + 10 = c
Where, of course, "x" is any positive integer (you can do zero, but the triplet will either contain a zero, or be off in some other way, but it technically still works). The pattern for the left column is multiplying by 3 and for the other side multiplying by 2.
Finally (congrats), one last piece of information.
I noticed that all the original equations {sqrt(2c -1) = a ect} can be rewritten another, more unifying way.
sqrt(2ec - e^2) = a where e = (c-b) for ALL pythagorean triplets. I was very excited about this until I realized you could plug in (c-b) for e and distribute, and it eventually all comes back to c^2 - b^2 = a^2, also known as the original problem.
Thanks for any comments.