An alternative approach to sketching your rational function is to do some algebra to convert the problem into the equation
$$x^5-x^3-\frac{1}{A}=0.$$
Note that none of $-1,0,1$ are solutions to this modified equation, so we don't need to enforce that requirement explicitly.
This function is not hard to sketch. In fact, you can find its relative maximum explicitly. The maximum value turns out to be $M=\frac{6 \sqrt{3/5}}{25}-\frac{1}{A}$. When $A$ is small, $M<0$, and there is only one root, which is on $(1,\infty)$. At a single value of $A$ in the middle, you have $M=0$, in which case there are two roots, one on $(1,\infty)$ and another at the maximum, which is at $-\sqrt{3/5}$. When $A$ is large, $M>0$, and there are three roots, two on $(-1,0)$ and opposite sides of the maximum, and again one on $(1,\infty)$.
For small $A$, the single root will need to be very large, so that $x^5 \gg x^3$. So you can drop the smaller term and solve.
For large $A$, the root on $(1,\infty)$ will be just slightly larger than $1$ (so that the solution to this equation is near the solution to $x^5-x^3=0$). There $x^5-x^3$ can be linearly approximated by $2(x-1)$, so you can approximate by the solution to $2(x-1)=\frac{1}{A}$, which is $x=1+\frac{1}{2A}$. The situation is essentially identical at $-1$.
At $0$ you can't linearize and get a reasonable answer. This is because the root there is a triple root. Instead, you can drop the $x^5$ term since $x^5 \ll x^3$ near $0$, and get $-x^3-\frac{1}{A}=0$ as your approximate equation.
$$\frac1{x^2-1}-\frac1{x^2}=\frac1{x^2(x^2-1)};.$$
– joriki Aug 02 '15 at 12:59