Last one:
Part e) is what I'm having trouble with, I can do part e) 2 different ways but they give an answer which is 0.2 off each other but I can't see a flaw in either of the 2 methods so can someone please check?

Very simple
 = (15t(t+2)) i + (10t(t-2)) j)

d)
 -500) i + (10t(t-2) - 450) j)
Now part e).
First method: Closest to the plane is when the dot product of

and

[Straight line is the fastest route]
 -500)(15t(t+2)) + (10t(t-2) - 450)(10t(t-2)) = 0)
Solve for t using a calc yields t = 5.31 min (2 dp)
Second method: Closest to the plane is when the magnitude of

is a minimum, thus whatever is under the square root must be a minimum.
 -500)^2 + (10t(t-2) - 450)^2})
is a minimum when
 -500)^2 + (10t(t-2) - 450)^2)
is a minimum.
So,
 -500)^2 + (10t(t-2) - 450)^2))
and set to 0 and solve for t yields t = 5.50 min (2 dp)
Now question says to nearest minute, well method one would be 5 min and method 2 would be 6 min. But both ways seem correct to me? Why is there a discrepancy between the 2 methods?