Loading [MathJax]/jax/output/SVG/jax.js
 
+0  
 
+5
1349
7
avatar+870 

This curve is the graphical representation of the square root function:

xR+,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.

 Dec 2, 2015

Best Answer 

 #3
avatar+26396 
+35

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=(xBxA)2+(yByA)2xB=x,yB=x,xA=2,yA=0z=(x2)2+(x0)2z=(x2)2+x2z=(x2)2+xz=x24x+4+xz=x23x+4The mimimum dictance is, when z=0We can also use z2=u and set u=0u=z2=x23x+4u=2x3=02x3=02x=3x=32y=32

 

Point  B(32,32)  is the closest to A

 

   The nearest distance is: z=x24x+4+x=(32)2332+4=1.75=1.32287565553

laugh

 Dec 2, 2015
 #1
avatar
0

i cant answer that,and dont know if you answered....

 Dec 2, 2015
 #2
avatar+870 
0

I did, this morning. 

HINT: The distance between two points A(xA,yA) and B(xB,yB​) is given by the formula:

AB=(xBxA)2+(yByA)2

 Dec 2, 2015
 #3
avatar+26396 
+35
Best Answer

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=(xBxA)2+(yByA)2xB=x,yB=x,xA=2,yA=0z=(x2)2+(x0)2z=(x2)2+x2z=(x2)2+xz=x24x+4+xz=x23x+4The mimimum dictance is, when z=0We can also use z2=u and set u=0u=z2=x23x+4u=2x3=02x3=02x=3x=32y=32

 

Point  B(32,32)  is the closest to A

 

   The nearest distance is: z=x24x+4+x=(32)2332+4=1.75=1.32287565553

laugh

heureka Dec 2, 2015
 #4
avatar+870 
+5

I got to the same result. That's good!

20/20

Plus a brownie:

 Dec 3, 2015
 #5
avatar+130466 
+5

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)  

 

 

cool cool cool

 Dec 3, 2015
 #6
avatar+870 
0

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 ><

 Dec 4, 2015
 #7
avatar+870 
0

I found the answer my teacher gave me:

A(2,0); let B be the point of coordinates (x,x)With x0

The formula to calculate the distance between to points M(xM,yM) and N(xN,yN) is MN=(xNxM)2+(yNyM)2

So AB=(x2)2+(x0)2AB2=(x2)2+x2AB2=x24x+4+x=x23x+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=(xBxA)2+(yByA)2AB=(322)2+(320)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.

 Dec 9, 2015

2 Online Users