Infinitesimal arc-length square

  • Context: Undergrad 
  • Thread starter Thread starter andlook
  • Start date Start date
  • Tags Tags
    Infinitesimal Square
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
andlook
Messages
32
Reaction score
0
Hello

I am trying to understand the "infinitesimal arc-length square." So (ds)^2=(dx)^2+(dy)^2+(dz)^2. What does this means?

And then what does (ds)^2=(dx)^2+(1+x^2)(dy)^2 -2x(dy) +(dz)^2 mean? And how does this apply to a space?
 
Physics news on Phys.org
If you have a parameterized curve

[tex]\vec r(t) = \langle x(t), y(t), z(t) \rangle,\, t \in [a,b][/tex]

you calculate the arc length by taking the limit of polygonal approcimations. If

[tex]a = t_0 < t_1 < ...< t_n = b[/tex]

the polygonal approximation to the arc length is

[tex]P_n = \sum_{i=1}^n |\vec r(t_i) - \vec r(t_{i-1})|[/tex]

Here the absolute value signs represent Euclidean distance so

[tex]|\vec r(t_i) - \vec r(t_{i-1})| = \sqrt{(x(t_i)-x(t_{i-1}))^2+(y(t_i)-y(t_{i-1}))^2+(z(t_i)-z(t_{i-1}))^2}[/tex]

This is sometimes written the the delta notation:

[tex]\Delta s_i \approx \Delta P_i =\sqrt{(\Delta x_i)^2 + (\Delta y_i)^2 + (\Delta z_i})^2[/tex]

Passing to the limit suggests the notation [itex]ds^2 = dx^2+dy^2+dz^2[/itex]
 
Thanks, that's great.

I'm not really sure if this question would be well defined, but how would I then apply this method to the second metric [tex] (ds)^2=(dx)^2+(1+x^2)(dy)^2 -2x(dy) +(dz)^2[/tex]?
 
andlook said:
Thanks, that's great.

I'm not really sure if this question would be well defined, but how would I then apply this method to the second metric [tex] (ds)^2=(dx)^2+(1+x^2)(dy)^2 -2x(dy) +(dz)^2[/tex]?

I can't say I have seen that kind of expression. The type of line integral you usually see in calculus is one of these two:

[tex]\int_C \vec F \cdot\, d\vec R\ or\ \int_C \delta(x,y,z)\ ds[/tex]

The first might represent work in a force field and the second the mass of a wire. Perhaps you are thinking of some other setting or application.