Questions tagged [conic-sections]

For questions about circles, ellipses, hyperbolas, and parabolas. These curves are the result of intersecting a cone with a plane.

A conic section is a smooth planar curve that is the result of intersecting a cone with a plane. There are commonly four conic sections: circles, ellipses, parabolas, and hyperbolas.

We can construct these conic sections analytically. The solutions to the equation $x^2+y^2=z^2$ give us a cone in three-dimensional space. An plane in three-dimensional space that goes through a point $p=(x_0,y_0,z_0)$ and has normal vector $\langle a,b,c \rangle$ is given by the equation

$$a(x-x_0)+b(y-y_0)+c(z-z_0)=0\,.$$

Finding the common solutions to the equation of the cone and equation of the plane for various choices of $p$ and normal vector will—after a change in coordinates to write them as planar curves—lead you to the (potentially) familiar equations

  • Circle: $x^2+y^2 = r^2$
  • Ellipse: $ax^2 + b y^2 = r^2$, where $a,b>0$
  • Parabola: $ax^2 +by = r^2$, where $a\neq 0$
  • Hyperbola: $ax^2 - by^2 = r^2$, where $a,b>0$

There are also geometric constructions of the conic sections. For example, a circle is the set of all points that are a fixed distance from a given points. An ellipse is the set of all points .... The construction of Dandelin spheres (see Wikipedia) unifies the analytic and geometric constructions of conic sections.

4912 questions
0
votes
1 answer

What do you get when you take a conic section in between a parabola and vertical?

The way conic sections are often described, if you take a section parallel to the double-cone, you get a parabola, and if you take a perfectly vertical section, you get a hyperbola. But what if you take a section that's in between parallel and…
0
votes
2 answers

What conic is $x^2-y^2-2y-2=0$ and what is the conic format of it? It would be great if work was shown so I could learn it.

What conic is $x^2 - y^2 - 2y - 2=0$ and what is the conic format of it? It would be great if work was shown so I could learn it. I know it's either a hyperbola or an eclipse but I don't know how to convert it to one
0
votes
2 answers

Equation of normals at the end of variable chord of parabola $y^2-4y-2x=0$

Here is my problem: If the normals at the ends of a variable chord PQ of the parabola $y^2-4y-2x=0$ are perpendicular then the tangents at P and Q will intersect at?? The correct answer is $2x+5=0$. I could not figure out the way from where to…
Pratyush
  • 2,586
0
votes
1 answer

Formula of finding equation of tangent line of a parabola

The way to find equation of tangent line of a parabola that has equation $y=Ax^{2}+Bx+C$ and parallel to $Ay=Bx+C$ line is by using $y^{'}=\tfrac{B}{A}$ and some further steps with $y^{'}$ is first-derivative and $\tfrac{B}{A}$ is…
làntèrn
  • 307
0
votes
1 answer

What kind of line does this equation represent?

$x^2 – y^2 = -1$ . I know it is a hyperbola, but i want to know to reach this conclusion, (sorry for the symbols but I do not know how to use MathJax).
Al.Ka
  • 113
0
votes
1 answer

need help to understand answer

Write the equation of a parabola with a vertex at $(-5, 2)$ and a directrix $y = -1$. i got $(y-2)= \frac{1}{4} (x+5)^2$ Correct answer is $(y-2) = \frac{1}{12} (x+5)^2$
0
votes
1 answer

Equation general solution of intersection of two elipse

I have two elipse. E1: $\dfrac{(x-x_1)^2}{a^2}+\dfrac{(y-y_1)^2}{b^2}=1$ and E2: $\dfrac{(x-x_2)^2}{c^2}+\dfrac{(y-y_2)^2}{d^2}=1$. Please help me what is Equation general solution of intersection of this two…
0
votes
2 answers

Ellipses Conics Inquiry

A carpenter wishes to construct an elliptical table top from a sheet 4ft by 8ft plywood to make a poker table for him and his budies. He will trace out the ellipse using the "thumbtack and string" method. What length of string should be used and how…
0
votes
2 answers

Convert ellipse parameter from General parametric form to General polar form

I am facing problem to convert ellipse standard parameters. Everything I say here is refer to http://en.wikipedia.org/wiki/Ellipse I know what are the General parametric form parameter . Lets call them $a$,$b$,$\varphi$, $t_X$, $t_Y$ Now I need to…
Marco
  • 250
0
votes
2 answers

Circle $x^2+y^2=2$ is stretched by a scale factor $2$ parallel to the $x$-axis, find the equation of Ellipse

What is the quick method or formula to finding this answer? Also the method for finding the answer when the stretch is parallel to the $y$-axis, Regards Tom
0
votes
1 answer

What is the formula/method used to show that $ b=4$ in this hyperbola?

Hyperbola $\frac{x^2}{4}-\frac{y^2}{b^2}=1$ Asymptotes $y=2x$ and $y=-2x$ Also given a point $A (2, 0)$ on the hyperbola (not sure if you need this though) I have absolutely no idea how you would show that $b=4$ considering the limited information…
0
votes
2 answers

Need help with a conic tangent question? (Hyperbolics)

I need to find the equation of the tangent to the hyperbola $$\frac{x^2}{6}-\frac{y^2}{8}=1$$ at the point $(3,2)$. I tried doing it by substituting for $y$ but the algebra is not nice at all and I wanted to see how people here would do it.
Sean B
  • 13
0
votes
1 answer

Problem involving conics. Need to find points of intersection given information about a conic.

A conic has eccentricity $e=0.7$, a focus $(5,−3)$ and directrix $y=2x−7$. Find the points of intersection of the conic with line $y=−3$. I'm really stuck on this, and have no idea even where to start. Any help?
Ryan
  • 41
0
votes
1 answer

Finding the equation for a hyperbola given foci and eccentricity

Problem: Find the equation for the hyperbola which has foci $$F_1 = (-1, 3)$$ $$F_2 = (3,3) $$ and eccentricity $$\varepsilon = 2$$ Hint: Use a translation which moves the foci to the x-axis. My attempt: Using a simple translation $$\textbf{R} =…
Alec
  • 4,094
0
votes
1 answer

Difficulties in understanding ellipse's minor axis's equation

I'm implementing an ellipse detector using some pdf I found on the internet, but I encounter some difficulties in understanding one of the equations. Here is the pdf:…
IgZiStO
  • 101