I can't figure out why my method isn't working. I know it is possible to solve this using a substitution but I don't know when to use the substitution. In general when are you supposed to substitute for, say, u?
Here is how I did it;
We have the following function: $3^{x-1}+3^{-x+1}$ and the slope of a point is given: $\psi =\frac{8}{3}\ln(3)$ Calculate the coordinates of the point in which the slope equals $\psi$
My approach (Which is wrong): $$\ln(3)3^{x-1}-\ln(3)3^{-x+1}= \frac{8}{3}\ln(3)$$ $$3^{x-1} - 3^{-x+1} = \frac{8}{3}$$ $$\log_{3}(3^{x-1})-\log_{3}{3^{-x+1}}=\log_{3}(\frac{8}{3})$$ $$(x-1)\log_{3}(3)-(-x+1)\log_{3}(3) = \log_{3}(\frac{8}{3})$$ $$(x-1)(1)-(-x+1)(1) =\log_{3}(\frac{8}{3})$$ $$x-1+x-1 =\log_{3}(\frac{8}{3})$$ $$2x-2=\log_{3}(\frac{8}{3})$$ $$2x = \log_{3}(\frac{8}{3})+2$$ $$x = \frac{1}{2}\log_{3}(\frac{8}{3})+1$$
Now I have a hard time with problems like these in general so all help is appreciated.
-Bowser