10
$\begingroup$

How to solve $(x-1) \cdot (x-2) \cdot (x-3) \cdot (x-4) = 3$

Any hints?

3 Answers 3

26

Look at $(x-1)(x-4)$ and $(x-2)(x-3)$ they multiply as $(x^{2}-5x+4)$ and $x^{2}-5x+6$. Now put $t= x^{2}-5x$ and reduce it to a quadratic equation.

  • 1
    To elaborate on what N.S. and André are saying: that substitution *depresses* the quartic, in that it kills the cubic term, and very luckily, the linear term as well...2012-04-17
13

Hint $\ $ The LHS is a difference of squares $\rm\:y^2\!-\!1,\:$ hence so too is $\rm\:(y^2\!-\!1)-3\: =\: y^2\!-\!2^2,\:$ viz.

$\rm\qquad\ \:\! (x\!-\!1)(x\!-\!4) (x\!-\!2)(x\!-\!3)\ =\ (x^2\!-\!5x+4)(x^2\!-\!5x+6)\ =\ (x^2\!-\!5x+5)^2 \!-\! 1^2 $

$\rm\ \ \Rightarrow\ (x\!-\!1)(x\!-\!4) (x\!-\!2)(x\!-\!3)\!-\!3\ =\ (x^2\!-\!5x+5)^2 \!-\! 2^2\ =\ (x^2\!-\!5x+3)(x^2\!-\!5x+7)$

2

I assume the hints would already have given you the answer. If not, here is the full answer:

Let y = x-2.5 (y+1.5)(y-1.5)(y+0.5)(y-0.5) = 3. so $(y^2-2.25)(y^2-0.25) = 3$. Let $z = y^2-1.25$. (z-1)(z+1) = 3. So $z^2-1 = 3$. Hence $z^2 = 4$.

z = -2 gives $y^2 = z + 1.25 = -0.75$. So $y = \pm \sqrt{0.75}i$. Clearly, this should be ignored if you only want real roots. $x = 2.5 + y = 2.5 \pm \sqrt{0.75}i$.

z = 2 gives $y^2 = z + 1.25 = 3.25$. So $y = \pm \sqrt{3.25}$. Clearly, this should be ignored if you only want real roots. $x = 2.5 + y = 2.5 \pm \sqrt{3.25}$.

If you want all the terms in the product to be positive, then obvious ly $x = 2.5 + \sqrt{3.25}$ is the only one that works. This is roughly 4.30277564.

  • 1
    In writing mathematics, once should be encouraged to use rationals 3/2 and not decimals 1.5 ... but of course rationals are less convenient for on-line writing.2012-04-17