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
-2
votes
1 answer

Locus of focus of ellipse which touches the $x$-axis

An ellipse touches the $x$ axis. The length of the major axis is $2a$ while the minor axis is given as $2b$, What would be the locus of its focus? ($a>b$.) My Approach: If the foci are $(x_1,y_1$ and $(x_2,y_2)$, then $(x_1-x_2)^2 + (y_1 - y_2)^2 =…
marks_404
  • 631
-2
votes
1 answer

4 intersecton points of 2 conic circles are always concyclic?

Given 2 conic section of type $$ax^2+2hxy+by^2+2gx+2fy+c=0$$ have 4 intersection points. Are the points for sure concyclic? If yes, does the proof come from the fact that I can create an infite amount of new conic section using the linear…
-2
votes
1 answer

Violating Pythagorean theorem

In an ellipse, distance from the center to one of the vertex $(v_1)$ is $a$; center to one of the co-vertex is $b$ and $c$ is the distance from the center to the focus that is close to the vertex $(v_1)$. The textbook goes on to say the square of…
Leo
  • 95
-2
votes
1 answer

Is it possible to Develop a process for using a trigonometric function to successfully model any parabolic function?

Is it possible to develop a process for using a trigonometric function to successfully model any parabolic function? I have tried doing this question however there are functions such as this one where I cannot find a fit to it. Graph Equation: y=a…
-2
votes
1 answer

Prove that the locus of the midpoints of the chord of the circle $x^2+y^2-2x+2y-2=0$ parallel to the line $y=x+5$

Prove that the locus of the midpoints of the chord of the circle $x^2+y^2-2x+2y-2=0$ parallel to the line $y=x+5$ is the line which passes through (0,0) Let the point be (h,k) $$T=S_1$$ $$xx_1+yy_1+g(x+x_1)+f(y+y_1)-c=x_1^2+y_1^2+2gx_1+2fy_1-c$$…
Aditya
  • 6,191
-2
votes
1 answer

A tangent to an ellipse makes angles $\alpha$ with major axis and $\beta$ with a focal radius; show that the eccentricity is $\cos\beta/\cos\alpha$.

If the tangent at any point of the ellipse make an angle $\alpha$ with the major axis and an angle $\beta$ with the focal radius of the point of contact, then show that the eccentricity of the ellipse is given by…
-2
votes
1 answer

Finding vertices of the hyperbola

EDIT: Thank you very much everyone for answering, and for your help. I see that I did misinterpret the equation, and missed the fact that if we have minus between two parts of the left side of the equation, it is indeed an equation of the hyperbola,…
Vitale
  • 349
-2
votes
1 answer

How to convert equation of rotated parabola to standard or abcdef form?

I have a (homegrown) tool which takes a set of data points and finds the best-fit parabola by finding a rotation angle which gives the best vertical parabola by fitting the rotated data to a standard $ax^2 + bx + c$ form. My answer then can generate…
Carl Witthoft
  • 320
  • 2
  • 12
-2
votes
1 answer

Can anyone can help me with this circle exercise?

Determine the center and the radius of the circle equation: $$2x^2 + 2y^2 - 8x - 12y +8=0$$ Please if you know it tell what should I do with the coefficients of the squares.
Ceci
  • 1
-2
votes
1 answer

Tangent of a conic section

Let $$ax^2 + hxy + by^2 + gx + fy + c = 0$$ be the equation of a conic section I want to find the equation of tangent and normal at some point on the curve say $$(x_0 , y_0)$$ I know there is some rule for changing the above equation to the equation…
dark32
  • 1,401
1 2 3
66
67