Questions tagged [curves]

For questions about or involving curves.

Let $X$ be a topological space and $I$ an interval in $\mathbb{R}$. A continuous curve in $X$ is a continuous map $\gamma : I \to X$.

Let $X$ be a smooth manifold and again, let $I$ be an interval in $\mathbb{R}$. A smooth curve in $X$ is a smooth map $\gamma : I \to X$.

Note, it both cases, a curve is more than its image. That is, given two curves $\gamma_1 : I_1 \to X$ and $\gamma_2 : I_2 \to X$, it may be the case that $\gamma_1(I_1) = \gamma_2(I_2)$. A particular instance of this occurs when there is a map $\sigma : I_2 \to I_1$ which is a homeomorphism in the case of continuous curves or a diffeomorphism in the case of smooth curves, such that $\gamma_2 = \gamma_1\circ\sigma$. In this case, we say that $\gamma_2$ is a reparameterisation of $\gamma_1$.

3579 questions
1
vote
0 answers

Find the orthogonal to a clothoid spiral from an offset coordinate

At the moment, I'm implementing an algorithm which defines a spiral using the method outlined in the following paper: https://www.ams.org/journals/mcom/1992-59-199/S0025-5718-1992-1134736-8/S0025-5718-1992-1134736-8.pdf One of the challenges I've…
1
vote
3 answers

Curves and angles between them

How do you define-: (a) Angle between curves (b) Angle between straight line and a curve (c) Angle between tangent and a curve
1
vote
2 answers

Curves $y=a^{x}$ and $y=x^2$.

Let us assume two curves $y=a^{x}$ and $y=x^2$. Let us assume that a>0. Values range of a for which curves have one solution, two solution and three solution. Is there a way to check the values. I can draw both the curves but how to check the…
1
vote
0 answers

All the intersections between two plane curves

In commercial CAD software, one can find ALL the intersections of two plane curves very easily. As it is shown in this case, one of the curve is a B-spline and the other is a polynomial. Both of the curves are planar curves (meaning located on the…
1
vote
1 answer

If there is anything more general than NURBS

NURBS is a generalization of B-splines. I have also heard of T-Splines which potentially sounded like generalizations of NURBS, or more general than them at least. Wondering if there are anything more general than NURBS. If there's nothing more…
Lance
  • 3,698
1
vote
2 answers

Looking for a sine curve with custom midpoint

For a signal generating software, I'm looking for a function that generates a sine-based curve but with a shifted midpoint. Usually, a sine curve looks like this: in out slope ------------------- 0.0 pi 0 1 0.5 pi 1 0 1.0 pi…
ygoe
  • 111
1
vote
0 answers

Parallel/Offset 3D curve

I'm trying to understand the logic (theory?) behind the offset/parallel curve for the design of a radial diffuser. I found the equations for a 2D parametrical offset curve on wiki, where the normal unit vector to the original curve is defined as the…
1
vote
1 answer

How to get the length of a curve that doesn't have an equation?

is there any way of finding out the length of a curve that doesn't have an equation but is instead plotted on a graph?
Regi
  • 11
1
vote
1 answer

Finding values of function on contour lines

Given information : Figure shows contours of f(x,y)=140ex−50y2. The question is: Find the values of $f$ on the contours. They are equally spaced multiples of 10.I am having a little trouble understanding what "equally spaced multiples of 10"…
h.jb
  • 53
1
vote
2 answers

Fitting curve for data that has sharp turns

I have noisy data (from bluetooth indoor positioning system), which I will filter with Kalman filter, but after that I want to fit a curve into it. The problem that I have is that the data is positioning data, and the object being tracked is making…
user496118
1
vote
1 answer

How to prove this formula for intrinsic acceleration on a space curve

I would like to prove the following for the motion of an object on a space curve. "The intrinsic acceleration of the object is equal to the dot product of the velocity and acceleration vectors, divided by the speed." This is probably pretty easy,…
B flat
  • 792
  • 1
  • 6
  • 17
1
vote
0 answers

How do you plot a catenary curve with two known points and a known length?

All the equations I've seen assume I know the sag, height, force, or the weight of the catenary I want to plot, but I don't. All I know is the total length ($L$) of the wire and the position of the two points it's attached to ($x_1$, $y_1$, $x_2$,…
Daffy
  • 413
1
vote
2 answers

curve on sphere from $(-\frac{1}{\sqrt{6}},-\frac{1}{\sqrt{6}},\frac{2}{\sqrt{6}})$ to $(-\frac{2}{\sqrt{6}},\frac{1}{\sqrt{6}},\frac{1}{\sqrt{6}})$

Consider the set: $$ A \equiv \left\{ (x,y,z) \in \mathbb{R}^{3} | x + y + z = 0\ \mathrm{and}\ x^{2} + y^{2} + z^{2} = 1 \right\} $$ This is the intersection of the unit sphere with the above plane. Is there a way to parametrize this set with a…
1
vote
1 answer

Curve sketching: Desmos shows an oblique, absolute value asymptote

I sketched the function $f(x) = x^{6/7}-9x^{2/7}$ and got something like this. Where POI means point of inflection. However, when I graph it in Desmos, I get what looks like an oblique asymptote, that corresponds to an absolute value function. The…
Jack Pan
  • 1,704
1
vote
0 answers

Can a there be a point of inflection at a vertical tangent?

For example, for the function $f(x) = x^{\frac{4}{3}}-4x^{\frac{1}{3}},$ there is a vertical tangent at $(0, 0),$ but it is also here the the concavity changes from negative to positive, as you can see from the second derivative. Is this point both…
Jack Pan
  • 1,704