Chapter 3: Functions of Several Variables
Section 3.3: Quadric Surfaces
|
Example 3.3.6
|
|
Put the equation into standard form for a quadric surface, identify the surface, draw its graph, and discuss the nature of the level curves and plane sections.
|
|
|
|
Solution
|
|
|
Mathematical Solution
|
|
•
|
Figure 3.3.6(a) is a graph of the surface defined by the given equation,
|
whose standard form is
obtained by completing the square in and y. The standard form is the equation of a circular paraboloid whose vertex is the point .
•
|
The level curves, drawn on the surface of the paraboloid, are circles. The cross sections and are parabolas, shown in Figure 3.3.6(b) where the slider controls the value of . Indeed, if , then the equation
|
defines parabolas in the -plane. Likewise, the cross sections are also parabolas, but in the -plane:
>
|
plot3d((x-1)^2+(y+1)^2+1,x=-1..3,y=-3..1,scaling=constrained,axes=frame,orientation=[-50,60,0],style=surfacecontour,tickmarks=[4,8,4],view=0..5);
|
|
Figure 3.3.6(a) Circular paraboloid
|
|
|
|
=
=
|
Figure 3.3.6(b) Cross sections
|
|
|
|
|
|
|
|
Maple Solution - Interactive
|
|
Obtain the standard form
|
•
|
Control-drag the given equation.
|
•
|
Context Panel: Manipulate Equation
|
•
|
Check the "Show steps stacked vertically" box.
|
•
|
Click the "Complete the square" button.
|
•
|
Add to both sides as per the action shown in the figure below.
|
•
|
Click the "Return Steps" button.
|
|
|
|
|
|
Obtain the equivalent of Figure 3.3.6(a)
|
•
|
Control-drag the given equation.
|
•
|
Context Panel: Plots≻Plot Builder≻3-D implicit plot
|
•
|
Set the ranges
style → surfacecontour
|
•
|
3-D Options≻grid → [25, 25, 25]
scaling → constrained
lightmodel → none
|
|
|
|
|
|
|
Maple Solution - Coded
|
|
Define so that the graph of is a quadric surface
|
|
Complete the square and put into standard form
|
| (1) |
| (2) |
| (3) |
|
Obtain the equivalent of Figure 3.3.6(a)
|
|
|
|
|
|
|
<< Previous Example Section 3.3
Next Example >>
© Maplesoft, a division of Waterloo Maple Inc., 2024. All rights reserved. This product is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation.
For more information on Maplesoft products and services, visit www.maplesoft.com
|