Simple parametric shape question

39 Views Asked by At

Given the following vector, can someone tell me what geometric role the constant b plays? Assume I can measure the constants a (amplitude) and v_0 (velocity of midpoints) directly. I have been told that b represents the 'curviness', but when using a curvature definition for b, the graph looks nothing like it should.

Here is a link to the graph if that helps

$$ \vec{s} = (v_{0}t+b\cos(2t))\hat{x}+a\sin(t)\hat{y} $$

1

There are 1 best solutions below

0
On BEST ANSWER

For a better understanding, I'd suggest to study the curve for $v_0=0$: $$ x=b\cos(2t)=b(1-2\sin^2t)=b\left(1-2{y^2\over a^2}\right)=b-{2b\over a^2}y^2. $$ This is the equation of a parabola, intersecting the $y$-axis at $y=\pm a/\sqrt2$ and with vertex $V=(b,0)$. Its radius of curvature at the vertex is $\rho=a^2/4b$, therefore $b$ concurs with $a$ in determining the parabola curvature.