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.
The derivative is $$ f'(x)=-\frac{4x}{(1+x^2)^2} $$ so the normal at $(a,f(a))$ has equation $$ y-f(a)=\frac{(1+a^2)^2}{4a}(x-a) $$ provided $a\ne0$. This passes throught the origin if and only if $$ -\frac{2}{1+a^2}=-a\frac{(1+a^2)^2}{4a} $$ that is, $(1+a^2)^3=8$, so $1+a^2=2$, therefore $a=\pm1$.
The tangent at $(0,2)$ is $y=2$, and the normal is $x=0$, which passes through the origin as well. This is not covered by the previous considerations.