document.write( "Question 1094508: Hi, this is more of a calculus problem and I didn't really know where to go for help.\r
\n" );
document.write( "\n" );
document.write( "Bob, who is 2m tall walks away from a lamppost that is 6 meters tall at a constant rate of 1.5 meters per second. Draw a picture of the situation labeling the known sides. Let x be the distance between the base of the lamp and Bob's feet. Let y be the distance between Bob's feet and the tip of his shadow. Let z be the distance between Bob's head and the tip of the shadow.\r
\n" );
document.write( "\n" );
document.write( "A. Determine the relationship between x and y using the triangles drawn. Express y in terms of x. \r
\n" );
document.write( "\n" );
document.write( "For A, I got that \r
\n" );
document.write( "\n" );
document.write( "B. Find a formula to show how fast the length of Bob's shadow is increasing with respect to time as Bob walks away from the lamppost. \r
\n" );
document.write( "\n" );
document.write( "For B, I don't know where to start with making the equation.\r
\n" );
document.write( "\n" );
document.write( "C. Determine the relationship between y and z, using the triangles drawn. \r
\n" );
document.write( "\n" );
document.write( "To do this, would we have to assume that the triangles are right triangles so that I can use Pythagorean Theorem?\r
\n" );
document.write( "\n" );
document.write( "D. Find a formula to show how fast the distance between Bob's head and the tip of his shadow is increasing. Evaluate when he is 7m from the lamp.\r
\n" );
document.write( "\n" );
document.write( "I understand how to take derivatives, but, I don't know where to start with the equation. Please help me understand this, my teacher said these related rates are easy.\r
\n" );
document.write( "\n" );
document.write( "Thanks!! \n" );
document.write( "
Algebra.Com's Answer #709095 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Part A) \n" ); document.write( "Here's one way you can draw it out \n" ); document.write( " ![]() \n" ); document.write( "The points are defined as follows: \n" ); document.write( "Point A = base of lamp \n" ); document.write( "Point B = top of lamp \n" ); document.write( "Point C = base of Bob's feet \n" ); document.write( "Point D = top of Bob's head \n" ); document.write( "Point E = edge of Bob's shadow (assuming the only light source is the lamp)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Based on those points and the given lengths, we know that \n" ); document.write( "AB = 6 (lamp's height) \n" ); document.write( "CD = 2 (Bob's height) \n" ); document.write( "which are both in meters\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We also have these unknowns \n" ); document.write( "AC = x \n" ); document.write( "CE = y \n" ); document.write( "DE = z\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Triangle BAE is similar to triangle DCE. So we can set up the proportion \n" ); document.write( "AB/AE = CD/CE \n" ); document.write( "AB/(AC+CE) = CD/CE \n" ); document.write( "6/(x+y) = 2/y \n" ); document.write( "6y = 2(x+y) \n" ); document.write( "6y = 2x+2y \n" ); document.write( "6y-2y = 2x+2y-2y \n" ); document.write( "4y = 2x \n" ); document.write( "4y/4 = 2x/4 \n" ); document.write( "y = x/2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So you have the correct answer for part A. Nice job. \n" ); document.write( "======================================================================================= \n" ); document.write( "Part B)\r \n" ); document.write( "\n" ); document.write( "The first given bit of info states that \"Bob... walks away from a lamppost...at a constant rate of 1.5 meters per second\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So this means that x is changing at a rate of 1.5 meters per second; therefore dx/dt = 1.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "dx/dt is the instantaneous speed at a given time t. In this case, it's always 1.5 as it is constant. The expression dx/dt is also positive because he is walking away from the lamp so x will be increasing as t increases.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The goal is to find the expression for dy/dt because we want to know how fast the shadow length is increasing at time t. The value y is the length of the shadow (see diagram in part A)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We'll use the result from part A to get us going. Simply differentiate both sides with respect to t\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = x/2 \n" ); document.write( "d/dt [ y ] = d/dt [ x/2 ] \n" ); document.write( "dy/dt = (1/2) * d/dt [ x ] \n" ); document.write( "dy/dt = (1/2) * (dx/dt) \n" ); document.write( "dy/dt = (1/2) * (1.5) \n" ); document.write( "dy/dt = 0.75\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the shadow is increasing at a constant rate of 0.75 meters per second \n" ); document.write( "======================================================================================= \n" ); document.write( "Part C)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Go back to the drawing in part A. Focus on triangle DCE. We have a right triangle with legs of 2 and y. The hypotenuse is z.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Using the Pythagorean Theorem, we can say, \n" ); document.write( "a^2 + b^2 = c^2 \n" ); document.write( "2^2 + y^2 = z^2 \n" ); document.write( "4 + y^2 = z^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: we can solve for z to get \n" ); document.write( "However, it is easier to stick with 4 + y^2 = z^2 when it comes to implicit differentiation. \r \n" ); document.write( "\n" ); document.write( "======================================================================================= \n" ); document.write( "Part D)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If Bob is 7 meters from the lamp, then x = 7. So y is \n" ); document.write( "y = x/2 \n" ); document.write( "y = 7/2 \n" ); document.write( "y = 3.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then we can figure out z based on y = 3.5 \n" ); document.write( "4 + y^2 = z^2 \n" ); document.write( "4 + (3.5)^2 = z^2 \n" ); document.write( "16.25 = z^2 \n" ); document.write( "z^2 = 16.25 \n" ); document.write( "sqrt(z^2) = sqrt(16.25) \n" ); document.write( "z = 4.03112887 (this is approximate)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We'll use the result from part C. Now implicitly differentiate both sides with respect to t \n" ); document.write( "4 + y^2 = z^2 \n" ); document.write( "d/dt[4 + y^2] = d/dt[z^2] \n" ); document.write( "d/dt[4] + d/dt[y^2] = d/dt[z^2] \n" ); document.write( "0 + 2y*d/dt[y] = 2z*d/dt[z] \n" ); document.write( "0 + 2y*dy/dt = 2z*dz/dt \n" ); document.write( "2y*dy/dt = 2z*dz/dt\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug in the values found earlier; isolate dz/dt \n" ); document.write( "2y*dy/dt = 2z*dz/dt \n" ); document.write( "2*(3.5)*(0.75) = 2*4.03112887*dz/dt \n" ); document.write( "5.25 = 8.06225774*dz/dt \n" ); document.write( "dz/dt = 5.25/8.06225774 \n" ); document.write( "dz/dt = 0.65118236 (this is approximate)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the distance from Bob's head to the tip of the shadow is increasing at roughly 0.65118236 meters per second at the exact moment when he is 7 meters from the lamp. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Unlike dx/dt = 1.5 and dy/dt = 0.75, the value of dz/dt is not constant. It depends on y (which is ultimately dependent on x).\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |