Let $U \subset \Bbb R^2$ be an open set, $f \in C^4(U), g \in C_c^2(U)$ non-negative functions and
$$\Delta^2 : C^4(U) \rightarrow C(U),$$ $$\Delta^2 := {d^4 \over dx^4} + 2 {d^4 \over dx^2dy^2} + {d^4 \over dy^4},$$
be the biharmonic operator. Show that
$$\int_U (\Delta^2 f) g \ d\lambda^2 = \int_U (\Delta f) (\Delta g) d\lambda^2.$$
We can figure out that
$$\int_U (\Delta f) (\Delta g) d\lambda^2 = \int_U {d^2f \over dx^2} {d^2g \over dx^2} + {d^2f \over dx^2} {d^2g \over dy^2} + {d^2f \over dy^2} {d^2g \over dx^2} + {d^2f \over dy^2} {d^2 g \over dy^2}.$$
If it is necessary, I'll add more steps, but for the sake of clarity, just let me say that for the left side, I used the linearity of the integral and then pushed a part of the differential operators that stuck to $f$ at first on $g$, and by using the linearity again, I receive:
$$\int_U {d^2f \over dx^2} {d^2g \over dx^2} + {d^2f \over dx^2} {d^2g \over dy^2} + {d^2f \over dx^2} {d^2g \over dy^2} + {d^2f \over dy^2} {d^2 g \over dy^2}.$$
Everything seems correct except the third term. I received ${d^2f \over dx^2} {d^2g \over dy^2}$, but I need ${d^2f \over dy^2} {d^2g \over dx^2}$.
Does anyone see "directly" where I am wrong here?