Math III · G-GPE.3.1

Completing the Square to Identify and Graph Conic Sections

Conic equations show how algebraic structure creates geometric shape: circles, ellipses, parabolas, and hyperbolas each have a recognizable equation pattern.

Concept Geometry
Domain Expressing Geometric Properties with Equations
Read time 6 minutes

What this learning objective is really asking you to learn

This objective asks students to complete the square for general quadratic conic equations and use the result to identify and graph circles, ellipses, parabolas, or hyperbolas. These shapes are called conic sections because they can be formed by slicing a cone, but in coordinate geometry they are studied through equations.

A general second-degree equation may include terms like \(x^2\), \(y^2\), \(x\), \(y\), and constants. For many high-school conic problems without rotation, the equation has no \(xy\) term. Students use completing the square to rewrite the equation into a standard form that reveals the shape.

For example,

\[x^2 + y^2 - 6x + 4y - 12 = 0\].

Group x and y terms:

\[(x^2 - 6x) + (y^2 + 4y) = 12\].

Complete the square:

\[x^2 - 6x + 9 = (x - 3)^2\].
\[y^2 + 4y + 4 = (y + 2)^2\].

Add the same amounts to the right:

\[(x - 3)^2 + (y + 2)^2 = 25\].

This is a circle with center \((3,-2)\) and radius 5.

The objective is asking students to recognize how equation structure reveals geometric structure. If both squared terms have the same positive coefficient, the graph may be a circle. If both squared terms are positive but have different denominators in standard form, the graph may be an ellipse. If one variable is squared and the other is linear, the graph is a parabola. If squared terms have opposite signs, the graph is a hyperbola.

Completing the square is the algebraic tool that exposes the center, radius, vertex, axes, and orientation.

Why students should learn this math

Students should learn conic equations because they connect algebra and geometry at a high level. A single quadratic equation in x and y can describe a circle, ellipse, parabola, or hyperbola. These are not just textbook curves. They appear in planetary orbits, satellite dishes, headlights, lenses, architecture, navigation, acoustics, and physics.

Circles model constant distance from a center. Ellipses model stretched circles and orbital paths. Parabolas model focus-directrix relationships, projectile paths in simplified settings, and reflective shapes such as satellite dishes. Hyperbolas appear in navigation, inverse relationships, and difference-of-distance situations.

Completing the square is essential because general-form equations often hide the shape. The equation

\[x^2 + y^2 - 8x + 10y + 5 = 0\]

does not immediately show center or radius. Standard form does. Rewriting reveals the geometry.

This objective also strengthens algebraic skill. Completing the square appears in quadratic solving, vertex form, circle equations, and conic sections. It is one of the major techniques for turning messy quadratic structure into readable form.

The “why” is that conics are where algebra becomes geometry. Students learn to read shapes from equations and equations from shapes.

The historical machinery: conic sections from Greek geometry to coordinate algebra

Conic sections were studied by ancient Greek mathematicians, especially Apollonius. They were originally understood geometrically as slices of a cone. Different slice angles produce circles, ellipses, parabolas, and hyperbolas. This connects directly to Objective 169 on cross-sections.

Later, coordinate geometry transformed conics into equations. A circle could be described by \((x-h)^2 + (y-k)^2 = r^2\). A parabola could be described by a focus-directrix equation. Ellipses and hyperbolas received standard algebraic forms. This unification allowed conics to be studied with algebraic tools.

Kepler's discovery that planetary orbits are ellipses gave conics huge scientific importance. Parabolas and hyperbolas also appear in physics and engineering. Coordinate conics became a central bridge between pure geometry and applied mathematics.

The historical lesson is that conics are not isolated shapes. They are a meeting point of slicing, distance, algebra, and motion.

Where this fits in the big map of mathematics

This objective follows 3D cross-sections. Conics are literally conic sections geometrically, and they are quadratic curves algebraically.

