Engineering a body with an intrinsic curvature

Click For Summary

Discussion Overview

The discussion revolves around the engineering and mathematical modeling of surfaces with intrinsic curvature, specifically using the example of ornamental cabbage leaves. Participants explore theoretical approaches to describe such surfaces mathematically and consider practical methods for creating them.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant questions how to create a surface with intrinsic curvature from scratch and seeks mathematical descriptions for such surfaces.
  • Another participant suggests that any contiguous area on a sphere is an example of a surface with intrinsic curvature, proposing that ordinary cabbage leaves also fit this description.
  • A participant inquires whether differential equations could be used to replicate the surface of a cabbage leaf by building the shape gradually.
  • One reply indicates that for practical purposes, modeling can be done using 3D CAD systems, which can generate files for 3D printing.
  • Another participant expresses interest in theoretical approaches and wonders if a single formula could describe an intrinsic surface, referencing the equation for a sphere.
  • Discussion includes the idea of using fractal formulas to generate spherical surfaces.
  • A participant clarifies that every surface has intrinsic curvature, emphasizing that intrinsic curvature can be measured without reference to an external space.
  • There is a distinction made between intrinsic and extrinsic curvature, with examples provided to illustrate the differences.
  • One participant notes that while every surface has intrinsic curvature, it may be zero in some cases, such as in Euclidean space.
  • Another participant discusses Gauss's Theorem Egregium, which relates intrinsic and extrinsic Gaussian curvature.

Areas of Agreement / Disagreement

Participants express various viewpoints on the nature of intrinsic curvature and the methods to model surfaces, indicating that multiple competing views remain. There is no consensus on the best approach to create or describe surfaces with intrinsic curvature.

Contextual Notes

Participants reference various mathematical concepts and methods, including differential equations, 3D modeling, and curvature definitions, without resolving the complexities or assumptions underlying these discussions.

geordief
Messages
230
Reaction score
51
I don't know much about differential geometry but I hope this is a good place to ask and that my question "makes sense"

I have heard that an ornamental cabbage leaf is an example of a surface with an intrinsic curvature.

If one wanted to make such a surface from scratch(and to detailed specifications) how would one go about it?

Again ,if one wanted to describe a particular "ornamental cabbage leaf" surface mathematically how could this be done?

And , thirdly ,I suppose is there a general algorithm or a mathematical method to create or describe surfaces that have intrinsic curvature?
 
Physics news on Phys.org
Any contiguous, nonzero area on the surface of a sphere is a surface with intrinsic curvature. I imagine that is easier to engineer than a cabbage leaf.

I don't know about ornamental cabbage leaves but, since ordinary cabbage leaves are shaped around a large part of a sphere, they would also have intrinsic curvature (otherwise they wouldn't fit without wrinkling). That includes the ordinary, non-wrinkly green and red cabbages. There's no need to go for the wrinkly Savoy cabbages. Their leaves have intrinsic curvature as well, but it would be more complex to make a replica.
 
Thanks.Would the only way to replicate the surface be to apply differential equations at various points on a sphere (ball?) and build up the shape gradually?

There is no formula that can be fed into ,say a 3rd printer
 
For practical rather than theoretical purposes you just model your surface/solid using a 3DCAD system . Files for 3D printing can then be generated automatically .

3D CAD systems are available from children's toy level up to very sophisticated professional level .

This is a fun one to play with and it's free :

https://www.tinkercad.com/
 
Thanks. I am actually interested in theoretical rather than practical.

I am wondering how you can (ideally with one formula or else series of formulas) create a model of an intrinsic surface (be it ever so elementary)

If I want to create a model of a sphere ,I think it goes along the lines of x^2 +y^2 +z^2 - constant =0 (hope that is right)

That is ,I think a surface with intrinsic curvature.

Perhaps I have answered my question.

Can that sphere (is it a ball) be modeled using differential equations rather than the formula I have just used?
 
Theoretical definition is just going to be based on a mesh of nodes and individual element properties . Same as FE and probably same as some older types of 3D CAD internally .
 
So how does a plant grow a leaf to a particular shape? Do we know the mathematical formula(or formulae?) behind it
 
  • #10
