Question
Question: Solve the equation $(x-1)^4 + (x-5)^4 = 82$....
Solve the equation (x−1)4+(x−5)4=82.

The solutions are x=2,4,3+5i,3−5i.
Solution
The given equation is (x−1)4+(x−5)4=82.
To simplify this equation, we can use a substitution. Notice that the terms are (x−1) and (x−5). The average of these two terms is 2(x−1)+(x−5)=22x−6=x−3. Let y=x−3. Then, we can express (x−1) and (x−5) in terms of y: x−1=(x−3)+2=y+2 x−5=(x−3)−2=y−2
Substitute these into the original equation: (y+2)4+(y−2)4=82
We can expand the terms using the binomial theorem or the identity (a+b)4+(a−b)4=2(a4+6a2b2+b4). Using the identity with a=y and b=2: 2(y4+6y2(22)+24)=82 2(y4+6y2(4)+16)=82 2(y4+24y2+16)=82
Divide both sides by 2: y4+24y2+16=41
Rearrange the equation to form a quadratic equation in terms of y2: y4+24y2+16−41=0 y4+24y2−25=0
Let z=y2. Substituting z into the equation gives a quadratic equation: z2+24z−25=0
We can solve this quadratic equation by factoring. We need two numbers that multiply to -25 and add to 24. These numbers are 25 and -1. (z+25)(z−1)=0
This gives two possible values for z:
- z+25=0⟹z=−25
- z−1=0⟹z=1
Now, substitute back z=y2:
Case 1: y2=−25 Taking the square root of both sides: y=±−25=±5i
Case 2: y2=1 Taking the square root of both sides: y=±1=±1
Finally, substitute back y=x−3 to find the values of x:
From Case 1 (y=±5i): If y=5i: x−3=5i x=3+5i
If y=−5i: x−3=−5i x=3−5i
From Case 2 (y=±1): If y=1: x−3=1 x=1+3 x=4
If y=−1: x−3=−1 x=−1+3 x=2
Thus, the solutions to the equation are x=2,x=4,x=3+5i, and x=3−5i.
The real solutions are x=2 and x=4. The complex solutions are x=3+5i and x=3−5i.
The question does not specify if the solutions should be real or complex, so all four roots of the quartic equation are valid solutions.
Explanation of the solution:
- Substitution: Let y=x−3 to simplify the bases (x−1) and (x−5) into (y+2) and (y−2) respectively.
- Expansion: Use the identity (a+b)4+(a−b)4=2(a4+6a2b2+b4) with a=y and b=2 to expand the left side of the equation, resulting in 2(y4+24y2+16)=82.
- Simplification: Divide by 2 and rearrange to get a quadratic equation in terms of y2: y4+24y2−25=0.
- Solve for y2: Let z=y2. The equation becomes z2+24z−25=0. Factor this quadratic as (z+25)(z−1)=0, yielding z=−25 or z=1.
- Solve for y: Substitute back y2 for z.
- If y2=−25, then y=±5i.
- If y2=1, then y=±1.
- Solve for x: Substitute back y=x−3 for each value of y to find the corresponding x values: x=3±5i and x=2,4.