It connects backward to completing the square for quadratics. The same algebraic method reveals vertex form and circle/conic structure.

It connects to coordinate geometry. Equations define sets of points with geometric properties.

It connects to parabolas from focus and directrix work in Objective 101.

It connects to circle equations and coordinate proof.

It connects to advanced mathematics. Conics appear in analytic geometry, calculus, physics, optics, astronomy, and engineering.

The big-map role is algebra-geometry translation. Students learn to classify and graph shapes by rewriting equations.

How to execute the skill technically

Use this routine:

  1. Move the constant to the other side.
  2. Group x terms and y terms.
  3. Factor coefficients from squared-variable groups if needed.
  4. Complete the square for each squared group.
  5. Balance both sides.
  6. Rewrite in standard form.
  7. Identify the conic.
  8. Extract graph features.

Circle standard form:

\[(x-h)^2 + (y-k)^2 = r^2\].

Ellipse standard form:

\[(x-h)^2/a^2 + (y-k)^2/b^2 = 1\].

Hyperbola standard form:

\[(x-h)^2/a^2 - (y-k)^2/b^2 = 1\]

or the reverse.

Parabola standard form may involve one squared variable and one linear variable, such as

\[(x-h)^2 = 4p(y-k)\].

Example: identify

\[x^2 + y^2 + 4x - 10y + 13 = 0\].

Group:

\[(x^2 + 4x) + (y^2 - 10y) = -13\].

Complete squares:

\[x^2 + 4x + 4 = (x+2)^2\].
\[y^2 - 10y + 25 = (y-5)^2\].

Add 4 and 25 to the right:

\[(x+2)^2 + (y-5)^2 = 16\].

Circle. Center \((-2,5)\), radius 4.

Worked example: ellipse

Identify and graph:

\[4x^2 + 9y^2 - 16x + 18y - 11 = 0\].

Group:

\[4(x^2 - 4x) + 9(y^2 + 2y) = 11\].

Complete squares inside parentheses:

\[x^2 - 4x + 4 = (x-2)^2\].
\[y^2 + 2y + 1 = (y+1)^2\].

Because of coefficients, adding 4 inside the x group adds \(4 \cdot 4=16\) to the left. Adding 1 inside the y group adds \(9 \cdot 1=9\).

So right side becomes

\[11 + 16 + 9 = 36\].

Thus

\[4(x-2)^2 + 9(y+1)^2 = 36\].

Divide by 36:

\[(x-2)^2/9 + (y+1)^2/4 = 1\].

This is an ellipse centered at \((2,-1)\). The horizontal semi-axis is 3, and the vertical semi-axis is 2.

Worked example: hyperbola

Identify:

\[x^2 - y^2 - 6x - 4y + 1 = 0\].

Group:

\[(x^2 - 6x) - (y^2 + 4y) = -1\].

Complete squares carefully:

\[x^2 - 6x + 9 = (x-3)^2\].
\[y^2 + 4y + 4 = (y+2)^2\].

Because the y group is subtracted, adding 4 inside that group subtracts 4 on the left. Balance correctly:

\[(x-3)^2 - (y+2)^2 = -1 + 9 - 4 = 4\].

So

\[(x-3)^2/4 - (y+2)^2/4 = 1\].

This is a hyperbola centered at \((3,-2)\) opening left and right.

The sign difference between squared terms is the key structural feature.

Classification from coefficients

For non-rotated conics in the high-school setting, students can often classify by looking at squared terms.

If both \(x^2\) and \(y^2\) appear with the same positive coefficient, the graph may be a circle.

If both squared terms appear with positive coefficients but different weights, the graph may be an ellipse.

If one squared term is positive and the other negative, the graph is typically a hyperbola.

If only one variable is squared, the graph is a parabola.

This quick classification does not replace completing the square, but it gives students a first expectation before rewriting.

Parabola example

Identify and rewrite:

\[y^2 - 6y - 8x + 17 = 0\].

Group y terms:

