What type of curve is given by the following equation?
( x y ) = ∫ e ( 0 t − t 0 ) ( 2 1 2 3 ) d t
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I will show you how I obtained this odd-looking equation. Assume a parametrization of some curve that has the following properties that are consistent with a circle:
1) constant speed with respect to the parameter
2) constant magnitude of acceleration with respect to the parameter
Differentiate ( x ′ ( t ) ) 2 + ( y ′ ( t ) ) 2 = c to obtain x ′ ′ x ′ + y ′ ′ y ′ = 0 .
The solution to this equation is x ′ ′ = − f ( t ) y ′ , y ′ ′ = f ( t ) x ′ .
In order for the acceleration to remain constant in magnitude,
d = ( − f ( t ) y ′ ) 2 + ( f ( t ) x ′ ) 2 = f ( t ) 2 c ,
where d is a constant.
Therefore f ( t ) = ± c d . Hence, f ( t ) must be constant in this case.
Let k = ± c d .
This leads to the following system of equations:
[ x ′ ′ ( t ) y ′ ′ ( t ) ] = [ 0 k − k 0 ] [ x ′ ( t ) y ′ ( t ) ] .
Assume k = 1 and move on.
I will write this equation as ( X ′ ) ′ = A X ′ ⇒ ( X ′ ) ′ − A X ′ = 0 ⇒ e − ∫ A ( X ′ ) ′ − e − ∫ A A X ′ = 0 .
⇒ ( e − ∫ A X ′ ) ′ = 0 ⇒ e − ∫ A X ′ = C ⇒ X ′ = e ∫ A C = e A t C .
Integrating both sides of the equation leads to the solution:
X = ∫ e [ 0 t − t 0 ] C d t , where C, of course, is a vector of constants.
Problem Loading...
Note Loading...
Set Loading...
First, the matrix A is looked at:
A = [ 0 t − t 0 ]
The eigen values and their corresponding eigen vectors are:
λ 1 = i t ; v 1 = 2 1 [ i 1 ] λ 2 = − i t ; v 2 = 2 1 [ − i 1 ]
We define:
V = [ v 1 v 2 ]
From the eigen value decomposition of a matrix, we know that:
A = V D V − 1
Now, the matrix exponential:
e A = V e D V − 1 ⟹ e A = V [ e i t 0 0 e − i t ] V − 1
We can see that the matrix V is an orthogonal matrix, so its inverse is simply the complex conjugate transpose of V . Using all this information, plugging into the above expression, crunching out the successive matrix multiplications and simplifying leads to:
e A = [ cos t sin t − sin t cos t ]
Finally:
e A [ 2 1 2 3 ] = 2 1 [ cos t − 3 sin t sin t + 3 cos t ] = [ − sin ( t − 6 π ) cos ( t − 6 π ) ]
Therefore:
x = − ∫ sin ( t − 6 π ) d t y = ∫ cos ( t − 6 π ) d t
The result is the parametric equation of a circle.