I was looking at the equation $\ln{e^{x}-e^{-x}}$ and found that the zero was at $x=\ln{\phi}$ where $\phi$ is the golden ratio. I thought that was pretty cool so I attempted to find the integral. I am currently at the beginning of Calculus BC so it is definitely over my skill level. Here was my attempt:
$$\int^{\ln{\phi}}_{0}\ln\left(e^x-e^{-x}\right)dx$$
$$\int^{\ln{\phi}}_{0}\ln\left(\frac{e^{2x}-1}{e^x}\right)dx$$
$$\int^{\ln{\phi}}_{0}\left(\ln\left(e^{2x}-1\right)-\ln\left(e^x\right)\right)dx$$
$$\int^{\ln{\phi}}_{0}\left(\ln\left(e^{2x}-1\right)-x\right)dx$$
$$\int^{\ln{\phi}}_{0}\ln\left(e^{2x}-1\right)dx-\frac{\phi^2}{2}$$
$$\int_{0}^{\ln\phi}\ln\left(e^{x}+1\right)dx+\int_{0}^{\ln\phi}\ln\left(e^{x}-1\right)dx-\frac{\phi^2}{2}$$
I can't figure out how to solve these two integrals I am left with (integration by parts doesn't seem to work). Wolfram Alpha says to use polylogarithms but I was hoping there would be a method that there would be an approach to solving it that I could understand.