Chapter 8 Conic Sections

 

8.1 Distance, Midpoint, and the Parabola

Learning Objectives

  1. Apply the distance and midpoint formulas.
  2. Graph a parabola using its equation given in standard from.
  3. Determine standard form for the equation of a parabola given general form.

Conic Sections

A conic sectionA curve obtained from the intersection of a right circular cone and a plane. is a curve obtained from the intersection of a right circular cone and a plane. The conic sections are the parabola, circle, ellipse, and hyperbola.

The goal is to sketch these graphs on a rectangular coordinate plane.

The Distance and Midpoint Formulas

We begin with a review of the distance formulaGiven two points (x1,y1) and (x2,y2), the distance d between them is given by d=(x2x1)2+(y2y1)2.. Given two points (x1,y1) and (x2,y2) in a rectangular coordinate plane, the distance d between them is given by the distance formula,

d=(x2x1)2+(y2y1)2

Furthermore, the point that bisects the line segment formed by these two points is called the midpointGiven two points (x1,y1) and (x2,y2), the midpoint is an ordered pair given by (x1+x22,y1+y22). and is given by the formula,

(x1+x22,y1+y22)

The midpoint is an ordered pair formed by the average of the x-values and the average of the y-values.

Example 1

Given (2,5) and (4,3) calculate the distance and midpoint between them.

Solution:

In this case, we will use the formulas with the following points:

(x1,y1)(x2,y2)(2,5)(4,3)

It is a good practice to include the formula in its general form before substituting values for the variables; this improves readability and reduces the probability of making errors.

d=(x2x1)2+(y2y1)2=[4(2)]2+[3(5)]2=(4+2)2+(3+5)2=(2)2+(2)2=4+4=8=22

Next determine the midpoint.

(x1+x22,y1+y22)=(2+(4)2,5+(3)2)=(62,82)=(3,4)

Plotting these points on a graph we have,

Answer: Distance: 22 units; midpoint: (3,4)

Example 2

The diameter of a circle is defined by the two points (1,2) and (1,2). Determine the radius of the circle and use it to calculate its area.

Solution:

Find the diameter using the distance formula.

d=(x2x1)2+(y2y1)2=[1(1)]2+(22)2=(2)2+(4)2=4+16=20=25

Recall that the radius of a circle is one-half of the circle’s diameter. Therefore, if d=25 units, then

r=d2=252=5

The area of a circle is given by the formula A=πr2 and we have

A=π(5)2=π5=5π

Area is measured in square units.

Answer: Radius: 5 units; area: 5π square units

Try this! Given (0,0) and (9,3) calculate the distance and midpoint between them.

Answer: Distance: 310 units; midpoint: (92,32)

The Parabola

A parabolaThe set of points in a plane equidistant from a given line, called the directrix, and a point not on the line, called the focus. is the set of points in a plane equidistant from a given line, called the directrix, and a point not on the line, called the focus. In other words, if given a line L the directrix, and a point F the focus, then (x,y) is a point on the parabola if the shortest distance from it to the focus and from it to the line is equal as pictured below:

The vertex of the parabola is the point where the shortest distance to the directrix is at a minimum. In addition, a parabola is formed by the intersection of a cone with an oblique plane that is parallel to the side of the cone:

Recall that the graph of a quadratic function, a polynomial function of degree 2, is parabolic. We can write the equation of a parabola in general formThe equation of a parabola written in the form y=ax2+bx+c or x=ay2+by+c, where a, b, and c are real numbers and a0. or we can write the equation of a parabola in standard formThe equation of a parabola written in the form y=a(xh)2+k or x=a(yk)2+h.:

GeneralFormStandardFormy=ax2+bx+cy=a(xh)2+k

Here a, b, and c are real numbers, a0. Both forms are useful in determining the general shape of the graph. However, in this section we will focus on obtaining standard form, which is often called vertex formThe equation of a parabola written in standard form is often called vertex form. In this form the vertex is apparent: (h,k).. Given a quadratic function in standard form, the vertex is (h,k). To see that this is the case, consider graphing y=(x+3)2+2 using transformations.

y=x2Basicsquaringfunction.y=(x+3)2Horizontalshiftleft3units.y=(x+3)2+2Verticalshiftup2units.

Use these translations to sketch the graph,

Here we can see that the vertex is (3,2). This can be determined directly from the equation in standard form,

y=a(xh)2+ky=[x(3)]2+2

Written in this form we can see that the vertex is (3,2). However, the equation is typically not given in standard form. Transforming general form to standard form, by completing the square, is the main process by which we will sketch all of the conic sections.

Example 3

Rewrite the equation in standard form and determine the vertex of its graph: y=x28x+15.

Solution:

Begin by making room for the constant term that completes the square.

y=x28x+15=x28x+___+15___

The idea is to add and subtract the value that completes the square, (b2)2, and then factor. In this case, add and subtract (b2)2=(82)2=(4)2=16.

y=x28x+15Addandsubtract16.=(x28x+16)+1516Factor.=(x4)(x4)1=(x4)21

Adding and subtracting the same value within an expression does not change it. Doing so is equivalent to adding 0. Once the equation is in this form, we can easily determine the vertex.

y=a(xh)2+ky=(x4)2+(1)

Here we have a translation to the right 4 units and down 1 unit. Hence, h = 4 and k = −1.

Answer: y=(x4)21; vertex: (4,1)

If there is a leading coefficient other than 1, then begin by factoring out that leading coefficient from the first two terms of the trinomial.

Example 4

Rewrite the equation in standard form and determine the vertex of the graph: y=2x2+12x16.

Solution:

Since a=2, factor this out of the first two terms in order to complete the square. Leave room inside the parentheses to add and subtract the value that completes the square.

y=2x2+12x16=2(x26x+______)16

Now use −6 to determine the value that completes the square. In this case, (b2)2=(62)2=(3)2=9. Add and subtract 9 and factor as follows:

y=2x2+12x16=2(x26x+______)16Addandsubtract9.=2(x26x+99)16Factor.=2[(x3)(x3)9]16=2[(x3)29]16Distributethe2.=2(x3)2+1816=2(x3)2+2

In this form, we can easily determine the vertex.

y=a(xh)2+ky=2(x3)2+2

Here h = 3 and k = 2.

Answer: y=2(x3)2+2; vertex: (3,2)

Make use of both general form and standard form when sketching the graph of a parabola.

Example 5

Graph: y=2x2+12x16.

Solution:

From the previous example we have two equivalent forms of this equation,

GeneralFormStandardFormy=2x2+12x16y=2(x3)2+2

Recall that if the leading coefficient a>0 the parabola opens upward and if a<0 the parabola opens downward. In this case, a=2 and we conclude the parabola opens downward. Use general form to determine the y-intercept. When x=0 we can see that the y-intercept is (0,16). From the equation in standard form, we can see that the vertex is (3,2). To find the x-intercept we could use either form. In this case, we will use standard form to determine the x-values where y=0,

y=2(x3)2+2Sety=0andsolve.0=2(x3)2+2         2=2(x3)21=(x3)2Applythesquarerootproperty.±1=x33±1=x

Here x=31=2 or x=3+1=4 and therefore the x-intercepts are (2,0) and (4,0). Use this information to sketch the graph.

Answer:

So far we have been sketching parabolas that open upward or downward because these graphs represent functions. At this point we extend our study to include parabolas that open right or left. If we take the equation that defines the parabola in the previous example,

y=2(x3)2+2

and switch the x and y values we obtain

x=2(y3)2+2

This produces a new graph with symmetry about the line y=x.

Note that the resulting graph is not a function. However, it does have the same general parabolic shape that opens left. We can recognize equations of parabolas that open left or right by noticing that they are quadratic in y instead of x. Graphing parabolas that open left or right is similar to graphing parabolas that open upward and downward. In general, we have

In all cases, the vertex is (h,k). Take care to note the placement of h and k in each equation.

Example 6

Graph: x=y2+10y+13.

Solution:

Because the coefficient of y2 is positive, a=1, we conclude that the graph is a parabola that opens to the right. Furthermore, when y=0 it is clear that x=13 and therefore the x-intercept is (13,0). Complete the square to obtain standard form. Here we will add and subtract (b2)2=(102)2=(5)2=25.

x=y2+10y+13=y2+10y+2525+13=(y+5)(y+5)12=(y+5)212

Therefore,

x=a(yk)2+hx=(y(5))2+(12)

From this we can see that the vertex (h,k)=(12,5). Next use standard form to find the y-intercepts by setting x=0.

x=(y+5)2120=(y+5)21212=(y+5)2±12=y+5±23=y+55±23=y

The y-intercepts are (0,523) and (0,5+23). Use this information to sketch the graph.

Answer:

Example 7

Graph: x=2y2+4y5.

Solution:

Because the coefficient of y2 is a=2, we conclude that the graph is a parabola that opens to the left. Furthermore, when y=0 it is clear that x=5 and therefore the x-intercept is (5,0). Begin by factoring out the leading coefficient as follows:

x=2y2+4y5=2(y22y+______)5

Here we will add and subtract (b2)2=(22)2=(1)2=1.

x=2y2+4y5=2(y22y+11)5=2[(y1)21]5=2(y1)2+25=2(y1)23

Therefore, from vertex form, x=2(y1)23, we can see that the vertex is (h,k)=(3,1). Because the vertex is at (3,1) and the parabola opens to the left, we can conclude that there are no y-intercepts. Since we only have two points, choose some y-values and find the corresponding x-values.

xyx=2(y1)23111x=2(11)23=2(2)23=1152x=2(21)23=2(1)23=5113x=2(31)23=2(2)23=11

Answer:

Try this! Graph: x=y2y6.

Answer:

Key Takeaways

  • Use the distance formula to determine the distance between any two given points. Use the midpoint formula to determine the midpoint between any two given points.
  • A parabola can open upward or downward, in which case, it is a function. In this section, we extend our study of parabolas to include those that open left or right. Such graphs do not represent functions.
  • The equation of a parabola that opens upward or downward is quadratic in x, y=ax2+bx+c. If a>0, then the parabola opens upward and if a<0, then the parabola opens downward.
  • The equation of a parabola that opens left or right is quadratic in y, x=ay2+by+c. If a>0, then the parabola opens to the right and if a<0, then the parabola opens to the left.
  • The equation of a parabola in general form y=ax2+bx+c or x=ay2+by+c can be transformed to standard form y=a(xh)2+k or x=a(yk)2+h by completing the square.
  • When completing the square, ensure that the leading coefficient of the variable grouping is 1 before adding and subtracting the value that completes the square.
  • Both general and standard forms are useful when graphing parabolas. Given standard form the vertex is apparent (h,k). To find the x-intercept set y=0 and solve for x and to find the y-intercept set x=0 and solve for y.

