I am trying to find a function "f" such that: \begin{align}{ \int_{a}^{a+b} \sqrt{(\frac{d}{dt}(x(f(t))))^2+(\frac{d}{dt}(y(f(t))))^2 } \,dt}=B \hspace{3cm}a,b,B\in{\mathbb{R}}\end{align} This is easy for linear functions because the derivatives are constant. I have no idea how to prove how to do it generally. Is there a proof of a way to find the function "f"? I have tried expanding b into the integral of one. \begin{align}\int_{a}^{a+b}\frac{B}{b}dt=B \end{align}I have tried integrating but the integrals always has “f” multiplied by an irreducible function.\begin{align}{ \sqrt{(\frac{d}{dt}(x(f(t))))^2+(\frac{d}{dt}(y(f(t))))^2 } }=1 \end{align}\begin{align}{ (\frac{d}{dt}(x(f(t))))^2+(\frac{d}{dt}(y(f(t))))^2 }=1 \end{align}\begin{align}{ -\sqrt{(\frac{d}{dt}(x(f(t))))^2+(\frac{d}{dt}(y(f(t))))^2 } }\neq1 \end{align} From there I have tried using indefinite integrals but, It just introduces unknowns. I have also tried integrating on the interval [0,t] but it quickly becomes unintegrable because the integrand ends up having the following integral:\begin{align}\int_{f^{-1}(f^{-1}(y^{-1}(0)))}^{f^{-1}(t)}f(t)f^{-1}(t)dt\end{align}The most promising solution is inverting the line integral from [a,t] for f(t)=t. The result has no elementary inverse but, I can use root finding methods then concatenate over the lines from a to t to create a piecewise equation that is a discrete version of r(f(t)) where r(t)=(x(t),y(t)).Then I can shorten the lengths to find a better approximation. The trouble is proving that it works. \begin{align}\end{align}Edit: This question is about the reparameterization of parametric functions (in t) such that the change in t equals the change in arclength. The question is how to calculate that reparameterization and a proof that it works.
2026-03-27 13:41:11.1774618871
Version of non-linear functions with linearly increasing arc-length (proof)
84 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in LINE-INTEGRALS
- Stoke's Theorem on cylinder-plane intersection.
- Surface to choose for the Stokes' theorem for intersection of sphere and plane.
- How to make the Biot-Savart law to go along a spiral shaped coil?
- Is there a name for the concept of adding "wind" to a metric space?
- Integrate a function over a domain, knowing his border...
- $\int\limits_C e^{x^2-y^2}(\cos(2xy)dx+\sin(2xy)dy)$ over unit circle
- Line integral doesn't depend on parametrization
- Find $\int_{L}\overrightarrow{F} \cdot d\overrightarrow{r}$
- What does the erroneous line integral measure?
- Tangent vector of curve $ \Psi(t)= (2t^3 - 2t, 4t^2, t^3+t )^T $ expressed in spherical coordinates
Related Questions in ARC-LENGTH
- Arc length of polar function and x interceps
- Solving for x value on a function given a distance traveled (or arc distance)
- Arc length of curve of intersection between cylinder and sphere
- Show the equivalence of arc length definitions
- Interpolation method that gives the least arc lenght of the curve.
- Why does the arc length formula θ = S/R include θ and not tan θ like regular trigonometry?
- Compute spiral length from parametric curve.
- Find an arc length parametrization of $\langle2t^2,2t^3\rangle$
- Arclength of Complex Exponential
- Find arc length from irregular 2d points
Related Questions in LINEARIZATION
- Product and Quotient Rule proof using linearisation
- Finding contstant in remainder term for linearization of $exp(x)$
- Linearizing Logarithmic Function
- Stability of Euler's Method for non-linear ODE
- If $ \|G(x+ty)\|<\|G(x)\| $, is then $ \|G(x) + tG'(x)[y]\| <\|G(x)\| $?
- Newtons method for finding reciprocal
- Properties of matrix $T_\epsilon$ such that there exists a unique inverse for $\epsilon \in (-\delta,\delta)$
- (Checking) derivatives of determinant, cofactor, trace
- How to linearize a weighted average with a decision variable?
- LQR Robotic Arm
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
A couple of suggestions …
If you’re working with polynomial (i.e. Bézier) curves, they have a subset called Pythagorean Hodograph curves — the cool kids call them PH curves. On a PH curve, the troublesome square root goes away and the norm of the first derivative vector is a polynomial function. So, it’s easy to integrate to get arclength. Not quite what you were asking, but related, I think. Rida Farouki wrote an entire book about PH curves, if you’re interested.
More generally, presumably you can calculate a few values of $t$ and $s$, and do some simple curve fitting that gives you (approximately) $t$ as a function of $s$, or vice versa.
You asked for a proof that this works. If you do the reparameterisation curve fitting using polynomials, then the Stone-Weierstrass theorem tells you that the approximation can be made as good as you like.