MHB Solving optimum Bézier approximation of a circle

Adlibber
Messages
2
Reaction score
0
I am trying to determine the optimum length of the control vectors for a cubic Bézier approximation of a $90^\circ$ circular arc. However to my limited mathematical mind the equation cannot be solved algebraically. Wolfram Alpha even finds it too complicated. However I am told that it IS solvable! I remain unconvinced.

Can anyone spot a way of simplifying this monster?

\begin{align*}
&\left(u_\mu^6+(\textstyle\frac{1}{2})^6\right)(18\kappa^2-24\kappa+8)+\left(u_\mu^5+(\textstyle\frac{1}{2})^5\right)(-54\kappa^2+72\kappa-24)+\\
&\left(u_\mu^4+(\textstyle\frac{1}{2})^4\right)(63\kappa^2-66\kappa+18)+\left(u_\mu^3+(\textstyle\frac{1}{2})^3\right)(-36\kappa^2+12\kappa-4)+\\
&\left(u_\mu^2+(\textstyle\frac{1}{2})^2\right)(9\kappa^2+6\kappa-6)=0\\
&\text{where }\;\;u_\mu=\frac{1}{2}-\frac{\sqrt{12-20\kappa-3\kappa^2}}{4-6\kappa}
\end{align*}
 
Last edited:
Mathematics news on Phys.org
If you look at these equations, you will see that it is at least a quintic in $\kappa$. Quintics are not, in general, solvable exactly. You can solve the quadratic exactly, and the cubic exactly, and even the quartic exactly. But not the quintic. Abel and Galois proved that. However, there are specific quintics that you can solve. I'm going to give this problem to Mathematica, to see if it will solve it. Stay tuned...

...Mathematica chickens out, and gives the answers using the Root function - basically telling you that it couldn't find the roots exactly. Mathematica does give one interesting piece of information: there are at least 7 solutions. Now, if I ask for approximations to these roots, Mathematica gives me the following:
\begin{align*}
\kappa_1&= -3.45296\\
\kappa_2&= 0.366686\\
\kappa_3&= 0.518404\\
\kappa_4&= 0.347233-1.1646i\\
\kappa_5&= 0.347233+1.1646i\\
\kappa_6&= 0.556569-0.00384123i\\
\kappa_7&= 0.556569+0.00384123i.
\end{align*}
The complex solutions come in conjugate pairs, as you'd expect if all the coefficients are real.

If Mathematica can't solve it exactly, I don't think you're going to be able to solve it exactly.
 
Thanks very much for your response and effort, Ackbach. Good to know that simple intuition still has value!

I must assume that whoever found the correct value (0.551915024494) did so using a more clever route than I chose. Although I did find a method that gave a 96% result (but not a 100%!).
 
Last edited:
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...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...
Back
Top