
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Project; Class: Calculus III; Subject: Mathematics; University: University of Maryland; Term: Unknown 1989;
Typology: Study Guides, Projects, Research
1 / 1
This page cannot be seen from the preview
Don't miss anything!

First download the m-files from the course web page and put them in the same directory as your m-files. First use the command format long g so that all digits of numerical answers will be be shown. Use the command nice3d after all 3D plotting commands. Note that the all answers must be prepared as m-files (not as commands entered on the command line), otherwise there will be no credit. You then run the m-file and hand in the original m-file, the output of the m-file, and the generated graphs. All results and plots must be clearly labeled. Remember that you can work in teams of up to 3 students. Sharing of material between different teams is not permitted.
(a) Use Matlab to find symbolic expressions for velocity and speed. Use the int command to find the length of the curve as a symbolic expression, then use double to find a numerical value. (b) Consider t 0 = 11π/2. First compute numerical values of a(t 0 ), v(t 0 ). Using this find numerical values for the unit tangent vector T(t 0 ), the normal vector N(t 0 ), the binormal vector B(t 0 ) and the curvature κ(t 0 ). (c) Plot the curve using tubeplot3. In the same plot draw the vectors T, N, B from (b) originating at the point r(t 0 ). Use circle3tube to plot the osculating circle at r(t 0 ) in the same plot. Hint: The radius of the osculating circle is κ−^1 , its center is r(t 0 ) + κ−^1 N.
−x^4 − y^4 − x^2 y^2 + 6x^2 + 6y^2
(a) Use ezsurf and plane to plot the graph of the function f for x ∈ [− 2 , 2], y ∈ [− 2 , 2] together with the tangent plane at the point (x 0 , y 0 ) = (1. 5 , 1 .6). Use nice3d after the plot commands. Use ezcontourc(...,25);axis equal to plot 25 level curves of the function f for x ∈ [− 2 , 2], y ∈ [− 2 , 2]. (b) Use solve to find the critical points and classify their type, as in the example on the web page. Does Matlab find all critical points?
(a) Consider the cylinder consisting of points (x, y, z) ∈ R^3 satisfying x^2 + z^2 ≤ 1. Let D denote the part of this cylinder with |y| ≤ x, z ≥ 0. Plot the top surface of the region D using ezsurfvs. Find the volume V of D and the center of mass (¯x, y,¯ ¯z), assuming density f (x, y, z) = 1. (b) In cylindrical coordinates (r, θ, z) a torus is described by (r − 2)^2 + z^2 ≤ 1. Let D denote the part of this torus with x ≥ 0, y ≥ 0, z ≥ 0. Plot the top surface of the region using ezsurfpol. Find the volume V of D and the center of mass (¯x, y,¯ ¯z), assuming density f (x, y, z) = 1.