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
0 answers

Proof of the Discriminant Law of Conics

Does anyone know a good resource and or know the proof for the Discriminant Law of Conics ($B^2 - 4AC > 0$ , Hyperbola ....) Thanks
0
votes
0 answers

Defining Conic Section From 5 Points (No Matrix work)

I am doing a homework assignment, and I need to find: a) what type of conic it is b) the equation for the conic from $5$ points. In class we haven't done any work with matrices, so I need a method which does not use them. Example problem: $(0,0),…
0
votes
1 answer

Ellipse from two arbitrary points, tangent at P1 and a focal point

Is it possible to find this? Really only need the semi major axis or even it's orientation. Please see the linked image. Known elements are in red and the desired element is in blue.
silkms
  • 1
0
votes
1 answer

Condition for common tangents to Circle and parabola

The parabola $y^2=4ax$ and circle $x^2+y^2+2bx=0$ have more then one common tangents;, Then which one is/are right, $(a)\; ab>0\;\;\;\; (b)\; ab<0\;\;\;\; (c)\; ab<-2\;\;\;\; (d)\; ab>2$ $\bf{My\; Try::}$ Let $y=mx+c$ is a common tangent to the…
juantheron
  • 53,015
0
votes
2 answers

What is the equation of the tangent at the vertex of parabola $4y^2+6x=8y+7$?

What is the equation of the tangent at the vertex of this parabola? $$4y^2+6x=8y+7$$ I simplified the equation and got $$4(y-1)^2 =-(6x-11)$$ What do I do further?
0
votes
1 answer

find m so that this becomes the equation of an ellipse

For the equation $$(m − 2)x^2 + (y − 1)^2 − (m − 1)(m − 2) = 0 \textrm{ and } m \in \mathbb{R} \setminus \begin{Bmatrix}1, 2\end{Bmatrix}$$ Find $m$ so that this becomes the equation of an ellipse. I have honestly no idea how to do this, I…
byrek
  • 1
0
votes
1 answer

Deriving the equation of an ellipse from another related equation

Consider the equation for $x,y, \phi \in \mathbb{R}$ $$ \left( \frac{x}{a} \right)^2 + \left( \frac{y}{b} \right)^2 - 2 \cos (\phi) \frac{xy}{ab} = \sin^2 (\phi) $$ It is supposed to be an elementary exercise to show that the vector $(x,y)$ traces…
0
votes
2 answers

find the length of side

Tangents drawn to the parabola y2=4ax at the points P and Q intersect at T. If triangle TPQ is equilateral, then find the side length of this triangle. APPROACH P (at12 ,2at1) ; Q(at22 ,2at2) ; T (at1t2,a(t1 + t2)) I then applied the distance…
Ava
  • 65
0
votes
1 answer

Solving Any Cubic

I am trying to show that solving any cubic can be done by intersecting a hyperbola with a parabola. I've tried doing so and substituting, but I continue to get stuck simplifying. I used the hyperbola…
0
votes
1 answer

Why are the contours of a cone equally spaced?

Having trouble understanding what makes the contours of a cone equally spaced, where f(x,y) = root(x^2+y^2). It would look something like this: http://tutorial.math.lamar.edu/Classes/CalcIII/MultiVrbleFcns_files/image010.gif
0
votes
0 answers

What is the significance of Latus Rectum?

So I just completed the chapter Conic Sections and the one thing I could not understand is what is the use of Latus Rectum? It is defined as " Line segment passing through the focus and parallel to directrix." I've done questions like what is the…
0
votes
1 answer

Question related to shifted parabola

I have problem in dealing the question related to the equation of shifted parabola. I have a question as "A parabola whose latus rectum is $4c$, slide between two rectangular axes. Find the locus of focus and the equation of curve traced out by the…
Pratyush
  • 2,586
0
votes
1 answer

To find the locus of vertices of shifted parabola

How to deal with this question. Please help. "Parabolas are drawn to touch two given rectangular axes and their foci are all at a constant distance $c$ from the origin. Find the locus of the vertices of the parabola." This question seems like the…
Pratyush
  • 2,586
0
votes
2 answers

If $y=mx + c$ is a tangent to an ellipse $\frac{x^2}{a^2}+\frac{y^2}{b^2}=1$, then $c^2=a^2m^2 + b^2$

If $y=mx + c$ is a tangent to an ellipse $\frac{x^2}{a^2}+\frac{y^2}{b^2}=1$, then show that $c^2=a^2m^2 + b^2$. So for this question, first off I tried to differentiate it using implicit differentiation. I got…
0
votes
2 answers

How to Change an equation into Ellipse Form

I know how to arrange a normal equation into an ellipse form, but this one is slightly different. $x^2+2xy+5y^2=1$ Any help with this would be greatly appreciated. Thanks
Sarah
  • 31
  • 3