Question: An arithmetic sequence is a sequence of numbers such that the difference between the consecutive terms is constant.
The following numbers form three consecutive terms of an arithmetic sequence, for some real $x$ and $y$$:$
$$ \log(2), \log(2\sin(x)-1),\log(1-y)$$
Find the range of possible values of $y$.
What I have attempted:
I know that in an arithmetic progression such as
$$ a,b,c$$
that
$$ b-a = c-b $$
$$ 2b = a+c$$
$$ b = \frac{a+c}{2}$$
So by using this formula in the given sequence
$$ \frac{\log(2) + \log(1-y)}{2} = \log(2\sin(x)-1)$$
$$ \log(2(1-y) = 2\log(2\sin(x)-1) $$
$$ \log(2-2y) = \log((2\sin(x)-1)^2) $$
$$ 2-2y = (2\sin(x)-1)^2$$
$$ 2-(2\sin(x)-1)^2 = 2y $$
$$ y = \frac{2-(2\sin(x)-1)^2 }{2} $$
But here I am stuck , how am I suppose to find the range of values of $y$ , because there is a $\sin(x)$?
Severely edited:
$$-1 \le \sin(x) \le 1$$ $$-2 \le 2\sin(x) \le 2$$ $$-3 \le 2\sin(x)-1 \le 1$$
but we may be restricted to cases where $0 \lt 2\sin(x)-1$ so that we can take the real logarithm so
$$0 \lt 2\sin(x)-1 \le 1$$
and $\log(a),\log(b),\log(c)$ are in arithmetic progression when $a,b,c$ are in geometric progression, i.e. when $a = \frac{b^2}{c}$ and $c = \frac{b^2}{a}$, and this means
$$0 \lt (2\sin(x)-1)^2 \le 1$$ $$0 \lt \frac{(2\sin(x)-1)^2}{2} \le \frac12$$ $$\frac12 \le 1-\frac{(2\sin(x)-1)^2}{2} \lt 1$$
which is a potential range for $y$