A complex fraction such as #(a/b)/(c/d)# can be written in a more familiar way:
#(a/b)/(c/d)# means the same as #(a/b) div (c/d)#
To divide by a fraction is the same as multiplying by its reciprocal.
#a/b color(limegreen)(div c/d) = a/b color(limegreen)(xx d/c) = (ad)/(bc)#
However if you compare this result to the original fraction you will see that we can simplify a complex fraction immediately:
#(color(red)(a)/color(blue)(b))/(color(blue)(c)/color(red)(d)) = color(red)(ad)/(color(blue)(bc))#
Applying this to the complex fraction given gives us:
#(color(red)(y^4)/color(blue)(x^2))/(color(blue)(xy^2)/color(red)(2x^2)) = (color(red)(2x^2 xx y^4))/(color(blue)(x^2 xx xy^2))" "# which now simplifies to:
#=(2y^2)/x#