Solve the following equation over the real numbers: $$ (3+ \sqrt{5})^x + (3- \sqrt{5})^x=7 * 2^x $$
2026-03-27 15:16:14.1774624574
equation with exponential functions 2
47 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Hint: Let $$a=\sqrt{3+\sqrt{5}}\;\;\;\;{\rm and }\;\;\;\;\;b=\sqrt{3-\sqrt{5}}$$
Then $ab = 2$ so we have $$ a^{2x}+b^{2x} = 7a^xb^x$$
Let $t= a^x/b^x$ then we have $$t^2-7t+1=0$$
can you do it now?