
William W. answered 11/14/21
Experienced Tutor and Retired Engineer
If x(t) = t3 - 4t2 + t then x(1) = (1)3 - 4(1)2 + (1) = 1 - 4 + 1 = -2
If y(t) = t2 - 6t + 3 then y(1) = (1)2 - 6(1) + 3 = 1 - 6 + 3 = -2
Since x(t) = t3 - 4t2 + t, then x'(t) = dx/dt = 3t2 - 8t + 1 so x'(1) = 3(1)2 - 8(1) + 1 = 3 - 8 + 1 = -4 (note that you need to plug in t = 1 to your derivative function to get the answer they are seeking)
Since y(t) = t2 - 6t + 3 then y'(t) = dy/dt = 2t - 6 so y'(1) = 2(1) - 6 = 2 - 6 = -4 (Again, (note that you need to plug in t = 1 to your derivative function to get the answer they are seeking)
To determine dy/dx, consider that the chain rule says dy/dt = (dy/dx)•(dx/dt) which means, dividing both sides by (dx/dt) that (dy/dt) / (dx/dt) = dy/dx
So, since dy/dx = (dy/dt)/(dx/dt) then for t = 1, dy/dx = (-4)/(-4) = 1
Viola S.
Oh, that makes sense, I have to plug in the t=1 for dx/dt|t=1 and dy/dt|t=1. Thank you very much for your help sir.11/14/21