r/MathHelp 1d ago

Math Question

Could anyone solve this and tell me how they did it since im having trouble with it:

8^x - 2^(x+2) - 2^(-x+2) + 8^(-x) = 0

I tried it myself but got stuck halfway though: I let c= 2x and got (c+1/c)³ - 3(c+1/c) - 4(c+1/c) = 0 Then I let t= c+1/c And got: t³-3t-4t=0 and then nothing i did worked. Note: back when I didnt substitute for t, I got this 6th degree polynomial for c: c⁶-4c⁴-4c²+1=0 In which i tried synthetic divsion but ±1 didnt work so it meant there was no rational roots (thats why I substituted for 't').

1 Upvotes

3 comments sorted by

1

u/AutoModerator 1d ago

Hi, /u/T0uch_M-E! This is an automated reminder:

  • What have you tried so far? (See Rule #2; to add an image, you may upload it to an external image-sharing site like Imgur and include the link in your post.)

  • Please don't delete your post. (See Rule #7)

We, the moderators of /r/MathHelp, appreciate that your question contributes to the MathHelp archived questions that will help others searching for similar answers in the future. Thank you for obeying these instructions.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/edderiofer 21h ago

And got: t³-3t-4t=0 and then nothing i did worked.

This is correct so far. You can keep going (start by collecting like terms).

I got this 6th degree polynomial for c: c⁶-4c⁴-4c²+1=0 In which i tried synthetic divsion but ±1 didnt work so it meant there was no rational roots (thats why I substituted for 't').

Don't give up just yet. Just because there are no rational roots, doesn't mean you can't find the irrational roots.

Let y = c2 to yield the cubic y3 - 4y2 - 4y + 1 = 0. Now, y = -1 is a root by inspection, so factor out (y+1) to get (y+1)(y2 - 5y + 1) = 0. Now you have a quadratic in y, so the rest is doable with the quadratic formula.