In Simmons's Calculus with Analytic Geometric, 2nd, pg. 114, there is the following problem:
$\text{47) Sketch the curve}$ $f(x)=\frac{2}{1+x^2}$ $\text{and find the points on it at which the normal passes through the origin.}$
This is how I approached it:
let $P$ be a point on $f$ and let it have coordenates $(a,b)$. Then $b=\frac{2}{1+a^2}$. If a line is to pass through points $(a,\frac{2}{1+a^2})$ and $(0,0)$, its slope must be $\frac{(\frac{2}{1+a^2})}{a}$. Also, if a line is to be normal to $f$ it must have slope $-\frac{1}{f'(a)}=\frac{(1+a^2)^2}{4a}$. Combining the two equalities, it follows that $a=\pm1$, and we have found two points that satisfy our constraint: $(1,1)$ and $(-1,1)$.
However, the book says there is another point that satifies it,$(0,2)$. So I have actually two questions:
- How could I have found that point?
- Shouldn't my approach yield all values of $a$ such that the normal to $f$ at $a$ also passes through $(0,0)$? What is it missing?
Thanks very much.