A magic cart is placed at the origin of the complex plane. It has two small motors, built into each side of it, which propel it throughout the plane using thrust force. These motors are programmed to function in a way such that the sum of the vectors of the cart's experienced force, momentum and position on the plane, z , is always equal to a certain function, f ( t ) . The rate at which this sum changes is proportional, by a constant k , to the sum's value at any given time.
If z ( 2 π ) = a − i [ e − π ( b + π ) + b ] , where a and b are integers, calculate a + b .
Details and Assumptions :
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.
Thank you for the solution. It is indeed a nice problem. My approach lead me to the third order ODE which was turning into a tedious exercise.
I started part 3, got stuck, had to go back to part 1.
I believe the denominator in the last summand in line 4 in your solution is wrong.
As a solution to the d.e. I got z ( t ) = ( C 1 + C 2 t ) e − t / 2 − ( 2 k + 1 ) 2 e k t z ′ ( t ) = ( C 2 − 2 1 C 1 − 2 1 C 2 t ) e − t / 2 − k ( 2 k + 1 ) 2 e k t z ′ ′ ( t ) = ( 4 1 C 1 − C 2 + 4 1 C 2 t ) e − t / 2 − k 2 ( 2 k + 1 ) 2 e k t
So that 4 z ′ ′ + 4 z ′ + z = ( 0 + 0 t ) e − t / 2 − ( 1 + 4 k + 4 k 2 ) ( 2 k + 1 ) 2 e k t = − e k t = f ( t ) .
From here, finding C 1 = ( 2 k + 1 ) 2 1 and C 2 = 8 k + 4 1 − 2 k is doable, but the rest is not as straightforward... you get z ′ ′ ( 0 ) = ( 2 k + 1 ) 2 k 2 − ( 2 k + 1 ) 2 k 2 = 0 , so this yields no new information. And filling in z ( 2 π ) = ( ( 2 k + 1 ) 2 1 + 4 k + 2 1 − 2 k π ) e − π − ( 2 k + 1 ) 2 e 2 k π
If k = λ i this writes as z ( 2 π ) = 1 − 4 λ 2 + 4 λ i ( 1 + 2 π ( 1 + 4 λ 2 ) ) e − π − e 2 π λ i which has to be imaginary to satisfy the given form of the answer. Very little perspective to get an answer of the given form.
Problem Loading...
Note Loading...
Set Loading...
From the information given, we can see that 4 z ′ ′ + 4 z ′ + z = f ( t ) .
Let S = 4 z ′ ′ + 4 z ′ + z . Then d t d S = k S , so S = A e k t . A and k are constants.
From the information given S ( 0 ) = − 1 , so A = − 1 . Therefore, S = f ( t ) = − e k t .
Solving the resulting differential equation, 4 z ′ ′ + 4 z ′ + z = − e k t yields z ( t ) = e 2 − t ( C 1 + C 2 t ) − 4 k e k t .
Substituting in initial conditions of z ( 0 ) = 0 and z ′ ( 0 ) = − 4 1 , we get that C 1 = 4 k 1 and C 2 = 8 k 1 .
Now, we can use the fact that z ′ ′ ( 0 ) = 0 to see that k must satisfy the quadratic equation of k 2 + 4 1 = 0 . This results in k = 2 i .
Substituting this into z ( t ) , we get z ( t ) = 2 − i ( e 2 − t ( 1 + 2 t ) − e 2 i t ) .
Therefore, z ( 2 π ) = 2 − i ( e − π ( 1 + π ) + 1 ) .
This is a brief solution and I have skipped intermediate steps. Also, I just realised that k should have two solutions...