This site is the homepage for the free book Vector Calculus, by Michael Corral (Schoolcraft College).
You can download the latest version (2008-06-21) of the book here:
calc3book.pdf
Note: The above file gets updated only with corrections (of typos, errors, etc). No new material
gets added, and no material gets removed.
The book is a PDF file, which requires a PDF viewer such as the freely available Adobe Acrobat Reader or noncommercial software (e.g. xpdf, Evince) to view it. The book is distributed under the terms of the GNU Free Documentation License, Version 1.2.
The PDF file above includes color graphics. You can buy a printed, bound, paperback version of the book with
grayscale graphics for $8.93 plus shipping at the book's project page on lulu.com:
http://www.lulu.com/mecmath.
The price covers just the
cost of printing. The grayscale version is also available as a free download at
that site.
For those who want to view and/or compile the book's source files, the LaTeX source code is available here:
calc3book-1.0-src.tar.gz
You will need a relatively recent LaTeX installation to compile the source code.
A build script (calcbook.sh) for Linux/UNIX systems is included for building the PDF file.
See the included README file for more instructions.
Now available: Java programs + source code for Newton's algorithm (Ch. 2) and the
Monte Carlo method (Ch. 3). Download the zip file here: calc3book_java.zip
These are the programs listed in Section 2.6 and Section 3.4 of the book. The source files can be modified easily
to solve some of the exercises in those sections.
Book description: This is a text on elementary multivariable calculus, designed for students who have completed courses in single-variable calculus. The traditional topics are covered: basic vector algebra; lines, planes and surfaces; vector-valued functions; functions of 2 or 3 variables; partial derivatives; optimization; multiple integrals; line and surface integrals.
The book also includes discussion of numerical methods: Newton's method for optimization, and the Monte Carlo method for evaluating multiple integrals. There is a section dealing with applications to probability. Appendices include a proof of the right-hand rule for the cross product, and a short tutorial on using Gnuplot for graphing functions of 2 variables.
There are 420 exercises in the book. Answers to selected exercises are included.