wu :: forums (http://www.ocf.berkeley.edu/~wwu/cgi-bin/yabb/YaBB.cgi)
riddles >> hard >> Polynomial squaring ladders
(Message started by: Christine on Nov 28th, 2013, 1:31pm)

Title: Polynomial squaring ladders
Post by Christine on Nov 28th, 2013, 1:31pm
Step #1 : x^2 - A^2
Step #2 : (x^2 - A)^2 - B^2 = (x^2 - a^2)(x^2 - b^2)
Step #3 : ((x^2 - A)^2 - B)^2) - C^2 = (x^2 - a^2)(x^2 - b^2)(x^2 - c^2)(x^2 - d^2)
Step #4 : (((x^2 - A)^2 - B)^2) - C^2) - D^2 = (x^2 - a^2)...(x^2 - h^2)

If
Step #1 : x^2 - 5^2
Step #2 : (x^2 - 17)^2 - 8^2 = (x^2 - 5^2)(x^2 - 3^2)
what are
Step #3 : ?
Step #4 : ?

Title: Re: Polynomial squaring ladders
Post by towr on Nov 28th, 2013, 10:30pm
Why is A 5 in the first step and 17 in the second?
What are we trying to do here?

Title: Re: Polynomial squaring ladders
Post by Christine on Nov 29th, 2013, 12:57am

on 11/28/13 at 22:30:20, towr wrote:
Why is A 5 in the first step and 17 in the second?
What are we trying to do here?


A = 5 and B = 7 work in steps 1 and 2.
I couldn't somehow continue with these values onto steps 3 and 4.

How? Can we continue with A=5, B=7, or maybe not?
Is there a general formula to find A, B, C, D?
A general formula that would allow us to add more steps?


Title: Re: Polynomial squaring ladders
Post by towr on Nov 29th, 2013, 4:58am

on 11/29/13 at 00:57:57, Christine wrote:
A = 5 and B = 7 work in steps 1 and 2.
If I plug A = 5 and B = 7 into the formula you gave for step 2, that gives:
(x^2 - 5)^2 - 7^2 = (x^2 + 2) (x^2 - 12)

Hence why I don't understand what you're doing or trying to do.

Title: Re: Polynomial squaring ladders
Post by Christine on Nov 29th, 2013, 12:24pm
Sorry towr, I made a mistake.

Back to the question, how to come up with these types of polynomials:

Step #1 : x^2 - A^2
Step #2 : (x^2 - A)^2 - B^2 = (x^2 - a^2)(x^2 - b^2)
Step #3 : ((x^2 - A)^2 - B)^2) - C^2 = (x^2 - a^2)(x^2 - b^2)(x^2 - c^2)(x^2 - d^2)
Step #4 : (((x^2 - A)^2 - B)^2) - C^2) - D^2 = (x^2 - a^2)...(x^2 - h^2)

On a personal note:
I'm teaching myself math because I enjoy it. I'm trying the best I can. I'm holding two jobs, I don't have the time to attend college.

Thanks for the feedback.

Title: Re: Polynomial squaring ladders
Post by towr on Nov 29th, 2013, 1:36pm
For step two, we have (x^2 - A)^2 - B^2 = (x^2 - A - B)(x^2 - A + B)
So we just need to find square A-B and A+B, any two odd squares will do, e.g. 1+9 = 2A ==> A=5, 9-1=2B ==> B=4

So, (x^2 - 5)^2 - 4^2 = (x^2 - 3^2)(x^2 - 1^2)


For step 3 we can simplify a bit, ((x^2 - A)^2 - B)^2) - C^2 = [(x^2 - A)^2 - B - C] * [(x^2 - A)^2 - B + C]
But I don't see a way to move beyond that at the moment. Step 2 and 3 might not be possible at the same time, for all I know.

Title: Re: Polynomial squaring ladders
Post by Christine on Dec 7th, 2013, 12:31pm
From step #2 to step #3 I cannot do it.

But I found that to start step #3, all I needed was to find integers N that can be expressed as

N = x^2 - y^2

in 2 or more ways. Provided that the solutions (x,y) are of the same parity.

The smallest integers that can be expressed in two ways are 9 and 15

5^2 - 4^2 = 3^2 - 0^2 = 9
8^2 - 7^2 = 4^2 - 1^2 = 15

It does not work for step #3

Step #3 : ((x^2 - A)^2 - B)^2) - C^2 = (x^2 - a^2)(x^2 - b^2)(x^2 - c^2)(x^2 - d^2)

OR
((x^2 - A)^2 - B)^2) - C^2 = [(x^2 - A)^2 - B - C] * [(x^2 - A)^2 - B + C]

But when N = 200

200 = x^2 - y^2
x = ±51,   y = ±49
x = ±27,   y = ±23
x = ±15,   y = ±5

solutions are all odd numbers.

15^2 - 5^2 = 51^2 - 49^2
15^2 + 49^2 = 51^2 + 5^2 = 2626          
2626/2 = 1313


((x^2 - 1313)^2 - 1421344)^2 - 237600^2 = (x^2 - 5^2)(x^2 - 15^2)(x^2 - 49^2)(x^2 - 51^2)

A = 1313, B = 1421344, C = 237600

Note that we can also write:

(x^2 - a^2)^2 - b^2 = (x^2 - a^2 - b)(x^2 - a^2 + b)

we just need to find square
a^2 - b and a^2 + b
Right?




Powered by YaBB 1 Gold - SP 1.4!
Forum software copyright © 2000-2004 Yet another Bulletin Board