Solve for $x$: $ 4^{4x}-4^x=(4x)!$

algebra-precalculusexponentiationfactorial

Solve for $x$: $$ 4^{4x}-4^x=(4x)! $$ (for all real values)

What is the biggest problem is that induction is not taught to me yet and hence can't be used.

Attempt $1$:

Assume $4^x=t$. So we get $t^4-t=24 (x!)$.

Letting $u$ denote $x!$

$$ t^4-t-24u=0 \implies u=\frac{t}{24}(t^3-1).$$

Attempt $2$:

Taking $4^x$ out as common

$$ 4^x(4^{3x}-1)=4x(4x-1)(4x-1)…(2)(1) $$

However this also yielded nothing.

Attempt $3$:

What I tried was did it by brute force-

Our equation is $4^{4x}-4^x-(4x)!=0$

Let $x$ be $-1$ and only taking the LHS

$$ 4^{-4}-4^{-1}-(4(-1))! = \text{ Infinity }$$

We can exclude all negative cases as the value can't be negative but negative factorial don't exist. So putting the value of $0$:
$$ 4^0-4^0-0! \implies -1 $$

Using value of $1$:

$$ 4^4-4-4! \implies 228 $$

This implies the value will be between 1 and 2. However Wolfram Alpha result (which I will discuss at end) don't agree with me.

So how do I find the answer to this question without induction? Also why didn't Approach 3 worked for me? Also according to Wolfram Alpha over here how can I find such complex roots? Please help to solve this question?

Best Answer

Taking in consideration that you haven't been taught induction yet you are searching for a natural value of $x \in (0,1,2,\dots)$ as factorial is defined for natural numbers.

Let's suppose that we have an x number that satisfy our equation, we have that $4^{4x}-4^x=4^{x}(4^{3x}-1)=(4x)!$ we can notice that $4^{3x}-1$ is odd as it is an even number minus an odd one, then the biggest power of $2$ that can divide $4^{x}(4^{3x}-1)$ is the same as the one that can divide $4^x$ . It is easy to see that it is $2^{2x}=4^x$. Now lets notice than for $(4x)!$ the biggest power of two that divide is much bigger and that is because it is at least $2x$, as $(4x)!=1\cdot 2 \cdot 3 \cdots (4x-1)\cdot 4x$ and we can notice that every $2$ numbers one is divisible by $2$, they will be $(2,4,6,8\cdot 4x-2, 4x)$ We can also notice that some of them are divisible for bigger powers of two. Here we have a contradiction because if $4^{x}(4^{3x}-1)=(4x)!$, every single number that divides one side of the equation has to divide the other one (because it is an equality) but we know that is not true for some power of two.

Then there is no natural number that satisfy the above equation.

note: if you want to find the exact power of two that divides $(4x)!$ there is something call legendre's formula that finds the exact value but it is not needed for this demonstration.

Related Question