Drawing Curves with Conic Sections

Bruno Tolentino
Messages
96
Reaction score
0
I'd like of draw any curve using combination of line circle, elipse, parabola, hyperbola and straight. Of course several curves can't be designed with 100% of precision using just conic curves, but, can to be approximated.

Acttualy, I don't want to reproduce a curve already designed but yes produce a curve from of white sheet.

I think that the most intuitive idea is choice two or more points (let's choose just two points, the start and the end) and in these points, specify the line tangent, see:

?temp_hash=d1bea885bdcf5dce2990af47f63b7301.png


So, how can I complete the path from A to B with a continuous, smooth and conic curve?
 

Attachments

  • 08.png
    08.png
    567 bytes · Views: 547
Mathematics news on Phys.org
You don't say whether you want a mathematical solution or just a bit of practical drawing .

If the latter get yourself some simple CAD software . Most versions have a comprehensive range of curve fitting functions . Not only simple curve fitting but often several varieties of spline fitting as well .
 
Bruno Tolentino said:
I'd like of draw any curve using combination of line circle, elipse, parabola, hyperbola and straight. Of course several curves can't be designed with 100% of precision using just conic curves, but, can to be approximated.

Acttualy, I don't want to reproduce a curve already designed but yes produce a curve from of white sheet.

I think that the most intuitive idea is choice two or more points (let's choose just two points, the start and the end) and in these points, specify the line tangent, see:

?temp_hash=d1bea885bdcf5dce2990af47f63b7301.png


So, how can I complete the path from A to B with a continuous, smooth and conic curve?
With the two arbitrary points as shown and the tangents at each, you can construct a circular arc connecting A and B.

These types of constructions are essentially geometric in principle and used to be taught when drafting was a manual skill, not dependent on the use of CAD.

For the problem as shown, you want to draw two additional lines, one perpendicular to each tangent at points A and B. The intersection of these two perpendiculars will lie at another point C, which will be the center of the circular arc connecting A and B.
 
There is an infinite set of curves you can draw that connect the two points A,B
And at each point inbetween the curve can be given the value of tangent on that curve and the curvature of the curve on that point..
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top