A plane. Or, with more details, NotebookDirectory. C:\Dropbox\Work\myweb\Courses\Math_pages\Math_225\

Size: px
Start display at page:

Download "A plane. Or, with more details, NotebookDirectory. C:\Dropbox\Work\myweb\Courses\Math_pages\Math_225\"

Transcription

1 In[1]:= NotebookDirectory Out[1]= C:\Dropbox\Work\myweb\Courses\Math_pages\Math_5\ A plane Given a point in R 3 (below it is vr) and two non-collinear vectors (below uu and vv) the parametric equation of the plane which goes through the given point and is parallel to the given vectors is illustrated below. In[]:= vr 1,, 1; uu, 3, ; vv 1,, 3; ParametricPlot3Dvr s uu t vv, s, 13, 13, t, 13, 13, PlotRange 5, 5, 5, 5, 5, 5 Out[3]= In[4]:= Or, with more details,? Mesh Mesh is an option for Plot3D, DensityPlot and other plotting functions that specifies what mesh should be drawn.

2 Surface_15.nb In[5]:= vr 1,, 1; uu, 3, ; vv 1,, 3; Show ParametricPlot3Dvr s uu t vv, s, 5, 5, t, 5, 5, PlotStyle Opacity.75, Mesh Range1, 1, 1, Range1, 1, 1, MeshStyle Thickness.3, Purple, Thickness.3, Blue, PlotRange 5, 5, 5, 5, 5, 5, AxesLabel x, y, z, Graphics3DBlack, Thickness.15, Arrow,,, vr, PointSize.3, Pointvr, Blue, Thickness.1, Arrowvr, vr uu, Purple, Thickness.1, Arrowvr, vr vv Out[6]= A random surface In general, a surface in R 3 is given by a triple of equations: x f s, t, y gs, t, z hs, t. Below we came up with three random formulas and plotted the resulting surface.

3 Surface_15.nb 3 In[7]:= ParametricPlot3Ds t, s Expt, Cost Logs, s,, 5, t, 13, 13, PlotRange 3, 3,,, 1, 1, PlotPoints 5, 5, AxesLabel x, y, z Out[7]= A sphere However, it is more interesting to find parametric equations for familiar surfaces. The most common parametric equations for a unit sphere centered at the origin are equations obtained from the spherical coordinates.

4 4 Surface_15.nb In[8]:= ParametricPlot3DCos Sin, Sin Sin, Cos,,, Pi,,, Pi, PlotRange 1., 1., 1., 1., 1., 1. Out[8]= In[9]:= sph1 ParametricPlot3DCos Sin, Sin Sin, Cos,,, Pi,,, Pi, PlotStyle Opacity.5, PlotRange 1., 1., 1., 1., 1., 1. Out[9]= Below, I will illustrate how you can view the unit sphere as a union of horizontal circles with varying radii (blue) and

5 Surface_15.nb 5 also as a union of vertical semi-circles (purple). In[1]:= Manipulate ShowParametricPlot3D,, Coss Sins Cos, Sin,,,, Pi, PlotStyle Thickness.1, Blue, PlotRange 1., 1., 1., 1., 1., 1., ParametricPlot3DCos,, 1 Sin Cost, Sint,,,, Pi, PlotStyle Thickness.1, Purple, PlotRange 1., 1., 1., 1., 1., 1., sph1, s, Pi,, Pi, t,, Pi s t Out[1]= The horizontal circles with varying radii (blue) make up the sphere:

6 6 Surface_15.nb In[11]:= Manipulate ShowTableParametricPlot3D,, Cossr Sinsr Cos, Sin,,,, Pi, PlotStyle Thickness.7, Blue, PlotRange 1., 1., 1., 1., 1., 1., sr,, s,.1, s,, Pi s Out[11]= The vertical semi-circles (purple) make up the sphere:

7 Surface_15.nb 7 In[1]:= Manipulate ShowTableParametricPlot3D,, Cos Sin Costr, Sintr,,,, Pi, PlotStyle Thickness.7, Purple, PlotRange 1., 1., 1., 1., 1., 1., tr,, t, Pi 3, t,, Pi t Out[1]= Next, I will show how to place a decoration on the sphere. Assume that at t we start from the North pole of the sphere, that is the point,, 1. Than in we proceed downwards and after circling the sphere three times we end up at the South pole, that is the point,, 1. Our height could be represented by the function Cost 6. The other coordinates are as follows below.

8 8 Surface_15.nb In[13]:= dec ParametricPlot3DSin t 6 Cost, Sin t 6 Sint, Cos t 6, t,, 6 Pi, PlotStyle Thickness.1, Red Out[13]=

9 Surface_15.nb 9 In[14]:= Showsph1, dec Out[14]= A vase In the previous section we have seen that the sphere can be viewed as a union of horizontal circles varying radii. Similarly, a vase can be viewed as a union of horizontal circles varying radii. To illustrate this, we have to come up with a formula for the radius at the level z.

10 1 Surface_15.nb In[15]:= Manipulate ParametricPlot3D Sinz Cos, Sinz Sin, z,,, Pi, PlotStyle Thickness.1, Blue, PlotRange 3, 3, 3, 3,.1, Pi, z,,, Pi z 6 Out[15]= 4

11 Surface_15.nb 11 In[16]:= Manipulate Show ParametricPlot3D Sinz Cos, Sinz Sin, z,,, Pi, PlotStyle Thickness.1, Blue, PlotRange 3, 3, 3, 3,.1, Pi, ParametricPlot3D Sins Cos, Sins Sin, s,,, Pi, s,, z, PlotRange 3, 3, 3, 3,.1, Pi, z,.1,.1, Pi z Out[16]= We can also view the vase as a union of the graphs of the function Sinz in the vertical planes that contain the z- axis.

12 1 Surface_15.nb In[17]:= Manipulate Show ParametricPlot3D Sinz Cos, Sin, z,, 1, z,, Pi, PlotStyle Thickness.1, Purple, PlotRange 3, 3, 3, 3,.1, Pi, Graphics3DThickness.1, Arrow,,, Cos, Sin,, Thickness.1, Arrow,,,,, 1, Line,,, 1 Cos, Sin,, Line,,, 1,, 1,,,, Pi 6 Out[17]= 4 In[18]:= Manipulate ShowParametricPlot3D Sinz Cos, Sin, z,, 1, z,, Pi, PlotStyle Thickness.1, Purple, PlotRange 3, 3, 3, 3,.1, Pi, ParametricPlot3D Sinz Cost, Sint, z,, 1, z,, Pi, t,,, PlotRange 3, 3, 3, 3,.1, Pi,,.1,.1, Pi

13 Surface_15.nb 13 Out[18]=

14 14 Surface_15.nb Out[71]= Let us now put a decoration on this vase.

15 Surface_15.nb 15 In[19]:= vase ParametricPlot3D Sinz Cost, Sint, z,, 1, z,, Pi, t,, Pi, PlotStyle Opacity.6, PlotRange 3, 3, 3, 3,.1, Pi Out[19]=

16 16 Surface_15.nb In[]:= decv ParametricPlot3D Sin t 3 Cost, Sint, t,, 1, 3 t,, 6 Pi, PlotStyle Thickness.1, Red 6 Out[]= 4

17 Surface_15.nb 17 In[1]:= Showvase, decv Out[1]= A torus The same principle that we used for the sphere and the vase with different radii lead to a torus. At the level z Sins let the radius of the circle be Coss. We start from s and the radius 1. As s increases the level Sins increases and the radius increases. At s we are at the level 1 and the radius is. As s increases further, the level goes down, but the radius continuous to increase. At s the level is again, but the radius is 3. Think what is happening while watching the manipulation below.

18 18 Surface_15.nb In[]:= Manipulate ShowTableParametricPlot3D,, Sinsr Cossr Cos, Sin,,,, Pi, PlotRange 3., 3., 3., 3., 1., 1., sr,, s,.1, s,, Pi s Out[]=

19 Surface_15.nb 19 In[3]:= Manipulate ParametricPlot3D Cos 1,, Sin, 1, Cost Cos 1,, Sin, 1, Sint,, 1, t,, Pi, PlotStyle Thickness.1, Purple, PlotRange 3, 3, 3, 3, 1.1, 1.1,,,, Pi Out[3]=

20 Surface_15.nb In[4]:= Manipulate Show ParametricPlot3D Cos 1,, Sin, 1, Cost Cos 1,, Sin, 1, Sint,, 1, t,, Pi, PlotStyle Thickness.1, Purple, PlotRange 3, 3, 3, 3, 1.1, 1.1, ParametricPlot3D Coss 1,, Sins, 1, Cost Coss 1,, Sins, 1, Sint,, 1, t,, Pi, s,,, PlotRange 3, 3, 3, 3, 1.1, 1.1,,.1,.1, Pi Out[4]=

21 Surface_15.nb 1 In[5]:= Manipulate ParametricPlot3D Coss Cos 1,, Sin, 1, Sins,, 1,,, Pi, PlotStyle Thickness.1, Blue, PlotRange 3, 3, 3, 3, 1.1, 1.1, s,,, Pi s Out[5]=

22 Surface_15.nb In[6]:= Manipulate Show ParametricPlot3D Coss Cos 1,, Sin, 1, Sins,, 1,,, Pi, PlotStyle Thickness.1, Blue, PlotRange 3, 3, 3, 3, 1.1, 1.1, ParametricPlot3D Cossr Cos 1,, Sin, 1, Sinsr,, 1,,, Pi, sr,, s, PlotStyle Thickness.1, PlotRange 3, 3, 3, 3, 1.1, 1.1, s,.1,.1, Pi s Out[6]= Or, changing the direction of movement of the circles

23 Surface_15.nb 3 In[7]:= Manipulate Show ParametricPlot3D Coss Cos 1,, Sin, 1, Sins,, 1,,, Pi, PlotStyle Thickness.1, Blue, PlotRange 3, 3, 3, 3, 1.1, 1.1, ParametricPlot3D Cossr Cos 1,, Sin, 1, Sinsr,, 1,,, Pi, sr,, s, PlotStyle Thickness.1, PlotRange 3, 3, 3, 3, 1.1, 1.1, s, 4 Pi,.1, Pi 3 s Out[7]= Recall the cardioid that we mentioned when we talked about parametrized curves.

24 4 Surface_15.nb In[8]:= Cleart, rc; rct_ : 1 Cost Cost, Sint; Graphics, Thick, Blue, LineTablercv, v,, Pi, Pi 18 Frame True, PlotRange.5,.5, 1.5, 1.5, AspectRatio Automatic, GridLines, GrayLevel.5, Dashing.1,.1 & Range1, 1,, GrayLevel.5, Dashing.1,.1 & Range1, Out[3]= This is more detailed way of writing its equation

25 Surface_15.nb 5 In[31]:= ParametricPlot 1 Cost Cost 1, 1 Cost Sint, 1, t,, Pi, Frame True, PlotRange.5,.5, 1.5, 1.5, AspectRatio Automatic, GridLines, GrayLevel.5, Dashing.1,.1 & Range1, 1,, GrayLevel.5, Dashing.1,.1 & Range1, Out[31]= In[3]:= I want to use this cardioid to make a torus from it. I will first move it away from the origin and flip it around ParametricPlot 3 1, 1 Cost Cost 1, 1 Cost Sint, 1, t,, Pi, Frame True, PlotRange.5, 4.5, 1.5, 1.5, AspectRatio Automatic, GridLines, GrayLevel.5, Dashing.1,.1 & Range1, 1,, GrayLevel.5, Dashing.1,.1 & Range1, Out[3]= Now, I will place this cardioid vertically and rotate it around the z-axis.

26 6 Surface_15.nb In[33]:= Manipulate ParametricPlot3D3 1 Cost Cost Cos, Sin, 1 Cost Sint,, 1, t,, Pi, PlotStyle Thickness.1, Purple, PlotRange 4, 4, 4, 4, 1.5, 1.5,,,, Pi Out[33]= Finally, In[34]:= ParametricPlot3D3 1 Cost Cost Cos, Sin, 1 Cost Sint,, 1, t,, Pi,,, Pi, PlotRange 4, 4, 4, 4, 1.5, 1.5 Out[34]= Since the above picture is not too interesting I will try rotating the cardioid as changes

27 Surface_15.nb 7 In[35]:= Manipulate ParametricPlot3D 3 Cos, Sin, 1 Cost Cost Cos Cos, Sin, Sin,, 1 1 Cost Sint Sin Cos, Sin, Cos,, 1, t,, Pi, PlotStyle Thickness.1, Purple, PlotRange 5.5, 5.5, 5.5, 5.5,,,,,, Pi Out[35]=

28 8 Surface_15.nb In[36]:= Manipulate Show ParametricPlot3D3 Cos, Sin, 1 Cost Cost Cos Cos, Sin, Sin,, 1 1 Cost Sint Sin Cos, Sin, Cos,, 1, t,, Pi, PlotStyle Thickness.1, Purple, PlotRange 5.5, 4.5, 5.5, 4.5,,, ParametricPlot3D3 Coss, Sins, 1 Cost Cost Coss Coss, Sins, Sins,, 1 1 Cost Sint Sins Coss, Sins, Coss,, 1, t,, Pi, s,.1,, Mesh False, PlotRange 5.5, 4.5, 5.5, 4.5,,,,,, Pi Out[36]=

29 Surface_15.nb 9 In[37]:= ParametricPlot3D 3 Cos, Sin, 1 Cost Cost Cos Cos, Sin, Sin,, 1 1 Cost Sint Sin Cos, Sin, Cos,, 1, t,, Pi,,, Pi, Mesh False, PlotRange 5.5, 4.5, 5.5, 4.5,, Out[37]= Let us rotate the cardioid several times

30 3 Surface_15.nb In[38]:= nn ; Manipulate ParametricPlot3D3 Cos, Sin, 1 Cost Cost Cosnn Cos, Sin, Sinnn,, 1 1 Cost Sint Sinnn Cos, Sin, Cosnn,, 1, t,, Pi, PlotStyle Thickness.1, Purple, PlotRange 5.5, 5.5, 5.5, 5.5,,,,,, Pi Out[38]=

31 Surface_15.nb 31 In[39]:= nn 3; ParametricPlot3D3 Cos, Sin, 1 Cost Cost Cosnn Cos, Sin, Sinnn,, 1 1 Cost Sint Sinnn Cos, Sin, Cosnn,, 1, t,, Pi,,, Pi, PlotStyle Opacity.6, PlotPoints 5, 5, Mesh False, PlotRange 5.5, 5.5, 5.5, 5.5,, Out[39]=

32 3 Surface_15.nb In[4]:= nn 3; Manipulate Show ParametricPlot3D3 Cos, Sin, 1 Cost Cost Cosnn Cos, Sin, Sinnn,, 1 1 Cost Sint Sinnn Cos, Sin, Cosnn,, 1, t,, Pi, PlotStyle Thickness.1, Purple, PlotRange 5.5, 5.5, 5.5, 5.5,,, ParametricPlot3D3 Coss, Sins, 1 Cost Cost Cosnn s Coss, Sins, Sinnn s,, 1 1 Cost Sint Sinnn s Coss, Sins, Cosnn s,, 1, t,, Pi, s,.1,, PlotStyle Opacity.9, PlotPoints 5, 5, Mesh False, PlotRange 5.5, 5.5, 5.5, 5.5,,,,,, Pi Out[4]=

33 Surface_15.nb 33 Making a surfaces starting from a curve In[41]:= Starting from a circle Show ParametricPlot3DCost, Sint,, t,, Pi, PlotStyle Blue, Thickness.1, PlotRange,,,,, Out[41]= 1 1 At each point of this circle we can place a vertical line. 1

34 34 Surface_15.nb In[4]:= t 1; Show ParametricPlot3DCost, Sint,, t,, Pi, PlotStyle Blue, Thickness.1, ParametricPlot3DCost, Sint,,, s, s, 3, 3, PlotStyle Cyan, Thickness.1, PlotRange,,,,, Out[4]= 1 1 1

35 Surface_15.nb 35 In[43]:= ManipulateShow ParametricPlot3DCost, Sint,, t,, Pi, PlotStyle Blue, Thickness.1, ParametricPlot3DCost, Sint,,, s, s, 3, 3, PlotStyle Cyan, Thickness.1, PlotRange,,,,,, t,, Pi t 1 1 Out[43]=

36 36 Surface_15.nb In[44]:= ManipulateShow ParametricPlot3DCost, Sint,, t,, Pi, PlotStyle Blue, Thickness.1, ParametricPlot3DCost, Sint,,, s, s, 3, 3, t,, t, PlotRange,,,,,, t,.1, Pi t Out[44]= However, instead of using a vertical line we could go in any direction, Say

37 Surface_15.nb 37 In[45]:= vv 1,, 3; ManipulateShow ParametricPlot3DCost, Sint,, t,, Pi, PlotStyle Blue, Thickness.1, ParametricPlot3DCost, Sint, s vv, s, 3, 3, t,, t, PlotRange,,,,,, t,.1, Pi t Out[45]= A different way of getting interesting surfaces is to move the original circle.

38 38 Surface_15.nb In[46]:= Show ParametricPlot3DCost, Sint,, t,, Pi, PlotStyle Blue, Thickness.1, ParametricPlot3D,, 1 Cost, Sint,, t,, Pi, PlotStyle Blue, Thickness.1, PlotRange,,,,, Out[46]= 1 1 1

39 Surface_15.nb 39 In[47]:= ManipulateShow ParametricPlot3DCost, Sint,, t,, Pi, PlotStyle Blue, Thickness.1, ParametricPlot3D,, s Cost, Sint,, t,, Pi, s,, h, PlotRange,,,,, 4, h,.1, 4 h Out[47]= However, it is not hard to get much more imaginative by moving the center as we go up

40 4 Surface_15.nb In[48]:= ManipulateShow ParametricPlot3DCost, Sint,, t,, Pi, PlotStyle Blue, Thickness.1, ParametricPlot3DCoss, Sins, s Cost, Sint,, t,, Pi, s,, h Pi, PlotRange,,,,, 4, h,.1, 4 Pi h Out[48]= Another twist that we can introduce is to vary the radius as we go up

41 Surface_15.nb 41 In[49]:= ManipulateShow ParametricPlot3DCost, Sint,, t,, Pi, PlotStyle Blue, Thickness.1, ParametricPlot3D Coss, Sins,, s 1 Sins Cost, Sint,, t,, Pi, s,, h Pi PlotRange 3, 3, 3, 3,, 4, h,.1, 4 Pi h Out[49]= This idea of varying the radius leads to a familiar surface

42 4 Surface_15.nb In[5]:= ManipulateShow ParametricPlot3DCost, Sint,, t,, Pi, PlotStyle Blue, Thickness.1, ParametricPlot3D,, s s Cost, Sint,, t,, Pi, s,, h, PlotRange 3, 3, 3, 3,, 4, h,.1, 4 h Out[5]=

43 Surface_15.nb 43 In[51]:= ManipulateShow ParametricPlot3DCost, Sint,, t,, Pi, PlotStyle Blue, Thickness.1, ParametricPlot3D,, s Sins Cost, Sint,, t,, Pi, s,, h, PlotRange 3, 3, 3, 3,, 4, h,.1, Pi h Out[51]=

44 44 Surface_15.nb In[5]:= ManipulateShow ParametricPlot3DCost, Sint,, t,, Pi, PlotStyle Blue, Thickness.1, ParametricPlot3D,, Coss Sins Cost, Sint,, t,, Pi, s,, h, PlotRange 1.1, 1.1, 1.1, 1.1, 1.1, 1.1, h,.1, Pi h Out[5]=

45 Surface_15.nb 45 In[53]:= ManipulateShow ParametricPlot3DCost, Sint,, t,, Pi, PlotStyle Blue, Thickness.1, ParametricPlot3D,, Sins Coss Cost, Sint,, t,, Pi, s,, h, PlotRange 3.1, 3.1, 3.1, 3.1, 1.1, 1.1, h,.1, Pi h Out[53]=

46 46 Surface_15.nb In[54]:= ManipulateShow ParametricPlot3DCost, Sint,, t,, Pi, PlotStyle Blue, Thickness.1, ParametricPlot3D,, Coss,, Sins, s,, Pi, PlotStyle Cyan, Thickness.1, PlotRange 3.1, 3.1, 3.1, 3.1, 1.1, 1.1, h,.1, Pi h Out[54]=

47 Surface_15.nb 47 In[55]:= ManipulateShow ParametricPlot3DCost, Sint,, t,, Pi, PlotStyle Blue, Thickness.1, ParametricPlot3D 1,, Coss 1,, Sins,, 1, s,, Pi, PlotStyle Cyan, Thickness.1, PlotRange 3.1, 3.1, 3.1, 3.1, 1.1, 1.1, h,.1, Pi h Out[55]=

48 48 Surface_15.nb In[56]:= ManipulateShow ParametricPlot3DCost, Sint,, t,, Pi, PlotStyle Blue, Thickness.1, ParametricPlot3D Costt, Sintt, Coss Costt, Sintt, Sins,, 1, s,, Pi, PlotStyle Cyan, Thickness.1, PlotRange 3.1, 3.1, 3.1, 3.1, 1.1, 1.1, tt,, Pi tt Out[56]=

49 Surface_15.nb 49 In[57]:= ManipulateShow ParametricPlot3DCost, Sint,, t,, Pi, PlotStyle Blue, Thickness.1, ParametricPlot3D Costt, Sintt, Coss Costt, Sintt, Sins,, 1, s,, Pi, PlotStyle Cyan, Thickness.1, ParametricPlot3D Cost, Sint, Coss Cost, Sint, Sins,, 1, s,, Pi, t,, tt, PlotRange 3.1, 3.1, 3.1, 3.1, 1.1, 1.1, tt,.1, Pi tt Out[57]=

GRAPHICAL REPRESENTATION OF SURFACES

GRAPHICAL REPRESENTATION OF SURFACES 9- Graphical representation of surfaces 1 9 GRAPHICAL REPRESENTATION OF SURFACES 9.1. Figures defined in Mathematica ô Graphics3D[ ] ø Spheres Sphere of centre 1, 1, 1 and radius 2 Clear "Global` " Graphics3D

More information

REPRESENTATION OF CURVES IN PARAMETRIC FORM

REPRESENTATION OF CURVES IN PARAMETRIC FORM - Representation of curves in parametric form 1 REPRESENTATION OF CURVES IN PARAMETRIC FORM.1. Parametrization of curves in the plane Given a curve in parametric form, its graphical representation in a

More information

Plot f, x, x min, x max generates a plot of f as a function of x from x min to x max. Plot f 1, f 2,, x, x min, x max plots several functions f i.

Plot f, x, x min, x max generates a plot of f as a function of x from x min to x max. Plot f 1, f 2,, x, x min, x max plots several functions f i. HdPlot.nb? Plot Plot f, x, x min, x max generates a plot of f as a function of x from x min to x max. Plot f, f,, x, x min, x max plots several functions f i. Plot Sin 7 x Exp x ^, x,, 4.5 3 4.5 Plot Sin

More information

Assignment 1. Prolog to Problem 1. Two cylinders. ü Visualization. Problems by Branko Curgus

Assignment 1. Prolog to Problem 1. Two cylinders. ü Visualization. Problems by Branko Curgus Assignment In[]:= Problems by Branko Curgus SetOptions $FrontEndSession, Magnification Prolog to Problem. Two cylinders In[]:= This is a tribute to a problem that I was assigned as an undergraduate student

More information

MATH 162 Calculus II Computer Laboratory Topic: Introduction to Mathematica & Parametrizations

MATH 162 Calculus II Computer Laboratory Topic: Introduction to Mathematica & Parametrizations MATH 162 Calculus II Computer Laboratory Topic: Introduction to Mathematica & Goals of the lab: To learn some basic operations in Mathematica, such as how to define a function, and how to produce various

More information

Teaching Complex Analysis as a Lab- Type ( flipped ) Course with a Focus on Geometric Interpretations using Mathematica

Teaching Complex Analysis as a Lab- Type ( flipped ) Course with a Focus on Geometric Interpretations using Mathematica Teaching Complex Analysis as a Lab- Type ( flipped ) Course with a Focus on Geometric Interpretations using Mathematica Bill Kinney, Bethel University, St. Paul, MN 2 KinneyComplexAnalysisLabCourse.nb

More information

Parametric Curves, Polar Plots and 2D Graphics

Parametric Curves, Polar Plots and 2D Graphics Parametric Curves, Polar Plots and 2D Graphics Fall 2016 In[213]:= Clear "Global`*" 2 2450notes2_fall2016.nb Parametric Equations In chapter 9, we introduced parametric equations so that we could easily

More information

Lab 2B Parametrizing Surfaces Math 2374 University of Minnesota Questions to:

Lab 2B Parametrizing Surfaces Math 2374 University of Minnesota   Questions to: Lab_B.nb Lab B Parametrizing Surfaces Math 37 University of Minnesota http://www.math.umn.edu/math37 Questions to: rogness@math.umn.edu Introduction As in last week s lab, there is no calculus in this

More information

CurvesGraphics. A free package for Advanced Calculus illustrations. Gianluca Gorni. Arrows on 2D curves. Motivation

CurvesGraphics. A free package for Advanced Calculus illustrations. Gianluca Gorni. Arrows on 2D curves. Motivation CurvesGraphics A free package for Advanced Calculus illustrations. Gianluca Gorni Motivation As a teacher of Calculus and Mathematical Analysis at college and university level, I feel that Mathematica

More information

Plot f, x, x min, x max generates a plot of f as a function of x from x min to x max. Plot f 1, f 2,, x, x min, x max plots several functions f i.

Plot f, x, x min, x max generates a plot of f as a function of x from x min to x max. Plot f 1, f 2,, x, x min, x max plots several functions f i. HdPlot.nb In[]:=? Plot Plot f, x, x min, x max generates a plot of f as a function of x from x min to x max. Plot f, f,, x, x min, x max plots several functions f i. In[]:= Plot Sin 7 x Exp x ^, x,, 4.5

More information

Examples of Fourier series

Examples of Fourier series Examples of Fourier series Preliminaries In[]:= Below is the definition of a periodic extension of a function defined on L, L. This definition takes a function as a variable. The function has to be inputted

More information

Introduction to Mathematica and Graphing in 3-Space

Introduction to Mathematica and Graphing in 3-Space 1 Mathematica is a powerful tool that can be used to carry out computations and construct graphs and images to help deepen our understanding of mathematical concepts. This document will serve as a living

More information

Problem #130 Ant On Cylinders

Problem #130 Ant On Cylinders Problem #130 Ant On Cyliners The Distance The Ant Travels Along The Surface John Snyer November, 009 Problem Consier the soli boune by the three right circular cyliners x y (greenish-yellow), x z (re),

More information

Making Holes and Windows in Surfaces

Making Holes and Windows in Surfaces The Mathematica Journal Making Holes and Windows in Surfaces Alan Horwitz In this article, we demonstrate makehole, a program which removes points from any Graphics or Graphics3D picture whose coordinates

More information

OffPlot::"plnr"; OffGraphics::"gptn"; OffParametricPlot3D::"plld" Needs"Graphics`Arrow`" Needs"VisualLA`"

OffPlot::plnr; OffGraphics::gptn; OffParametricPlot3D::plld NeedsGraphics`Arrow` NeedsVisualLA` Printed from the Mathematica Help Browser of.: Transformation of Functions In this section, we will explore three types of transformations:.) Shifting.) Reflections (or flips).) Stretches and compressions

More information

Math 231E, Lecture 34. Polar Coordinates and Polar Parametric Equations

Math 231E, Lecture 34. Polar Coordinates and Polar Parametric Equations Math 231E, Lecture 34. Polar Coordinates and Polar Parametric Equations 1 Definition of polar coordinates Let us first recall the definition of Cartesian coordinates: to each point in the plane we can

More information

Explore 3D Figures. Dr. Jing Wang (517) , Lansing Community College, Michigan, USA

Explore 3D Figures. Dr. Jing Wang (517) , Lansing Community College, Michigan, USA Explore 3D Figures Dr. Jing Wang (517)2675965, wangj@lcc.edu Lansing Community College, Michigan, USA Part I. 3D Modeling In this part, we create 3D models using Mathematica for various solids in 3D space,

More information

You can drag the graphs using your mouse to rotate the surface.

You can drag the graphs using your mouse to rotate the surface. The following are some notes for relative maxima and mimima using surfaces plotted in Mathematica. The way to run the code is: Select Menu bar -- Evaluation -- Evaluate Notebook You can drag the graphs

More information

Curves Dr Richard Kenderdine

Curves Dr Richard Kenderdine Curves Dr Richard Kenderdine Kenderdine Maths Tutoring 1 December 01 This note shows some interesting curves not usually encountered. Most of the examples exist as families that can be altered by changing

More information

Examples of Conformal Maps and of Critical Points

Examples of Conformal Maps and of Critical Points Examples of Conformal Maps and of Critical Points We know that an analytic function f(z) is conformal (preserves angles and orientation) at all points where the derivative f (z) is not zero. Here we look

More information

Problem 25 in Section 16.3

Problem 25 in Section 16.3 Problem 5 in Section 16.3 In[1]:= Recall that in this problem we are studying the pyramid bounded by the planes z 6, y 0, y x 4 and x y z 4. In class we calculated all the vertices of this pyramid. Now

More information

16.6. Parametric Surfaces. Parametric Surfaces. Parametric Surfaces. Vector Calculus. Parametric Surfaces and Their Areas

16.6. Parametric Surfaces. Parametric Surfaces. Parametric Surfaces. Vector Calculus. Parametric Surfaces and Their Areas 16 Vector Calculus 16.6 and Their Areas Copyright Cengage Learning. All rights reserved. Copyright Cengage Learning. All rights reserved. and Their Areas Here we use vector functions to describe more general

More information

Example 1: Give the coordinates of the points on the graph.

Example 1: Give the coordinates of the points on the graph. Ordered Pairs Often, to get an idea of the behavior of an equation, we will make a picture that represents the solutions to the equation. A graph gives us that picture. The rectangular coordinate plane,

More information

Parametric Surfaces and Surface Area

Parametric Surfaces and Surface Area Parametric Surfaces and Surface Area What to know: 1. Be able to parametrize standard surfaces, like the ones in the handout.. Be able to understand what a parametrized surface looks like (for this class,

More information

Computational methods in Mathematics

Computational methods in Mathematics Computational methods in Mathematics José Carlos Díaz Ramos Cristina Vidal Castiñeira June 13, 2014 1 Graphics Mathematica represents all graphics in terms of a collection of graphics primitives. The primitives

More information

Representations of Curves and Surfaces, and of their Tangent Lines, and Tangent Planes in R 2 and R 3 Robert L.Foote, Fall 2007

Representations of Curves and Surfaces, and of their Tangent Lines, and Tangent Planes in R 2 and R 3 Robert L.Foote, Fall 2007 CurvesAndSurfaces.nb Representations of Curves and Surfaces, and of their Tangent Lines, and Tangent Planes in R and R 3 Robert L.Foote, Fall 007 Curves and Surfaces Graphs ü The graph of f : Æ is a curve

More information

1 Basic Plotting. Radii Speeds Offsets 1, 1, 1 2, 5, 19 0, 0, 0 1, 0.8, 0.4, 0.2, 0.4, 0.2 1, 10, 17, 26, 28, 37 0, Π, Π, 0, 0, Π

1 Basic Plotting. Radii Speeds Offsets 1, 1, 1 2, 5, 19 0, 0, 0 1, 0.8, 0.4, 0.2, 0.4, 0.2 1, 10, 17, 26, 28, 37 0, Π, Π, 0, 0, Π 1 Basic Plotting Placing wheels on wheels on wheels and giving them different rates of spin leads to some interesting parametric plots. The images show four examples. They arise from the values below,

More information

Lecture 2. Dr John Armstrong

Lecture 2. Dr John Armstrong Computing for Geometry and Number Theory Lecture 2 Dr John Armstrong King's College London December 6, 2018 Last week we used Mathematica as a calculator Using the workbook, for example to type SHIFT +

More information

Complex Numbers, Polar Equations, and Parametric Equations. Copyright 2017, 2013, 2009 Pearson Education, Inc.

Complex Numbers, Polar Equations, and Parametric Equations. Copyright 2017, 2013, 2009 Pearson Education, Inc. 8 Complex Numbers, Polar Equations, and Parametric Equations Copyright 2017, 2013, 2009 Pearson Education, Inc. 1 8.5 Polar Equations and Graphs Polar Coordinate System Graphs of Polar Equations Conversion

More information

11.9 Three dimensional Coordinates

11.9 Three dimensional Coordinates 11.9 Three dimensional Coordinates Apr 1 10:06 AM 1 A Three Dimensional Coordinate System Dec 9 5:26 PM 2 With an ordered triple (x, y, z) Dec 9 5:26 PM 3 x axis y axis z axis Dec 9 5:26 PM 4 Dec 9 5:26

More information

Functions f and g are called a funny cosine and a funny sine if they satisfy the following properties:

Functions f and g are called a funny cosine and a funny sine if they satisfy the following properties: Assignment problems by Branko Ćurgus posted on 2070720 Problem. Funny trigonometry and its beauty ü Few Mathematica comments There are several standard Mathematica functions that can be useful here. For

More information

Mathematica Assignment 1

Mathematica Assignment 1 Math 21a: Multivariable Calculus, Fall 2000 Mathematica Assignment 1 Support Welcome to this Mathematica computer assignment! In case of technical problems with this assignment please consult first the

More information

1. How Mathematica works

1. How Mathematica works Departments of Civil Engineering and Mathematics CE 109: Computing for Engineering Mathematica Session 1: Introduction to the system Mathematica is a piece of software described by its manufacturers as

More information

Lecture 34: Curves defined by Parametric equations

Lecture 34: Curves defined by Parametric equations Curves defined by Parametric equations When the path of a particle moving in the plane is not the graph of a function, we cannot describe it using a formula that express y directly in terms of x, or x

More information

ENGI Parametric & Polar Curves Page 2-01

ENGI Parametric & Polar Curves Page 2-01 ENGI 3425 2. Parametric & Polar Curves Page 2-01 2. Parametric and Polar Curves Contents: 2.1 Parametric Vector Functions 2.2 Parametric Curve Sketching 2.3 Polar Coordinates r f 2.4 Polar Curve Sketching

More information

Triple Integrals: Setting up the Integral

Triple Integrals: Setting up the Integral Triple Integrals: Setting up the Integral. Set up the integral of a function f x, y, z over the region above the upper nappe of the cone z x y from z to z. Use the following orders of integration: d x

More information

MAC Learning Objectives. Module 12 Polar and Parametric Equations. Polar and Parametric Equations. There are two major topics in this module:

MAC Learning Objectives. Module 12 Polar and Parametric Equations. Polar and Parametric Equations. There are two major topics in this module: MAC 4 Module 2 Polar and Parametric Equations Learning Objectives Upon completing this module, you should be able to:. Use the polar coordinate system. 2. Graph polar equations. 3. Solve polar equations.

More information

Physics for Scientists & Engineers 2

Physics for Scientists & Engineers 2 Geometric Optics Physics for Scientists & Engineers 2 Spring Semester 2005 Lecture 36! The study of light divides itself into three fields geometric optics wave optics quantum optics! In the previous chapter,

More information

Polar Coordinates. Chapter 10: Parametric Equations and Polar coordinates, Section 10.3: Polar coordinates 28 / 46

Polar Coordinates. Chapter 10: Parametric Equations and Polar coordinates, Section 10.3: Polar coordinates 28 / 46 Polar Coordinates Polar Coordinates: Given any point P = (x, y) on the plane r stands for the distance from the origin (0, 0). θ stands for the angle from positive x-axis to OP. Polar coordinate: (r, θ)

More information

To graph the point (r, θ), simply go out r units along the initial ray, then rotate through the angle θ. The point (1, 5π 6. ) is graphed below:

To graph the point (r, θ), simply go out r units along the initial ray, then rotate through the angle θ. The point (1, 5π 6. ) is graphed below: Polar Coordinates Any point in the plane can be described by the Cartesian coordinates (x, y), where x and y are measured along the corresponding axes. However, this is not the only way to represent points

More information

Graphing on the Riemann Sphere

Graphing on the Riemann Sphere The Mathematica Journal Graphing on the Riemann Sphere Djilali Benayat We give a procedure to plot parametric curves on the sphere whose advantages over classical graphs in the Cartesian plane are obvious

More information

Updated: August 24, 2016 Calculus III Section Math 232. Calculus III. Brian Veitch Fall 2015 Northern Illinois University

Updated: August 24, 2016 Calculus III Section Math 232. Calculus III. Brian Veitch Fall 2015 Northern Illinois University Updated: August 24, 216 Calculus III Section 1.2 Math 232 Calculus III Brian Veitch Fall 215 Northern Illinois University 1.2 Calculus with Parametric Curves Definition 1: First Derivative of a Parametric

More information

H* Define 2 Points in R 3 *L P = 81, 2, 3< Q = 84, 6, 6< PQvec = Q - P. H* Plot a Single Red Point of "Size" 0.05 *L

H* Define 2 Points in R 3 *L P = 81, 2, 3< Q = 84, 6, 6< PQvec = Q - P. H* Plot a Single Red Point of Size 0.05 *L Define and plotting a point and vector H* Define 2 Points in R 3 *L P = 81, 2, 3< Q = 84, 6, 6< PQvec = Q - P H* Plot a Single Red Point of "Size" 0.05 *L Graphics3D@8PointSize@0.05D, Red, Point@PD

More information

3 Vectors and the Geometry of Space

3 Vectors and the Geometry of Space 3 Vectors and the Geometry of Space Up until this point in your career, you ve likely only done math in 2 dimensions. It s gotten you far in your problem solving abilities and you should be proud of all

More information

7-5 Parametric Equations

7-5 Parametric Equations 3. Sketch the curve given by each pair of parametric equations over the given interval. Make a table of values for 6 t 6. t x y 6 19 28 5 16.5 17 4 14 8 3 11.5 1 2 9 4 1 6.5 7 0 4 8 1 1.5 7 2 1 4 3 3.5

More information

Review for Applications of Definite Integrals Sections

Review for Applications of Definite Integrals Sections Review for Applications of Definite Integrals Sections 6.1 6.4 Math 166 Iowa State University http://orion.math.iastate.edu/dstolee/teaching/15-166/ September 4, 2015 1. What type of problem: Volume? Arc

More information

Goals: Course Unit: Describing Moving Objects Different Ways of Representing Functions Vector-valued Functions, or Parametric Curves

Goals: Course Unit: Describing Moving Objects Different Ways of Representing Functions Vector-valued Functions, or Parametric Curves Block #1: Vector-Valued Functions Goals: Course Unit: Describing Moving Objects Different Ways of Representing Functions Vector-valued Functions, or Parametric Curves 1 The Calculus of Moving Objects Problem.

More information

ü 12.1 Vectors Students should read Sections of Rogawski's Calculus [1] for a detailed discussion of the material presented in this section.

ü 12.1 Vectors Students should read Sections of Rogawski's Calculus [1] for a detailed discussion of the material presented in this section. Chapter 12 Vector Geometry Useful Tip: If you are reading the electronic version of this publication formatted as a Mathematica Notebook, then it is possible to view 3-D plots generated by Mathematica

More information

Worksheet 3.5: Triple Integrals in Spherical Coordinates. Warm-Up: Spherical Coordinates (ρ, φ, θ)

Worksheet 3.5: Triple Integrals in Spherical Coordinates. Warm-Up: Spherical Coordinates (ρ, φ, θ) Boise State Math 275 (Ultman) Worksheet 3.5: Triple Integrals in Spherical Coordinates From the Toolbox (what you need from previous classes) Know what the volume element dv represents. Be able to find

More information

To graph the point (r, θ), simply go out r units along the initial ray, then rotate through the angle θ. The point (1, 5π 6

To graph the point (r, θ), simply go out r units along the initial ray, then rotate through the angle θ. The point (1, 5π 6 Polar Coordinates Any point in the plane can be described by the Cartesian coordinates (x, y), where x and y are measured along the corresponding axes. However, this is not the only way to represent points

More information

Some Examples to Show That Objects Be Presented by Mathematical Equations

Some Examples to Show That Objects Be Presented by Mathematical Equations American Journal of Computational Mathematics, 01,, 199-06 http://dx.doi.org/10.436/ajcm.01.305 Published Online September 01 (http://www.scirp.org/journal/ajcm) Some Examples to Show That Objects Be Presented

More information

Graphs of Functions, Limits, and

Graphs of Functions, Limits, and Chapter Continuity Graphs of Functions, Limits, and ü. Plotting Graphs Students should read Chapter of Rogawski's Calculus [] for a detailed discussion of the material presented in this section. ü.. Basic

More information

Vectors and the Geometry of Space

Vectors and the Geometry of Space Vectors and the Geometry of Space In Figure 11.43, consider the line L through the point P(x 1, y 1, z 1 ) and parallel to the vector. The vector v is a direction vector for the line L, and a, b, and c

More information

Mathematics Computer Laboratory - Math Version 11 Lab 7 - Graphics c

Mathematics Computer Laboratory - Math Version 11 Lab 7 - Graphics c Mathematics Computer Laboratory - Math 1200 - Version 11 Lab 7 - Graphics c Due You should only turn in exercises in this lab with its title and your name in Title and Subtitle font, respectively. Edit

More information

Measuring Lengths The First Fundamental Form

Measuring Lengths The First Fundamental Form Differential Geometry Lia Vas Measuring Lengths The First Fundamental Form Patching up the Coordinate Patches. Recall that a proper coordinate patch of a surface is given by parametric equations x = (x(u,

More information

t dt ds Then, in the last class, we showed that F(s) = <2s/3, 1 2s/3, s/3> is arclength parametrization. Therefore,

t dt ds Then, in the last class, we showed that F(s) = <2s/3, 1 2s/3, s/3> is arclength parametrization. Therefore, 13.4. Curvature Curvature Let F(t) be a vector values function. We say it is regular if F (t)=0 Let F(t) be a vector valued function which is arclength parametrized, which means F t 1 for all t. Then,

More information

Polar (BC Only) They are necessary to find the derivative of a polar curve in x- and y-coordinates. The derivative

Polar (BC Only) They are necessary to find the derivative of a polar curve in x- and y-coordinates. The derivative Polar (BC Only) Polar coordinates are another way of expressing points in a plane. Instead of being centered at an origin and moving horizontally or vertically, polar coordinates are centered at the pole

More information

Section 10.1 Polar Coordinates

Section 10.1 Polar Coordinates Section 10.1 Polar Coordinates Up until now, we have always graphed using the rectangular coordinate system (also called the Cartesian coordinate system). In this section we will learn about another system,

More information

12.4 Rotations. Learning Objectives. Review Queue. Defining Rotations Rotations

12.4 Rotations. Learning Objectives. Review Queue. Defining Rotations Rotations 12.4. Rotations www.ck12.org 12.4 Rotations Learning Objectives Find the image of a figure in a rotation in a coordinate plane. Recognize that a rotation is an isometry. Review Queue 1. Reflect XY Z with

More information

Space Curves of Constant Curvature *

Space Curves of Constant Curvature * Space Curves of Constant Curvature * 2-11 Torus Knot of constant curvature. See also: About Spherical Curves Definition via Differential Equations. Space Curves that 3DXM can exhibit are mostly given in

More information

Polar Coordinates. Chapter 10: Parametric Equations and Polar coordinates, Section 10.3: Polar coordinates 27 / 45

Polar Coordinates. Chapter 10: Parametric Equations and Polar coordinates, Section 10.3: Polar coordinates 27 / 45 : Given any point P = (x, y) on the plane r stands for the distance from the origin (0, 0). θ stands for the angle from positive x-axis to OP. Polar coordinate: (r, θ) Chapter 10: Parametric Equations

More information

Direction Fields; Euler s Method

Direction Fields; Euler s Method Direction Fields; Euler s Method It frequently happens that we cannot solve first order systems dy (, ) dx = f xy or corresponding initial value problems in terms of formulas. Remarkably, however, this

More information

PARAMETRIC EQUATIONS AND POLAR COORDINATES

PARAMETRIC EQUATIONS AND POLAR COORDINATES 10 PARAMETRIC EQUATIONS AND POLAR COORDINATES PARAMETRIC EQUATIONS & POLAR COORDINATES A coordinate system represents a point in the plane by an ordered pair of numbers called coordinates. PARAMETRIC EQUATIONS

More information

Section 7.2 Volume: The Disk Method

Section 7.2 Volume: The Disk Method Section 7. Volume: The Disk Method White Board Challenge Find the volume of the following cylinder: No Calculator 6 ft 1 ft V 3 1 108 339.9 ft 3 White Board Challenge Calculate the volume V of the solid

More information

Use Parametric notation. Interpret the effect that T has on the graph as motion.

Use Parametric notation. Interpret the effect that T has on the graph as motion. Learning Objectives Parametric Functions Lesson 3: Go Speed Racer! Level: Algebra 2 Time required: 90 minutes One of the main ideas of the previous lesson is that the control variable t does not appear

More information

12 m. 30 m. The Volume of a sphere is 36 cubic units. Find the length of the radius.

12 m. 30 m. The Volume of a sphere is 36 cubic units. Find the length of the radius. NAME DATE PER. REVIEW #18: SPHERES, COMPOSITE FIGURES, & CHANGING DIMENSIONS PART 1: SURFACE AREA & VOLUME OF SPHERES Find the measure(s) indicated. Answers to even numbered problems should be rounded

More information

Continuity and Tangent Lines for functions of two variables

Continuity and Tangent Lines for functions of two variables Continuity and Tangent Lines for functions of two variables James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University April 4, 2014 Outline 1 Continuity

More information

Principles of Linear Algebra With Mathematica Linear Programming

Principles of Linear Algebra With Mathematica Linear Programming Principles of Linear Algebra With Mathematica Linear Programming Kenneth Shiskowski and Karl Frinkle Draft date March 12, 12 Contents 1 Linear Programming 1 1.1 Geometric Linear Programming in Two Dimensions......

More information

The Three Dimensional Coordinate System

The Three Dimensional Coordinate System The Three-Dimensional Coordinate System The Three Dimensional Coordinate System You can construct a three-dimensional coordinate system by passing a z-axis perpendicular to both the x- and y-axes at the

More information

Module 4. Stereographic projection: concept and application. Lecture 4. Stereographic projection: concept and application

Module 4. Stereographic projection: concept and application. Lecture 4. Stereographic projection: concept and application Module 4 Stereographic projection: concept and application Lecture 4 Stereographic projection: concept and application 1 NPTEL Phase II : IIT Kharagpur : Prof. R. N. Ghosh, Dept of Metallurgical and Materials

More information

Introduction to Transformations. In Geometry

Introduction to Transformations. In Geometry + Introduction to Transformations In Geometry + What is a transformation? A transformation is a copy of a geometric figure, where the copy holds certain properties. Example: copy/paste a picture on your

More information

Mathematica Basics. Exponential Functions Exp[expression] Natural Logarithms (ln) Log[expression]

Mathematica Basics. Exponential Functions Exp[expression] Natural Logarithms (ln) Log[expression] Mathematica Basics To evaluate a Mathematica command, press [Shift]+[Enter]. Pay attention to spaces! Mathematica interprets some of them as multiplication. Syntax, capitalization and punctuation are meaningful.

More information

Polar Coordinates

Polar Coordinates Polar Coordinates 7-7-2 Polar coordinates are an alternative to rectangular coordinates for referring to points in the plane. A point in the plane has polar coordinates r,θ). r is roughly) the distance

More information

MATHEMATICS FOR ENGINEERING TUTORIAL 5 COORDINATE SYSTEMS

MATHEMATICS FOR ENGINEERING TUTORIAL 5 COORDINATE SYSTEMS MATHEMATICS FOR ENGINEERING TUTORIAL 5 COORDINATE SYSTEMS This tutorial is essential pre-requisite material for anyone studying mechanical engineering. This tutorial uses the principle of learning by example.

More information

GRAPHING WORKSHOP. A graph of an equation is an illustration of a set of points whose coordinates satisfy the equation.

GRAPHING WORKSHOP. A graph of an equation is an illustration of a set of points whose coordinates satisfy the equation. GRAPHING WORKSHOP A graph of an equation is an illustration of a set of points whose coordinates satisfy the equation. The figure below shows a straight line drawn through the three points (2, 3), (-3,-2),

More information

PARAMETERIZATIONS OF PLANE CURVES

PARAMETERIZATIONS OF PLANE CURVES PARAMETERIZATIONS OF PLANE CURVES Suppose we want to plot the path of a particle moving in a plane. This path looks like a curve, but we cannot plot it like we would plot any other type of curve in the

More information

A Mathematica Tutorial

A Mathematica Tutorial A Mathematica Tutorial -3-8 This is a brief introduction to Mathematica, the symbolic mathematics program. This tutorial is generic, in the sense that you can use it no matter what kind of computer you

More information

form are graphed in Cartesian coordinates, and are graphed in Cartesian coordinates.

form are graphed in Cartesian coordinates, and are graphed in Cartesian coordinates. Plot 3D Introduction Plot 3D graphs objects in three dimensions. It has five basic modes: 1. Cartesian mode, where surfaces defined by equations of the form are graphed in Cartesian coordinates, 2. cylindrical

More information

5/27/12. Objectives. Plane Curves and Parametric Equations. Sketch the graph of a curve given by a set of parametric equations.

5/27/12. Objectives. Plane Curves and Parametric Equations. Sketch the graph of a curve given by a set of parametric equations. Objectives Sketch the graph of a curve given by a set of parametric equations. Eliminate the parameter in a set of parametric equations. Find a set of parametric equations to represent a curve. Understand

More information

Contour Diagrams. restart:with(plots): setoptions3d(axes=normal,labels=["x","y","z"],orientation=[20,70]);

Contour Diagrams. restart:with(plots): setoptions3d(axes=normal,labels=[x,y,z],orientation=[20,70]); > > We start with the graph of z = f x, y = > z:=sqrt(x^2+y^2); > Contour Diagrams restart:with(plots): setoptions3d(axes=normal,labels=["x","y","z"],orientation=[20,70]); x 2 C y 2 and we plot its graph.

More information

16.6 Parametric Surfaces and Their Areas

16.6 Parametric Surfaces and Their Areas SECTION 6.6 PARAMETRIC SURFACES AND THEIR AREAS i j k (b) From (a), v = w r = =( ) i +( ) j +( ) k = i + j i j k (c) curl v = v = = () () i + ( ) () j + () ( ) k =[ ( )] k = k =w 9. For any continuous

More information

Three-Dimensional Coordinate Systems

Three-Dimensional Coordinate Systems Jim Lambers MAT 169 Fall Semester 2009-10 Lecture 17 Notes These notes correspond to Section 10.1 in the text. Three-Dimensional Coordinate Systems Over the course of the next several lectures, we will

More information

1) Find. a) b) c) d) e) 2) The function g is defined by the formula. Find the slope of the tangent line at x = 1. a) b) c) e) 3) Find.

1) Find. a) b) c) d) e) 2) The function g is defined by the formula. Find the slope of the tangent line at x = 1. a) b) c) e) 3) Find. 1 of 7 1) Find 2) The function g is defined by the formula Find the slope of the tangent line at x = 1. 3) Find 5 1 The limit does not exist. 4) The given function f has a removable discontinuity at x

More information

Pre-Calculus Guided Notes: Chapter 10 Conics. A circle is

Pre-Calculus Guided Notes: Chapter 10 Conics. A circle is Name: Pre-Calculus Guided Notes: Chapter 10 Conics Section Circles A circle is _ Example 1 Write an equation for the circle with center (3, ) and radius 5. To do this, we ll need the x1 y y1 distance formula:

More information

{σ 1}; Hessian2D[f_] := yleft = -12; xright = 5; yright = 5; max4 = FindMaximum[Det[Hessian2D[f]] // Evaluate, {{x, -10}, {y, -10}}][[2, ;;, 2]]

{σ 1}; Hessian2D[f_] := yleft = -12; xright = 5; yright = 5; max4 = FindMaximum[Det[Hessian2D[f]] // Evaluate, {{x, -10}, {y, -10}}][[2, ;;, 2]] g[x_, y_] := f[x_, y_] := x 1 2 +y 2 2 * π * σ * 2 e- 2*σ 2 ; 10 g[x, y] + g[x + i, y] + g[x, y + i] + g[x + 10, y + 10] /. {σ 1}; i=1 10 i=1 Hessian2D[f_] := D[D[f[x, y], {x}], {x}] D[D[f[x, y], {x}],

More information

Conics, Parametric Equations, and Polar Coordinates. Copyright Cengage Learning. All rights reserved.

Conics, Parametric Equations, and Polar Coordinates. Copyright Cengage Learning. All rights reserved. 10 Conics, Parametric Equations, and Polar Coordinates Copyright Cengage Learning. All rights reserved. 10.5 Area and Arc Length in Polar Coordinates Copyright Cengage Learning. All rights reserved. Objectives

More information

Polar Coordinates. 2, π and ( )

Polar Coordinates. 2, π and ( ) Polar Coordinates Up to this point we ve dealt exclusively with the Cartesian (or Rectangular, or x-y) coordinate system. However, as we will see, this is not always the easiest coordinate system to work

More information

To sketch the graph we need to evaluate the parameter t within the given interval to create our x and y values.

To sketch the graph we need to evaluate the parameter t within the given interval to create our x and y values. Module 10 lesson 6 Parametric Equations. When modeling the path of an object, it is useful to use equations called Parametric equations. Instead of using one equation with two variables, we will use two

More information

9.5 Polar Coordinates. Copyright Cengage Learning. All rights reserved.

9.5 Polar Coordinates. Copyright Cengage Learning. All rights reserved. 9.5 Polar Coordinates Copyright Cengage Learning. All rights reserved. Introduction Representation of graphs of equations as collections of points (x, y), where x and y represent the directed distances

More information

Shape - preserving functions

Shape - preserving functions Shape - preserving functions Introduction This Mathematica notebook is licensed under a Creative Commons Attribution - ShareAlike 3.0 License It creates the demonstrations used in my post Maps. Graphs

More information

PARAMETRIC EQUATIONS AND POLAR COORDINATES

PARAMETRIC EQUATIONS AND POLAR COORDINATES 9 ARAMETRIC EQUATIONS AND OLAR COORDINATES So far we have described plane curves b giving as a function of f or as a function of t or b giving a relation between and that defines implicitl as a function

More information

Polar Functions Polar coordinates

Polar Functions Polar coordinates 548 Chapter 1 Parametric, Vector, and Polar Functions 1. What ou ll learn about Polar Coordinates Polar Curves Slopes of Polar Curves Areas Enclosed b Polar Curves A Small Polar Galler... and wh Polar

More information

3D Modeler Creating Custom myhouse Symbols

3D Modeler Creating Custom myhouse Symbols 3D Modeler Creating Custom myhouse Symbols myhouse includes a large number of predrawn symbols. For most designs and floorplans, these should be sufficient. For plans that require that special table, bed,

More information

Volumes of Solids of Revolution Lecture #6 a

Volumes of Solids of Revolution Lecture #6 a Volumes of Solids of Revolution Lecture #6 a Sphereoid Parabaloid Hyperboloid Whateveroid Volumes Calculating 3-D Space an Object Occupies Take a cross-sectional slice. Compute the area of the slice. Multiply

More information

Conics, Parametric Equations, and Polar Coordinates. Copyright Cengage Learning. All rights reserved.

Conics, Parametric Equations, and Polar Coordinates. Copyright Cengage Learning. All rights reserved. 10 Conics, Parametric Equations, and Polar Coordinates Copyright Cengage Learning. All rights reserved. 10.5 Area and Arc Length in Polar Coordinates Copyright Cengage Learning. All rights reserved. Objectives

More information

2.2 Volumes of Solids of Revolution

2.2 Volumes of Solids of Revolution 2.2 Volumes of Solids of Revolution We know how to find volumes of well-established solids such as a cylinder or rectangular box. What happens when the volume can t be found quite as easily nice or when

More information

10.1 Curves Defined by Parametric Equations

10.1 Curves Defined by Parametric Equations 10.1 Curves Defined by Parametric Equations Ex: Consider the unit circle from Trigonometry. What is the equation of that circle? There are 2 ways to describe it: x 2 + y 2 = 1 and x = cos θ y = sin θ When

More information

Chapter 10 Homework: Parametric Equations and Polar Coordinates

Chapter 10 Homework: Parametric Equations and Polar Coordinates Chapter 1 Homework: Parametric Equations and Polar Coordinates Name Homework 1.2 1. Consider the parametric equations x = t and y = 3 t. a. Construct a table of values for t =, 1, 2, 3, and 4 b. Plot the

More information

Geometry: Semester 2 Practice Final Unofficial Worked Out Solutions by Earl Whitney

Geometry: Semester 2 Practice Final Unofficial Worked Out Solutions by Earl Whitney Geometry: Semester 2 Practice Final Unofficial Worked Out Solutions by Earl Whitney 1. Wrapping a string around a trash can measures the circumference of the trash can. Assuming the trash can is circular,

More information

MATERIAL FOR A MASTERCLASS ON HYPERBOLIC GEOMETRY. Timeline. 10 minutes Exercise session: Introducing curved spaces

MATERIAL FOR A MASTERCLASS ON HYPERBOLIC GEOMETRY. Timeline. 10 minutes Exercise session: Introducing curved spaces MATERIAL FOR A MASTERCLASS ON HYPERBOLIC GEOMETRY Timeline 10 minutes Introduction and History 10 minutes Exercise session: Introducing curved spaces 5 minutes Talk: spherical lines and polygons 15 minutes

More information