WORKSHOP 2·2 Solutions Warm-up Question: A street light is mounted at the top of a 15-ft-tall pole. You are standing 40 ft from the pole. How long is your shadow? Solution: Here is a figure of the situation: 15 h l 40 Let h be the height of the student and let l be the distance between the student and the end of the shadow. We then have two similar right triangles of height h and 15 and base l and l + 40. Since the ratios of lengths must be equal we obtain: l l + 40 = h 15 1 8 1 l( − ) = h 15 3 8 15h 40h l= · = . 3 15 − h 15 − h 3. Part B [20 minutes] Question: If (−3, 0) is the x-intercept of a line tangent to the parabola y = −x2 + 5, what is the slope of the line? There may be more than one answer. Solution: We don’t know the point of intersection between the line and the parabola, let’s call it (x, y). We can use the formula of the tangent line at (x, y) y = m(x + 3) with the slope given by the derivative of the parabola m = −2x and making it equal to the parabola to get the x value of the intersection, which we can then use to solve for the slopes. 1 5 −3 −2 2 3 −x2 + 5 = −2x(x + 3) −x2 + 5 = −2x2 − 6x x2 + 6x + 5 = 0 (x + 5)(x + 1) = 0 x = −5, m = −2(−5) = 10 x = −1, m = −2(−1) = 2. Note that there are in fact two slopes, the other one intersects outside of the picture. 2 Main Problem Question: The figure shows a lamp located 3 units to the right of the y-axis and a shadow created by an elliptical object. The surface of the object is described by points (x, y) whose co-ordinates are related by the equation x2 + 4y 2 = 5. If the point (−5, 0) is on the edge of the shadow, how high is the street lamp? Solution: We observe that the the shadow is formed by the edge of the object. So the line that connects the lamp and the point on the ground also touches the edge of the object. That is, it’s a tangent line! Since we are dealing with the tangent line, we need two conditions to be true. First, the line must touch the object at one point. Let’s call that point (a, b). Second, the slope of the object and the line must be the same at point (a, b). So start by finding the slope of the ellipse at a point (a, b), using implicit differentiation, and make it equal to the slope of a line through the point (a, b) and (−5, 0): 2x + 8y dy =5 dx dy 5 − 2a b = = (rise over run). dx 8b 5+a This yields the equation −a2 − 5a = 4b2 . The point (a, b) is on the ellipse so a2 + 4b2 = 5, where it is easy to substitute 4b2 = −a2 − 5a from the previous equation and get a = −1. Then b2 = 1, thus b = 1. Then you substitute x = 3 in the line equation y = m(x + 5) to get the height of the lamp. it should be 2 units. 3