\[y^2 - 6y = 8x - 17\].

Complete square:

\[y^2 - 6y + 9 = 8x - 8\].

So

\[(y - 3)^2 = 8(x - 1)\].

This is a parabola opening to the right because the squared term is y and the linear term is x. In the form

\[(y-k)^2 = 4p(x-h)\],

we have center/vertex \((h,k)=(1,3)\) and \(4p=8\), so \(p=2\). The vertex is \((1,3)\).

Degenerate and no-real cases

Some quadratic equations do not produce ordinary conics with real points. For example,

\[x^2 + y^2 = -1\]

has no real graph because squares cannot sum to a negative number. An equation like

\[x^2 + y^2 = 0\]

is just the single point \((0,0)\). Students do not need to dwell on degenerate conics, but they should know that rewriting can reveal whether a real graph exists.

Problem Library

Problems in the App From This Objective

183 problems across 15 archetypes in the app.

inspect squared terms and signs.
15 problems Warmup Practice Mixed Review Assessment
Problem 1

Identify conic type from equation x^2+y^2=25.

Problem 2

Identify conic type from equation 4x^2+9y^2=36.

Problem 3

Identify conic type from equation x^2-y^2=16.

Problem 4

Identify conic type from equation y=x^2+3x.

Problem 5

Identify conic type from equation (x-1)^2 + (y+2)^2 = 9.

Open in simulator
Problem 6

Identify conic type from equation (x+3)^2/4 + (y-1)^2/9 = 1.

Problem 7

Identify conic type from equation (y-2)^2/4 - (x+1)^2/9 = 1.

Problem 8

Identify conic type from equation x = y^2 - 4y + 1.

Problem 9

Identify conic type from equation x^2 + y^2 - 6x + 4y = 12.

Problem 10

Identify conic type from equation 2x^2 + 3y^2 - 8x + 6y - 1 = 0.

Problem 11

Identify conic type from equation 4x^2 - 9y^2 + 16x + 18y - 29 = 0.

Problem 12

Identify conic type from equation y = 2(x-3)^2 + 5.

Problem 13

Identify conic type from equation x^2 + y^2 = 1.

Problem 14

Identify conic type from equation 9x^2 - 4y^2 = 36.

Problem 15

Identify conic type from equation x = -3y^2 + 2y - 5.

group x/y terms and identify center/radius.
12 problems Warmup Practice Mixed Review Assessment
Problem 16

Complete the square for circle equation x^2+y^2-4x+6y=12.

Problem 17

Complete the square for circle equation x^2+y^2+8x-2y=-1.

Open in simulator
Problem 18

Complete the square for circle equation x^2+y^2=49.

Problem 19

Complete the square for circle equation x^2+y^2-2x-4y=4.

Problem 20

Complete the square for circle equation x^2+y^2+6x=16.

Problem 21

Complete the square for circle equation x^2+y^2-8y=-12.

Problem 22

Complete the square for circle equation x^2+y^2-10x+2y=10.

Problem 23

Complete the square for circle equation x^2+y^2+4x+6y=-12.

Problem 24

Complete the square for circle equation x^2+y^2-12x+10y=-12.

Problem 25

Complete the square for circle equation x^2+y^2+8x-4y=-11.

Problem 26

Complete the square for circle equation x^2+y^2=100.

Problem 27

Complete the square for circle equation x^2+y^2-14x=15.

group terms, divide by constant, identify center/axes.
12 problems Warmup Practice Mixed Review Assessment
Problem 28

Complete the square for ellipse equation 4x^2+9y^2-8x+36y=104.

Problem 29

Complete the square for ellipse equation 9x^2+4y^2=36.

Problem 30

Complete the square for ellipse equation x^2+4y^2-6x+8y+9=0.

Problem 31

Complete the square for ellipse equation 25x^2+4y^2=100.

Problem 32

Complete the square for ellipse equation x^2+4y^2+2x-8y+1=0.

