
Bryan P. answered 05/24/16
Tutor
4.9
(470)
Math, Science & Test Prep
Eric,
The easiest way that I see for attacking this is by multiple substitution.
tan3(xy2 + y) = x can be rewritten as u3 = x, where u = tan(w),
and w = xy2 + y. From here we will need to know du and dw.
du = sec2(w)dw dw = y2 + 2xydy + dy
The derivative of u3 = x is:
3u2du = dx Now substitute all the pieces back in.
3tan2(xy2 + y)sec2(xy2 + y)(y2 + 2xydy + dy) = dx
Divide out all the factors that do not include dy:
y2 + 2xydy + dy = dx/[3tan2(xy2 + y)sec2(xy2 + y)]
Subtract any terms which do not include dy and factor out dy:
dy(2xy + 1) = dx/[3tan2(xy2 + y)sec2(xy2 + y)] - y2
Divide by dx and by (2xy + 1):
dy/dx = 1/[3tan2(xy2 + y)sec2(xy2 + y)(2xy + 1)] - y2/(2xy + 1)
I hope that helps.