0

I was required to solve the function for it domain and range, $$y=\log_2(\sin x-\cos x+3\sqrt{2})-\log_2\sqrt{2}$$

Here I'm not able to solve due my inability to manipulate $\sin x-\cos x$. Are there any important ones that I should try to remember?

MrKhonsu
  • 180

2 Answers2

0

You have to introduce what we call normalizer factor that is defined as: $$b=\sqrt{a^2+b^2}$$ where $a$ and $b$ are the coefficent of sine and cosine function (in this case both $1$). So we multiply and divide by $\sqrt2$, obtaining: $$sin(x)-\cos(x)=\sqrt2(\frac{\sqrt2}{2}\sin(x)-\frac{\sqrt2}{2}\cos(x))$$ Now we can notice the expansion of $\sin(x+\pi/4)$, so all becomes: $$\sqrt2\sin(x-\pi/4)$$

Matteo
  • 6,581
0

Presumably, you want to solve

$$\sin x-\cos x=a.$$

You can address this by squaring, while you recall that the LHS must have the sign of $a$:

$$(\sin x-\cos x)^2=\sin^2x-2\sin x\cos x+\cos^2x=1-\sin 2x=a^2$$

so that

$$\sin 2x=1-a^2.$$