Problem 33

Complete the square for ellipse equation 9x^2+16y^2-18x+64y-71=0.

Problem 34

Complete the square for ellipse equation x^2+25y^2-4x-50y+4=0.

Problem 35

Complete the square for ellipse equation 4x^2+y^2+24x-2y+36=0.

Problem 36

Complete the square for ellipse equation 16x^2+9y^2+32x-36y-92=0.

Problem 37

Complete the square for ellipse equation 4x^2+y^2-8x-12=0.

Problem 38

Complete the square for ellipse equation x^2+9y^2+18y-7=0.

Open in simulator
Problem 39

Complete the square for ellipse equation 2x^2+3y^2+8x-6y+5=0.

group terms, manage signs, identify center/transverse axis.
12 problems Warmup Practice Mixed Review Assessment
Problem 40

Complete the square for hyperbola equation x^2-y^2-4x-6y=6.

Problem 41

Complete the square for hyperbola equation 9y^2-4x^2=36.

Problem 42

Complete the square for hyperbola equation 4x^2-9y^2+8x+18y=41.

Problem 43

Complete the square for hyperbola equation 9x^2 - 4y^2 - 18x + 16y = 43.

Problem 44

Complete the square for hyperbola equation -9x^2 + 4y^2 - 54x - 8y = 113.

Problem 45

Complete the square for hyperbola equation 7x^2 - 5y^2 = 35.

Problem 46

Complete the square for hyperbola equation 4x^2 - y^2 - 24x = -52.

Problem 47

Complete the square for hyperbola equation 36x^2 - 25y^2 + 144x + 150y = 981.

Problem 48

Complete the square for hyperbola equation x^2 - y^2 - 2x + 4y = -4.

Open in simulator
Problem 49

Complete the square for hyperbola equation 25x^2 - 16y^2 - 100x - 32y = 284.

Problem 50

Complete the square for hyperbola equation -7x^2 + 11y^2 + 14x + 44y = 40.

Problem 51

Complete the square for hyperbola equation x^2 - y^2 + 2x - 4y = 8.

isolate one squared variable and identify vertex/orientation.
12 problems Warmup Practice Mixed Review Assessment
Problem 52

Complete the square for parabola equation y=x^2-4x+7.

Problem 53

Complete the square for parabola equation x=y^2+6y+5.

Problem 54

Complete the square for parabola equation y=-2x^2+8x-1.

Problem 55

Complete the square for parabola equation y=x^2+2x+1.

Problem 56

Complete the square for parabola equation x=y^2-10y+25.

Problem 57

Complete the square for parabola equation y=x^2-6x+10.

Problem 58

Complete the square for parabola equation x=y^2+4y+1.

Open in simulator
Problem 59

Complete the square for parabola equation y=-x^2-4x+3.

Problem 60

Complete the square for parabola equation x=-y^2+6y-2.

Problem 61

Complete the square for parabola equation y=3x^2-12x+15.

Problem 62

Complete the square for parabola equation x=2y^2+8y+5.

Problem 63

Complete the square for parabola equation y=0.5x^2+2x+5.

plot center and radius.
12 problems Warmup Practice Mixed Review Assessment
Problem 64

Graph circle from standard form (x-2)^2+(y+1)^2=9.

Problem 65

Graph circle from standard form x^2+y^2=16.

Problem 66

Graph circle from standard form (x+3)^2+(y-4)^2=25/4.

Problem 67

Graph circle from standard form (x-1)^2+(y-5)^2=4.

Problem 68

Graph circle from standard form (x+4)^2+(y+2)^2=25.

Open in simulator
Problem 69

Graph circle from standard form x^2+(y-3)^2=1.

Problem 70

Graph circle from standard form (x+6)^2+y^2=36.

Problem 71

Graph circle from standard form (x-1/2)^2+(y+3)^2=9/4.

Problem 72

Graph circle from standard form (x+5/3)^2+(y-1/4)^2=1/4.

