2
$\begingroup$

I have two numbers $x$ and $y$ which are $\log_2$ of two other numbers $P$ and $V$. I'm trying to calculate $\log_2 (P-V)$ without transforming $x$ and $y$ back to the linear world.

If $P = AV$, then $P-V = V(A-1)$, and $x-y = \log_2 A$. So, if I could calculate $\log_2 (A-1)$ I could just add it to $y$ and be done. Is there a relationship I can use to do this?

  • 0
    Do you mean $\log(A-1)$ or $\log A -1$?2010-12-22
  • 0
    @Asaf - log(A-1). I fixed the question, thanks.2010-12-22

1 Answers 1