make pdf file generation work
This commit is contained in:
@@ -902,9 +902,12 @@ imgfile = "figures/fcarc-may2016-fig35-350.gif"
|
||||
caption = """
|
||||
Image number 35 from L'Hospitals calculus book (the first). Given a description of the curve, identify the point ``E`` which maximizes the height.
|
||||
"""
|
||||
ImageFile(:derivatives, imgfile, caption)
|
||||
#ImageFile(:derivatives, imgfile, caption)
|
||||
nothing
|
||||
```
|
||||
|
||||

|
||||
|
||||
The figure above shows a problem appearing in L'Hospital's first calculus book. Given a function defined implicitly by $x^3 + y^3 = axy$ (with $AP=x$, $AM=y$ and $AB=a$) find the point $E$ that maximizes the height. In the [AMS feature column](http://www.ams.org/samplings/feature-column/fc-2016-05) this problem is illustrated and solved in the historical manner, with the comment that the concept of implicit differentiation wouldn't have occurred to L'Hospital.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user