document.write( "Question 1118483: How do I go about solving this math problem?\r
\n" );
document.write( "\n" );
document.write( "In a triangle, ΔABC the segment AM is the median to BC. Let D be the midpoint of AM and let N be the point on AC such that the points B, D, and N are on the same line. Find the ratio of DN to DB.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #734086 by math_helper(2461) You can put this solution on YOUR website! The answer is \r \n" ); document.write( "\n" ); document.write( "This is admittedly a long procedure so there may very well be shorter ones. I'm confident the answer is correct as I tried it with a sample triangle and it works. \r \n" ); document.write( "\n" ); document.write( "There are a lot of algebraic steps, so I will just outline the procedure. \r \n" ); document.write( "\n" ); document.write( "Draw the triangle ABC such that A and B lie on the x-axis. So triangle ABC has the following vertices:\r \n" ); document.write( "\n" ); document.write( "A@ (0,0) \n" ); document.write( "B@ (Bx, 0) <— notation is B sub x = x coordinate of B, sorry it can look a little confusing \n" ); document.write( "C@ (Cx,Cy) \r \n" ); document.write( "\n" ); document.write( "Point M is then at ((Bx+Cx)/2, Cy/2) \n" ); document.write( "Point D is at ((Bx+Cx)/4, Cy/4)\r \n" ); document.write( "\n" ); document.write( "1. Find the equation of line BD. You will find it is y = (Cy/(Cx-3Bx))x - (Bx*Cy)/(Cx-3Bx) \n" ); document.write( "2. Find the equation of line AC. You will find it is y = (Cy/Cx)x \n" ); document.write( "3. Set these two equations equal to each other to find Nx (where N is at (Nx, Ny)) \n" ); document.write( "4. Once Nx is found, plug in to (2) to find Ny. You should find N to be at (Cx/3, Cy/3) \n" ); document.write( "6. Write equations for |DN| and |DB| \n" ); document.write( " |DN| = [ ((Cx+Bx)/4 - (Cx/3))^2 + (Cy/4 - Cy/3)^2 ] ^(1/2) \n" ); document.write( " : \n" ); document.write( " |DN| = [ ( 9Bx^2 - 6BxCx + Cx^2 - Cy^2 ) / 144 ] ^(1/2) \n" ); document.write( " \n" ); document.write( " |DB| = [ ((Cx - 3Bx)/4 )^2 + (Cy/4)^2 ]^(1/2) \n" ); document.write( " : \n" ); document.write( " |DB| = [ (9Bx^2 - 6BxCx + Cx^2 + Cy^2) / 16 ] ^(1/2)\r \n" ); document.write( "\n" ); document.write( "Writing |DN| / |DB| and bringing everything under the radical sign, allows all the variables to cancel, leaving only: \n" ); document.write( " ( 16/144 ) ^(1/2) \n" ); document.write( " = ( 4/12 ) \n" ); document.write( " = (1 / 3 )\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "—————————————————————— \n" ); document.write( "I started with the same method as @greenestamps. I used a special case and worked it out numerically, and then I generalized it. The proof must be done using a general case, not a special case. \n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( "Also note that |DN| / |DB| = [AND] / [BMD] where [T] denotes area of triangle T\r \n" ); document.write( "\n" ); document.write( "which can be shown by making use of A = (1/2)b*h (h = side*sin(alpha)), vertical angles are equal, and these relationships that arise from properties of medians: \n" ); document.write( "[ACM] = [ABM] = (1/2)[ABC] \n" ); document.write( "[ABD] = [BMD] = (1/2)[ABM] = (1/4)[ABC]\r \n" ); document.write( "\n" ); document.write( "—————————\r \n" ); document.write( "\n" ); document.write( "6/16: Yes, tutor @ikleyn's solution is most appropriate (geometric). I wish I had seen that construction. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |