diff --git a/Old source files/S_mult_ints_double_ints_param_surf.ptx b/Old source files/S_mult_ints_double_ints_param_surf.ptx
index e350b6438..4b23ca397 100644
--- a/Old source files/S_mult_ints_double_ints_param_surf.ptx
+++ b/Old source files/S_mult_ints_double_ints_param_surf.ptx
@@ -167,7 +167,7 @@
where
Consider the @@ -254,7 +254,7 @@
In this activity, we seek a
@@ -417,7 +417,7 @@
Consider the cylinder with radius
+ Consider the ellipsoid given by the equation
+
+ In
+ Let
+ Use the result of part (a) to find a parameterization of the ellipse in terms of
+
+ If
+ Since
+
+
+
+
+ In this exercise, we explore how to use a parametrization and iterated integral to determine the surface area of a sphere. +
+ Set up an iterated integral whose value is the portion of the surface area of a sphere of radius
+ Then, evaluate the integral to calculate the surface area of this portion of the sphere. +
++ By what constant must you multiply the value determined in (b) in order to find the total surface area of the entire sphere. +
++ Finally, compare your result to the standard formula for the surface area of sphere. +
++
+ From
+ With
+ We multiply the previous result by 8 to reproduce the surface area calculation in each of the eight octants.
+ So the surface area of a sphere of radius
+ The result of part (c) is the standard formula for the surface area of a sphere of radius
+ Consider the plane generated by
+ Sketch a picture of the overall solid generated by the plane over the given domain. +
+
+ Determine a parameterization
+ Use
+ Observe that the vector
+
+ The solid looks like a box with a slanted top. +
+
+ If we let
+ In our situation we have
+ Take
+ A cone with base radius
+ Find a parameterization of the cone described by
+ Set up an iterated integral to determine the surface area of this cone. +
+
+ Evaluate the iterated integral to find a formula for the lateral surface area of a cone of height
+
+ Let
+ We have
+
+ Evaluating the iterated integral yields
+
- With our new expanded view of the world around us, we will also need to describe a variety of new examples of mathematical objects that are algebraically nice and exhibit different geometric features. You spent a few math classes to understand and apply to the calculus of one-variable in and one-variable out, we will expand our tools in much less time because of the depth and variety of ideas we have already encountered. Before we look at the calculus of these new kinds of functions, we will need to do a bit of precalculus again. + With our new expanded view of the world around us, we will also need to describe a variety of new examples of mathematical objects that are algebraically nice and exhibit different geometric features. Most students took several math classes to understand and apply to the calculus of functions with one-variable in and one-variable out; In this text, we will expand our tools in much less time because of the depth and variety of ideas that you have already encountered. Before we look at the calculus of these new kinds of functions, we will need to do a bit of precalculus again.
diff --git a/source/C-vvf.ptx b/source/C-vvf.ptx index 410212b31..c80109bfa 100644 --- a/source/C-vvf.ptx +++ b/source/C-vvf.ptx @@ -81,7 +81,7 @@ plot2+=text("$f(a)-f(a-h)$",(-0.25,-0.05),color="orange",fontsize=20) plot2 -ADD ALT TEXT TO THIS IMAGE
A plot of a downward facing parabola with a blue line going between two points on the parabola. The blue line corresponds to more horizontal change than vertical change. The right point on the parabola is labeled
ADD ALT TEXT TO THIS IMAGE
A plot of a downward facing parabola with a blue line going between two points on the parabola. The blue line in this plot is steeper than in the previous plot and the points are closer together on the parabola. The right point on the parabola is labeled
ADD ALT TEXT TO THIS IMAGE
A plot of a downward facing parabola with a blue line going between two points on the parabola. The blue line in this plot is slightly steeper than in the previous plot and the two points are close together on the parabola. The right point on the parabola is labeled
@@ -152,7 +152,11 @@
ADD ALT TEXT TO THIS IMAGE A sequence of three images shows different Riemann sum converging to the defintie integral.
+ The left image shows a sinusoidal graph in blue that goes above and below the the horizontal axis. From left to right, points with inputs a, b, c, and d are labeled on a horizontal segment. The blue graph is above the horizontal axis between inputs a nd b and between c and d. The blue graph is below the horizontal axis between b and c. Eleven green rectangles extend vertically from the horizontal axis to the blue graph on the region of inputs from a to d.
+ The center image shows a sinusoidal graph in blue that goes above and below the the horizontal axis. From left to right, points with inputs a, b, c, and d are labeled on a horizontal segment. The blue graph is above the horizontal axis between inputs a nd b and between c and d. The blue graph is below the horizontal axis between b and c. Twenty two green rectangles extend vertically from the horizontal axis to the blue graph on the region of inputs from a to d. These green rectangles better approximate the area under the blue graph, as compared to the left image.
+ The right image shows a sinusoidal graph in blue that goes above and below the the horizontal axis. From left to right, points with inputs a, b, c, and d are labeled on a horizontal segment. The blue graph is above the horizontal axis between inputs a nd b and between c and d. The blue graph is below the horizontal axis between b and c. The area below the blue curve and above the horizontal axis for inputs from a to b is shaded in blue and labeled
diff --git a/source/S_Precalc_3Dcoord.ptx b/source/S_Precalc_3Dcoord.ptx
index aa36bb0aa..c94f1f9a0 100644
--- a/source/S_Precalc_3Dcoord.ptx
+++ b/source/S_Precalc_3Dcoord.ptx
@@ -38,13 +38,22 @@
- This section only expects students to have familiarity with measuring distance in two dimensions. This can likely be covered in around 50 minutes and should offer opportunities for users to get used to the 3D interactable plots and the structure of in class activities.
+ This section only expects students to have familiarity with measuring distance in two dimensions. This can likely be covered in around 40 minutes and should offer opportunities for users to get used to the 3D interactable plots and the structure of in class activities.
+
+ Some instructors may want to emphasize the idea of right and left handed coordinates more than others. In particular, many students in computer science have used left handed coordinate systems as used in many game engines. Similarly, many physics and engineering students will be expected to use an orientation similar to
+ While the discussion of how coordinates are measured in two dimensional rectangular coordinates is an idea that many students think they can skip past, we are using this idea to make sure everyone is on common ground with the particular geometric measurements that define coordinates. Many students struggle with later work on coordinates and coordinate systems because they do not understand the underlying geometric foundation.
+
+ The discussion of octants is another place where some instructors may skip over this idea, but we have elected to use this as a way to generalize the very useful idea of quadrants from the Cartesian plane. Similarly, activities like
- The functions you are most familiar with have the form
+
+
+ All points on the horizontal axis have a second coordinate of
+ The length of the vertical segment, shown in blue, is 6. The length of the horizontal segment, shown in red, is 8. The length of the diagonal segment, shown in black, is 10 and can be calculated with a pythagorean theorem like argument. +
+
+ In general the length of the vertical segment between
A plot with perpendicular arrows labeled x, y, and z. A point is labeled P with coordinates (1,-2,3) and a vertical green segment from the point to the xy-plane. A red segment from the intersection of the green segment with the xy-plane and at the y-axis is shown and labeled with 1. A blue segment from the intersection of the green segment with the xy-plane and the x-axis is shown and labeled with a -2.
+
Show Segmentsoption).
- -
-
+
- Draw the point Show Segments
option).
-
+ Draw the point Show Segments
option).
+
@@ -482,17 +595,16 @@
An interactive plot in three dimensions that shows a plane in red one unit to the left of the y and z axes, a plane in blue that is two units behind the x and z axes, and a plane in green that is three units above the x and y axes. All three planes go through a point labels as P and with coordinates (1,-2,3).
-An interactive plot in three dimensions that shows a plane in red one unit to the left of the y and z axes, a plane in blue that is two units behind the x and z axes, and a plane in green that is three units above the x and y axes. All three planes go through a point labels as P and with coordinates (1,-2,3).
A grid of planes that are parallel to the xy-plane in green, parallel to the xz-plane in blue, and parallel to the yz-plane in red.
-A grid of planes that are parallel to the xy-plane in green, parallel to the xz-plane in blue, and parallel to the yz-plane in red.
+ We conclude this section by using our knowledge of how to measure straight-line distance in
- We conclude this section by using our knowledge of how to measure straight-line distance in
Remember that in two dimensions, the distance between
- The method used in
+ The method used in
- The distance between points
+ The distance between points
- As
- Equation
+ As
- Squaring both sides, we come to the standard equation for a sphere. -
+
+ Equation
+ Squaring both sides, we come to the standard equation for a sphere. +
-
- The equation of a sphere with center
+ The equation of a sphere with center
We see a strong similarity when we compare this equation to its two-dimensional analogue, the equation of a circle of radius
An interactive three-dimensional plot of a curved surface that is parabolic in one coordinate direction and cubic in the other. A grid of magenta and yellow traces along the surface are drawn. Two sliders at the top of the figure allow the user to change the location of a highlighted point on the surface. At the highlighted point, a vector is shown in magenta that is tilted to be tangent to the magenta trace through the highlighted point. A yellow vector is also drawn tangent to the yellow trace through the highlighted point. A yellow parallelogram is drawn with sides given by the magenta and yellow vectors.
- As with understanding line integrals of vector-valued functions in
- How can we use parameterization of curved surfaces to compute surface area? + How can parameterizations of curved surfaces be used to compute surface area?
- + This section was previously discussed in the chapter on multiple integration, but was not used until surface integrals were defined in Chapter 13.
- Our work in
- Parameterizations of curves enabled us to easily generate points, use vector and calculus tools (like direction of travel, direction of turning, arc length, curvature, etc.), and describe motion along the curve. In each of these uses, the parameterization reduced our curve, as a set of points in space, to a function of one variable and we have a LOT of tools for functions of one variable. In particular, curves like circles, ellipses, hyperbolas, and parabolas are often not able to be expressed with one variable as a function of the others, but these curves
- One of the central goals of this section is to extend the idea of parameterizations to curved surfaces in an attempt to apply the many multivariable tools of
- In
- In a single-variable setting, any function may have its graph expressed parametrically. For instance, given
- In the same way, in a two-variable setting, the surface
+ For surfaces where we cannot express one coordinate as a function of the other two, like ellipsoids or hyperboloids, the best strategy is to use geometric knowledge of these surfaces to express each of the
- Consider the
- torus (or doughnut) shown in
An 3D plot with axes labeled x, y, and z. A torus is drawn in light blue center at the origin and its inner opening oriented along the z-axis. Circular slices oriented radially from the z-axis are highlighted in green and circular slices centered around the z-axis are highlighted in red.
+
- To find a parametrization of this torus, we recall our work in Preview
-
A three dimensional plot with axes labeled x, y, and z. A grid is shown on the xy-plane. A circle parallel to the xy-plane and centered on the z-axis is shown in blue. Line segments from the z-axis to the circle and from the circle to the xy-plane are shown in gray and labeled r and z, respectively.
An 3D plot with axes labeled x, y, and z. A gray plan extends from the z-axis in the direction of positive x and y coordinates. On this gray plane is a green circle, centered on the xy-plane, with 13 points on the circle shown in black. For each of the black points on the green circle is rotated around the z-axis as shown by circles drawn in red.
+
- To obtain the torus in
Revolving a circle to obtain a torus.
Revolving a circle to obtain a torus.
- Let's focus our attention on one point on this circle, such as the
- indicated point, which has coordinates
- Now using our earlier parametric equations for
- To trace out the entire torus, we require that the parameters vary through the values
+ In our next activity, we will look at how to parameterize a sphere centered at the origin two ways: 1) we think of the sphere as being a surface of revolution around the
- In this activity, we seek a
- parametrization of the sphere of radius
A sphere obtained by revolving a half-circle.
-A sphere obtained by revolving a half-circle.
-An interactive three dimensional plot that shows axes labeled x, y, and z. A sphere centered at the origin is shown in light blue. A checkbox above the interactive plot will toggle a half circle plotted along the sphere from the positive z-axis to the negative z-axis.
+
- Begin by writing a parametrization of this half-circle using
- the parameter
- By revolving the points on this half-circle about the
-
- Draw the surface defined by your parameterization with - appropriate technology. -
-
+ Our first approach to parameterizing the sphere of radius
A two dimensional plot with horizontal axis labeled
+ We want to describe the points on the green half circle shown in
+ We will use a common parameterization of a circle with
+ We want to combine your work for the previous task with
+ Use
+ We now want to shift to using spherical coordinates in order to create a parameterization of the sphere of radius
+ This equation is of the form
+ For surfaces of the form
+ Let's put the last couple of tasks together to come up with a spherical coordinate parameterization of
+ Use
+ As you can see in the previous activity, there are many ways to parameterize the same surface. The parameterizations you generated for the sphere depended on whether you viewed the sphere as a surface of revolution or whether you utilized spherical coordinates. There are many other ways to parameterize a sphere, but these are likely the two most familiar and common ideas. +
+
+ In the exercises of this section, you will be asked to generate and understand the parameterization of the quadric surfaces and cylinder surfaces described in
+ In this subsection, we will go over several useful ideas about how to view geometric information given by the parameterization of a curved surface. For this section, we will examine a surface
+ In
+ What happens when we hold one of our parameters constant and allow the other to vary? We will get a slice of the parametric surface but this will not be the direction of one coordinate (
+ Similarly, we can look at the trace generated in the direction of a constant value of
+ In
An interactive three-dimensional plot of a curved surface that is parabolic in one coordinate direction and cubic in the other. A grid of magenta and yellow traces along the surface are drawn. Two sliders at the top of the figure allow the user to change the location of a highlighted point on the surface. At the highlighted point, a vector is shown in magenta that is tilted to be tangent to the magenta trace through the highlighted point. A yellow vector is also drawn tangent to the yellow trace through the highlighted point. A yellow parallelogram is drawn with sides given by the magenta and yellow vectors.
+ We can use the red and yellow tangent vectors at the highlighted point (shown in black) to create the tangent plane at the highlighted point. A parallelogram of the tangent plane is shown in orange. Note that the orange parallelogram will move and tilt to estimate the curved surface near the highlighted point. We can use the properties of the cross product to both compute a vector that will be orthogonal to the curved surface at the highlighted point
+ We take a few moments now to summarize the ideas above, but state our derivatives of
+ Curves in the direction of change of
+ Vectors tangent to the parametric surface given by
+ The vector given by
+ In this example, we will look at each of the properties above as they apply to the parameterization of the torus from
+ The traces with constant values of
+ The traces with constant values of
+ The vector tangent to the surface along the trace with constant
+ The vector tangent to the surface along the trace with constant
+ The green vector is calculated by
- Recall that a differentiable function is locally linear
- Let
+ For this development, we will use a parametrized surface given by
- In the usual way, we slice the domain into small rectangles. In particular, we partition the interval
+ These subintervals partition the rectangle
- Now we want to think about the small piece of area on the surface itself that lies above one of these small rectangles in the domain.
- Observe that if we increase
+ Each of the pieces of the curved surface correspond to increasing
+ The area of the parallelogram will then be
+ This has satisfied both the first and second steps of the classic calculus approach because we have approximated the surface area and quantified how that approximation will change with a smaller scale of steps (in
+ Let
- Say that the small parallelogram has area
- We sum the surface area approximations from Equation
- Taking the limit as
+ We can calculate
- Let
- Consider the cylinder with radius
+ In this activity, we will compute the surface area of a right circular cylinder. In particular, we will consider the cylinder with radius
A cylinder.
-
- Set up an iterated integral to determine the surface area of this cylinder. -
-- Evaluate the iterated integral. -
-- Recall that one way to think about the surface area of a cylinder is to cut the cylinder horizontally and find the perimeter of the resulting cross sectional circle, then multiply by the height. Calculate the surface area of the given cylinder using this alternate approach, and compare your work in (b). -
-
+ Calculate
-
- We have
-
- We can find the surface area of the cylinder by multiplying the circumference of the circle of radius
- If we slice the cylinder horizontally,
- a cross section is a circle of radius
+ Use the calculations from the previous task to set up an iterated integral to determine the surface area of this cylinder. +
+
+ So the area of the surface of the cylinder is
+
+ Evaluate your iterated integral from the previous task. +
+
+
+ One way to think about the surface area of a cylinder is to cut the cylinder horizontally and find the perimeter of the resulting cross sectional circle, then multiply by the height. Calculate the surface area of the given cylinder using this alternate approach, and compare your result the value from the previous task. +
+
+ If we slice the cylinder horizontally, a cross section is a circle of radius
- As we noted earlier, we can take any surface
+ As we noted earlier, we can take any surface
+ Let
- Let
- Let
- Use the formula developed in (a) to calculate the area of the surface defined by
- Observe that the surface of the solid describe in (b) is half of a circular cylinder. Use the standard formula for the surface area of a cylinder to calculate the surface area in a different way, and compare your result from (b). -
--
- Recall that any surface defined by a function
-
- Using the formula from part (a) we have that the surface area is
-
- The cross sections of the surface of this solid are semicircles with radius 2.
- So the surface area of this solid should be
+ Use the formula developed in (a) to calculate the area of the surface defined by
+ Using the formula from part (a) we have that the surface area is
+
+ Observe that the surface of the solid describe in (b) is half of a circular cylinder. Use the standard formula for the surface area of a cylinder to calculate the surface area in a different way, and compare your result from (b). +
+
+ The cross sections of the surface of this solid are semicircles with radius 2. So the surface area of this solid should be
@@ -617,7 +910,7 @@
- In the Preview Activity, we will review a few ideas from integrals in single variable calculus. The rest of this section will then be used to extend the ideas of integration and its interpretations to functions of two variables over a rectangular region. + In the Preview Activity, we will review a few ideas from integrals in single-variable calculus. The rest of this section will then be used to extend the ideas of integration and its interpretations to functions of two variables over a rectangular region.
- The motivating interpretation of a definite integral for a function of one variable was the area under a curve over a particular interval of input values. We will use the same motivating interpretation for the definite integral of function of two variables. The definite integral of a nonnegative function of two variables will measure the volume of the region beneath the graph of
A plot of the volume under as surface
- To understand the numerical calculations involved in the classic calculus approach for a double integral, it is most important to understand the region of integration. Thus, we will not look a graph of
Write a sentence about why the volume of each rectangular prism used for this approximation is
- Suppose that signed
volume of a box with base area signed
height height
could be negative. The sum
+ Suppose that signed
volume of a box with base area signed
height height
could be negative. The sum
- The double integral of
For a solid region
- The partial derivatives of a multivariable function tell us the instantaneous rate at which the function's output changes as we hold all but one input variable constant (allowing the remaining input variable to change). It is natural to wonder how we can measure the rate at which a function changes in a direction other than parallel to a coordinate axes. In this section, we investigate this question and will connect the rates of change in other directions to the rates of change given by the partial derivatives. The Preview Activity investigates these concepts in terms of a contour map representing elevation in terms of location. + The partial derivatives of a multivariable function tell us the instantaneous rate at which the function's output changes as we hold all but one input variable constant (allowing the remaining input variable to change). It is natural to wonder how we can measure the rate at which a function changes in a direction other than parallel to a coordinate axis. In this section, we investigate this question and will connect the rates of change in other directions to the rates of change given by the partial derivatives. The Preview Activity investigates these concepts in terms of a contour map representing elevation in terms of location.
We can use cardinal directions to specify the direction of displacement vectors. These directions can be described by a compass rose. The compass rose given in east-southeast
and point in the direction halfway between east and southeast.
@@ -267,7 +267,7 @@
- We will look at an example that is algebraically and geometrically simple but allows us to use
@@ -306,7 +306,7 @@
- Remember that the directional derivative is a local measurement and only applies in a small neighborhood of a point and only in the direction
If we compute
For this activity, we will look at the value of the directional derivative for temperature as a function of location. When looking at a plot of thermoclines (locations with the same temperature), you notice that your town is exactly on the thermocline labeled as 70 degrees, shown as the point
We will look algebraically calculating and explaining the vector properties of the gradient using the function
Note that the third and fifth bullets above are algebraic statements of the second and fourth bullets, respectively.
@@ -956,7 +959,7 @@ A heat-seeking missile will always travel in the direction in which the temperature increases most rapidly; that is, it will always travel in the direction of the gradient
- This type strategy is sometimes called
- In the analogy of
This means that we can find critical points of a function
- Suppose that
A three dimensional plot with axes labeled
When studying functions of several variables, we are often interested in how each individual variable affects the function while the other variable is fixed. In ADD ALT TEXT TO THIS IMAGE ADD ALT TEXT TO THIS IMAGE Creative Commons logoshare and share alike
; no party may sell this work or any of its derivatives for profit. All trademarks
- In
- Set up an iterated integral whose value is the portion of the surface area of a sphere of radius
- From
- Find a parameterization of the cone described by A plot of A plot of a surface of the form
ADD ALT TEXT TO THIS IMAGE
A plot of a surface of the form
ADD ALT TEXT TO THIS IMAGE
A plot of a surface of the form
ADD ALT TEXT TO THIS IMAGE
The gradient of
ADD ALT TEXT TO THIS IMAGE
The gradient of
ADD ALT TEXT TO THIS IMAGE
The gradient of
ADD ALT TEXT TO THIS IMAGE
The gradient of
- The properties of the gradient that we have observed for functions of two variables also hold for functions of more variables. In this problem, we consider a situation where there are three independent variables. Suppose that the temperature in a region of space is described by
-
- Find the instantaneous rate of change of the temperature in the direction of
-
- In what direction from the point
- How fast does the temperature decrease in this direction? -
-
- Find a direction in which the temperature does
- not change at
-
-
- The rate of change of the temperature in this direction is
-
- possible answers:
- A unit vector in the direction of
- To cause the temperature to decrease as quickly as possible we move in the direction of
-
- The rate of change of the temperature in this direction is
-
- Let
@@ -725,7 +580,7 @@
Since the gradient at a point is orthogonal to the contour at that point,
the contours through the indicated points are drawn orthogonal to the gradients.
This is illustrated in the figures below.
- ADD ALT TEXT TO THIS IMAGE ADD ALT TEXT TO THIS IMAGE ADD ALT TEXT TO THIS IMAGE The gradient of The gradient of The gradient of
ADD ALT TEXT TO THIS IMAGE
ADD ALT TEXT TO THIS IMAGE
ADD ALT TEXT TO THIS IMAGE
The gradient of
The gradient of
The gradient of
ADD ALT TEXT TO THIS IMAGE
ADD ALT TEXT TO THIS IMAGE
ADD ALT TEXT TO THIS IMAGE
The gradient of
The gradient of
The gradient of
ADD ALT TEXT TO THIS IMAGE
ADD ALT TEXT TO THIS IMAGE
ADD ALT TEXT TO THIS IMAGE
The gradient of
The gradient of
The gradient of
+ The properties of the gradient that we have observed for functions of two variables also hold for functions of more variables. In this problem, we consider a situation where there are three independent variables. Suppose that the temperature in a region of space is described by
+
+ Find the instantaneous rate of change of the temperature in the direction of
+
+ In what direction from the point
+ How fast does the temperature decrease in this direction? +
+
+ Find a direction in which the temperature does
+ not change at
+
+
+ The rate of change of the temperature in this direction is
+
+ possible answers:
+ A unit vector in the direction of
+ To cause the temperature to decrease as quickly as possible we move in the direction of
+
+ The rate of change of the temperature in this direction is
+
+ Let
Consider the surface