Problem 73

Graph circle from standard form (x-7)^2+(y+8)^2=100.

Problem 74

Graph circle from standard form (x+1)^2+(y-1)^2=49.

Problem 75

Graph circle from standard form (x-3/4)^2+y^2=1/16.

plot center, vertices, co-vertices.
12 problems Warmup Practice Mixed Review Assessment
Problem 76

Graph ellipse from standard form (x-1)^2/25+(y+2)^2/9=1.

Problem 77

Graph ellipse from standard form x^2/4+y^2/16=1.

Problem 78

Graph ellipse from standard form (x+3)^2/9+(y-1)^2/4=1.

Problem 79

Graph ellipse from standard form (x-2)^2/36+(y+1)^2/25=1.

Problem 80

Graph ellipse from standard form (x+4)^2/9+(y-3)^2/49=1.

Problem 81

Graph ellipse from standard form x^2/64+y^2/16=1.

Problem 82

Graph ellipse from standard form x^2/9+y^2/81=1.

Problem 83

Graph ellipse from standard form (x+5)^2/100+(y-2)^2/64=1.

Problem 84

Graph ellipse from standard form (x-3)^2/25+(y+6)^2/121=1.

Problem 85

Graph ellipse from standard form (x+1)^2/49+(y+7)^2/4=1.

Open in simulator
Problem 86

Graph ellipse from standard form (x-8)^2/16+(y-4)^2/36=1.

Problem 87

Graph ellipse from standard form (x-10)^2/225+(y+12)^2/144=1.

plot center, vertices, asymptote box.
12 problems Warmup Practice Mixed Review Assessment
Problem 88

Graph hyperbola from standard form (x-2)^2/9-(y+1)^2/4=1.

Problem 89

Graph hyperbola from standard form y^2/16-x^2/9=1.

Open in simulator
Problem 90

Graph hyperbola from standard form (y-3)^2/25-(x+2)^2/4=1.

Problem 91

Graph hyperbola from standard form x^2/4-y^2/9=1.

Problem 92

Graph hyperbola from standard form y^2/9-x^2/16=1.

Problem 93

Graph hyperbola from standard form (x+3)^2/25-(y+4)^2/9=1.

Problem 94

Graph hyperbola from standard form (y-5)^2/49-(x-1)^2/16=1.

Problem 95

Graph hyperbola from standard form x^2/16-(y+2)^2/16=1.

Problem 96

Graph hyperbola from standard form (y+1)^2/9-(x-3)^2/9=1.

Problem 97

Graph hyperbola from standard form (x+5)^2/4-(y-6)^2/1=1.

Problem 98

Graph hyperbola from standard form (y-7)^2/1-(x+8)^2/25=1.

Problem 99

Graph hyperbola from standard form (x-10)^2/100-(y+12)^2/36=1.

plot vertex, axis, focus/directrix preview.
12 problems Warmup Practice Mixed Review Assessment
Problem 100

Graph parabola from conic standard form (x-2)^2=8(y+1).

Problem 101

Graph parabola from conic standard form (y+3)^2=-4(x-1).

Problem 102

Graph parabola from conic standard form y=-2(x+4)^2+5.

Problem 103

Graph parabola from conic standard form (x+1)^2 = 12(y-3).

Problem 104

Graph parabola from conic standard form (x-5)^2 = -4(y+2).

Problem 105

Graph parabola from conic standard form (y-4)^2 = 8(x+1).

Problem 106

Graph parabola from conic standard form (y+1)^2 = -16x.

Problem 107

Graph parabola from conic standard form x^2 = 4y.

Open in simulator
Problem 108

Graph parabola from conic standard form (y-2)^2 = 2(x+3).

Problem 109

Graph parabola from conic standard form (x+3)^2 = -8(y+5).

Problem 110

Graph parabola from conic standard form (y-5)^2 = -20(x-2).

Problem 111

