This curve is the graphical representation of the square root function:
∀x∈R+,f(x)=√x
Let A be the point of coordinates (2,0). Find the coordinates of the point B of the curve that is the closest to A.
This curve is the graphical representation of the square root function:
Let A be the point of coordinates (2,0). Find the coordinates of the point B of the curve that is the closest to A.
The distance between two points A(xA,yA) and B(xB,yB) is given by the formula:
z=√(xB−xA)2+(yB−yA)2xB=x,yB=√x,xA=2,yA=0z=√(x−2)2+(√x−0)2z=√(x−2)2+√x2z=√(x−2)2+xz=√x2−4x+4+xz=√x2−3x+4The mimimum dictance is, when z′=0We can also use z2=u and set u′=0u=z2=x2−3x+4u′=2x−3=02x−3=02x=3x=32y=√32
Point B(32,√32) is the closest to A
The nearest distance is: z=√x2−4x+4+x=√(32)2−3⋅32+4=√1.75=1.32287565553
I did, this morning.
HINT: The distance between two points A(xA,yA) and B(xB,yB) is given by the formula:
AB=√(xB−xA)2+(yB−yA)2
This curve is the graphical representation of the square root function:
Let A be the point of coordinates (2,0). Find the coordinates of the point B of the curve that is the closest to A.
The distance between two points A(xA,yA) and B(xB,yB) is given by the formula:
z=√(xB−xA)2+(yB−yA)2xB=x,yB=√x,xA=2,yA=0z=√(x−2)2+(√x−0)2z=√(x−2)2+√x2z=√(x−2)2+xz=√x2−4x+4+xz=√x2−3x+4The mimimum dictance is, when z′=0We can also use z2=u and set u′=0u=z2=x2−3x+4u′=2x−3=02x−3=02x=3x=32y=√32
Point B(32,√32) is the closest to A
The nearest distance is: z=√x2−4x+4+x=√(32)2−3⋅32+4=√1.75=1.32287565553
Here's another way to do this without using too much Calculus
Note that.....at ponit B, a line through (2,0) can be constructed that will be perpendicular to the tangent line on y = sqrt(x) at point B.......and the shortest distance bettween a point and a line is a perpendicular line drawn from the point to the given line
Where sqrt(x) is differentiable, the slope will be 1 /[2sqrt(x)]
So, the slope of a perpedicular line will be -2sqrt(x)
And the equation of such a such a line through (2,0) will be
y = -2sqrt(x)(x - 2) ......setting this equal to y = sqrt(x), we have
-2sqrt(x)(x - 2) = sqrt(x)
-2sqrt(x)(x - 2) - sqrt(x) = 0
sqrt(x) [ -2(x - 2) - 1] = 0
sqrt(x) [ -2x + 3] = 0
So......sqrt(x) = 0 and x = 0 [reject] or -2x + 3 = 0 and x = 3/2
This is the x coordinate of B..... and .the y coodinate of B = sqrt(3/2)
Houston, we've got a problem. I solved the problem using another method and I got another result (I don't remember this result, I think it was 1.25 or something like this); I did this with two of my friends and they got to this result too, using the same method ><
I found the answer my teacher gave me:
A(2,0); let B be the point of coordinates (x,√x)With x≥0
The formula to calculate the distance between to points M(xM,yM) and N(xN,yN) is MN=√(xN−xM)2+(yN−yM)2
So AB=√(x−2)2+(√x−0)2AB2=(x−2)2+√x2AB2=x2−4x+4+x=x2−3x+4
We end up with a quadratic polynomial (the expression has the form ax2+bx+c, here a=1, b=-3 and c=4). Since a=1>0, the polynomial has a minimum. The formula to calculate the extremum E (minimum or maximum) of a quadratic polynomial ax2+bx+c is E=−b2a
So the x coordinate of the minimum M of the polynomial (the x coordinate of B) is 32=1.5
And the minimum (y coordinate of B) is √3/2
So the coordinates of B are (32;√3/2)
Ah, and I'm silly too, I never found a distance AB of 1.25; here's the result I got:
AB=√(xB−xA)2+(yB−yA)2AB=√(32−2)2+(√32−0)2AB=√14+32=√74
So heureka your result for distance seems to be wrong, but I didn't take away some points because I didn't ask for the distance in the question; you gave me the correct coordinates of B, so that's OK.