Thanks(that should have been obvious to me :cry:). I wonder if it is possible to generate the spherical surface using a fractal formula...
 
  • #12
I confess to being puzzled to read a statement that some specific surface "has intrinsic curvature". Every surface has intrinsic curvature! (OK, just surfaces that are twice continuously differentiable.)

By a "surface" here I mean a metric surface, with the natural type of metric that surfaces and any manifolds can have: a Riemannian metric: https://en.wikipedia.org/wiki/Riemannian_manifold. (This is a smooth choice of inner product on the space of tangent vectors at each point of the surface. Using this, any smooth curve on the surface has a well-defined length, namely the integral of the lengths of its velocity vectors.)

Intrinsic curvature just means the curvature that can be measured by referring only to the geometry of the surface itself, and not to a space (like Euclidean space) in which the surface may happen to find itself.

In fact, every surface (and I'm thinking of any two surfaces as being the same if there is a distance-preserving bijection between them — an isometry) can in principle be defined without reference to any space containing it. For example, a square torus T2 can be defined as

T2 = {(x,y) | 0 ≤ x ≤ 1, 0 ≤ y ≤ 1} / ~​

where ~ indicates that, for all y, (0,y) and (1,y) are to be considered as the same point, and likewise for all x, (x,0) and (x,1) are to be considered the same point. This can be thought of as the cartesian product of two circles, each of circumference = 1.

For convenience, let m(x1,x2) be defined as the distance function on a circle of circumference = 1 in terms of two points x1, x2 with 0 ≤ x1 ≤ 1, 0 ≤ x2 ≤ 1. That is,

m(x1,x2) = min{|x2-x1|, 1-|x2-x1|}.
(The distance between two points on a circle is the shorter of the two arcs between them.)

Then T2 can be given its natural distance formula

D((x1,y1), (x2,y2)) = √( m(x1,x2)2 + m(y1,y2)2 ).
Note that we haven't made any assumption about "where" this surface T2 is supposed to be. It just is. (Incidentally, this surface does not exist in 3-space, but it is easy to construct it in 4-space.)

P.S. Incidentally, one way to approximate a surface of constant negative curvature in R3 is to put together regular planar heptagons, 3 per vertex. To make this a smooth surface, negatively curved heptagons could be used. Interestingly, one can continue this process only so far before the surface bumps into itself! There is no way to place a smooth surface of constant negative curvature in R3, extended indefinitely in all directions, without its bumping into itself. This is a theorem of Hilbert: https://en.wikipedia.org/wiki/Hilbert%27s_theorem_(differential_geometry ). This may explain why a Savoy cabbage is always finite (:-)>.
 
Last edited by a moderator:
  • #13
zinq said:
I confess to being puzzled to read a statement that some specific surface "has intrinsic curvature". Every surface has intrinsic curvature! (OK, just surfaces that are twice continuously differentiable.)
Saying a surface 'has intrinsic curvature' is an abbreviation for 'has nonzero intrinsic curvature'. Yes, every twice differentiable pseudo-Riemannian manifold has intrinsic curvature, but the curvature may be everywhere zero, as in the case of Euclidean space.
 
  • #14
Okay. But is there some distinction between "intrinsic" curvature and "extrinsic" curvature (or just plain curvature)?
 
  • #15
Yes. A cylinder has extrinsic curvature but no intrinsic curvature. Extrinsic curvature is a feature of an embedding. Intrinsic curvature depends only on the metric of the manifold.
 
  • #16
But if we are talking throughout about Gaussian curvature (as we in fact are), then Gauss's Theorem Egregium shows that no matter how a surface is embedded in 3-space, its extrinsic Gaussian curvature does not change (and is always equal to its intrinsic Gaussian curvature).

(By "extrinsic" Gaussian curvature I mean the product of the principal curvatures at any point of the surface.)
 
  • #17
Ah, OK. Then we've been talking about different things. Crossed wires.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 21 ·
Replies
21
Views
588
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 14 ·
Replies
14
Views
5K
  • · Replies 12 ·
Replies
12
Views
3K