A man starts from the point P ( − 3 , 4 ) . He reaches Q ( 0 , 1 ) but by touching the x -axis at point R ( α , 0 ) . What is the minimum distance that he can cover?
If the distance can be expressed as a , Find a 2
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Sorry, I am a bit inactive these days.
Anyway, Thanks for the solution @Daniel Liu
How can we change the identity of a point? If Q is (0,1) why can we consider Q as (0,-1).
Log in to reply
The point is reflected by the x-axis.
It's distance doesn't change that way :)
A nice problem!!!
But, I solved it by differentiation, longer but at least now I have come to know that reflection is an Awesome technique!!!
Put a mirror on x_axis with reflating side to wards (-3,4). Its image will be at (-3,-4).
St. line from (-3,-4) to (0,1) is the shortest distance. So a=
{
0
−
(
−
3
)
}
2
+
{
1
−
(
−
4
)
}
2
S
o
a
2
=
3
4
.
It is not good as of daniel but yes, according to me it is a nice solution. Take the reflection of point Q taking x-axis as a mirror and mark the point as T. Its coordinates will be (0,-1). If we will join T and P, the intersection of TP at x-axis will be R. Now we can calculate the coordinates of R. it comes out to be R(-0.6,0). Now the rest of the solution is easy.
Your approach is identical to Daniel's.
Note that we didn't need to find the point R , and could have calculated the distance T P directly.
Problem Loading...
Note Loading...
Set Loading...
Reflect his path from R ( α , 0 ) to Q ( 0 , 1 ) across the x-axis. This gets rid of the "touch the x-axis" condition and just asks us to draw a path from P ( − 3 , 4 ) to Q ′ ( 0 , − 1 ) . But the shortest path clearly has length a = ( − 3 − 0 ) 2 + ( 4 − ( − 1 ) ) 2 = 3 4 so the answer is a 2 = 3 4