
William W. answered 05/03/20
Experienced Tutor and Retired Engineer
It's a bit complicated but here goes:
Let's first work with the left side of the equation:
Let u = xy3 then u' = (x)'y3 + x(y3)' or u' = y3 + x(3y2)(dy/dx) [using the product rule]
Let v = sec(y) then v' = sec(y)tan(y)(dy/dx)
Using the quotient rule (u/v)' = (u'v - uv')/v2
(u/v)' ={[y3 + x(3y2)(dy/dx)]sec(y) - (xy3)(sec(y)tan(y)(dy/dx))}/sec2(y)
(u/v)' ={[y3 + x(3y2)(dy/dx)] - (xy3)(tan(y)(dy/dx))}/sec(y)
Now, working with the right side of the equation:
(1 + y4)' = 0 + 4y3(dy/dx)
(1 + y4)' = 4y3(dy/dx)
So putting them together we get:
{[y3 + x(3y2)(dy/dx)] - (xy3)(tan(y)(dy/dx))}/sec(y) = 4y3(dy/dx)
Multiplying both sides by sec(y) we get:
y3 + x(3y2)(dy/dx) - (xy3)(tan(y)(dy/dx)) = 4y3(dy/dx)sec(y)
y3 + 3xy2(dy/dx) - (xy3)tan(y)(dy/dx) = 4y3(dy/dx)sec(y)
Moving all the "dy/dx" terms to the left side of the equation and the other term to the right we get:
3xy2(dy/dx) - (xy3)tan(y)(dy/dx) - 4y3(dy/dx)sec(y) = -y3
Factoring out dy/dx we get:
(dy/dx)[3xy2 - xy3tan(y) - 4y3sec(y)] = -y3
Dividing both sides by the "[3xy2 - xy3tan(y) - 4y3sec(y)]" we get:
dy/dx = -y3/[3xy2 - xy3tan(y) - 4y3sec(y)]
If you want to get rid of the negative in front of the y3 you could multiply top and bottom by -1 to get:
dy/dx = y3/(xy3tan(y) + 4y3sec(y) - 3xy2)
Cancelling y2 from the terms on the bottom gives:
dy/dx = y/(xytan(y) + 4ysec(y) - 3x)