Graph parabola from conic standard form y = 0.5(x-1)^2 - 3.

read h, k, a, b, radius, or p.
12 problems Warmup Practice Mixed Review Assessment
Problem 112

Identify key measurements from conic form (x-3)^2+(y+2)^2=49.

Problem 113

Identify key measurements from conic form (x+1)^2/16+(y-5)^2/9=1.

Problem 114

Identify key measurements from conic form (y-2)^2=12(x+4).

Problem 115

Identify key measurements from conic form (x+5)^2+(y-1)^2=25.

Problem 116

Identify key measurements from conic form x^2+y^2=81.

Problem 117

Identify key measurements from conic form (x-2)^2/9+(y+3)^2/25=1.

Problem 118

Identify key measurements from conic form x^2/49+y^2/36=1.

Open in simulator
Problem 119

Identify key measurements from conic form (x+4)^2/4-(y-6)^2/9=1.

Problem 120

Identify key measurements from conic form (y-7)^2/16-(x+2)^2/25=1.

Problem 121

Identify key measurements from conic form (x-1)^2=8(y+3).

Problem 122

Identify key measurements from conic form (x+6)^2=-20(y-4).

Problem 123

Identify key measurements from conic form (y+8)^2=-16(x-5).

inspect impossible standard forms.
12 problems Warmup Practice Mixed Review Assessment
Problem 124

Determine degenerate or no-real conic case for (x-1)^2+(y+2)^2=-4.

Problem 125

Determine degenerate or no-real conic case for x^2/4+y^2/9=0.

Problem 126

Determine degenerate or no-real conic case for x^2-y^2=0.

Problem 127

Determine degenerate or no-real conic case for (x-2)^2+(y+1)^2=0.

Problem 128

Determine degenerate or no-real conic case for x^2+y^2=-1.

Problem 129

Determine degenerate or no-real conic case for (x+3)^2/4 + (y-1)^2/9 = -1.

Problem 130

Determine degenerate or no-real conic case for (x+1)^2+(y-3)^2=0.

Problem 131

Determine degenerate or no-real conic case for 9x^2+16y^2=0.

Open in simulator
Problem 132

Determine degenerate or no-real conic case for 4x^2-y^2=0.

Problem 133

Determine degenerate or no-real conic case for (x-4)^2 - (y+2)^2 = 0.

Problem 134

Determine degenerate or no-real conic case for x^2+y^2+2x-4y+5=0.

Problem 135

Determine degenerate or no-real conic case for 2x^2-8y^2=0.

compare conic type and key features.
12 problems Warmup Practice Mixed Review Assessment
Problem 136

Match conic equation (x-1)^2+(y+3)^2=16 to graph features.

Problem 137

Match conic equation (x+2)^2/9+(y-4)^2/25=1 to graph features.

Problem 138

Match conic equation (x-5)^2/4-(y+1)^2/9=1 to graph features.

Problem 139

Match conic equation (y-2)^2=8(x+3) to graph features.

Open in simulator
Problem 140

Match conic equation (x+4)^2+(y-2)^2=9 to graph features.

Problem 141

Match conic equation (x-3)^2/36+(y+1)^2/16=1 to graph features.

Problem 142

Match conic equation (y+3)^2/4-(x-2)^2/9=1 to graph features.

Problem 143

Match conic equation (x+1)^2=-12(y-4) to graph features.

Problem 144

Match conic equation x^2+y^2=25 to graph features.

Problem 145

Match conic equation (x+5)^2/4+(y+2)^2/49=1 to graph features.

Problem 146

Match conic equation x^2/16-y^2/25=1 to graph features.

Problem 147

Match conic equation (y+5)^2=-4(x-1) to graph features.

use center/vertex and measurements.
12 problems Warmup Practice Mixed Review Assessment
Problem 148

Write conic equation from graph features circle center (2,-1), radius 5.

Problem 149

Write conic equation from graph features ellipse center (0,0), horizontal semi-axis 4, vertical semi-axis 2.

