Find z/x if $x, y, z$ are positive integers with $x > z, (x, 2y, z)$ is an arithmetic progression, and $(x, y, z)$ is a geometric progression

130 Views Asked by At

$x$, $y$, and $z$ are three positive integers, with $x > z$.

$(x, 2y, z)$ is an arithmetic progression

$(x, y, z)$ is a geometric progression.

Find the value of $z/x$.

I mapped $(x, 2y, z)$ to $(a, a + d, a + 2d)$ and $(x, y, z)$ to $(a, ar, ar^2)$

My current approach: find $r$ by dividing $ar$ by $a$, and $ar^2$ by $ar$. Set these 2 equations equal to each other. Which works out to be $\ (a+2d) / 2a = (2a + 4d) / (a +d) = r $.

I am stuck here, what should my next step be?

3

There are 3 best solutions below

12
On BEST ANSWER

With three term progressions, I think it is easier to fix the middle term. Thus, in this case, we write the arithmetic progression as $$(x,2y,z)=(2y-P,2y,2y+P)$$ and the geometric as $$(x,y,z)=\left(\frac yt,y,yt\right)$$

On first glance it appears that we have two equations in the three variables $(y,P,t)$ but we can eliminate one of these. Nothing in the problem changes if we scale both triples (the a.p. and the g.p. remain in progression and the ratio of the outer terms is unchanged). Thus we may assume that $y=1$ so we have $$(2-P,2,2+P)\quad \&\quad \left(\frac 1t,1,t\right)$$

(Note: the value of $P$, though not of $t$, changed after the scaling, but we will continue to use the same variable for simplicity. The scale factor will cancel out in the final ratio).

We now have two equations in two unknowns. So:

$$2-P=\frac 1t\quad \&\quad 2+P=t\implies 2-P=\frac 1{2+P}\implies 4-P^2=1\implies P=-\sqrt 3$$

Note: we are told that $x>z$ which implies that $P<0$.

Thus $$P=-\sqrt 3\quad \& \quad t=2-\sqrt 3$$ and the desired ratio is $$\boxed {\frac {2-\sqrt 3}{2+\sqrt 3}=\left(2-\sqrt 3\right)^2=7-4\sqrt 3}$$

Note: this solution is not compatible with the stated condition that $x,y,z\in \mathbb N$. Indeed, I do not see how that condition can be satisfied. If there were a solution over the natural numbers then the ratio $\frac zx$ would clearly be rational, which my solution is not. So, either I am mistaken or the extra condition means there is no solution.

0
On

Here is an algebraically a bit more direct way:

  • Since $(x,2y,z)$ is an arithmetic progession, we have: $$2y = \frac{x+z}{2} \Leftrightarrow y = \frac{x+z}{4}$$
  • To find the ratio $r$ of the geometric progression, factor out $x$: $$y = xr= x\frac{1+\frac {z}{x}}{4} \stackrel{\color{blue}{q = \frac{z}{x}}}{=} x\frac{1+q}{4}$$
  • Set up an equation for $\color{blue}{q = \frac{z}{x}}$ using $z = r^2 x$: $$z= x \left( \frac{1+q}{4}\right)^2 \Leftrightarrow q = \left( \frac{1+q}{4}\right)^2$$

Now, solve for $q$: $$16q = (1+q)^2 \Leftrightarrow q^2 - 14q + 1 = (q-7)^2 -48 = 0 \stackrel{q < 1}{\Rightarrow} \color{blue}{\boxed{q = 7 - 4\sqrt{3}}}$$

As already mentioned above by lulu, there are no integers $x,y,z$ satisfying the above given conditions.

0
On

If one of $\,x,y,z\,$ were zero, then the other two would be zero as well by the GP condition, so $\,z/x\,$ would be undefined. Otherwise, it means that $\,xyz \ne 0\,$, then let $\,z/x = \lambda \lt 1 \iff z = \lambda x\,$, and the two conditions can be written as:

$$ \begin{align} 4 y = x + z = (1+\lambda)x \tag{1} \\ y^2 = xz = \lambda x^2 \tag{2} \end{align} $$

Squaring $(1)$, dividing by $(2)$, and canceling out the $\,y^2,x^2\,$ terms then gives $\require{cancel} \,16 \lambda = (1+\lambda)^2$ $\iff \lambda^2-14 \lambda+1=0\,$. The quadratic has two real irrational roots, one of which is $\,\lt 1\,$ and answers the question if the restriction to integers is dropped.