Approximation of total curvature

  • Context: Graduate 
  • Thread starter Thread starter fishingspree2
  • Start date Start date
  • Tags Tags
    Approximation Curvature
Click For Summary
SUMMARY

The discussion centers on finding an interpolating curve with minimal curvature, specifically using cubic splines. The formula for curvature, \(\kappa(x) = \frac{|f''(x)|}{(1 + [f'(x)^2])^{\frac{3}{2}}}\), is highlighted, with emphasis on its approximation to \(|f''(x)|\). The participant expresses a preference for curves with fewer 'humps', indicating that lower-degree polynomials yield fewer roots of their derivatives, thus reducing curvature oscillations.

PREREQUISITES
  • Cubic spline interpolation
  • Calculus, specifically derivatives and curvature
  • Polynomial degree and its impact on curve behavior
  • Understanding of curvature formulas
NEXT STEPS
  • Research cubic spline interpolation techniques and their applications
  • Study the mathematical derivation of curvature formulas
  • Explore the relationship between polynomial degree and curve smoothness
  • Learn about alternative interpolation methods that minimize curvature
USEFUL FOR

Mathematicians, computer graphics developers, and engineers involved in curve fitting and interpolation techniques.

fishingspree2
Messages
138
Reaction score
0
Hello, I am trying to find an interpolating curve between a few points that has minimal curvature. That means, as close to a straight line as possible.

Reading a document about cubic splines, they say that

[tex]\kappa \left ( x \right )=\frac{|f''\left ( x \right )|}{\left ( 1+\left [ f'\left ( x \right )^{2} \right ] \right )^{\frac{3}{2}}}\approx |f''\left ( x \right )|[/tex]

Why are they able to say that? Is there any proof or explanation? Thank you very much
 
Physics news on Phys.org
That's just the formula for calculating curvarture.
I'd rather fit a curve with as few 'humps' as possible (a low total curvature doesn't mean that a curve is nearly straight). Lower the degree, fewer are the roots of its derivative in the range & thus, humps.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K