- #1
Emspak
- 243
- 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([itex]\frac{πt}{8})[/itex], 8-sin([itex]\frac{πt}{8}[/itex]))
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.
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([itex]\frac{π(s+t)}{8})[/itex], 8-sin([itex]\frac{π(s+t)}{8}[/itex]))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.
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([itex]\frac{πt}{8})[/itex], 8-sin([itex]\frac{πt}{8}[/itex]))
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([itex]\frac{π(s+t)}{8})[/itex], 8-sin([itex]\frac{π(s+t)}{8}[/itex]))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.