Topic Exercises

    Part A: The Distance and Midpoint Formulas

      Calculate the distance and midpoint between the given two points.

    1. (1,3) and (5,11)

    2. (3,2) and (1,1)

    3. (4,2) and (2,6)

    4. (5,6) and (3,4)

    5. (10,1) and (9,6)

    6. (6,4) and (12,1)

    7. (0,0) and (2,3)

    8. (0,0) and (22,3)

    9. (5,3) and (25,3)

    10. (310,6) and (10,56)

    11. (12,1) and (2,32)

    12. (43,2) and (13,12)

    13. (15,95) and (310,52)

    14. (12,43) and (23,56)

    15. (a,b) and (0,0)

    16. (0,0) and (a2,2a)

      Determine the area of a circle whose diameter is defined by the given two points.

    1. (8,12) and (6,8)

    2. (9,5) and (9,1)

    3. (7,8) and (5,10)

    4. (0,5) and (6,1)

    5. (6,0) and (0,23)

    6. (0,7) and (5,0)

      Determine the perimeter of the triangle given the coordinates of the vertices.

    1. (5,3), (2,3), and (8,3)

    2. (3,2), (4,1), and (1,0)

    3. (3,3), (5,323), and (7,3)

    4. (0,0), (0,22), and (2,0)

      Find a so that the distance d between the points is equal to the given quantity.

    1. (1,2) and (4,a); d=5 units

    2. (3,a) and (5,6); d=10 units

    3. (3,1) and (a,0); d=2 units

    4. (a,1) and (5,3); d=13 units

    Part B: The Parabola

      Graph. Be sure to find the vertex and all intercepts.

    1. y=x2+3

    2. y=12(x4)2

    3. y=2(x+1)21

    4. y=(x2)2+1

    5. y=x2+3

    6. y=(x+1)2+5

    7. x=y2+1

    8. x=y24

    9. x=(y+2)2

    10. x=(y3)2

    11. x=y2+2

    12. x=(y+1)2

    13. x=13(y3)21

    14. x=13(y+3)21

      Rewrite in standard form and give the vertex.

    1. y=x26x+18

    2. y=x2+8x+36

    3. x=y2+20y+87

    4. x=y210y+21

    5. y=x214x+49

    6. x=y2+16y+64

    7. x=2y24y+5

    8. y=3x230x+67

    9. y=6x2+36x+54

    10. x=3y2+6y1

    11. y=2x22x1

    12. x=5y2+15y+9

    13. x=y2+5y5

    14. y=x2+9x20

      Rewrite in standard form and graph. Be sure to find the vertex and all intercepts.

    1. y=x24x5

    2. y=x2+6x16

    3. y=x2+12x32

    4. y=x210x

    5. y=2x2+4x+9

    6. y=3x26x+4

    7. y=5x2+30x45

    8. y=4x216x16

    9. x=y22y8

    10. x=y2+4y+8

    11. x=y22y3

    12. x=y2+6y7

    13. x=y210y24

    14. x=y212y40

    15. x=3y2+12y+12

    16. x=2y2+12y18

    17. x=y24y3

    18. x=y2+6y+1

    19. x=y2+2y+5

    20. y=2x22x+1

    21. y=3x2+2x+1

    22. y=x2+3x+10

    23. x=4y24y5

    24. x=y2y+2

    25. y=x2+5x1

    26. y=2x2+6x+3

    27. x=2y2+10x+12

    28. x=y2+y1

    Part C: Discussion Board

    1. Research and discuss real-world applications that involve a parabola.

    2. Do all parabolas have x-intercepts? Explain.

    3. Do all parabolas have y-intercepts? Explain.

    4. Make up your own parabola that opens left or right, write it in general form, and graph it.

Answers

  1. Distance: 10 units; midpoint: (2,7)

  2. Distance: 213 units; midpoint: (1,4)

  3. Distance: 52 units; midpoint: (192,52)

  4. Distance: 5 units; midpoint: (22,32)

  5. Distance: 5 units; midpoint: (352,3)

  6. Distance: 522 units; midpoint: (34,14)

  7. Distance: 22 units; midpoint: (14,4320)

  8. Distance: a2+b2 units; midpoint: (a2,b2)

  9. 5π square units

  10. 2π square units

  11. 92π square units

  12. 6+65 units

  13. 12 units

  14. −2, 6

  15. 2, 4

  1. y=(x3)2+9; vertex: (3,9)

  2. x=(y+10)213; vertex: (13,10)

  3. y=(x7)2; vertex: (7,0)

  4. x=2(y1)2+3; vertex: (3,1)

  5. y=6(x+3)2; vertex: (3,0)

  6. y=2(x12)232; vertex: (12,32)

  7. x=(y52)2+54; vertex: (54,52)

  8. y=(x2)29;

  9. y=(x6)2+4;

  10. y=2(x+1)2+7;

  11. y=5(x3)2;

  12. x=(y1)29;

  13. x=(y1)24;

  14. x=(y+5)2+1;

  15. x=3(y+2)2;

  16. x=(y2)27;

  17. x=(y1)2+6;

  18. y=3(x13)2+43;

  19. x=4(y+12)24;

  20. y=(x+52)2294;

  21. x=2(y+52)212;

  1. Answer may vary

  2. Answer may vary

8.2 Circles

Learning Objectives

  1. Graph a circle in standard form.
  2. Determine the equation of a circle given its graph.
  3. Rewrite the equation of a circle in standard form.

The Circle in Standard Form

A circleA circle is the set of points in a plane that lie a fixed distance from a given point, called the center. is the set of points in a plane that lie a fixed distance, called the radiusThe fixed distance from the center of a circle to any point on the circle., from any point, called the center. The diameterThe length of a line segment passing through the center of a circle whose endpoints are on the circle. is the length of a line segment passing through the center whose endpoints are on the circle. In addition, a circle can be formed by the intersection of a cone and a plane that is perpendicular to the axis of the cone:

In a rectangular coordinate plane, where the center of a circle with radius r is (h,k), we have

Calculate the distance between (h,k) and (x,y) using the distance formula,

(xh)2+(yk)2=r

Squaring both sides leads us to the equation of a circle in standard formThe equation of a circle written in the form (xh)2+(yk)2=r2 where (h,k) is the center and r is the radius.,

(xh)2+(yk)2=r2

In this form, the center and radius are apparent. For example, given the equation (x2)2+(y+5)2=16 we have,

(xh)2+(xk)2=r2(x2)2+[y(5)]2=42

In this case, the center is (2,5) and r=4. More examples follow:

Equation

Center

Radius

(x3)2+(y4)2=25

(3,4)

r=5

(x1)2+(y+2)2=7

(1,2)

r=7

(x+4)2+(y3)2=1

(4,3)

r=1

x2+(y+6)2=8

(0,6)

r=22

The graph of a circle is completely determined by its center and radius.

Example 1

Graph: (x2)2+(y+5)2=16.

Solution:

Written in this form we can see that the center is (2,5) and that the radius r=4 units. From the center mark points 4 units up and down as well as 4 units left and right.

Then draw in the circle through these four points.

Answer:

As with any graph, we are interested in finding the x- and y-intercepts.

Example 2

Find the intercepts: (x2)2+(y+5)2=16.

Solution:

To find the y-intercepts set x=0:

(x2)2+(y+5)2=16(02)2+(y+5)2=164+(y+5)2=16

For this equation, we can solve by extracting square roots.

(y+5)2=12y+5=±12y+5=±23y=5±23

Therefore, the y-intercepts are (0,523) and (0,5+23). To find the x-intercepts set y=0:

(x2)2+(y+5)2=16(x2)2+(0+5)2=16(x2)2+25=16(x2)2=9x2=±9x=2±3i

And because the solutions are complex we conclude that there are no real x-intercepts. Note that this does make sense given the graph.

Answer: x-intercepts: none; y-intercepts: (0,523) and (0,5+23)

Given the center and radius of a circle, we can find its equation.

Example 3

Graph the circle with radius r=3 units centered at (1,0). Give its equation in standard form and determine the intercepts.

Solution:

Given that the center is (1,0) and the radius is r=3 we sketch the graph as follows:

Substitute h, k, and r to find the equation in standard form. Since (h,k)=(1,0) and r=3 we have,

(xh)2+(yk)2=r2[x(1)]2+(y0)2=32(x+1)2+y2=9

The equation of the circle is (x+1)2+y2=9, use this to determine the y-intercepts.

(x+1)2+y2=9Setx=0toandsolvefory.(0+1)2+y2=91+y2=9y2=8y=±8y=±22

Therefore, the y-intercepts are (0,22) and (0,22). To find the x-intercepts algebraically, set y=0 and solve for x; this is left for the reader as an exercise.

Answer: Equation: (x+1)2+y2=9; y-intercepts: (0,22) and (0,22); x-intercepts: (4,0) and (2,0)

Of particular importance is the unit circleThe circle centered at the origin with radius 1; its equation is x2+y2=1.,

x2+y2=1

Or,

(x0)2+(y0)2=12

In this form, it should be clear that the center is (0,0) and that the radius is 1 unit. Furthermore, if we solve for y we obtain two functions:

x2+y2=1y2=1x2y=±1x2

The function defined by y=1x2 is the top half of the circle and the function defined by y=1x2 is the bottom half of the unit circle:

Try this! Graph and label the intercepts: x2+(y+2)2=25.

Answer:

The Circle in General Form

We have seen that the graph of a circle is completely determined by the center and radius which can be read from its equation in standard form. However, the equation is not always given in standard form. The equation of a circle in general formThe equation of a circle written in the form x2+y2+cx+dy+e=0. follows:

x2+y2+cx+dy+e=0

Here c, d, and e are real numbers. The steps for graphing a circle given its equation in general form follow.

Example 4

