I've been looking at all sorts of tutorials and walkthroughs on youtube and math-online, but I really can't get it
Please explain to me like I'm the idiot I am :)
A general method would be this:
Let
For t to be real,
But , since
is equal to the square root of a real number.
So the range of the function will be .
A more specific method for
First of all, range(
The range of
So, the range of
Here are some of the "common rules" for
1. If
2. If
3. If
4. If
To find domain of a function,
Assuming that you are looking at a real function of a real variable you can determine the allowed domain as those values of t that produce a real result for g. In this case you need otherwise you are trying to get the square root of a negative number. Factorising
with solutions
and
. So the allowed domain is
and
. The corresponding range is the values that g ranges over given this domain which can be seen to start from 0 (if
or
and extend to
This changes if you allow g to be a complex function of a real variable, or a complex function of a complex variable.
The domain of a function is also often specified as a subset of the allowed domain, so you might have a function like g restriced by definition to a range .
Videos
Set $$y=\frac{3x^2}{x^2-1}$$ and rearrange to get $$(y-3)x^2-y=0$$ This quadratic has real roots provided $b^2-4ac\geq 0$ which translates as $$y(y-3)\geq 0$$ Noting that $y=3$ is the horizontal asymptote, the solution set, i.e.the range, is $$y\leq 0, y>3$$
Write the function as $$f(x)=\frac{3x^2-3+3}{x^2-1}=3+\frac3{x^2-1}$$ As $f$ is even, we may suppose $x\ge 0,\enspace x\ne q 1$.
Now the range of $x^2-1$ is $[-1,+\infty)$ and for $f(x)$, the value $x^2=1$ is excluded, hence the range of $\;\dfrac3{x^2-1}$ is $(-\infty,-3] $ for $x\in [0,1)$ and $(0,+\infty)$ for $x>1$.
Hence the range of $f(x)=3+\dfrac3{x^2-1}$ is $\;(-\infty,0]\cup (3,+\infty)$.
I know that the general process of finding the Domain of an expression (when it is a fraction) is merely that the denominator can't equal zero, so in the case of something like:
1/x + 3
It just becomes a matter of solving x + 3 = 0.
But what would I do in the case that have I something that isn't a fraction, like this:
x + 2 = 1 + sqrt(2 + x)
or x - sqrt(2 - x)