Draw tangent lines from point $\left(\frac{3}{5},0\right)$ on a hyperbola $x^2-y^2=1$ and then find the area defined by these tangent lines and a hyperbola.
Using some basic analytic geometry we can find that these lines are $t_1:y=\frac{-5}{4}x+\frac{3}{4}$ and $t_2:y=\frac{5}{4}x-\frac{3}{4}$. They intersect with hyperbola at points $x_1=\frac{5}{3}$ and $x_2=\frac{-5}{3}$. This is graphical representation:
We can see that part below $x$-axis is the same area as the one above it. So to find the total area we can just find the upper part and multiply it by $2$. So I did the following: $$P=2\left(\int_{\frac{3}{5}}^{\frac{5}{3}}{\frac{5}{4}x-\frac{3}{4}dx}-\int_{1}^{\frac{5}{3}}{\sqrt{x^2-1}dx}\right)$$ But this doesn't yield the correct solution, which is $\ln{3}-\frac{8}{9}\approx0.2097$. What am I doing wrong here? How to correctly do this? Can this be done using the form of equation in which $x=a\cosh{t}$ and $y=a\sinh{t}$ and if so, then how?
The problem is from the following book: https://etfuni.files.wordpress.com/2013/10/zbirka-zadataka-iz-vise-matematike-1-ilicic-uscumlic.pdf, problem number 3822

Considering the integrating domain as a x-simple set, we have:
$$ \begin{aligned} A & = 2\int_0^{\frac{4}{3}} \text{d}y \int_{\frac{4}{5}y+\frac{3}{5}}^{\sqrt{y^2+1}} \text{d}x \\ & = 2\left[\int_0^{\frac{4}{3}}\sqrt{y^2+1}\,\text{d}y - \int_0^{\frac{4}{3}}\left(\frac{4}{5}\,y+\frac{3}{5}\right)\text{d}y\right] \\ & = 2\left[\left(\frac{10}{9}+\frac{\log(3)}{2}\right)-\frac{68}{45}\right] \\ & = \boxed{\log(3) - \frac{4}{5}} \end{aligned} $$
while considering it as an y-simple set, we have:
$$ \begin{aligned} A & = \int_{\frac{3}{5}}^1 \text{d}x \int_{-\frac{5}{4}x+\frac{3}{4}}^{\frac{5}{4}x-\frac{3}{4}} \text{d}y + 2\int_1^{\frac{5}{3}} \text{d}x \int_{\sqrt{x^2-1}}^{\frac{5}{4}x-\frac{3}{4}} \text{d}y \\ & = 2\int_{\frac{3}{5}}^1 \left(\frac{5}{4}x-\frac{3}{4}\right)\text{d}x + 2\int_1^{\frac{5}{3}} \left(\frac{5}{4}x-\frac{3}{4}\right)\text{d}x - 2\int_1^{\frac{5}{3}} \sqrt{x^2-1}\,\text{d}x \\ & = 2\left[\int_{\frac{3}{5}}^{\frac{5}{3}} \left(\frac{5}{4}x-\frac{3}{4}\right)\text{d}x - \int_1^{\frac{5}{3}} \sqrt{x^2-1}\,\text{d}x\right] \\ & = 2\left[\frac{32}{45}-\left(\frac{10}{9}-\frac{\log(3)}{2}\right)\right] \\ & = \boxed{\log(3) - \frac{4}{5}}\,. \end{aligned} $$
It should be clear that the two approaches are equivalent and the result of the book is wrong.