Graph: x2+y2+6x8y+13=0.

Solution:

Begin by rewriting the equation in standard form.

  • Step 1: Group the terms with the same variables and move the constant to the right side. In this case, subtract 13 on both sides and group the terms involving x and the terms involving y as follows.

    x2+y2+6x8y+13=0(x2+6x+___)+(y28y+___)=13

  • Step 2: Complete the square for each grouping. The idea is to add the value that completes the square, (b2)2, to both sides for both groupings, and then factor. For the terms involving x use (62)2=32=9 and for the terms involving y use (82)2=(4)2=16.

    (x2+6x+9)+(y28y+16)=13+9+16(x+3)2+(y4)2=12

  • Step 3: Determine the center and radius from the equation in standard form. In this case, the center is (3,4) and the radius r=12=23.
  • Step 4: From the center, mark the radius vertically and horizontally and then sketch the circle through these points.

Answer:

Example 5

Determine the center and radius: 4x2+4y28x+12y3=0.

Solution:

We can obtain the general form by first dividing both sides by 4.

4x2+4y28x+12y34=04x2+y22x+3y34=0

Now that we have the general form for a circle, where both terms of degree two have a leading coefficient of 1, we can use the steps for rewriting it in standard form. Begin by adding 34 to both sides and group variables that are the same.

(x22x+___)+(y2+3y+___)=34

Next complete the square for both groupings. Use (22)2=(1)2=1 for the first grouping and (32)2=94 for the second grouping.

(x22x+1)+(y2+3y+94)=34+1+94(x1)2+(y+32)2=164(x1)2+(y+32)2=4

Answer: Center: (1,32); radius: r=2

In summary, to convert from standard form to general form we multiply, and to convert from general form to standard form we complete the square.

Try this! Graph: x2+y210x+2y+21=0.

Answer:

Key Takeaways

  • The graph of a circle is completely determined by its center and radius.
  • Standard form for the equation of a circle is (xh)2+(yk)2=r2. The center is (h,k) and the radius measures r units.
  • To graph a circle mark points r units up, down, left, and right from the center. Draw a circle through these four points.
  • If the equation of a circle is given in general form x2+y2+cx+dy+e=0, group the terms with the same variables, and complete the square for both groupings. This will result in standard form, from which we can read the circle’s center and radius.
  • We recognize the equation of a circle if it is quadratic in both x and y where the coefficient of the squared terms are the same.

Topic Exercises

    Part A: The Circle in Standard Form

      Determine the center and radius given the equation of a circle in standard form.

    1. (x5)2+(y+4)2=64

    2. (x+9)2+(y7)2=121

    3. x2+(y+6)2=4

    4. (x1)2+y2=1

    5. (x+1)2+(y+1)2=7

    6. (x+2)2+(y7)2=8

      Determine the standard form for the equation of the circle given its center and radius.

    1. Center (5,7) with radius r=7.

    2. Center (2,8) with radius r=5.

    3. Center (6,11) with radius r=2.

    4. Center (4,5) with radius r=6.

    5. Center (0,1) with radius r=25.

    6. Center (0,0) with radius r=310.

      Graph.

    1. (x1)2+(y2)2=9

    2. (x+3)2+(y3)2=25

    3. (x2)2+(y+6)2=4

    4. (x+6)2+(y+4)2=36

    5. x2+(y4)2=1

    6. (x3)2+y2=4

    7. x2+y2=12

    8. x2+y2=8

    9. (x7)2+(y6)2=2

    10. (x+2)2+(y5)2=5

    11. (x+3)2+(y1)2=18

    12. (x3)2+(y2)2=15

      Find the x- and y-intercepts.

    1. (x1)2+(y2)2=9

    2. (x+5)2+(y3)2=25

    3. x2+(y4)2=1

    4. (x3)2+y2=18

    5. x2+y2=50

    6. x2+(y+9)2=20

    7. (x4)2+(y+5)2=10

    8. (x+10)2+(y20)2=400

      Find the equation of the circle.

    1. Circle with center (1,2) passing through (3,4).

    2. Circle with center (4,1) passing through (0,3).

    3. Circle whose diameter is defined by (5,1) and (1,7).

    4. Circle whose diameter is defined by (5,7) and (1,5).

    5. Circle with center (5,2) and area 9π square units.

    6. Circle with center (8,3) and circumference 12π square units.

    7. Find the area of the circle with equation (x+12)2+(x5)2=7.

    8. Find the circumference of the circle with equation (x+1)2+(y+5)2=8.

    Part B: The Circle in General Form

      Rewrite in standard form and graph.

    1. x2+y2+4x2y4=0

    2. x2+y210x+2y+10=0

    3. x2+y2+2x+12y+36=0

    4. x2+y214x8y+40=0

    5. x2+y2+6y+5=0

    6. x2+y212x+20=0

    7. x2+y2+8x+12y+16=0

    8. x2+y220x18y+172=0

    9. 4x2+4y24x+8y+1=0

    10. 9x2+9y2+18x+6y+1=0

    11. x2+y2+4x+8y+14=0

    12. x2+y22x4y15=0

    13. x2+y2x2y+1=0

    14. x2+y2x+y12=0

    15. 4x2+4y2+8x12y+5=0

    16. 9x2+9y2+12x36y+4=0

    17. 2x2+2y2+6x+10y+9=0

    18. 9x2+9y26x+12y+4=0

      Given a circle in general form, determine the intercepts.

    1. x2+y25x+3y+6=0

    2. x2+y2+x2y7=0

    3. x2+y26y+2=2

    4. x2+y26x8y+5=0

    5. 2x2+2y23x9=0

    6. 3x2+3y2+8y16=0

    7. Determine the area of the circle whose equation is x2+y22x6y35=0.

    8. Determine the area of the circle whose equation is 4x2+4y212x8y59=0.

    9. Determine the circumference of a circle whose equation is x2+y25x+1=0.

    10. Determine the circumference of a circle whose equation is x2+y2+5x2y+3=0.

    11. Find general form of the equation of a circle centered at (3,5) passing through (1,2).

    12. Find general form of the equation of a circle centered at (2,3) passing through (1,3).

      Given the graph of a circle, determine its equation in general form.

    Part C: Discussion Board

    1. Is the center of a circle part of the graph? Explain.

    2. Make up your own circle, write it in general form, and graph it.

    3. Explain how we can tell the difference between the equation of a parabola in general form and the equation of a circle in general form. Give an example.

    4. Do all circles have intercepts? What are the possible numbers of intercepts? Illustrate your explanation with graphs.

Answers

  1. Center: (5,4); radius: r=8

  2. Center: (0,6); radius: r=2

  3. Center: (1,1); radius: r=7

  4. (x5)2+(y7)2=49

  5. (x6)2+(y+11)2=2

  6. x2+(y+1)2=20

  7. x-intercepts: (1±5,0); y-intercepts: (0,2±22)

  8. x-intercepts: none; y-intercepts: (0,3), (0,5)

  9. x-intercepts: (±52,0); y-intercepts: (0,±52)

  10. x-intercepts: none; y-intercepts: none

  11. (x1)2+(y+2)2=8

  12. (x2)2+(y4)2=18

  13. (x5)2+(y+2)2=9

  14. 7π square units

  1. (x+2)2+(y1)2=9;

  2. (x+1)2+(y+6)2=1;

  3. x2+(y+3)2=4;

  4. (x+4)2+(y+6)2=36;

  5. (x12)2+(y+1)2=1;

  6. (x+2)2+(y4)2=6;

  7. (x12)2+(y1)2=14;

  8. (x+1)2+(y32)2=2;

  9. (x+32)2+(y+52)2=4;

  10. x-intercepts: (2,0), (3,0); y-intercepts: none

  11. x-intercepts: (0,0); y-intercepts: (0,0), (0,6)

  12. x-intercepts: (32,0), (3,0); y-intercepts: (0,±322)

  13. 45π square units

  14. π21 units

  15. x2+y2+6x10y31=0

  16. x2+y26x+10y+18=0

  17. x2+y2+2y=0

  1. Answer may vary

  2. Answer may vary

8.3 Ellipses

Learning Objectives

  1. Graph an ellipse in standard form.
  2. Determine the equation of an ellipse given its graph.
  3. Rewrite the equation of an ellipse in standard form.

The Ellipse in Standard Form

An ellipseThe set of points in a plane whose distances from two fixed points have a sum that is equal to a positive constant. is the set of points in a plane whose distances from two fixed points, called foci, have a sum that is equal to a positive constant. In other words, if points F1 and F2 are the foci (plural of focus) and d is some given positive constant then (x,y) is a point on the ellipse if d=d1+d2 as pictured below:

In addition, an ellipse can be formed by the intersection of a cone with an oblique plane that is not parallel to the side of the cone and does not intersect the base of the cone. Points on this oval shape where the distance between them is at a maximum are called verticesPoints on the ellipse that mark the endpoints of the major axis. and define the major axisThe line segment through the center of an ellipse defined by two points on the ellipse where the distance between them is a maximum.. The center of an ellipse is the midpoint between the vertices. The minor axisThe line segment through the center of an ellipse defined by two points on the ellipse where the distance between them is a minimum. is the line segment through the center of an ellipse defined by two points on the ellipse where the distance between them is at a minimum. The endpoints of the minor axis are called co-verticesPoints on the ellipse that mark the endpoints of the minor axis..

If the major axis of an ellipse is parallel to the x-axis in a rectangular coordinate plane, we say that the ellipse is horizontal. If the major axis is parallel to the y-axis, we say that the ellipse is vertical. In this section, we are only concerned with sketching these two types of ellipses. However, the ellipse has many real-world applications and further research on this rich subject is encouraged. In a rectangular coordinate plane, where the center of a horizontal ellipse is (h,k), we have

As pictured a>b where a, one-half of the length of the major axis, is called the major radiusOne-half of the length of the major axis.. And b, one-half of the length of the minor axis, is called the minor radiusOne-half of the length of the minor axis.. The equation of an ellipse in standard formThe equation of an ellipse written in the form (xh)2a2+(yk)2b2=1. The center is (h,k) and the larger of a and b is the major radius and the smaller is the minor radius. follows:

(xh)2a2+(yk)2b2=1

