- #1
admbmb
- 3
- 0
So I have two parametrized equations for two different 3d curves:
Rm(t) = (1.2*sin(2πt) + 0:3)i + t4j + 1.1cos2(2π(t + 0:2))k
and
R(t) = Sin(2πt)i + t3j + Cos2(2πt)k
I need to figure out if these two curves come within a certain distance of each other (0.5).
I cannot understand how to find the shortest distance between these two curves if I'm not given the specific points where these two curves are closest.
Any help is very appreciated!
Rm(t) = (1.2*sin(2πt) + 0:3)i + t4j + 1.1cos2(2π(t + 0:2))k
and
R(t) = Sin(2πt)i + t3j + Cos2(2πt)k
I need to figure out if these two curves come within a certain distance of each other (0.5).
I cannot understand how to find the shortest distance between these two curves if I'm not given the specific points where these two curves are closest.
Any help is very appreciated!