Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Pre-Calculus problem?
I can't solve this! I know the answer but not how to get to it. :(
(e^x + e^-x)/2 = 4
The answers SHOULD be: 2.063437 and -2.063437
I had managed to convert it to:
(e^x)^2 - 8(e^x) + 1 = 0
1 Answer
- Meng tianLv 71 decade agoFavorite Answer
I will continue from (e^x)^2 - 8(e^x) + 1 = 0
Let e^x be u.
Thus, we have:
u^2 - 8u + 1 = 0
Using the quadratic formula, we will have:
u = [8 +/- sqrt(64 - 4(1)(1))] / 2
u = [8 +/- sqrt(60)] /2
u = [8 +/- sqrt(4)sqrt(15)] / 2
u = [8 +/- 2sqrt(15)] / 2
u = 4+/- sqrt(15)
e^x = 4 + sqrt(15) or e^x = 4 - sqrt(15)
x = ln (4 + sqrt(15)) or x = ln (4 - sqrt(15))
x = 2.063437 or x = - 2.063437