The vertices are (h±a,k) and (h,k±b) and the orientation depends on a and b. If a>b, then the ellipse is horizontal as shown above and if a<b, then the ellipse is vertical and b becomes the major radius. What do you think happens when a=b?

Equation

Center

a

b

Orientation

(x1)24+(y8)29=1

(1,8)

a=2

b=3

Vertical

(x3)22+(y+5)216=1

(3,5)

a=2

b=4

Vertical

(x+1)21+(y7)28=1

(1,7)

a=1

b=22

Vertical

x225+(y+6)210=1

(0,6)

a=5

b=10

Horizontal

The graph of an ellipse is completely determined by its center, orientation, major radius, and minor radius, all of which can be determined from its equation written in standard from.

Example 1

Graph: (x+3)24+(y2)225=1.

Solution:

Written in this form we can see that the center of the ellipse is (3,2), a=4=2, and b=25=5. From the center mark points 2 units to the left and right and 5 units up and down.

Then draw an ellipse through these four points.

Answer:

As with any graph, we are interested in finding the x- and y-intercepts.

Example 2

Find the intercepts: (x+3)24+(y2)225=1.

Solution:

To find the x-intercepts set y=0:

(x+3)24+(02)225=1(x+3)24+425=1(x+3)24=1425(x+3)24=2125

At this point we extract the root by applying the square root property.

x+32=±2125x+3=±2215x=3±2215=15±2215

Setting x=0 and solving for y leads to complex solutions, therefore, there are no y-intercepts. This is left as an exercise.

Answer: x-intercepts: (15±2215,0); y-intercepts: none.

Unlike a circle, standard form for an ellipse requires a 1 on one side of its equation.

Example 3

Graph and label the intercepts: (x2)2+9(y1)2=9.

Solution:

To obtain standard form, with 1 on the right side, divide both sides by 9.

(x2)2+9(y1)29=99(x2)29+9(y1)29=99(x2)29+(y1)21=1

Therefore, the center of the ellipse is (2,1), a=9=3, and b=1=1. The graph follows:

To find the intercepts we can use the standard form (x2)29+(y1)2=1:

x-intercepts set y=0

y-intercepts set x=0

(x2)29+(01)2=1(x2)29+1=1(x2)2=0x2=0x=2

(02)29+(y1)2=149+(y1)2=1(y1)2=59y1=±59y=1±53=3±53

Therefore the x-intercept is (2,0) and the y-intercepts are (0,3+53) and (0,353).

Answer:

Consider the ellipse centered at the origin,

x2+y24=1

Given this equation we can write,

(x0)212+(y0)222=1

In this form, it is clear that the center is (0,0), a=1, and b=2. Furthermore, if we solve for y we obtain two functions:

x2+y24=1y24=1x2y2=4(1x2)y=±4(1x2)y=±21x2

The function defined by y=21x2 is the top half of the ellipse and the function defined by y=21x2 is the bottom half.

Try this! Graph: 9(x3)2+4(y+2)2=36.

Answer:

The Ellipse in General Form

We have seen that the graph of an ellipse is completely determined by its center, orientation, major radius, and minor radius; which can be read from its equation in standard form. However, the equation is not always given in standard form. The equation of an ellipse in general formThe equation of an ellipse written in the form px2+qy2+cx+dy+e=0 where p,q>0. follows,

px2+qy2+cx+dy+e=0 where p,q>0. The steps for graphing an ellipse given its equation in general form are outlined in the following example.

Example 4

Graph: 2x2+9y2+16x90y+239=0.

Solution:

Begin by rewriting the equation in standard form.

  • Step 1: Group the terms with the same variables and move the constant to the right side. Factor so that the leading coefficient of each grouping is 1.

    2x2+9y2+16x90y+239=0(2x2+16x+___)+(9y290y+___)=2392(x2+8x+___)+9(y210y+___)=239

  • Step 2: Complete the square for each grouping. In this case, for the terms involving x use (82)2=42=16 and for the terms involving y use (102)2=(5)2=25. The factor in front of the grouping affects the value used to balance the equation on the right side:

    2(x2+8x+16)+9(y210y+25)=239+32+225

    Because of the distributive property, adding 16 inside of the first grouping is equivalent to adding 216=32. Similarly, adding 25 inside of the second grouping is equivalent to adding 925=225. Now factor and then divide to obtain 1 on the right side.

    2(x+4)2+9(y5)2=182(x+4)2+9(y5)218=18182(x+4)218+9(y5)218=1818(x+4)29+(y5)22=1

  • Step 3: Determine the center, a, and b. In this case, the center is (4,5), a=9=3, and b=2.
  • Step 4: Use a to mark the vertices left and right of the center, use b to mark the vertices up and down from the center, and then sketch the graph. In this case, the vertices along the minor axes (4,5±2) are not apparent and should be labeled.

Answer:

Example 5

Determine the center of the ellipse as well as the lengths of the major and minor axes: 5x2+y23x+40=0.

Solution:

In this example, we only need to complete the square for the terms involving x.

5x2+y230x+40=0(5x230x+___)+y2=405(x26x+___)+y2=40

Use (62)2=(3)2=9 for the first grouping to be balanced by 59=45 on the right side.

5(x26x+9)+y2=40+455(x3)2+y2=55(x3)2+y25=55(x3)21+y25=1

Here, the center is (3,0), a=1=1, and b=5. Because b is larger than a, the length of the major axis is 2b and the length of the minor axis is 2a.

Answer: Center: (3,0); major axis: 25 units; minor axis: 2 units.

Try this! Graph: x2+4y2+10x16y+25=0.

Answer:

Key Takeaways

  • The graph of an ellipse is completely determined by its center, orientation, major radius, and minor radius.
  • The center, orientation, major radius, and minor radius are apparent if the equation of an ellipse is given in standard form: (xh)2a2+(yk)2b2=1.
  • To graph an ellipse, mark points a units left and right from the center and points b units up and down from the center. Draw an ellipse through these points.
  • The orientation of an ellipse is determined by a and b. If a>b then the ellipse is wider than it is tall and is considered to be a horizontal ellipse. If a<b then the ellipse is taller than it is wide and is considered to be a vertical ellipse.
  • If the equation of an ellipse is given in general form px2+qy2+cx+dy+e=0 where p,q>0, group the terms with the same variables, and complete the square for both groupings.
  • We recognize the equation of an ellipse if it is quadratic in both x and y and the coefficients of each square term have the same sign.

Topic Exercises

    Part A: The Ellipse in Standard Form

      Given the equation of an ellipse in standard form, determine its center, orientation, major radius, and minor radius.

    1. (x1)24+(y+2)249=1

    2. (x+3)264+(y2)29=1

    3. x23+(y+9)2=1

    4. (x1)28+y2=1

    5. 4(x+5)2+9(y+5)2=36

    6. 16(x1)2+3(y+10)2=48

      Determine the standard form for the equation of an ellipse given the following information.

    1. Center (3,4) with a=5 and b=2.

    2. Center (1,9) with a=7 and b=3.

    3. Center (5,1) with a=6 and b=23.

    4. Center (7,2) with a=52 and b=7.

    5. Center (0,3) with a=1 and b=5.

    6. Center (0,0) with a=2 and b=4.

      Graph.

    1. (x4)24+(y+2)29=1

    2. (x+1)225+(y2)24=1

    3. (x5)216+(y+6)21=1

    4. (x+4)24+(y+3)236=1

    5. (x2)29+(y1)264=1

    6. (x+1)249+(y+3)2=1

    7. 4(x+3)2+9(y3)2=36

    8. 16x2+(y1)2=16

    9. 4(x2)2+25y2=100

    10. 81x2+y2=81

    11. (x2)28+(y4)29=1

    12. (x+1)24+(y1)212=1

    13. (x6)22+(y+2)25=1

    14. (x+3)218+(y5)23=1

    15. 3x2+2(y3)2=6

    16. 5(x+1)2+3y2=15

    17. 4x2+6y2=24

    18. 5x2+10y2=50

      Find the x- and y-intercepts.

    1. (x3)24+(y2)29=1

    2. (x+3)216+(y7)29=1

    3. (x2)24+(y+6)236=1

    4. (x+1)225+(y1)29=1

    5. 5x2+2(y4)2=20

    6. 4(x3)2+9y2=72

    7. 5x2+2y2=10

    8. 3x2+4y2=24

      Find the equation of the ellipse.

    1. Ellipse with vertices (±5,0) and (0,±6).

    2. Ellipse whose major axis has vertices (2,9) and (2,1) and minor axis has vertices (2,4) and (6,4).

    3. Ellipse whose major axis has vertices (8,2) and (0,2) and minor axis has a length of 4 units.

    4. Ellipse whose major axis has vertices (2,2) and (2,8) and minor axis has a length of 2 units.

    Part B: The Ellipse in General Form

      Rewrite in standard form and graph.

    1. 4x2+9y2+8x36y+4=0

    2. 9x2+25y218x+100y116=0

    3. 4x2+49y2+24x+98y111=0

    4. 9x2+4y272x+24y+144=0

    5. x2+64y212x+128y+36=0

    6. 16x2+y296x4y+132=0

    7. 36x2+4y240y44=0

    8. x2+9y22x8=0

    9. x2+9y24x36y41=0

    10. 16x2+y2+160x10y+361=0

    11. 4x2+5y2+32x20y+64=0

    12. 2x2+3y28x30y+65=0

    13. 8x2+5y216x+10y27=0

    14. 7x2+2y2+28x16y+46=0

    15. 36x2+16y236x32y119=0

    16. 16x2+100y2+64x300y111=0

    17. x2+4y220y+21=0

    18. 9x2+y2+12x2y4=0

      Given general form determine the intercepts.

    1. 5x2+4y220x+24y+36=0

    2. 4x2+3y28x+6y5=0

    3. 6x2+y212x+4y+4=0

    4. 8x2+y26y7=0

    5. 5x2+2y220x8y+18=0

    6. 2x2+3y24x5y+1=0

      Determine the area of the ellipse. (The area of an ellipse is given by the formula A=πab, where a and b are the lengths of the major radius and the minor radius.)

    1. (x10)225+(y+3)25=1

    2. (x+1)218+y236=1

    3. 7x2+3y214x+36y+94=0

    4. 4x2+8y2+20x8y+11=0

      Given the graph of an ellipse, determine its equation in general form.

    Part C: Discussion Board

    1. Explain why a circle can be thought of as a very special ellipse.

    2. Make up your own equation of an ellipse, write it in general form and graph it.

    3. Do all ellipses have intercepts? What are the possible numbers of intercepts for an ellipse? Explain.

    4. Research and discuss real-world examples of ellipses.

