Solve $(x-2)^6+(x-4)^6=64$ using a substitution.

4.7k Views Asked by At

Solve $(x-2)^6+(x-4)^6=64$ using a substitution.

I tired using $t=x-2$.

But again I have to know the expansion of the power $6$.

Can it be transformed to a quadratic equation ?

I know that it can be somehow solved by expanding the powers. But I'm trying to get a good transformation by a sub.

3

There are 3 best solutions below

0
On

If you put $t = x-3$, you have $$ (t-1)^6 + (t+1)^6 = 64 $$ the odd terms cancel out when you expand the LHS, so you get $$ u^3 + 15u^2 + 15u + 1 = 32 $$

where $u = (x-3)^2$. From looking at either the initial equation or this one, it's clear that $u = 1$ (corresponding to $t=\pm1$ and $x = 4,2$) is a solution, so can factor to $$ (u^2 + 16u + 31)(u-1) = 0 $$

2
On

Put $y=x-4$

$$(y+2)^6+y^6=2^6$$

It should be clear that $0$ and $-2$ are solutions.

The function $f(y)=(y+2)^6+y^6-2^6$ is decreasing for $y \in (-\infty,-1)$. And increasing for $(-1,\infty)$, so it at most has two roots.

7
On

Let $x-2=a$ and $4-x=b$.

Hence, $a+b=2$ and $a^6+b^6=64$ or $$(a^2+b^2)(a^4+b^4-a^2b^2)=64$$ or $$(2-ab)(a^2b^2-16ab+16)=32$$ or $$ab(a^2b^2-18ab+48)=0.$$

$ab=0$ gives $x=2$ or $x=4$. $ab=9-\sqrt{33}$ does not give a real roots and $ab=9+\sqrt{33}$ does not give a real roots.

Id est, the answer is $\{2,4\}$.