Math 2250 HW #8 Solutions to WebWork Problems 1 & 8 Everybody is assigned slightly different versions of each problem. The below are representative examples of the assigned problems, but may not exactly match the problem you were assigned. 1. Use implicit differentiation to find dy/dx, given: e2x = sin(x + 7y). Answer: First, differentiate both sides with respect to x: d d 2x (e ) = (sin(x + 7y)) dx dx d e2x · 2 = cos(x + 7y) · (x + 7y) dx 2e2x = cos(x + 7y) · (1 + 7y 0 ) by the Chain Rule, or, equivalently, 2e2x = cos(x + 7y) + 7y 0 cos(x + 7y). Isolating the y 0 term yields 7y 0 cos(x + 7y) = 2e2x − cos(x + 7y), so we have y0 = 2e2x − cos(x + 7y) . 7 cos(x + 7y) This would be a perfectly acceptable answer, or I could also split the right hand side into two terms: 2e2x 1 y0 = − . 7 cos(x + 7y) 7 8. Find dy/dx if ln(xy) = ex+y . Answer: Again I use implicit differentiation: d d x+y (ln(xy)) = (e ) dx dx d d 1 · (xy) = ex+y · (x + y) xy dx dx 1 (xy 0 + 1 · y) = ex+y (1 + y 0 ) xy xy 0 y + = ex+y + y 0 ex+y xy xy y0 1 + = ex+y + y 0 ex+y . y x 1 Grouping the terms containing y 0 yields 1 0 1 x+y y −e = ex+y − , y x so we see that y0 = ex+y − x1 . 1 x+y y −e 2