A problem from science fiction - intersecting curves

Emspak
Messages
240
Reaction score
1
1. Homework Statement [/b]

A spaceship is traveling on a curved path, f(t) = (t, t2)

(We'll assume that the path isn't affected by gravity, this is a math problem, not physics :-) )

It has to release a pod to intersect a space station that has an orbit described by the following:

g(t) = (4+cos(\frac{πt}{8}), 8-sin(\frac{πt}{8}))

The pod will travel at a tangent from the curved path f(t) and I want to know at what time s I should release it to get to the space station and how long it will take.

The Attempt at a Solution



OK, so I know that since I am releasing the pod at time s, my first vector to add will be (s, s2). And those numbers will be constant.

I know that f'(t) = (1, 2t)

So that means that a pod will be zooming off the curve in a path described by (s+t, s2+2t). (correct?)

So to see if the pod will hit the space station and when, I need

(s+t, s2+2t) = (4+cos(\frac{π(s+t)}{8}), 8-sin(\frac{π(s+t)}{8}))But after that I am stuck, and I feel like there is some simple step I am missing. I know that the time s of release can't be more than s=3 and less than 0 because if s=0 the line is horizontal and never hits the circle described, and if s≥3 it will miss the circle full stop. So there are some constraints here. I am almost there, I feel like.
 
Physics news on Phys.org
So that means that a pod will be zooming off the curve in a path described by (s+t, s2+2t). (correct?)
Not quite.

For the spacecraft , v(t)=(1,2t)
At time t=s, the speed of the spacecraft , and thus the pod, will be... ?
... and thus, the position-time equation of the pod will be... ?
 
A time t=s the speed of the spacecraft is f'(s) or (1,2s) so that's the speed of the pod.

The position of the pod would have to be (s+t, s2+(2s)t) after that, yes?

So you'd want (s+t, s2+(2s)t) = (4+cos\frac{(s+t)π}{8}, 8-sin\frac{(s+t)π}{8})

That's still pretty ugly when you want to solve it, no?
 
It's usually nastier than that because the pod will be traveling along a conic section as well.
And then - real orbits are seldom that tidy.

You want to solve for s - you'll find there are lots of solutions from the restraints you have specified.
 
OK, but when I try to do that I get s = 4-t+cos(\frac{(t+s)π}{8})

And I still have a lot of possibilities for both s and t. I do know that -1<s+t-4<1, b/c of the cosine function. And I know that s>0, and t>0 so for this to work 3< s+t < 5. Am I getting it right so far?

Further, s2+2st = 8-sin(\frac{(t+s)π}{8})

which gets me s(1+2t) = 8-sin(\frac{(t+s)π}{8})

or 8-s(1+2t)=sin(\frac{(t+s)π}{8})

since -1<8-s(1+2t) <1 7<s(1+2t)<9, yes?
 
I still have a lot of possibilities for both s and t
Yes you do - why would you expect any different?

You are using t as the elapsed time between release and capture.
You should find an equation for this time in terms of the release time and the speed of the pod.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top