How did Bernoulli prove L'Hôpital's rule? - MathOverflow most recent 30 from http://mathoverflow.net 2013-06-19T10:56:06Z http://mathoverflow.net/feeds/question/51685 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://mathoverflow.net/questions/51685/how-did-bernoulli-prove-lhopitals-rule How did Bernoulli prove L'Hôpital's rule? John Palmieri 2011-01-10T19:42:38Z 2011-01-12T01:54:15Z <p>To prove L'Hôpital's rule, the standard method is to use use Cauchy's Mean Value Theorem (and note that once you have Cauchy's MVT, you don't need an $\epsilon$-$\delta$ definition of limit to complete the proof of L'Hôpital). I'm assuming that Cauchy was responsible for his MVT, which means that Bernoulli didn't know about it when he gave the first proof. So what did he do instead?</p> http://mathoverflow.net/questions/51685/how-did-bernoulli-prove-lhopitals-rule/51688#51688 Answer by Andy Putman for How did Bernoulli prove L'Hôpital's rule? Andy Putman 2011-01-10T19:59:59Z 2011-01-10T20:08:34Z <p>I've not read the old sources (this first appeared in a textbook of L'Hopital, right?), so the following is just an educated guess. It gives a slightly weaker result than the usual proof, but people back then didn't worry too much about things like differentiability.</p> <p>Assume that $f(x)$ and $g(x)$ are smooth and go to $0$ as $x$ goes to $0$. Also, assume that $g'(x)$ goes to something nonzero as $x$ goes to $0$. We can then write $f(x)=x F(x)$ and $g(x)=x G(x)$ for some $F(x)$ and $G(x)$ that are smooth at $0$. Moreover, we have $f'(x) = F(x) + x F'(x)$ and $g'(x) = G(x) + x G'(x)$, so $f'(x)$ and $g'(x)$ go to $F(0)$ and $G(0)$ as $x$ goes to $0$, respectively. Finally, $f(x)/g(x) = F(x)/G(x)$, so we conclude that $f(x)/g(x)$ goes to $F(0)/G(0) = f'(0)/g'(0)$ as $x$ goes to $0$.</p> <p>I've never understood why the above proof doesn't appear in calculus textbooks. I've found that students understand it much better than the usual one; indeed, it is really just the "canceling common factors of $x$" thing they've been doing for polynomials since they first learned about limits.</p> http://mathoverflow.net/questions/51685/how-did-bernoulli-prove-lhopitals-rule/51691#51691 Answer by Andrey Rekalo for How did Bernoulli prove L'Hôpital's rule? Andrey Rekalo 2011-01-10T20:24:22Z 2011-01-11T11:44:49Z <p>L'Hôpital's rule was first published in <a href="http://www.archive.org/details/infinimentpetits1716lhos00uoft" rel="nofollow"><em>Analyse des Infiniment Petits</em></a>. </p> <p>According to <a href="http://books.google.co.uk/books?id=D2SWE_iZjYsC&amp;printsec=frontcover&amp;dq=historical+development+of+calculus+books&amp;hl=en&amp;ei=R2orTZWIG4nX4gbw7OXmCQ&amp;sa=X&amp;oi=book_result&amp;ct=result&amp;resnum=1&amp;ved=0CDIQ6AEwAA#v=onepage&amp;q=historical%2520development%2520of%2520calculus%2520books&amp;f=false" rel="nofollow"><em>The Historical Development of The Calculus</em></a> by Edwards (p. 269),</p> <blockquote> <p>L'Hospital's argument, which is stated verbally without functional notation (see the English translation included in Struik's source book, pp. 313 - 316), amounts simply to the assertion that $$\frac{f(a+dx)}{g(a+dx)}= \frac{f(a) + f'(a) dx}{g(a) + g'(a)dx}=\frac{f'(a) dx}{g'(a) dx} =\frac{f'(a)}{g'(a)}$$ provided that $f(a) = g(a) = 0$. He concludes that, if the ordinate $y$ of a given curve "is expressed by a fraction, the numerator and denominator of which do each of them become 0 when $x = a$," then "if the differential of the numerator be found, and that is divided by the differential of the denominator, after having made $x = a$, we shall have the value of [the ordinate $y$ when $x = a$]."</p> </blockquote> <p><strong>Edit.</strong> J.L. Coolidge explains in <a href="http://books.google.com.ua/books?id=iWaWbZHCw5YC&amp;printsec=frontcover&amp;dq=mathematics+of+great+amateurs&amp;source=bl&amp;ots=KsJUFE_QnF&amp;sig=CRYrtLI9i6sL2CcexwLGz09BjPo&amp;hl=en&amp;ei=Fz0sTcvVJMGEOsnS6csK&amp;sa=X&amp;oi=book_result&amp;ct=result&amp;resnum=" rel="nofollow"><em>The Mathematics of Great Amateurs</em></a> (see pp. 159-160 of the 2nd edition) that L'Hôpital was interested in calculating<br> <code>$$\lim\limits_{x\to a}\frac{\sqrt{2a^3x-x^4}-a\sqrt[3]{a^2x}}{a-\sqrt[4]{ax^3}}=\frac{16}{9}a.$$</code></p> <blockquote> <p>As a matter of fact this particular problem had worried him a good deal. We find him writing in July 1693 to John Bernoulli suggesting that we should substitute directly in the original equation, getting $$\frac{a^2-a^2}{a-a}=2a,$$ and in September of the same year he writes:</p> <p><em>'Je vous avoue que je me suis fort appliqué à résoudre l'équation <code>$$\frac{\sqrt{2a^3x-x^4}-a\sqrt[3]{a^2x}}{a-\sqrt[4]{ax^3}}=y$$</code> lorsque $x=a$, car ne voyant point de jour pour у réussir puisque toutes les solutions qui se présentent d'abord ne sont pas exactes.'</em></p> <p>All this suggests that L'Hospital learnt the correct solution from Bernoulli, but did not give him the specific credit, with the unfortunate result that the method came to be known as L'Hospital's method.</p> </blockquote> http://mathoverflow.net/questions/51685/how-did-bernoulli-prove-lhopitals-rule/51809#51809 Answer by Lucas Seco for How did Bernoulli prove L'Hôpital's rule? Lucas Seco 2011-01-12T01:54:15Z 2011-01-12T01:54:15Z <p>Regarding the above answers, it is important to state what is considered (see <a href="http://planetmath.org/encyclopedia/LHospitalsRule.html" rel="nofollow">http://planetmath.org/encyclopedia/LHospitalsRule.html</a>) to be L'Hôpital rule: $$ \lim_{x\to a} f(x)/g(x) = \lim_{x\to a} f'(x)/g'(x) $$ whenever $f(a)=g(a)=0$ and the righmost limit make sense.</p> <p>Note that the weaker rule stated in the answer above $$ \lim_{x\to a} f(x)/g(x) = f'(a)/g'(a) $$ is an easy consequence of the definition of the derivative, dividing both $f(x)$ and $g(x)$ by $x-a$ and taking limits. Despite the temptation to state and prove L'Hôpital in this weaker form, this form becomes useless whenever you have to use L'Hôpital rule twice to obtain an indefinite limit.</p>