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
0
votes
3 answers

Trying to figure out a fitting function for a curve where the fitting function always passes through the origin (0,0)

I have a curve that looks like this. Acceleration v Velocity I am trying to figure out a function I can use to fit to this curve. I have tried using a curve of the form $Ax^2 + Bx + C$ and while that does a good job of fitting the points it does…
0
votes
1 answer

Singular points of $\alpha(t)=(t^2\cos(t),t^2\sin(t))$

I have to find the singular points of $$\alpha(t)=(t^2\cos(t),t^2\sin(t))$$ with $-2\pi\leq t\leq2\pi$. Its first derivative is $$\alpha'(t)=(2t\cos(t)-t^2\sin(t),2t\sin(t)+t^2\cos(t))$$ and so $t$ is singular if…
mvfs314
  • 2,017
  • 15
  • 19
0
votes
1 answer

Showing a curve is in a surface

Given the following curve $$\alpha(t)=(4sin(t),t,-4cos(t))$$ I gotta show it's in a surface. I know $$x^2(t)+y^{2}(t)+z^{2}(t)=16+t^{2}$$ but I'm not sure what can I do with it.
mvfs314
  • 2,017
  • 15
  • 19
0
votes
0 answers

I call 'em witches

I'm experimenting with a (new?) way of drawing curves - see Desmos and whisk - that I have not encountered anywhere else, and I was wondering if these have a name. The closest things I found were the witch of Agnesi, ogives and the line of…
0
votes
3 answers

Help regarding the area and length of an implicit curve

I want to know two things: 1.Given the equation of a plane curve ,how do we know whether it is closed or not ?To be specific ,consider the following $$(x+y)^{2}+(x-y)^{\left(\frac{2}{3}\right)}=1$$.I drew the above curve in desmos…
AgnostMystic
  • 1,654
0
votes
0 answers

Finding the non uniform acceleration of a point moving in a curve

A point is moving from the start of a curve to its end. This curve is defined by moving independently its two axis: x and y. "y" moves in a linear way: 1 + (-0.5) * t; Where 1 is the start coordinate, -0.5 its movement and t is a time number that…
0
votes
0 answers

Formula for a curve

Given a semicircle with center (0, 0) and radius 1. Draw two lines $d_1$ and $d_2$ parallel with the horizontal axis, and very close together. Then draw the reflection of those 2 lines as they hit the semicircle, and take their intersections $A$. If…
0
votes
2 answers

Which analytical function does this graph best correspond to?

I have given the blue curve: The datapoints are: -2.00E+01 -6.70E+01 -1.70E+01 -6.10E+01 -1.40E+01 -5.50E+01 -1.10E+01 -4.89E+01 -8.00E+00 -4.30E+01 -5.00E+00 -3.71E+01 -2.00E+00 -3.13E+01 1.00E+00 -2.57E+01 4.00E+00 …
divB
  • 490
0
votes
1 answer

The intuition behind reparameterization of a curve

What is the intuition behind reparameterization of a curve? I understand it as layers of parametrization, when we add the composition operation, we create a chain of parameterization as long as we want, this chain we can see it as ”factors” that…
0
votes
0 answers

Area under a curve by using a different method

Can the area under a curve be computed by stretching the curve into a straight line(of same length) and also by keeping the base and the opposite side of the original lengths?
0
votes
1 answer

Hi, all I just wanted to see if anyone knows the formula for a quintic bezier curve

If possible I'd like to find out the formula for a quintic bezier curve. I have a set of 6 static points that I need to turn into a parametric equation and would like to be able to do it a simpler way than going through each individual step Thanks.
0
votes
1 answer

Does the regular property of a curve depend on the parametrization used?

For a given curve $C$, and two different parametrizations $\alpha_1$ and $\alpha_2$ of $C$. Can $\alpha_1$ imply that $C$ is regular and $\alpha_2$ imply that $C$ is not regular ? If this is true how is this possible and what can we conclude about…
0
votes
2 answers

What kind of curve is this called and what is the best way to calculate it?

I am actually a programmer, not hugely expert in math, trying to draw smooth curves between points. I was wondering if any one knows the curve equation that is typically used in roads and railways to connect two different altitudes whilst keeping a…
WDUK
  • 480
0
votes
0 answers

Function from a table

I like to play Blackjack and I am currently learning a new card counting system. I am studying the according betting strategy right now and there are graphs for certain Risks of Ruin. However, to determine the values I want I would have to estimate…
0
votes
1 answer

Derivation of the equation of Right Strophoid

The equation of the right Strophoid is given as $y^2(a+x)=x^2(a-x)$ and the parametric equations are: $$ x=a\sin t=a\cos u\\ y=a\tan t(1-\sin t)=a\cos u\tan\frac{u}{2} $$ Attempt According to the definition th right Strophoid is the locus of points…
Sooraj S
  • 7,573