Answers

  1. Center: (1,2); orientation: vertical; major radius: 7 units; minor radius: 2 units; a=2; b=7

  2. Center: (0,9); orientation: horizontal; major radius: 3 units; minor radius: 1 unit; a=3; b=1

  3. Center: (5,5); orientation: horizontal; major radius: 3 units; minor radius: 2 units; a=3; b=2

  4. (x3)225+(y4)24=1

  5. (x5)26+(y+1)212=1

  6. x2+(y+3)25=1

  7. x-intercepts: (9±253,0); y-intercepts: none

  8. x-intercepts: (2,0); y-intercepts: (0,6)

  9. x-intercepts: none; y-intercepts: (0,4±10)

  10. x-intercepts: (±2,0); y-intercepts: (0,±5)

  11. x225+y236=1

  12. (x+4)216+(y+2)24=1

  1. (x+1)29+(y2)24=1;

  2. (x+3)249+(y+1)24=1;

  3. (x6)264+(y+1)2=1;

  4. x24+(y5)236=1;

  5. (x2)281+(y2)29=1;

  6. (x+4)25+(y2)24=1;

  7. (x1)25+(y+1)28=1;

  8. (x12)24+(y1)29=1;

  9. x24+(y52)2=1;

  10. x-intercepts: none; y-intercepts: (0,3)

  11. x-intercepts: (3±33,0); y-intercepts: (0,2)

  12. x-intercepts: (10±105,0); y-intercepts: none

  13. 5π5 square units

  14. π21 square units

  15. 9x2+4y2+72x32y+172=0

  16. x2+3y218y9=0

  1. Answer may vary

  2. Answer may vary

8.4 Hyperbolas

Learning Objectives

  1. Graph a hyperbola in standard form.
  2. Determine the equation of a hyperbola given its graph.
  3. Rewrite the equation of a hyperbola in standard form.
  4. Identify a conic section given its equation.

The Hyperbola in Standard Form

A hyperbolaThe set of points in a plane whose distances from two fixed points, called foci, has an absolute difference that is equal to a positive constant. is the set of points in a plane whose distances from two fixed points, called foci, has an absolute difference that is equal to a positive constant. In other words, if points F1 and F2 are the foci and d is some given positive constant then (x,y) is a point on the hyperbola if d=|d1d2| as pictured below:

In addition, a hyperbola is formed by the intersection of a cone with an oblique plane that intersects the base. It consists of two separate curves, called branchesThe two separate curves of a hyperbola.. Points on the separate branches of the graph where the distance is at a minimum are called vertices.Points on the separate branches of a hyperbola where the distance is a minimum. The midpoint between a hyperbola’s vertices is its center. Unlike a parabola, a hyperbola is asymptotic to certain lines drawn through the center. In this section, we will focus on graphing hyperbolas that open left and right or upward and downward.

The asymptotes are drawn dashed as they are not part of the graph; they simply indicate the end behavior of the graph. The equation of a hyperbola opening left and right in standard formThe equation of a hyperbola written in the form (xh)2a2(yk)2b2=1. The center is (h,k), a defines the transverse axis, and b defines the conjugate axis. follows:

(xh)2a2(yk)2b2=1

Here the center is (h,k) and the vertices are (h±a,k). The equation of a hyperbola opening upward and downward in standard formThe equation of a hyperbola written in the form (yk)2b2(xh)2a2=1. The center is (h,k), b defines the transverse axis, and a defines the conjugate axis. follows:

(yk)2b2(xh)2a2=1

Here the center is (h,k) and the vertices are (h,k±b).

The asymptotes are essential for determining the shape of any hyperbola. Given standard form, the asymptotes are lines passing through the center (h,k) with slope m=±ba. To easily sketch the asymptotes we make use of two special line segments through the center using a and b. Given any hyperbola, the transverse axisThe line segment formed by the vertices of a hyperbola. is the line segment formed by its vertices. The conjugate axisA line segment through the center of a hyperbola that is perpendicular to the transverse axis. is the line segment through the center perpendicular to the transverse axis as pictured below:

The rectangle defined by the transverse and conjugate axes is called the fundamental rectangleThe rectangle formed using the endpoints of a hyperbolas, transverse and conjugate axes.. The lines through the corners of this rectangle have slopes m=±ba. These lines are the asymptotes that define the shape of the hyperbola. Therefore, given standard form, many of the properties of a hyperbola are apparent.

Equation

Center

a

b

Opens

(x3)225(y5)216=1

(3,5)

a=5

b=4

Left and right

(y2)236(x+1)29=1

(1,2)

a=3

b=6

Upward and downward

(y+2)23(x5)2=1

(5,2)

a=1

b=3

Upward and downward

x249(y+4)28=1

(0,4)

a=7

b=22

Left and right

The graph of a hyperbola is completely determined by its center, vertices, and asymptotes.

Example 1

Graph: (x5)29(y4)24=1.

Solution:

In this case, the expression involving x has a positive leading coefficient; therefore, the hyperbola opens left and right. Here a=9=3 and b=4=2. From the center (5,4), mark points 3 units left and right as well as 2 units up and down. Connect these points with a rectangle as follows:

The lines through the corners of this rectangle define the asymptotes.

Use these dashed lines as a guide to graph the hyperbola opening left and right passing through the vertices.

Answer:

Example 2

Graph: (y2)24(x+1)236=1.

Solution:

In this case, the expression involving y has a positive leading coefficient; therefore, the hyperbola opens upward and downward. Here a=36=6 and b=4=2. From the center (1,2) mark points 6 units left and right as well as 2 units up and down. Connect these points with a rectangle. The lines through the corners of this rectangle define the asymptotes.

Use these dashed lines as a guide to graph the hyperbola opening upward and downward passing through the vertices.

Answer:

Note: When given a hyperbola opening upward and downward, as in the previous example, it is a common error to interchange the values for the center, h and k. This is the case because the quantity involving the variable y usually appears first in standard form. Take care to ensure that the y-value of the center comes from the quantity involving the variable y and that the x-value of the center is obtained from the quantity involving the variable x.

As with any graph, we are interested in finding the x- and y-intercepts.

Example 3

Find the intercepts: (y2)24(x+1)236=1.

Solution:

To find the x-intercepts set y=0 and solve for x.

(02)24(x+1)236=11(x+1)236=1(x+1)236=0(x+1)2=0x+1=0x=1

Therefore there is only one x-intercept, (1,0). To find the y-intercept set x=0 and solve for y.

(y2)24(0+1)236=1(y2)24136=1(y2)24=3736(y2)2=±376y2=±373y=2±373=6±373

Therefore there are two y-intercepts, (0,6373)(0,0.03) and (0,6+373)(0,4.03). Take a moment to compare these to the sketch of the graph in the previous example.

Answer: x-intercept: (1,0); y-intercepts: (0,6373) and (0,6+373).

Consider the hyperbola centered at the origin,

9x25y2=45

Standard form requires one side to be equal to 1. In this case, we can obtain standard form by dividing both sides by 45.

9x25y245=45459x2455y245=4545x25y29=1

This can be written as follows:

(x0)25(y0)29=1

In this form, it is clear that the center is (0,0), a=5, and b=3. The graph follows.

Try this! Graph: y225(x5)29=1.

Answer:

The Hyperbola in General Form

We have seen that the graph of a hyperbola is completely determined by its center, vertices, and asymptotes; which can be read from its equation in standard form. However, the equation is not always given in standard form. The equation of a hyperbola in general formThe equation of a hyperbola written in the form px2qy2+cx+dy+e=0 or qy2px2cx+dy+e=0 where p,q>0. follows:

px2qy2+cx+dy+e=0Hyperbolaopensleftandright.qy2px2+cx+dy+e=0Hyperbolaopensupwardanddownward. where p,q>0. The steps for graphing a hyperbola given its equation in general form are outlined in the following example.

Example 4

Graph: 4x29y2+32x54y53=0.

Solution:

Begin by rewriting the equation in standard form.

  • Step 1: Group the terms with the same variables and move the constant to the right side. Factor so that the leading coefficient of each grouping is 1.

    4x29y2+32x54y53=0(4x2+32x+___)+(9y254y+___)=534(x2+8x+___)9(y2+6y+___)=53

  • Step 2: Complete the square for each grouping. In this case, for the terms involving x use (82)2=42=16 and for the terms involving y use (62)2=(3)2=9. The factor in front of each grouping affects the value used to balance the equation on the right,

    4(x2+8x+16)9(y2+6y+9)=53+6481

    Because of the distributive property, adding 16 inside of the first grouping is equivalent to adding 416=64. Similarly, adding 9 inside of the second grouping is equivalent to adding 99=81. Now factor and then divide to obtain 1 on the right side.

    4(x+4)29(y+3)2=364(x+4)29(y+3)236=36364(x+4)2369(y+3)236=3636(x+4)29(y+3)24=1

  • Step 3: Determine the center, a, and b, and then use this information to sketch the graph. In this case, the center is (4,3), a=9=3, and b=4=2. Because the leading coefficient of the expression involving x is positive and the coefficient of the expression involving y is negative, we graph a hyperbola opening left and right.

Answer:

Try this! Graph: 4y2x240y12x+60=0.

Answer:

Identifying the Conic Sections

In this section, the challenge is to identify a conic section given its equation in general form. To distinguish between the conic sections, use the exponents and coefficients. If the equation is quadratic in only one variable and linear in the other, then its graph will be a parabola.

Parabola: a>0

 

y=a(xh)2+ky=ax2+bx+c

x=a(yk)2+hx=ay2+by+c

Parabola: a<0

 

y=a(xh)2+ky=ax2+bx+c

x=a(yk)2+hx=ay2+by+c

If the equation is quadratic in both variables, where the coefficients of the squared terms are the same, then its graph will be a circle.

Circle:

 

(xh)2+(yk)2=r2x2+y2+cx+dy+e=0

If the equation is quadratic in both variables where the coefficients of the squared terms are different but have the same sign, then its graph will be an ellipse.

