HONORS CALCULUS CHALLENGE PROBLEMS

In this document you will find a record of all Challenge Problems assigned during the semester. These problems are written in LaTeX. It is possible to read the LaTeX files directly, but you will see extra characters that are used to adjust fonts and spacing. You can avoid this by printing the file. There are two ways to print. The easy way is to download the postscript version (which is the version that ends in .ps) and then print it. Here is how: If you want to print Problem 1, download ``prob1.ps'', and then print it with the command

lp -d[printername] prob1.ps

The only thing missing from the above is the name of the printer you are using to print from. If, for example, you want to print to Gauss (the printer in the copy room of the math department), then you would use the command

lp -dgauss prob1.ps

The other way to print the file is to download the LaTeX file (which is the version that ends in .tex) and convert it into something printable. You can do this from homer by typing the following commands in a directory that contains the LaTeX file. If you want to print Problem 1, download the LaTeX file, which is called ``prob1.tex''. Then type:

latex prob1

dvips prob1

lp -d[printername] prob1.ps

The only thing missing from the above is the name of the printer you are using to print from.


Problem 1, prob1.tex, prob1.ps


Problem 2, prob2.tex prob2.ps


Problem 3, prob3.tex prob3.ps


Problem 4, prob4.tex prob4.ps


Problem 5, prob5.tex prob5.ps


Back to Calculus 1 Page


Last modified on Aug 20, 1999.