find_the_fun
- 147
- 0
What is the domain of $$y^2-2y=x^2-x-1$$? I don't know how to find it for implicit functions.
MarkFL said:Express as a quadratic in $y$ in standard form, then write the inequality requiring the discriminant to be non-negative...what do you find?
find_the_fun said:What is the domain of $$y^2-2y=x^2-x-1$$? I don't know how to find it for implicit functions.
find_the_fun said:I think I get the idea but am a little stuck on how to express it as a quadratic. So $$y=1 \pm \frac{\sqrt{1-4(1)(-1)}}{2(1)}+2y$$
EDIT: what exactly do you mean express as a quadratic?
MarkFL said:What I mean is write the equation as:
$$y^2-2y-\left(x^2-x-1\right)=0$$
Now, require the discriminant to be non-negative:
$$(-2)^2-4(1)\left(-\left(x^2-x-1\right)\right)\ge0$$
$$4+4\left(x^2-x-1\right)\ge0$$
$$1+x^2-x-1\ge0$$
$$x^2-x\ge0$$
$$x(x-1)\ge0$$
Hence, the domain is:
$$(-\infty,0]\,\cup\,[1,\infty)$$
find_the_fun said:Thanks I get what you're doing. But how do you get from
$$4+4\left(x^2-x-1\right)\ge0$$
to
$$1+x^2-x-1\ge0$$
?