For #f(t)= (t-e^(t-1),t+1)# what is the distance between #f(0)# and #f(2)#?
1 Answer
I got
This was given in parametric coordinates, that is, when we say something like,
By implication, it's saying that:
#x = t - e^(t-1)#
#y = t + 1#
and it's asking what the distance between two
The distance formula is just the Pythagorean theorem applied to coordinates:
#\mathbf(D = sqrt((x_2 - x_1)^2 + (y_2 - y_1)^2))#
You're basically finding the distance between two points, where the horizontal and vertical distances are how you mapped your
We assigned
#color(green)(x_1) = (0) - e^((0)-1) = -e^(-1) = color(green)(-1/e)#
#color(green)(y_1) = (0) + 1 = color(green)(1)#
And for
#color(green)(x_2) = (2) - e^((2)-1) = color(green)(2-e)#
#color(green)(y_2) = (2) + 1 = color(green)(3)#
So really, in
Once we got that translated to Cartesian coordinates, it's back to regular algebra. :) Therefore, the distance from
#color(blue)(D_(f(0))^(f(2))) = sqrt(((2-e) - (-1/e))^2 + (3 - 1)^2)#
#= sqrt((2 - e + 1/e)^2 + 4)#
# ~~ color(blue)(2.03)#