Problem 150

Write conic equation from graph features hyperbola center (3,1), opens left/right, a=2, b=5.

Problem 151

Write conic equation from graph features parabola vertex (-2,4), opens up, p=3.

Problem 152

Write conic equation from graph features circle center (-3, 0), radius 7.

Problem 153

Write conic equation from graph features ellipse center (1,-2), vertical semi-axis 5, horizontal semi-axis 3.

Problem 154

Write conic equation from graph features hyperbola center (0, -4), opens up/down, a=3, b=2.

Problem 155

Write conic equation from graph features parabola vertex (1, -3), opens right, p=2.

Problem 156

Write conic equation from graph features circle center (0,0), radius 10.

Problem 157

Write conic equation from graph features ellipse center (-1, 3), horizontal semi-axis 6, vertical semi-axis 2.

Problem 158

Write conic equation from graph features hyperbola center (-2, 0), opens left/right, a=4, b=1.

Open in simulator
Problem 159

Write conic equation from graph features parabola vertex (5, 0), opens left, p=1.

connect center, axes, asymptotes, or vertex to situation.
12 problems Warmup Practice Mixed Review Assessment
Problem 160

Interpret conic features in context circle center is sprinkler location and radius is 20 feet.

Problem 161

Interpret conic features in context ellipse axes model orbit dimensions.

Problem 162

Interpret conic features in context hyperbola asymptotes model signal boundary.

Problem 163

Interpret conic features in context parabola vertex models reflector focus direction.

Problem 164

Interpret conic features in context ellipse center is the origin of a planetary system.

Problem 165

Interpret conic features in context hyperbola vertices define the closest approach points in a gravitational slingshot trajectory.

Problem 166

Interpret conic features in context parabola vertex defines the lowest point of a suspension bridge cable.

Problem 167

Interpret conic features in context circle center is the pivot point of a rotating machine part.

Problem 168

Interpret conic features in context hyperbola transverse axis defines the main direction of a shockwave propagation.

Open in simulator
Problem 169

Interpret conic features in context ellipse major axis defines the length of a stadium track.

Problem 170

Interpret conic features in context parabola vertex determines the peak height of a projectile's trajectory.

Problem 171

Interpret conic features in context hyperbola asymptotes define the limiting spread of a sonic boom.

catch sign, grouping, division, center, axis, and conic-type mistakes.
12 problems Warmup Practice Mixed Review Assessment
Problem 172

Correct conic completing-square or graphing error center of (x-3)^2+(y+2)^2=16 is (-3,2).

Problem 173

Correct conic completing-square or graphing error ellipse denominator 25 gives full axis length 25.

Problem 174

Correct conic completing-square or graphing error x^2-y^2=1 graphed as ellipse.

Problem 175

Correct conic completing-square or graphing error forgot to add completed-square constant to both sides.

Problem 176

Correct conic completing-square or graphing error when completing the square for 3x^2 - 12x, I added 4 to the equation.

Problem 177

Correct conic completing-square or graphing error the hyperbola y^2/25 - x^2/9 = 1 has a horizontal transverse axis.

Problem 178

Correct conic completing-square or graphing error the radius of (x-1)^2 + (y+2)^2 = 25 is 25.

Problem 179

Correct conic completing-square or graphing error the parabola x = -3y^2 opens to the right.

Problem 180

Correct conic completing-square or graphing error for the ellipse x^2/16 + y^2/9 = 1, the major axis length is 2*sqrt(9)=6.

Problem 181

Correct conic completing-square or graphing error the asymptotes for x^2/4 - y^2/16 = 1 are y = +/- (2/4)x.

Problem 182

Correct conic completing-square or graphing error the focus of x^2 = 8y is (0,8).

Open in simulator
Problem 183

Correct conic completing-square or graphing error the standard form of 9x^2 + 4y^2 = 36 is 9x^2/36 + 4y^2/36 = 1.