Ellipse: a,b>0 and p,q>0

 

(xh)2a2+(yk)2b2=1px2+qy2+cx+dy+e=0

If the equation is quadratic in both variables where the coefficients of the squared terms have different signs, then its graph will be a hyperbola.

Hyperbola: a,b>0 and p,q>0

 

(xh)2a2(yk)2b2=1px2qy2+cx+dy+e=0

(yk)2b2(xh)2a2=1qy2px2+cx+dy+e=0

Example 5

Identify the graph of each equation as a parabola, circle, ellipse, or hyperbola.

  1. 4x2+4y21=0
  2. 3x22y212=0
  3. xy26y+11=0

Solution:

  1. The equation is quadratic in both x and y where the leading coefficients for both variables is the same, 4.

    4x2+4y21=04x2+4y2=1x2+y2=14

    This is an equation of a circle centered at the origin with radius 1/2.

  2. The equation is quadratic in both x and y where the leading coefficients for both variables have different signs.

    3x22y212=03x22y212=1212x24y26=1

    This is an equation of a hyperbola opening left and right centered at the origin.

  3. The equation is quadratic in y only.

    xy2+6y11=0x=y26y++11x=(y26y+9)+119x=(y3)2+2

    This is an equation of a parabola opening right with vertex (2,3).

Answer:

  1. Circle
  2. Hyperbola
  3. Parabola

Key Takeaways

  • The graph of a hyperbola is completely determined by its center, vertices, and asymptotes.
  • The center, vertices, and asymptotes are apparent if the equation of a hyperbola is given in standard form: (xh)2a2(yk)2b2=1 or (yk)2b2(xh)2a2=1.
  • To graph a hyperbola, mark points a units left and right from the center and points b units up and down from the center. Use these points to draw the fundamental rectangle; the lines through the corners of this rectangle are the asymptotes. If the coefficient of x2 is positive, draw the branches of the hyperbola opening left and right through the points determined by a. If the coefficient of y2 is positive, draw the branches of the hyperbola opening up and down through the points determined by b.
  • The orientation of the transverse axis depends the coefficient of x2 and y2.
  • If the equation of a hyperbola is given in general form px2qy2+cx+dy+e=0 or qy2px2+cx+dy+e=0 where p,q>0, group the terms with the same variables, and complete the square for both groupings to obtain standard form.
  • We recognize the equation of a hyperbola if it is quadratic in both x and y where the coefficients of the squared terms are opposite in sign.

Topic Exercises

    Part A: The Hyperbola in Standard Form

      Given the equation of a hyperbola in standard form, determine its center, which way the graph opens, and the vertices.

    1. (x6)216(y+4)29=1

    2. (y3)225(x+1)264=1

    3. (y+9)25x2=1

    4. (x5)212y2=1

    5. 4(y+10)225(x+1)2=100

    6. 9(x1)25(y+10)2=45

      Determine the standard form for the equation of a hyperbola given the following information.

    1. Center (2,7), a=6, b=3, opens left and right.

    2. Center (9,1), a=7, b=2, opens up and down.

    3. Center (10,3), a=7, b=52, opens up and down.

    4. Center (7,2), a=33, b=5, opens left and right.

    5. Center (0,8), a=2, b=1,opens up and down.

    6. Center (0,0), a=26, b=4, opens left and right.

      Graph.

    1. (x3)29(y+1)216=1

    2. (x+3)24(y1)225=1

    3. (x2)216(y+3)21=1

    4. (y+2)29(x+2)236=1

    5. (y1)24(x2)216=1

    6. (y+2)2(x+3)29=1

    7. 4(x+3)29(y3)2=36

    8. 16x24(y1)2=64

    9. 4(y1)225x2=100

    10. 9y216x2=144

    11. (x2)212(y4)29=1

    12. (x+2)24(y1)28=1

    13. (y+1)25(x3)22=1

    14. (y4)23(x+6)218=1

    15. 4x23(y3)2=12

    16. 7(x+1)22y2=14

    17. 6y23x2=18

    18. 10x23y2=30

      Find the x- and y-intercepts.

    1. (x1)29(y4)24=1

    2. (x+4)216(y3)29=1

    3. (y1)24(x+1)236=1

    4. (y+2)24(x1)216=1

    5. 2x23(y1)2=12

    6. 6(x5)22y2=12

    7. 36x22y2=9

    8. 6y24x2=2

    9. Find the equation of the hyperbola with vertices (±2,3) and a conjugate axis that measures 12 units.

    10. Find the equation of the hyperbola with vertices (4,7) and (4,3) and a conjugate axis that measures 6 units.

    Part B: The Hyperbola in General Form

      Rewrite in standard form and graph.

    1. 4x29y2+16x+54y101=0

    2. 9x225y218x100y316=0

    3. 4y216x264x+8y124=0

    4. 9y24x224x72y+72=0

    5. y236x272x12y36=0

    6. 9y2x2+8x36y+11=0

    7. 36x24y2+24y180=0

    8. x225y22x24=0

    9. 25x264y2+200x+640y2,800=0

    10. 49y24x2+40x+490y+929=0

    11. 3x22y2+24x+8y+34=0

    12. 4x28y224x+80y196=0

    13. 3y2x22x6y16=0

    14. 12y25x2+40x+48y92=0

    15. 4x216y2+12x+16y11=0

    16. 4x2y24x2y16=0

    17. 4y236x2+108x117=0

    18. 4x29y2+8x+6y33=0

      Given the general form, determine the intercepts.

    1. 3x2y211x8y4=0

    2. 4y28x2+2x+9y9=0

    3. x2y2+2x+2y4=0

    4. y2x2+6y8x16=0

    5. 5x22y24x3y=0

    6. 2x23y24x5y+1=0

      Find the equations of the asymptotes to the given hyperbola.

    1. (y5)29(x+8)216=1.

    2. (x+9)236(y4)24=1.

    3. 16x24y224y96x+44=0.

    4. 4y2x28y4x4=0.

      Given the graph of a hyperbola, determine its equation in general form.

    Part C: Identifying the Conic Sections

      Identify the following as the equation of a line, parabola, circle, ellipse, or hyperbola.

    1. x2+y2+10x2y+23=0

    2. x2+y+2x3=0

    3. 2x2+y212x+14=0

    4. 3x2y=24

    5. x2y2+36=0

    6. 4x2+4y232=0

    7. x2y22x+2y1=0

    8. xy2+2y+1=0

    9. 3x+3y+5=0

    10. 8x2+4y2144x12y+641=0

      Identify the conic sections and rewrite in standard form.

    1. x2y6x+11=0

    2. x2+y212x6y+44=0

    3. x22y24x12y18=0

    4. 25y22x2+36x50y187=0

    5. 7x2+4y284x+16y+240=0

    6. 4x2+4y280x+399=0

    7. 4x2+4y2+4x32y+29=0

    8. 16x24y232x+20y25=0

    9. 9x18y2+12y+7=0

    10. 16x2+12y224x48y+9=0

    Part D: Discussion Board

    1. Develop a formula for the equations of the asymptotes of a hyperbola. Share it along with an example on the discussion board.

    2. Make up your own equation of a hyperbola, write it in general form, and graph it.

    3. Do all hyperbolas have intercepts? What are the possible numbers of intercepts for a hyperbola? Explain.

    4. Research and discuss real-world examples of hyperbolas.

Answers

  1. Center: (6,4); a=4; b=3; opens left and right; vertices: (2,4), (10,4)

  2. Center: (0,9); a=1, b=5; opens upward and downward; vertices: (0,95), (0,9+5)

  3. Center: (1,10); a=2, b=5; opens upward and downward; vertices: (1,15), (1,5)

  4. (x2)236(y7)29=1

  5. (y+3)250(x10)27=1

  6. (y+8)21x22=1

  7. x-intercepts: (1±35,0); y-intercepts: none

  8. x-intercepts: none; y-intercepts: (0,3±373)

  9. x-intercepts: (±302,0); y-intercepts: none

  10. x-intercepts: (±12,0); y-intercepts: none

  11. x24(y3)236=1

  1. (x+2)29(y3)24=1;

  2. (y+1)216(x+2)24=1;

  3. (y6)236(x+1)2=1;

  4. x24(y3)236=1;

  5. (x+4)264(y5)225=1;

  6. (x+4)22(y2)23=1;

  7. (y1)26(x+1)218=1;

  8. (x+32)24(y12)21=1;

  9. y29(x32)2=1;

  10. x-intercepts: (13,0), (4,0); y-intercepts: (0,4±23)

  11. x-intercepts: (1±5,0); y-intercepts: none

  12. x-intercepts: (0,0), (45,0); y-intercepts: (0,0), (0,32)

  13. y=34x1, y=34x+11

  14. y=2x+3, y=2x9

  15. x29y24x+18y41=0

  16. 25y24x2100y+8x4=0

  1. Circle

  2. Ellipse

  3. Hyperbola

  4. Hyperbola

  5. Line

  6. Parabola; y=(x3)2+2

  7. Hyperbola; (x2)24(y+3)22=1

  8. Ellipse; (x6)24+(y+2)27=1

  9. Circle; (x+12)2+(y4)2=9

  10. Parabola; x=2(y13)21

  1. Answer may vary

  2. Answer may vary

8.5 Solving Nonlinear Systems

Learning Objectives

  1. Identify nonlinear systems.
  2. Solve nonlinear systems using the substitution method.

Nonlinear Systems

A system of equations where at least one equation is not linear is called a nonlinear systemA system of equations where at least one equation is not linear.. In this section we will use the substitution method to solve nonlinear systems. Recall that solutions to a system with two variables are ordered pairs (x,y) that satisfy both equations.

Example 1

