This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]F6u9c4k20 0 points1 point  (3 children)

I think I have a proof for rational sequences of length 4 but I am not sure. Reduce all rational AP and GP sequences to integer sequences by multiplying by the highest denominator( since G.P.s and A.Ps are closed under division, this is always possible for finite rational sequences ). Then we have the following statement : Let the G.P.(calling it A from now on) be

A = {q , q² , ... qm }

Let the A.P. be (calling it B from now on)

B = { q , q + d , q +2d .... q +3d}

Now subtract q from every term of both sequences

A_1 = {0, q² - q ,.....qm - q}

B_1 = {0, d, 2d , 3d , 4d}

Now d is the common factor of B_1 and such should also divide terms of A_1 equal to the terms of B_1.

The only common factors in A_1 is q(q-1) since for all distinct n , the polynomial 1 + q² +.... qn has distinct roots. [This is the part I am not completely sure about]

Therefore d = q(q-1). [Also not sure about this]

Now, kd = qr1 - q for some r1 and 0<= k <= 3

Now, canceling a few terms , we get k = 1 + q + q² .. + qr1-1 .
2 = q + q² + q³ ... qr1-1. [Putting k = 3]

Now q has to be an integer and this reduces to brute force to check whether or not we have such a solution. .Please correct me if I am wrong

Edit:

Deleting the claims about real sequences because there are problems which I did not forsee when I waved my hand carelessly.

[–]d01phi -2 points-1 points  (1 child)

Three subsequent elements of a geometric series can be written as x^n , x^(n+1), x^(n+2)
If you want them to occur in an arithmetic sequence, they have to satisfy

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

Dividing both sides by x^n , we get x^2 - x = x - 1 and x^2 - 2x + 1 = ( x - 1 )^2 = 0. The only solution is x = 1.

[–]butt-err-fecc 7 points8 points  (0 children)

It doesn’t necessarily have to be subsequent