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
1 answer

Equation representing the branch of hyperbola

Is there an equation representing the one branch of hyperbola ($x^2-y^2=1$). This is the regular hyperbola: This is the expected curve:
0
votes
0 answers

Creating a curve with negative numbers for grade scoring

If I have a group of numbers, say -70, -40, -10, 10, 15, 20, 25, 35, 40, 40, 45, 50, 50 , 70, 80, 90, 100, 100, 100, 100, 100, 100. I want the -70 to equal 100, and the 100 to equal 100. How would I formulate the expression? I am trying to create a…
0
votes
2 answers

three point curve fit with a specificed slope at one point

Here is my problem. I don't have the privilege to upload a picture. I posted the same question in Stack Overflow here https://stackoverflow.com/questions/47333992/curve-fit-with-three-points-with-a-given-slope For an easier visualization, I am…
Eric
  • 115
0
votes
2 answers

Why is curve length an integral (an area/volume)?

Why is curve length $$L(C)=\int_a^b |r'(t)| dt$$ (where $r(t)$ is a parametrization of the curve.) an integral (an area/volume)?
mavavilj
  • 7,270
0
votes
1 answer

Convex curves with the axes for asymptotes

Are all curves in the first quadrant that have the x and y axes for asymptotes convex when viewed from the origin? If not give an example. If yes, how can it be proved?
phil342
  • 31
0
votes
1 answer

If curve is parametrized using $x=r\cos(t), y=r\sin(t)$, then is the entire curve graphed by reading through $0 \le t \lt 2 \pi$?

If curve is parametrized using $x=r\cos(t), y=r\sin(t)$, then is the entire curve graphed by reading through $0 \le t \lt 2 \pi$? Particularly, when no other details about $t$'s range have been given. $r$ is fixed. This sounds intuitive, but just to…
mavavilj
  • 7,270
0
votes
1 answer

Symmetry of cardioid in parametric equation

The parametric equation of cardioid is $$(x(t),y(t))=(a(2\cos t-\cos 2t), a(2\sin t-\sin 2t)).$$ How To underdstand from parametric equation that this curve is symmetric about $x$-axis? Can anyone explain that in detail?
RFZ
  • 16,814
0
votes
1 answer

Area under curve

Find the area bounded by the curve $y = x e^{–x}$ ; xy = 0 and x = c where c is the x-coordinate of the curve's inflection point. The answer is $1-3e^{-2}$ I tried to plot the curve in desmos.com. xy=0 is a straight line. The point of infection of…
0
votes
2 answers

Oblique asymptote of exponential

How do I derive the oblique asymptote for $$y = \frac{x+2}{e^x - 2}$$ In case it's needed, the supposed answer is $$ y = -0.5x - 1$$
0
votes
2 answers

Points of Intersection for Two Logarithmic Spirals

So I have two logarithmic spirals in parametric form $$ x(t) = ae^{bt}\cos t \\ y(t)=ae^{bt}\sin t $$ and $$ x'(t) = \alpha e^{\beta t}\cos t \\ y'(t)=\alpha e^{\beta t}\sin t $$ With $\beta$ and $b$ having opposite signs so the spirals grow in…
Yrast
  • 133
0
votes
1 answer

Curves in 3D, cartesian coordinates

In cartesian coordinates, the curve $ \Psi(t) $ is defined by: $$ \Psi (t)= \begin{pmatrix} 5sin(t)cos({\frac 35t})\\ 4cos(t)\\ 5sin(t)sin({\frac 35t})\\ \end{pmatrix} $$ $$ t \in…
A.D.
  • 11
0
votes
0 answers

flatten a curve of points

I have asked this question in stackoverflow but haven't received any replies yet. I am guessing this is because the nature of the question is mostly mathematical. I have a list of data, which corresponds the physical distance (in cm) measured from a…
Alex
  • 145
0
votes
2 answers

What is the "reverse" path in the case of a piecewise defined curve?

Consider a curve $\gamma(t): [a,b] \to \mathbb{R}^n$. The curve $$-\gamma(t)=\gamma(a+b-t) \,\,\,\,\,\,\,\,\,\,\,\,\,\, t \in [a,b]$$ is called the "reverse" curve (or path) of $\gamma(t)$. This definition is clear, but how is the "reverse" path…
Gianolepo
  • 2,507
  • 2
  • 21
  • 38
0
votes
1 answer

Huygens’s pendulum use in daily life

I want to know how is Huygens’s pendulum used in the daily life.Are there any real world applications or something?
0
votes
0 answers

How to determine the shape and sketch curve by hand for products of polynomials and exponentials

How to: Determine the shape of, and sketch the curve (Only x/y axis intercept points are required for labeling) for equations in the format of: $$f(x) = a_1x^{b_1}\boldsymbol{e}^{c_1 x} +\ ...\ + a_nx^{b_n}\boldsymbol{e}^{c_n x}$$ where $a_i \neq…