0

Further mathematics is driving crazy at the moment as I prepare for a PHD in chem eng.

I've been working hard at the books but this one has caught me out. I basically need to derive a linear equation.

$ \ \log_2(x + 1) -1 \ = \ 2 \ \ \log_2 y \ $

I know that I need to raise two to the power of both sides of the second equation

$2^{\log_2 z}=z$ is the law I'm going to utilize

Further, the laws of exponentials should lead me to the linear equation I'm after.

I'm at $(x+1)^2 -1 = 2^2 y$ but can't tell if I'm completely lost.

2 Answers2

4

$$\log_2(x+1)-\log_2 2$$ because you can write 1 as $\log_2 2$

now principle of logarithms: $\log_ab-\log_ac=\log_a(b/c)$ $$\implies\log_2(\frac{x+1}{2})$$ and this equation is equal to you LHS $$\log_2(\frac{x+1}{2})=2\log_2y$$ Now RHS you can write as $\log_2y^2$ because $a\log b=\log b^a$

now since bases of LHS and RHS are equal. we can equate to$$\frac{x+1}{2}=y^2$$

user5954246
  • 1,135
0

Unfortunately I cannot comment, but the answer should be

y = root((x+1)/2)

Because if you try to put a negative value for y in the question, it won't work. With the answer of

y^2 = (x+1)/2

Negative y values do work, and that is not the same.

enter image description here