I'd like some help getting this question on its way, any help would be greatly appreciated.
For the following function
$$f(x) = \frac1{-(x-5)^2+7}\;,$$
determine:
a) The equation of the asymptote as exact values
b) Coordinates of the invariant points as exact values
a) This all depends on what asymptotes you are referring to. Let's work out each of the asymptotes.
Vertical asymptote
Note that there are no common factors in the numerator and denominator. Then, we can easily figure out the vertical asymptotes of that function. To do so, set 'zero' for the denominator expression and solve for the variable. That is:
$$-(x - 5)^2 + 7 = 0$$ $$7 = (x - 5)^2$$ $$\pm \sqrt{7} = x - 5$$ $$x = 5\pm \sqrt{7}$$
Those are the vertical asymptotes of the function.
Horizontal asymptote
The horizontal asymptote of the function occurs when there exists a real-valued constant $c$ such that
$$y = \lim_{x \rightarrow \infty} f(x) = c \text{ (where y is the variable)}$$
Suppose we want to determine $\lim_{x \rightarrow \infty} f(x)$. Then:
$$\lim_{x \rightarrow \infty} f(x) = \lim_{x \rightarrow \infty} \dfrac{1}{-(x - 5)^2 + 7} = 0$$
So $y = 0$ which is the horizontal asymptote of the function.
Edit: Forgot to work out the second part.
b) I would assume that invariant points are points in which $f(c) = c$ where $c$ is the constant. As what Brian pointed out, you need to determine the values of $x$ to find the coordinates (though there aren't any such points.)