| New Reply |
How to solve for solutions to the diophantine 5b^2*c^2 = 4a^2(b^2+c^2) |
Share Thread | Thread Tools |
| Dec5-12, 07:19 AM | #18 |
|
Blog Entries: 2
|
How to solve for solutions to the diophantine 5b^2*c^2 = 4a^2(b^2+c^2)PS, Although you may have been irritated by one or more of us, please be advised that none of the posts in this thread appear to have been meant to belittle you. It just that its sometimes hard to choose from simply spoon feeding detailed information to someone and just giving that person enough information so that he or she will have the ability to effectively solve a problem. I know that it is human nature for each of us to sometimes have a mental block at times and at that time a little more information to wake us up and help us think straight may be more helpful in the long run than just spoon fed detailed information. |
| Dec5-12, 09:46 AM | #19 |
|
|
|
| Dec5-12, 09:57 AM | #20 |
|
|
And I feel little incentive to share my solution since I feel like I did not get any help from this thread at all whatsoever, but instead unwarranted belittling. |
| Dec5-12, 12:13 PM | #21 |
|
|
I can see how some replied here might appear belittling to you, but that really wasn't the intention. We don't know your current level of mathematics, so we don't know what kind of post we should make in order to help you in the best way. So we asked you to motivate why 5 divides [itex]b^2+c^2[/itex] to see if you could do that and to get you thinking like a mathematician. If you say now that we did not help at all, then I consider this quite insulting, especially to haruspex. |
| Dec5-12, 12:21 PM | #22 |
|
|
And to be fair, while haruspex is great, he did not say anything I technically did not already know (nor was what he mentioned directly relevant to the solution); it's just that I did not understand what he was saying at the time because I assumed he actually had a solution and was giving hints. Everyone else was just being rude for no reason. |
| Dec5-12, 01:16 PM | #23 |
|
|
And it looks like SeventhSigma doesn't want to share his solution in any case: not just take from it, but sometimes give back. So although not much, here is what I have found: I simplified the whole equation so that (a,b,c)=1. Then named the mutual gcd's as d,e,f and the original equation boiled down to 2 cases: 1) d^2 + e^2 = 5*f^2 (d,e odd, and f even) 2) 4*d^2 + e^2 = 5*f^2 (e,f odd) At this point I can use some tricks to simplify each case further, e.g. (d-f)*(d+f) = 4*(f-e)*(f+e) -> ((d-f)/2)*((d+f)/2) = (f-e)*(f+e) but I don't know how to go on to finding all the initial seeds and moving on to infinitely many solutions. |
| Dec5-12, 01:43 PM | #24 |
|
Blog Entries: 2
|
|
| Dec5-12, 01:49 PM | #25 |
|
|
And I'm not "belittling your input." I'm expressing disdain for the fact that I had a question, only to get no closer to the solution but met with a bunch of rude statements because I didn't want to spend time proving something trivial. |
| Dec5-12, 01:53 PM | #26 |
|
|
Besides, my "solution" isn't even all that ideal. It's still very, very slow because I don't yet have good ways to limit the variables. So I do have a solution but it's still not THAT much better than brute force. It's just faster than brute force.
LittleNewton is pretty much doing what I am doing though |
| Dec5-12, 02:01 PM | #27 |
|
|
I'm leaving this thread open for other people who might be interested in dicussing this problem. If you got nothing meaningful to add, then please don't post. |
| Dec5-12, 03:17 PM | #28 |
|
|
|
| Dec5-12, 04:31 PM | #29 |
|
|
I was wondering if the fact that b^2 + c^2 is divisible by 5, implies that b=3k and c=4k for some k. In other words, I am asking if a square can be the sum of two squares in more than one way.
Edit: Actually, substituting b=3k and c=4k leads, I think, to a contradiction; Edit 2: Nah, b^2 + c^2 cannot be a square, for a similar reasoning as when proving that it had to be a multiple of 5. Forget what I just said. |
| Dec6-12, 02:04 PM | #30 |
|
Blog Entries: 2
|
Edit: In fact, it appears that for a coprime solution, both d and e must each be prime; but I checked too little of the results to make that a into a conjecture. |
| Dec6-12, 04:25 PM | #31 |
|
|
Hi, ramsey2879,
what you found is a consequence of a theorem that says that a number can be expressed as a sum of squares if and only if its prime factors congruent to 3 mod 4 appear with an even power in the factorization. For example, 2x5x7 is not expressible as a sum of squares, 2x5x7x7 is (490 = 7^2 + 21^2), 2x5x7x7x7 is not, and so on. |
| Dec6-12, 04:36 PM | #32 |
|
|
I did case (2) explicitely, and the solutions of [itex]4d^2+e^2=5f^2[/itex] are given by [tex]d= m^2 - 2mn - 4n^2,~~ e= m^2 + 8mn - 4n^2,~~ f= m^2 + 4n^2[/tex] where we can take m and n coprime. We still got to take care that d and e are coprime, since they might not be in some cases. If we want f and e to be odd, then it clearly suffices to ask that m is odd. |
| Dec6-12, 04:55 PM | #33 |
|
|
Let's say we want to find all values below 10K. Since we got to this point by simplifying the very original equation, getting back to that set requires to multiply by every integer, after we find the primitives. And I am not sure what range of m,n I should try to get those primitives. Because of the 5, I thought about modulus 5, and tried to run over all 25 cases : 0..5 x 0..5. But then extended it to 121 cases: -5..5 x -5..5 Finally I tried 0..10^4 x 0..10^4. And every time I got new results. It looks like the more I extend it, the more results I am getting. |
| Dec6-12, 05:19 PM | #34 |
|
|
Hint:
Reduce the cases you know are correct to their primitives Check which bounds produce those primitives |
| New Reply |
| Thread Tools | |
Similar Threads for: How to solve for solutions to the diophantine 5b^2*c^2 = 4a^2(b^2+c^2)
|
||||
| Thread | Forum | Replies | ||
| What is a systematic method to solve this Diophantine equation? | Calculus & Beyond Homework | 6 | ||
| solutions of a diophantine equation | Linear & Abstract Algebra | 1 | ||
| Diophantine and coprime solutions x,y | Linear & Abstract Algebra | 2 | ||
| Accelerated C++ book - no solutions for exercises, should I still solve them? | Engineering, Comp Sci, & Technology Homework | 22 | ||
| Newton (iterative) method to solve a diophantine equation | Linear & Abstract Algebra | 5 | ||