Solve: {x+2y=0x2+y2=5.

Solution:

In this case we begin by solving for x in the first equation.

{x+2y=0x=2yx2+y2=5

Substitute x=2y into the second equation and then solve for y.

(2y)2+y2=54y2+y2=55y2=5y2=1y=±1

Here there are two answers for y; use x=2y to find the corresponding x-values.

Using y=1

Using y=1

x=2y=2(1)=2

x=2y=2(1)=2

This gives us two ordered pair solutions, (2,1) and (2,1).

Answer: (2,1), (2,1)

In the previous example, the given system consisted of a line and a circle. Graphing these equations on the same set of axes, we can see that the two ordered pair solutions correspond to the two points of intersection.

If we are given a system consisting of a circle and a line, then there are 3 possibilities for real solutions—two solutions as pictured above, one solution, or no solution.

Example 2

Solve: {x+y=3x2+y2=2.

Solution:

Solve for y in the first equation.

{x+y=3y=3xx2+y2=2

Next, substitute y=3x into the second equation and then solve for x.

x2+(3x)2=2x2+96x+x2=22x26x+9=22x26x+7=0

The resulting equation does not factor. Furthermore, using a=2, b=6, and c=7 we can see that the discriminant is negative:

b24ac=(6)24(2)(7)=3656=20

We conclude that there are no real solutions to this equation and thus no solution to the system.

Answer: Ø

Try this! Solve: {xy=5x2+(y+1)2=8.

Answer: (2,3)

If given a circle and a parabola, then there are 5 possibilities for solutions.

When using the substitution method, we can perform the substitution step using entire algebraic expressions. The goal is to produce a single equation in one variable that can be solved using the techniques learned up to this point in our study of algebra.

Example 3

Solve: {x2+y2=2yx2=2.

Solution:

We can solve for x2 in the second equation.

{x2+y2=2yx2=2y+2=x2

Substitute x2=y+2 into the first equation and then solve for y.

y+2+y2=2y2+y=0y(y+1)=0y=0ory=1

Back substitute into x2=y+2 to find the corresponding x-values.

Using y=1

Using y=0

x2=y+2x2=1+2x2=1x=±1

x2=y+2x2=0+2x2=2x=±2

This leads us to four solutions, (±1,1) and (±2,0).

Answer: (±1,1), (±2,0)

Example 4

Solve: {(x1)22y2=4x2+y2=9.

Solution:

We can solve for y2 in the second equation,

{(x1)22y2=4x2+y2=9y2=9x2

Substitute y2=9x2 into the first equation and then solve for x.

(x1)22(9x2)=4x22x+118+2x2=03x22x21=0(3x+7)(x3)=03x+7=0orx3=0x=73x=3

Back substitute into y2=9x2 to find the corresponding y-values.

Using x=73

Using x=3

y2=9(73)2y2=91499y2=329y=±323=±423

y2=9(3)2y2=0y=0

This leads to three solutions, (73,±423) and (3,0).

Answer: (3,0), (73,±423)

Example 5

Solve: {x2+y2=2xy=1.

Solution:

Solve for y in the second equation.

{x2+y2=2xy=1y=1x

Substitute y=1x into the first equation and then solve for x.

x2+(1x)2=2x2+1x2=2

This leaves us with a rational equation. Make a note that x0 and multiply both sides by x2.

x2(x2+1x2)=2x2x4+1=2x2x42x2+1=0(x21)(x21)=0

At this point we can see that both factors are the same. Apply the zero product property.

x21=0x2=1x=±1

Back substitute into y=1x to find the corresponding y-values.

Using x=1

Using x=1

y=1x=11=1

y=1x=11=1

This leads to two solutions.

Answer: (1,1), (1,1)

Try this! Solve: {1x+1y=41x2+1y2=40.

Answer: (12,16), (16,12)

Key Takeaways

  • Use the substitution method to solve nonlinear systems.
  • Streamline the solving process by using entire algebraic expressions in the substitution step to obtain a single equation with one variable.
  • Understanding the geometric interpretation of the system can help in finding real solutions.

Topic Exercises

    Part A: Nonlinear Systems

      Solve.

    1. {x2+y2=10x+y=4
    2. {x2+y2=5xy=3
    3. {x2+y2=30x3y=0
    4. {x2+y2=102xy=0
    5. {x2+y2=182x2y=12
    6. {(x4)2+y2=254x3y=16
    7. {3x2+2y2=213xy=0
    8. {x2+5y2=36x2y=0
    9. {4x2+9y2=362x+3y=6
    10. {4x2+y2=42x+y=2
    11. {2x2+y2=1x+y=1
    12. {4x2+3y2=122xy=2
    13. {x22y2=35x3y=0
    14. {5x27y2=392x+4y=0
    15. {9x24y2=363x+2y=0
    16. {x2+y2=25x2y=12
    17. {2x2+3y=98x4y=12
    18. {2x4y2=33x12y=6
    19. {4x2+3y2=12x32=0
    20. {5x2+4y2=40y3=0
    21. The sum of the squares of two positive integers is 10. If the first integer is added to twice the second integer, the sum is 7. Find the integers.

    22. The diagonal of a rectangle measures 5 units and has a perimeter equal to 6 units. Find the dimensions of the rectangle.

    23. For what values of b will the following system have real solutions? {x2+y2=1y=x+b

    24. For what values of m will the following system have real solutions? {x2y2=1y=mx

      Solve.

    1. {x2+y2=4yx2=2
    2. {x2+y2=4yx2=2
    3. {x2+y2=4yx2=3
    4. {x2+y2=44yx2=4
    5. {x2+3y2=9y2x=3
    6. {x2+3y2=9x+y2=4
    7. {4x23y2=12x2+y2=1
    8. {x2+y2=1x2y2=1
    9. {x2+y2=14y2x24y=0
    10. {x2+y2=42x2y2+4x=0
    11. {2(x2)2+y2=6(x3)2+y2=4
    12. {x2+y26y=04x2+5y2+20y=0
    13. {x2+4y2=254x2+y2=40
    14. {x22y2=104x2+y2=10
    15. {2x2+y2=14x2(y1)2=6
    16. {3x2(y2)2=12x2+(y2)2=1
    17. The difference of the squares of two positive integers is 12. The sum of the larger integer and the square of the smaller is equal to 8. Find the integers.

    18. The difference between the length and width of a rectangle is 4 units and the diagonal measures 8 units. Find the dimensions of the rectangle. Round off to the nearest tenth.

    19. The diagonal of a rectangle measures p units and has a perimeter equal to 2q units. Find the dimensions of the rectangle in terms of p and q.

    20. The area of a rectangle is p square units and its perimeter is 2q units. Find the dimensions of the rectangle in terms of p and q.

      Solve.

    1. {x2+y2=26xy=5
    2. {x2+y2=10xy=3
    3. {2x23y2=5xy=1
    4. {3x24y2=11xy=1
    5. {x2+y2=2xy2=0
    6. {x2+y2=12xy1=0
    7. {4xy2=0xy=2
    8. {3yx2=0xy9=0
    9. {2yx2=0xy1=0
    10. {xy2=0xy=3
    11. The diagonal of a rectangle measures 210 units. If the area of the rectangle is 12 square units, find its dimensions.

    12. The area of a rectangle is 48 square meters and the perimeter measures 32 meters. Find the dimensions of the rectangle.

    13. The product of two positive integers is 72 and their sum is 18. Find the integers.

    14. The sum of the squares of two positive integers is 52 and their product is 24. Find the integers.

      Solve.

    1. {1x+1y=41x1y=2
    2. {2x1y=51x+1y=2
    3. {1x+2y=13x1y=2
    4. {1x+1y=61x2+1y2=20
    5. {1x+1y=21x2+1y2=34
    6. {xy16=02x2y=0
    7. {x+y2=4y=x
    8. {y2(x1)2=1y=x
    9. {y=2xy=22x56
    10. {y=32x72y3x=0
    11. {y=e4xy=e2x+6
    12. {ye2x=0yex=0

    Part B: Discussion Board

    1. How many real solutions can be obtained from a system that consists of a circle and a hyperbola? Explain.

    2. Make up your own nonlinear system, solve it, and provide the answer. Also, provide a graph and discuss the geometric interpretation of the solutions.

Answers

  1. (1,3),(3,1)

  2. (33,3),(33,3)

  3. (3,3)

  4. (1,3), (1,3)

  5. (0,2), (3,0)

  6. (0,1), (23,13)

  7. (35,5), (35,5)

  8. Ø

  9. (3+352,6+35), (3352,635)

  10. (32,1), (32,1)

  11. 1, 3

  12. b[2,2]

  13. (0,2)

  14. Ø

  15. (3,0), (0,3), (0,3)

  16. Ø

  17. (0,1), (255,15), (255,15)

  18. (3,2), (3,2)

  19. (3,2), (3,2), (3,2), (3,2)

  20. (7,0), (7,0), (553,43), (553,43)

  21. 2, 4

  22. q+2p2q22 units by q2p2q22 units

  23. (5,1), (5,1), (1,5), (1,5)

  24. (3,33), (3,33)

  25. Ø

  26. (1,2)

  27. (23,432)

  28. 2 units by 6 units

  29. 6, 12

  30. (13,1)

  31. (75,7)

  32. (13,15), (15,13)

  33. (2,2)

  34. (3,8)

  35. (ln32,9)

  1. Answer may vary

8.6 Review Exercises and Sample Exam

Review Exercises

    Distance, Midpoint, and the Parabola

      Calculate the distance and midpoint between the given two points.

    1. (0,2) and (4,1)

    2. (6,0) and (2,6)

    3. (2,4) and (6,8)

    4. (12,1) and (52,12)

    5. (0,32) and (5,42)

    6. (53,6) and (33,6)

      Determine the area of a circle whose diameter is defined by the given two points.

    1. (3,3) and (3,3)

    2. (2,9) and (10,15)

    3. (23,12) and (13,32)

    4. (25,22) and (0,42)

      Rewrite in standard form and give the vertex.

    1. y=x210x+33

    2. y=2x24x1

    3. y=x23x1

    4. y=x2x2

    5. x=y2+10y+10

    6. x=3y2+12y+7

    7. x=y2+8y3

    8. x=5y25y+2

      Rewrite in standard form and graph. Be sure to find the vertex and all intercepts.

    1. y=x220x+75

    2. y=x210x+75

    3. y=2x212x24

    4. y=4x2+4x+6

    5. x=y210y+16

    6. x=y2+4y+12

    7. x=4y2+12y

    8. x=9y2+18y+12

    9. x=4y2+4y+2

    10. x=y25y+2

    Circles

      Determine the center and radius given the equation of a circle in standard form.

    1. (x6)2+y2=9

    2. (x+8)2+(y10)2=1

    3. x2+y2=5

    4. (x38)2+(y+52)2=12

      Determine standard form for the equation of the circle:

    1. Center (7,2) with radius r=10.

    2. Center (13,1) with radius r=23.

    3. Center (0,5) with radius r=27.

    4. Center (1,0) with radius r=532.

    5. Circle whose diameter is defined by (4,10) and (2,8).

    6. Circle whose diameter is defined by (3,6) and (0,4).

      Find the x- and y-intercepts.

    1. (x3)2+(y+5)2=16

    2. (x+5)2+(y1)2=4

    3. x2+(y2)2=20

    4. (x3)2+(y+3)2=8

    5. x2+y212y+27=0

    6. x2+y24x+2y+1=0

      Graph.

    1. (x+8)2+(y6)2=4

    2. (x20)2+(y+152)2=2254

    3. x2+y2=24

    4. (x1)2+y2=14

    5. x2+(y7)2=27

    6. (x+1)2+(y1)2=2

      Rewrite in standard form and graph.

    1. x2+y26x+4y3=0

    2. x2+y2+8x10y+16=0

    3. 2x2+2y22x6y3=0

    4. 4x2+4y2+8y+1=0

    5. x2+y25x+y12=0

    6. x2+y2+12x8y=0

    Ellipses

      Given the equation of an ellipse in standard form, determine its center, orientation, major radius, and minor radius.

    1. (x+12)216+(y10)24=1

    2. (x+3)23+y225=1

    3. x2+(y5)212=1

    4. (x8)25+(y+8)18=1

      Determine the standard form for the equation of the ellipse given the following information.

    1. Center (0,4) with a=3 and b=4.

    2. Center (3,8) with a=1 and b=7.

    3. Center (0,0) with a=5 and b=2.

    4. Center (10,30) with a=10 and b=1.

      Find the x- and y-intercepts.

    1. (x+2)24+y29=1

    2. (x1)22+(y+1)23=1

    3. 5x2+2y2=20

    4. 5(x3)2+6y2=120

      Graph.

    1. (x10)225+(y+5)24=1

    2. (x+6)29+(y8)236=1

    3. (x32)24+(y72)2=1

    4. (x23)2+y24=1

    5. x22+y25=1

    6. (x+2)28+(y3)212=1

      Rewrite in standard form and graph.

    1. 4x2+9y28x+90y+193=0

    2. 9x2+4y2+108x80y+580=0

    3. x2+9y2+6x+108y+324=0

    4. 25x2+y2350x8y+1,216=0

    5. 8x2+12y216x36y13=0

    6. 10x2+2y250x+14y+7=0

    Hyperbolas

      Given the equation of a hyperbola in standard form, determine its center, which way the graph opens, and the vertices.

    1. (x10)24(y+5)216=1

    2. (x+7)22(y8)28=1

    3. (y20)23(x15)2=1

    4. 3y212(x1)2=36

      Determine the standard form for the equation of the hyperbola.

    1. Center (25,10), a=3, b=5, opens up and down.

    2. Center (9,12), a=53, b=7, opens left and right.

    3. Center (4,0), a=1, b=6, opens left and right.

    4. Center (2,3), a=102, b=23, opens up and down.

      Find the x- and y-intercepts.

    1. (x1)24(y+3)29=1

    2. (x+4)28(y2)212=1

    3. 4(y2)2x2=16

    4. 6(y+1)23(x1)2=18

      Graph.

    1. (x10)225(y+5)2100=1

    2. (x4)24(y8)216=1

    3. (y3)29(x6)281=1

    4. (y+1)24(x+1)225=1

    5. y227(x3)29=1

    6. x22y23=1

      Rewrite in standard form and graph.

    1. 4x29y28x90y257=0

    2. 9x2y2108x+16y+224=0

    3. 25y22x2100y+50=0

    4. 3y2x22x10=0

    5. 8y212x2+24y12x33=0

    6. 4y24x216y28x37=0

      Identify the conic sections and rewrite in standard form.

    1. x2+y22x8y+16=0

    2. x2+2y2+4x24y+74=0

    3. x2y26x4y+3=0

    4. x2+y10x+22=0

    5. x2+12y212x+24=0

    6. x2+y2+10y+22=0

    7. 4y220x2+16y+20x9=0

    8. 16x16y2+24y25=0

    9. 9x29y26x18y17=0

    10. 4x2+4y2+4x8y+1=0

      Given the graph, write the equation in general form.

    Solving Nonlinear Systems

      Solve.

    1. {x2+y2=8xy=4
    2. {x2+y2=1x+2y=1
    3. {x2+3y2=42xy=1
    4. {2x2+y2=5x+y=3
    5. {3x22y2=1xy=2
    6. {x23y2=10x2y=1
    7. {2x2+y2=114x+y2=5
    8. {x2+4y2=12x2+4y=5
    9. {5x2y2=10x2+y=2
    10. {2x2+y2=12x4y2=3
    11. {x2+4y2=10xy=2
    12. {y+x2=0xy8=0
    13. {1x+1y=101x1y=6
    14. {1x+1y=1yx=2
    15. {x2y2=3y=x4
    16. {(x1)2+y2=1yx=0

Answers

  1. Distance: 5 units; midpoint: (2,12)

  2. Distance: 410 units; midpoint: (4,2)

  3. Distance: 7 units; midpoint: (52,722)

  4. 18π square units

  5. 5π4 square units

  6. y=(x5)2+8; vertex: (5,8)

  7. y=(x32)2134; vertex: (32,134)

  8. x=(y+5)215; vertex: (15,5)

  9. x=(y4)2+13; vertex: (13,4)

  10. y=(x10)225;

  11. y=2(x+3)26;

  12. x=(y5)29;

  13. x=4(y32)2+9;

  14. x=4(y12)2+3;

  1. Center: (6,0); radius: r=3

  2. Center: (0,0); radius: r=5

  3. (x+7)2+(y2)2=100

  4. x2+(y+5)2=28

  5. (x+3)2+(y9)2=2

  6. x-intercepts: none; y-intercepts: (0,5±7)

  7. x-intercepts: (±4,0); y-intercepts: (0,2±25)

  8. x-intercepts: none; y-intercepts: (0,3), (0,9)

  9. (x3)2+(y+2)2=16;

  10. (x12)2+(y32)2=4;

  11. (x52)2+(y+12)2=7;

  1. Center: (12,10); orientation: horizontal; major radius: 4 units; minor radius: 2 units

  2. Center: (0,5); orientation: vertical; major radius: 23 units; minor radius: 1 unit

  3. x29+(y+4)216=1

  4. x225+y22=1

  5. x-intercepts: (4,0), (0,0); y-intercepts: (0,0)

  6. x-intercepts: (±2,0); y-intercepts: (0,±10)

  7. (x1)29+(y+5)24=1;

  8. (x+3)29+(y+6)2=1;

  9. (x1)26+(y32)24=1;

  1. Center: (10,5); opens left and right; vertices: (8,5), (12,5)

  2. Center: (15,20); opens upward and downward; vertices: (15,203), (15,20+3)

  3. (y10)25(x+25)29=1

  4. (x+4)2y236=1

  5. x-intercepts: (1±22,0); y-intercepts: none

  6. x-intercepts: (0,0); y-intercepts: (0,0), (0,4)

  7. (x1)29(y+5)24=1;

  8. (y2)22x225=1;

  9. (y+32)26(x+12)24=1;

  10. Circle; (x1)2+(y4)2=1

  11. Hyperbola; (x3)22(y+2)22=1

  12. Ellipse; (x6)212+y2=1

  13. Hyperbola; (y+2)25(x12)2=1

  14. Hyperbola; (x13)2(y+1)2=1

  15. x2+y2+18x6y+9=0

  16. 9x2y2+72x12y+72=0

  17. 9x2+64y2+54x495=0

  1. (2,2)

  2. (113,1513), (1,1)

  3. (9,11), (1,1)

  4. (1,3), (1,3)

  5. (2,0), (2,0), (7,5), (7,5)

  6. (2,2), (2,2), (22,22), (22,22)

  7. (18,12)

  8. (5,1)

Sample Exam

    1. Given two points (4,6) and (2,8):

      1. Calculate the distance between them.
      2. Find the midpoint between them.
    2. Determine the area of a circle whose diameter is defined by the points (4,3) and (1,2).

      Rewrite in standard form and graph. Find the vertex and all intercepts if any.

    1. y=x2+6x5

    2. x=2y2+4y6

    3. x=3y2+3y+1

    4. Find the equation of a circle in standard form with center (6,3) and radius 25 units.

      Sketch the graph of the conic section given its equation in standard form.

    1. (x4)2+(y+1)2=45

    2. (x+3)24+y29=1

    3. y23x29=1

    4. x216(y2)2=1

      Rewrite in standard form and graph.

    1. 9x2+4y2144x+16y+556=0

    2. xy2+6y+7=0

    3. x2+y2+20x20y+100=0

    4. 4y2x2+40y30x225=0

      Find the x- and y-intercepts.

    1. x=2(y4)2+9

    2. (y1)212(x+1)2=1

      Solve.

    1. {x+y=2y=x2+4
    2. {yx2=3x2+y2=9
    3. {2xy=1(x+1)2+2y2=1
    4. {x2+y2=6xy=3
    5. Find the equation of an ellipse in standard form with vertices (3,5) and (5,5) and a minor radius 2 units in length.

    6. Find the equation of a hyperbola in standard form opening left and right with vertices (±5,0) and a conjugate axis that measures 10 units.

    7. Given the graph of the ellipse, determine its equation in general form.

    8. A rectangular deck has an area of 80 square feet and a perimeter that measures 36 feet. Find the dimensions of the deck.

    9. The diagonal of a rectangle measures 213 centimeters and the perimeter measures 20 centimeters. Find the dimensions of the rectangle.

Answers

    1. 210 units;
    2. (1,7)
  1. y=(x3)2+4;

  2. x=3(y12)2+74;

  3. (x8)24+(y+2)29=1;

  4. (x+10)2+(y10)2=100;

  5. x-intercept: (23,0); y-intercepts: (0,8±322)

  6. (1,3), (2,0)

  7. Ø

  8. (x1)216+(y+5)24=1

  9. 4x2+25y224x100y+36=0

  10. 6 centimeters by 4 centimeters