Jack L.
asked 08/12/22Shortest Distance Question
- Find the shortest distance from point (2, 3) to the line through (–3, 2) and (1, –4). (8 marks)
Please answer in detail
2 Answers By Expert Tutors
Inactive Tutor answered 08/12/22
Slope of line: m = (-4 - 2)/(1 + 3) = - 6/4 = - 3/2; ; equation of line: y = 2 - 3/2(x + 3) or y = - 3/2x - 5/2
Now distance function d2 = f(x) = (x - 2)2 + (- 3/2x - 5/2 - 3)2 = x2 - 4x + 4 + 9/4x2 + 66/4x + 121/4 =
13/4x2 + 50/4x + 137/4;
At x = (- 50/4)/(13/2) = - 25/13 the distance will be shortest
min d = √f(-25/13) = 4.715
Inactive Tutor answered 08/12/22
distance (2, 3) to the line through (–3, 2) and (1, –4).
find line equation and put into y=mx+b form
label (2,3) as (x0,y0)
can prove distance d=|mx0+b-y0|/√(m2+1)
by using similar right triangles
m=(-4-2)/(1-(-3))=-3/2
(-3/2)(x-1)=y-(-4)
y=-(3/2)x-5/2,,,,,,,check x=-3, y=2
d=|(-3/2)*2-5/2-3|/√((-3/2)2+1)
d=(17/2)/√(13/4)=17/√13
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Doug C.
08/13/22