Checking whether a curve is a parabola or not

In summary, the person is seeking help in determining whether a curve in 3d space is a parabola or part of a parabola. They suggest using 3 points or performing least squares analysis to determine the equation of a parabola and visually plotting the results.
  • #1
adelz
1
0
Hi everyone,

I'm generating some hypar surfaces for a structure through parametric design techniques. In order to assess their structural abilities, I am finding their cross section curves and would like to check whether they are parabolas or not.

So, in 3d space, (x,y,z) I have a curve - I can find the coordinates of n number of points along it. I cannot necessarily find the vertex as I do not know what portion of a parabola the curve might be .. My question is, can anyone help me figure out a way to check whether the curve itself is a parabola (or part of a parabola) or not?

Thanks!
 
Mathematics news on Phys.org
  • #2
Since you are dealing with a cross section, the implication is that the points are planar, which means you should be able to express the points as x-y coordinates. Once you have that, I can think of a couple of approaches:

1. Use 3 of the points (e.g. 2 end points and a middle) to determine the equation of a parabola that passes through the 3 points, then test the n-3 points to see how close they are to the analytical curve.

2. Slightly different from #1, perform least squares analysis on the n points to determine the coefficients of a 2nd order polynomial fitting function. The value of residual will give you can idea of how close the points fit a parabola.

In both cases, a visual plot is always helpful.
 

FAQ: Checking whether a curve is a parabola or not

1. What is a parabola and how is it different from other curves?

A parabola is a type of curve that is defined by the equation y = ax^2 + bx + c, where a, b, and c are constants. It is different from other curves because it has a specific shape that resembles a U or a smile, and it is symmetrical around a vertical line called the axis of symmetry.

2. How can I tell if a curve is a parabola just by looking at it?

One way to tell if a curve is a parabola is by checking if it has the general equation y = ax^2 + bx + c. Another way is by looking at its shape - a parabola will have a U or a smile shape, while other curves may have different shapes such as a straight line, a circle, or an ellipse.

3. Can a curve be a parabola if it doesn't have the y = ax^2 + bx + c equation?

No, a curve cannot be a parabola if it does not have the y = ax^2 + bx + c equation. This is because the equation y = ax^2 + bx + c is the general form of a parabola and it is what defines the curve.

4. Are there any other ways to determine if a curve is a parabola?

Yes, there are other ways to determine if a curve is a parabola, such as using the focus and directrix properties or using the vertex and focus. These methods involve more advanced mathematical concepts and are often used in higher level mathematics.

5. What are some real-life applications of parabolas?

Parabolas have many real-life applications, such as in architecture (e.g. the shape of a parabolic arch), physics (e.g. the trajectory of a projectile), and engineering (e.g. the shape of a satellite dish). They are also commonly used in designing roller coasters and in the study of optics and light reflection.

Back
Top