Chapter 3: Functions of Several Variables
Section 3.3: Quadric Surfaces
Example 3.3.2
Put the equation 2 x2−y2−4 x−2 y−z+2=0into 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
Figures 3.3.2(a, b) each contains a graph of the surface defined by the given equation,
2 x2−y2−4 x−2 y−z+2=0
whose standard form is
z−1=x−121/22−y+12
obtained by completing the square in x and y. The standard form is the equation of a hyperbolic paraboloid with center 1,−1,1.
The level curves, drawn on the surface of the quadric, are the hyperbolas
x−12c−1/2−y+12c−1=1
The cross sections x=c and y=c are parabolas, shown in Figures 3.3.2(a, b) where the sliders control the values of c. Indeed, if x=c, then the equation
z=−y+12+2c−12+1
defines parabolas in the yz-plane, seen in Figure 3.3.2(a). Likewise, the cross sections y=c are the parabolas
z=2x−12−c−12+1
defined in the xz-plane, and shown in Figure 3.3.2(b).
x = =
Figure 3.3.2(a) Hyperbolic paraboloid with cross sections x=c
y = =
Figure 3.3.2(b) Hyperbolic paraboloid with cross sections y=c
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.
2 x2−y2−4 x−2 y−z+2=0→manipulate equation−y+12+2⁢x−12=z−1
Obtain the equivalent of the surfaces in Figures 3.3.2(a, b)
Context Panel: Plots≻Plot Builder≻3-D implicit plot
Set the ranges −1≤x≤3,−5≤y≤3,−2≤z≤4 style → surfacecontour
3-D Options≻grid → [25, 25, 25] scaling → constrained lightmodel → none
2 x2−y2−4 x−2 y−z+2=0→
Maple Solution - Coded
Define f so that the graph of f=0 is a quadric surface
f≔2 x2−y2−4 x−2 y−z+2:
Complete the square and put f into standard form
Student:-Precalculus:-CompleteSquaref=0,x,y
−y+12+2⁢x−12−z+1=0
+z−1
−y+12+2⁢x−12=z−1
rhs=lhs
z−1=−y+12+2⁢x−12
Obtain the equivalent of the surfaces drawn in Figures 3.3.2(a, b)
plots:-implicitplot3df=0,x=−1..3,y=−5..3,z=−2..4,style=surfacecontour,scaling=constrained, axes=frame,tickmarks=4,4,6,orientation=−50,60,0
<< 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
Download Help Document