Finding the value of an expression with logarithms

68 Views Asked by At

Given that $\log_{b}a=0.74$ and $\log_{b}(a-1)=0.65$ find the value of the following expression: $$\log_{b}(a^{4}-1)-2\log_{b}(a^{2}+1)+\log_{b}(a^{3}+a)-\log_{b}(a+1)$$

I tried using log laws to no avail. Help Is much appreciated!

2

There are 2 best solutions below

0
On

Using $\log_c(\prod A_i)=\sum\log_c(A_i),$

the given expression can be reduced to $$\log_b(a^2+1)+\log_b(a+1)+\log_b(a-1)-2\log_b(a^2+1)+\log_b(a^2+1)+\log_b(a)-\log_b(a+1)$$

$$=?$$

2
On

Note $$\log_b(a^4-1)-2\log_b(a^2+1)=\log_b((a^2+1)(a^2-1))-\log_b((a^2+1)(a^2+1))$$ $$=\log_b\frac{(a^2+1)(a^2-1)}{(a^2+1)(a^2+1)}$$$$=\log_b(a^2-1)-\log_b(a^2+1)$$ $$=\log_b(a+1)+\log_b(a-1)-\log_b(a^2+1)$$ Now factor the second set of log expressions and simplify using log rules. $$\log_b(a^3+a)-\log_b(a+1)=\log_ba+\log_b(a^2+1)-\log_b(a+1)$$ Finalize by combining and again simplify.
$$\log_b(a+1)+\log_b(a-1)-\log_b(a^2+1)+\log_ba+\log_b(a^2+1)-\log_b(a+1)$$ $$=\log_b(a-1)+\log_ba$$