Knowunity AI

Open the App

Subjects

Algebra 2Algebra 267 views·Updated Jun 2, 2026·4 pages

Understanding and Solving Conic Sections: A Student's Guide with Examples

user profile picture
Gabriella Mulé@bellamule08

Analytical geometry bridges algebra and geometry, letting you solve geometric... Show more

1
of 4
# Introduction to Analytical Geometry
analytical geometry analysis of geometry using algebraic methods.
We mainly analyze conic sections

Al

Introduction to Analytical Geometry

Analytical geometry uses algebraic methods to analyze geometric shapes. The star players here are conic sections, all derived from the second-degree equation: Ax2+Bxy+Cy2+Dx+Ey+F=0Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0.

When working with circles, the standard equation is (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2, where (h,k)(h,k) is the center and rr is the radius. For example, if you have x2+y26x+4y+7=0x^2 + y^2 - 6x + 4y + 7 = 0, you can rearrange it to (x3)2+(y+2)2=6(x - 3)^2 + (y + 2)^2 = 6, revealing a circle with center at (3,2)(3, -2) and radius 6\sqrt{6}.

To find intersections between lines and circles, substitute the line equation into the circle equation. For instance, finding where y=2x2y = 2x - 2 meets x2+y2=25x^2 + y^2 = 25 involves substituting the yy value, solving the resulting quadratic, and finding the corresponding points: (3,4)(3, 4) and (75,245)(\frac{7}{5}, \frac{-24}{5}).

💡 Quick Tip: When working with circle equations, always try to get them into standard form (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2 by completing the square for both xx and yy terms. This makes identifying the center and radius immediate!

An ellipse is a set of points where the sum of distances from any point on the ellipse to two fixed points (called foci) remains constant. The standard equation for an ellipse centered at the origin is x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1, where aa and bb control the ellipse's size and shape.

2
of 4
# Introduction to Analytical Geometry
analytical geometry analysis of geometry using algebraic methods.
We mainly analyze conic sections

Al

Ellipses and Hyperbolas

For an ellipse with center at (h,k)(h,k), the equation becomes (xh)2a2+(yk)2b2=1\frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{b^2} = 1. The vertices are found at (h±a,k)(h±a, k) and (h,k±b)(h, k±b). The foci depend on whether the ellipse is horizontal $(h±c, k)$ where $c^2 = a^2 - b^2$ or vertical $(h, k±c)$ where $c^2 = b^2 - a^2$.

When analyzing an ellipse like $4x^2 + 9y^2 - 16x + 18y - 11 = 0,rearrangeitintostandardformbycompletingthesquare.Theresult,, rearrange it into standard form by completing the square. The result, \frac{x2x - 2^2}{9} + \frac{y+1y + 1^2}{4} = 1,revealsacenterat, reveals a center at (2,-1)with with a=3and and b=2.Fromhere,youcanfindverticesat. From here, you can find vertices at (5,-1),, (-1,-1),, (2,1),and, and (2,-3),andfociat, and foci at 2±5,12 ± \sqrt{5},-1$.

A hyperbola is defined by the constant difference between distances from any point to two fixed points. For a hyperbola centered at the origin, the equation is x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1 (horizontal) or y2b2x2a2=1\frac{y^2}{b^2} - \frac{x^2}{a^2} = 1 (vertical).

🔑 Remember: In both ellipses and hyperbolas, aa and bb determine the shape, but for hyperbolas, the relationship between aa, bb, and cc is c2=a2+b2c^2 = a^2 + b^2 unlike ellipses where $c^2 = |a^2 - b^2|$.

3
of 4
# Introduction to Analytical Geometry
analytical geometry analysis of geometry using algebraic methods.
We mainly analyze conic sections

Al

Hyperbolas and Their Asymptotes

Hyperbolas have special lines called asymptotes that the curve approaches but never touches. For a hyperbola centered at the origin, these asymptotes follow the equation y=±baxy = ±\frac{b}{a}x. For hyperbolas centered at (h,k)(h,k), the asymptotes become yk=±ba(xh)y - k = ±\frac{b}{a}(x - h).

When graphing hyperbolas, follow this process: plot the center, mark the vertices, construct a rectangle using the vertices, and extend the rectangle's diagonals to create the asymptotes. The hyperbola's curves will approach these asymptotes but never cross them.

For a hyperbola like $4x^2 - 9y^2 + 16x - 18y - 29 = 0,completethesquaretoget, complete the square to get \frac{x+2x + 2^2}{9} - \frac{y+1y + 1^2}{4} = 1.Thisrevealsahorizontalhyperbolawithcenterat. This reveals a horizontal hyperbola with center at (-2,-1),where, where a=3and and b=2.Thefociareat. The foci are at 2±13,1-2±\sqrt{13},-1since since c^2 = a^2 + b^2 = 13$.

🚀 Visualization Trick: Think of hyperbolas as two separate curves that mirror each other across the center. The asymptotes form an "X" that guides where the curves will go as they extend outward.

A parabola is the set of points where the distance from a fixed point (the focus) equals the distance to a fixed line (the directrix). The standard form varies depending on whether the parabola opens vertically or horizontally.

4
of 4
# Introduction to Analytical Geometry
analytical geometry analysis of geometry using algebraic methods.
We mainly analyze conic sections

Al

Parabolas

Vertical parabolas have the equation y=14p(xh)2+ky = \frac{1}{4p}(x-h)^2 + k (where $x$ is squared), with vertex at (h,k)(h,k), focus at (h,k+p)(h,k+p), and directrix at y=kpy=k-p. These parabolas open upward or downward.

Horizontal parabolas follow x=14p(yk)2+hx = \frac{1}{4p}(y-k)^2 + h (where $y$ is squared), with vertex at (h,k)(h,k), focus at (h+p,k)(h+p,k), and directrix at x=hpx=h-p. These parabolas open right or left.

When analyzing parabolas like $4y^2+2x-16y+13=0,rearrangetheequationbycompletingthesquare.Forthisexample,youget, rearrange the equation by completing the square. For this example, you get -2y2y-2^2+1.5=xwhichisahorizontalparabolawithvertexat which is a horizontal parabola with vertex at (1.5,2).Theconstant. The constant -2equals equals \frac{1}{4p},so, so p=-0.125,placingthefocusat, placing the focus at (1.37,2)andthedirectrixat and the directrix at x=1.625$.

🎯 Test Prep Tip: The key to solving conic section problems is identifying which type you're dealing with. Look at the squared terms! If both x2x^2 and y2y^2 have the same sign, it's a circle or ellipse. Different signs indicate a hyperbola. If only one variable is squared, it's a parabola.

The power of analytical geometry lies in transforming visual problems into equations you can solve systematically. Whether you're dealing with circles, ellipses, hyperbolas, or parabolas, the standard forms give you a clear roadmap to find key features like centers, vertices, foci, and directrices.

We thought you’d never ask...

What is the Knowunity AI companion?

Our AI companion is specifically built for the needs of students. Based on the millions of content pieces we have on the platform we can provide truly meaningful and relevant answers to students. But its not only about answers, the companion is even more about guiding students through their daily learning challenges, with personalised study plans, quizzes or content pieces in the chat and 100% personalisation based on the students skills and developments.

Where can I download the Knowunity app?

You can download the app in the Google Play Store and in the Apple App Store.

Is Knowunity really free of charge?

That's right! Enjoy free access to study content, connect with fellow students, and get instant help – all at your fingertips.

Can't find what you're looking for? Explore other subjects.

Students love us — and so will you.

4.6/5App Store
4.7/5Google Play

The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.

Stefan SiOS user

This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.

Samantha KlichAndroid user

Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.

AnnaiOS user

Algebra 2Algebra 267 views·Updated Jun 2, 2026·4 pages

Understanding and Solving Conic Sections: A Student's Guide with Examples

user profile picture
Gabriella Mulé@bellamule08

Analytical geometry bridges algebra and geometry, letting you solve geometric problems with equations. In this topic, you'll explore conic sections—circles, ellipses, hyperbolas, and parabolas—all derived from second-degree equations that create fascinating curves with real-world applications.

1
of 4
# Introduction to Analytical Geometry
analytical geometry analysis of geometry using algebraic methods.
We mainly analyze conic sections

Al

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

Introduction to Analytical Geometry

Analytical geometry uses algebraic methods to analyze geometric shapes. The star players here are conic sections, all derived from the second-degree equation: Ax2+Bxy+Cy2+Dx+Ey+F=0Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0.

When working with circles, the standard equation is (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2, where (h,k)(h,k) is the center and rr is the radius. For example, if you have x2+y26x+4y+7=0x^2 + y^2 - 6x + 4y + 7 = 0, you can rearrange it to (x3)2+(y+2)2=6(x - 3)^2 + (y + 2)^2 = 6, revealing a circle with center at (3,2)(3, -2) and radius 6\sqrt{6}.

To find intersections between lines and circles, substitute the line equation into the circle equation. For instance, finding where y=2x2y = 2x - 2 meets x2+y2=25x^2 + y^2 = 25 involves substituting the yy value, solving the resulting quadratic, and finding the corresponding points: (3,4)(3, 4) and (75,245)(\frac{7}{5}, \frac{-24}{5}).

💡 Quick Tip: When working with circle equations, always try to get them into standard form (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2 by completing the square for both xx and yy terms. This makes identifying the center and radius immediate!

An ellipse is a set of points where the sum of distances from any point on the ellipse to two fixed points (called foci) remains constant. The standard equation for an ellipse centered at the origin is x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1, where aa and bb control the ellipse's size and shape.

2
of 4
# Introduction to Analytical Geometry
analytical geometry analysis of geometry using algebraic methods.
We mainly analyze conic sections

Al

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

Ellipses and Hyperbolas

For an ellipse with center at (h,k)(h,k), the equation becomes (xh)2a2+(yk)2b2=1\frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{b^2} = 1. The vertices are found at (h±a,k)(h±a, k) and (h,k±b)(h, k±b). The foci depend on whether the ellipse is horizontal $(h±c, k)$ where $c^2 = a^2 - b^2$ or vertical $(h, k±c)$ where $c^2 = b^2 - a^2$.

When analyzing an ellipse like $4x^2 + 9y^2 - 16x + 18y - 11 = 0,rearrangeitintostandardformbycompletingthesquare.Theresult,, rearrange it into standard form by completing the square. The result, \frac{x2x - 2^2}{9} + \frac{y+1y + 1^2}{4} = 1,revealsacenterat, reveals a center at (2,-1)with with a=3and and b=2.Fromhere,youcanfindverticesat. From here, you can find vertices at (5,-1),, (-1,-1),, (2,1),and, and (2,-3),andfociat, and foci at 2±5,12 ± \sqrt{5},-1$.

A hyperbola is defined by the constant difference between distances from any point to two fixed points. For a hyperbola centered at the origin, the equation is x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1 (horizontal) or y2b2x2a2=1\frac{y^2}{b^2} - \frac{x^2}{a^2} = 1 (vertical).

🔑 Remember: In both ellipses and hyperbolas, aa and bb determine the shape, but for hyperbolas, the relationship between aa, bb, and cc is c2=a2+b2c^2 = a^2 + b^2 unlike ellipses where $c^2 = |a^2 - b^2|$.

3
of 4
# Introduction to Analytical Geometry
analytical geometry analysis of geometry using algebraic methods.
We mainly analyze conic sections

Al

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

Hyperbolas and Their Asymptotes

Hyperbolas have special lines called asymptotes that the curve approaches but never touches. For a hyperbola centered at the origin, these asymptotes follow the equation y=±baxy = ±\frac{b}{a}x. For hyperbolas centered at (h,k)(h,k), the asymptotes become yk=±ba(xh)y - k = ±\frac{b}{a}(x - h).

When graphing hyperbolas, follow this process: plot the center, mark the vertices, construct a rectangle using the vertices, and extend the rectangle's diagonals to create the asymptotes. The hyperbola's curves will approach these asymptotes but never cross them.

For a hyperbola like $4x^2 - 9y^2 + 16x - 18y - 29 = 0,completethesquaretoget, complete the square to get \frac{x+2x + 2^2}{9} - \frac{y+1y + 1^2}{4} = 1.Thisrevealsahorizontalhyperbolawithcenterat. This reveals a horizontal hyperbola with center at (-2,-1),where, where a=3and and b=2.Thefociareat. The foci are at 2±13,1-2±\sqrt{13},-1since since c^2 = a^2 + b^2 = 13$.

🚀 Visualization Trick: Think of hyperbolas as two separate curves that mirror each other across the center. The asymptotes form an "X" that guides where the curves will go as they extend outward.

A parabola is the set of points where the distance from a fixed point (the focus) equals the distance to a fixed line (the directrix). The standard form varies depending on whether the parabola opens vertically or horizontally.

4
of 4
# Introduction to Analytical Geometry
analytical geometry analysis of geometry using algebraic methods.
We mainly analyze conic sections

Al

Sign up to see the content. It's free!

  • Access to all documents
  • Improve your grades
  • Join milions of students

Parabolas

Vertical parabolas have the equation y=14p(xh)2+ky = \frac{1}{4p}(x-h)^2 + k (where $x$ is squared), with vertex at (h,k)(h,k), focus at (h,k+p)(h,k+p), and directrix at y=kpy=k-p. These parabolas open upward or downward.

Horizontal parabolas follow x=14p(yk)2+hx = \frac{1}{4p}(y-k)^2 + h (where $y$ is squared), with vertex at (h,k)(h,k), focus at (h+p,k)(h+p,k), and directrix at x=hpx=h-p. These parabolas open right or left.

When analyzing parabolas like $4y^2+2x-16y+13=0,rearrangetheequationbycompletingthesquare.Forthisexample,youget, rearrange the equation by completing the square. For this example, you get -2y2y-2^2+1.5=xwhichisahorizontalparabolawithvertexat which is a horizontal parabola with vertex at (1.5,2).Theconstant. The constant -2equals equals \frac{1}{4p},so, so p=-0.125,placingthefocusat, placing the focus at (1.37,2)andthedirectrixat and the directrix at x=1.625$.

🎯 Test Prep Tip: The key to solving conic section problems is identifying which type you're dealing with. Look at the squared terms! If both x2x^2 and y2y^2 have the same sign, it's a circle or ellipse. Different signs indicate a hyperbola. If only one variable is squared, it's a parabola.

The power of analytical geometry lies in transforming visual problems into equations you can solve systematically. Whether you're dealing with circles, ellipses, hyperbolas, or parabolas, the standard forms give you a clear roadmap to find key features like centers, vertices, foci, and directrices.

We thought you’d never ask...

What is the Knowunity AI companion?

Our AI companion is specifically built for the needs of students. Based on the millions of content pieces we have on the platform we can provide truly meaningful and relevant answers to students. But its not only about answers, the companion is even more about guiding students through their daily learning challenges, with personalised study plans, quizzes or content pieces in the chat and 100% personalisation based on the students skills and developments.

Where can I download the Knowunity app?

You can download the app in the Google Play Store and in the Apple App Store.

Is Knowunity really free of charge?

That's right! Enjoy free access to study content, connect with fellow students, and get instant help – all at your fingertips.

Can't find what you're looking for? Explore other subjects.

Students love us — and so will you.

4.6/5App Store
4.7/5Google Play

The app is very easy to use and well designed. I have found everything I was looking for so far and have been able to learn a lot from the presentations! I will definitely use the app for a class assignment! And of course it also helps a lot as an inspiration.

Stefan SiOS user

This app is really great. There are so many study notes and help [...]. My problem subject is French, for example, and the app has so many options for help. Thanks to this app, I have improved my French. I would recommend it to anyone.

Samantha KlichAndroid user

Wow, I am really amazed. I just tried the app because I've seen it advertised many times and was absolutely stunned. This app is THE HELP you want for school and above all, it offers so many things, such as workouts and fact sheets, which have been VERY helpful to me personally.

AnnaiOS user