Recently, I was bombarded by dozens to "sketch/graph the following function" exercises. Some such functions are $y=x\sqrt{\frac{x}{4-x}}$ (cissoid of Diocles), $y=e^{-x^2}$ (probability curve), $y=x+\frac{1}{x}$ (trident of Newton), and $y=\log{(\log x)}$.
Currently, I have 2 methods:
- dumbly and tediously find $f(x)$ of several $x$ and plot the points; then interpolate the curve; or,
- plug the functions into Wolfram|Alpha (which isn't really me sketching the graph).
Are there any methods that quicken the process of sketching a graph?
I was thinking of a few methods, but they seem almost as tedious as functions get more complicated. For example, regarding the trident of Newton (see above): sketch $y=x$ and $y= \frac{1}{x}$ on the same graph. Then add the $y$ values to assemble the curve $y = x + \frac{1}{x}$.
$^\text{Note: I added the soft-question tag because this question doesn't solve a particular problem; if this tag is not needed, feel free to remove it.}$