1

$$e^x+3e^{-x}=4 $$please can you show me how to ln this or something?

Matti P.
  • 6,012
  • 2
    Hint: Write the equation in the terms of $e^{2x}$ and $e^x$ (there should be a division). Then set $t= e^x$ ... Report back when you have done that and tell what you obtained :) – Matti P. Nov 28 '19 at 12:43

5 Answers5

3

Hint:

As $e^x\ne0,$

$$(e^x)^2-4(e^x)+3=0$$

$$e^x=?$$

3

Write $e^x=t$ and multiply by $t$; see how the equation changes into a typical algebraic equation.

Hyeongmuk LIM
  • 776
  • 5
  • 17
2

consider $e^x=y$, then our equation becomes $y+\frac 3y=4$

$y^2-4y+3=0\\ y^2-3y-y+3=0\\ y(y-3)-(y-3)=0\\ (y-1)(y-3)=0$

Therefore, either $y=1 \text{ or }y=3\\ e^x=1 \text{ or } e^x=3\\ x=ln1 \text{ or }x=ln3$

Hence, the solution is $x=0 \text{ or }x=ln3$

I hope this helped...

1

Set $y=e^x$ then $y+1/y=4$....solve for $y$ and then find $x$.

dmtri
  • 3,270
1

The equation is equivalent to $e^{2x} + 3 = 4e^x$. Let $e^x = y$. Then, $y^2 - 4y + 3 = 0$. On solving for $y$, we get y equals either 3 or 1. Which means $e^x$ equals 3 or 1. Applying natural log, we get solution of $x$ as either $ln 3$ or $ln 1$ (which is 0).

AP _
  • 55
  • 7