I'm currently studying for a test which places a lot of emphasis on sketching graphs of certain functions, without anything but a ruler and a pencil. I mean tricky functions, for example:
$y = \sin^2(x)$
$y=\dfrac{1-x-x^2}{x^2}$
I always try to sketch these functions by rewriting them to a form I can immediately jot down, or simplifying them in some way or another. For example, for $y=\sin^2(x)$ I thought I'd just take the absolute of $y=\sin(x)$.
But it's still tough for me to actually accurately sketch functions. An example of a problem I have is that for functions such as the second, I have trouble figuring out whether a sketch are 2 non-continuous lines or 1 continuous one..
So my question is:
- What is a good approach to these sketching questions? Is there a certain sequence which I can follow in order to make it easier (for example, always look at $x=0$ first, then find asymptotes, then...)?
Some key points:
Zeroes
Local maxima/minima
Boundary/ies of the domain, if the domain is bounded from at least one direction
Boundary/ies of the support (where the function is non-zero), if the support is bounded in at least one direction
Asymptotes, if such exist
Points of inflection
Application:
$$y=\frac{1-x-x^2}{x^2}.$$
First, let's look for zeroes: $1-x-x^2=0$ when $$x=\frac{-1\pm \sqrt 5}2.$$
So estimate $\sqrt 5$ and use that, perhaps noting the exact values.
Next, we can rewrite this as $$y=\frac{1-x}{x^2}-1.$$ As $x$ increases or decreases without bound, this whole thing approaches $y=-1$, so draw that line.
$$y'=\frac{-x^2+2x(x-1)}{x^4}=\frac{x-2}{x^3},$$ which is $0$ exactly at $2$.
$$y''=\frac{x^3-3x^2(x-2)}{x^6}=\frac{-2x+6}{x^4},$$ which is positive at $2$, so $x=2$ is a local minimum. Draw that.
The function is undefined at $x=0$ and in fact has no limit. Figure out which ways it goes.