Project 2 Due Thursday 23 Jan Projects be stapled together with no dog-eared corners. Unstapled projects will NOT be accepted. All the names of the particpants must be on the projects. Each member needs to fill out a group evaluation form each week. The form is NOT stapled to the project but handed in separately You can do this on your own, or with any group of people as you like as long as no group has more than 4 people. No graphs are required for this assignment. 1-4 just need the matches. 5 just needs the answers in words. The first 4 problems will be printed and handed out in class. For the last use cut and paste via the web. 1. Do problem #10 from the test 1 spring 2000 http://www.math.fsu.edu/~bellenot/class/s00/cal3/test1.pdf 2. Do problem #3 from the test 1 fall 2000 http://www.math.fsu.edu/~bellenot/class/f00/cal3/test1.pdf 3. Do problem #10 from the test 2 spring 1996 http://www.math.fsu.edu/~bellenot/class/s96/cal3/test2.pdf 4. Do problem #10 from the test 1 fall 1996 http://www.math.fsu.edu/~bellenot/class/f96/cal3/test1.pdf 5. Explain the differences between each pair of maple commands. (Note that you do not need to print the plots.) a. plot(sin(x),x=0..2*Pi); verus plot(sin(x),x=0..2*Pi,scaling=constrained); b. plot(sin(1/x),x=0..2*Pi); verus plot(sin(1/x),x=0..2*Pi,numpoints=5000); c. with(plots):implicitplot(x^2+y^2=1,x=-1..1,y=-1..1); versus with(plots):implicitplot(x^2+y^2=1,x=-1..1,y=-1..1,scaling=constrained); d. with(plots):spacecurve([cos(exp(x)),sin(exp(x)),x],x=0..Pi); versus with(plots):spacecurve([cos(exp(x)),sin(exp(x)),x],x=0..Pi,numpoints=5000); [Note that one only needs to do with(plots): once each session so all the with(plots) could be unnecessary.] Added 24 Jan: The plots of #5 are now on-line at http://www.math.fsu.edu/~bellenot/class/s03/cal3/p2/proj2.html