Geodesic Radius of Curvature Calculation Method

Click For Summary
SUMMARY

The discussion focuses on calculating the geodesic radius of curvature using the formula \(\frac{1}{\rho_c}=\frac{\partial G/\partial S}{2\sqrt{E} G}\), where \(E\) and \(G\) are coefficients of the first fundamental form. A key challenge is performing the derivative \(\partial G/\partial S\) when \(G\) is defined as \(G=r_v\cdot r_v\). The solution involves re-parameterizing functions in terms of arc length, particularly for non-uniform rational B-splines (NURBS) surfaces. The method suggested includes using the chain rule to express \(\frac{d G}{d s}\) in terms of the partial derivatives with respect to the parameters \(u\) and \(v\

. PREREQUISITES
  • Understanding of geodesic curvature and its mathematical representation
  • Familiarity with non-uniform rational B-splines (NURBS) surfaces
  • Knowledge of the first fundamental form in differential geometry
  • Proficiency in calculus, particularly in differentiation and chain rule applications
NEXT STEPS
  • Study the re-parameterization techniques for curves and surfaces in differential geometry
  • Learn about the first fundamental form and its coefficients in detail
  • Explore the application of the chain rule in multivariable calculus
  • Investigate numerical methods for computing derivatives of NURBS surfaces
USEFUL FOR

Mathematicians, computer graphics developers, and engineers working with geometric modeling and surface analysis will benefit from this discussion.

manushanker20
Messages
3
Reaction score
0
I am trying to compute the geodesic (or tangent) radius of curvature of the geodesic circle by using the below formula.

\frac{1}{\rho_c}=\frac{\partial G/\partial S}{2\sqrt{E} G}

where s is the arc length parameter and E, G are the coefficents of the first fundamental form.

Can you please tell me how to perfrom the \partial G/\partial S? Since G=r_v\cdot r_v I am not sure how to derivate it with respect to arc length

Thanks!
 
Physics news on Phys.org
You will first express each of your functions in terms of the arc length - re-parameterize them.
 
I am dealing with non-uniform rational b-splines surface and I don't know the parametric equation of the geodesic path. I just know a set of points on the geodesic then how to re-parameterize with arc length.

can I use \frac{d G}{d s}=G_u \frac{d u}{d s}+ G_v \frac{d v}{d s}
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 7 ·
Replies
7
Views
5K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 6 ·
Replies
6
Views
6K
  • · Replies 0 ·
Replies
0
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
10K