It seems to me you're having trouble with the rules of differentiation, and the key here is to use the rules of differentiation to break the problem up. Three rules to start with are that $\frac{\partial}{\partial x}(f(x,t)+g(x,t)) = \frac{\partial}{\partial x}f(x,t) + \frac{\partial}{\partial x}g(x,t)$ (you can "break up" sums) and $\frac{\partial}{\partial x}f(x,t)h(t) = h(t)\frac{\partial}{\partial x}f(x,t)$ (functions of variables other than the one were differentiating with respect to can be "moved out") for any functions $f(x,t),g(x,t),h(t)$, and that the derivative of a constant is $0$. Applying the first rule, we get $\frac{\partial}{\partial x}((Ax + B)(Ct + D)) + \frac{\partial}{\partial x}((E \sin Kx + F \cos Kx)(G \sin Kct + H \cos Kct))$ the second gives us $(Ct + D)\frac{\partial}{\partial x}(Ax + B) + (G \sin Kct + H \cos Kct)\frac{\partial}{\partial x}(E \sin Kx + F \cos Kx)$ using the first again gives $(Ct + D)(\frac{\partial}{\partial x}(Ax) + \frac{\partial}{\partial x}B) + (G \sin Kct + H \cos Kct)(\frac{\partial}{\partial x}(E \sin Kx) + \frac{\partial}{\partial x}(F \cos Kx))$ which can be simplified using the second and third (remember, a constant can be considered a function of any variable we want) $(Ct + D)A\frac{\partial}{\partial x}x + (G \sin Kct + H \cos Kct)(E\frac{\partial}{\partial x}(\sin Kx) + F\frac{\partial}{\partial x}(\cos Kx))$ and further so by the fact that $\frac{\partial}{\partial x}x = 1$ to get $(Ct + D)A + (G \sin Kct + H \cos Kct)(E\frac{\partial}{\partial x}(\sin Kx) + F\frac{\partial}{\partial x}(\cos Kx)).$ The last thing we want to do is find $\frac{\partial}{\partial x}(\sin Kx)$ and $\frac{\partial}{\partial x}(\cos Kx)$, which requires what's called the chain rule. It is that for a function $f(x,t) = v(w(x,t))$, $\frac{\partial v}{\partial x} = \frac{\partial v}{\partial w}\frac{\partial w}{\partial x}$. In the case of $\sin Kx$, this means I can use $w(x) = Kx$ to find the derivative as follows: $\frac{\partial}{\partial x}(\sin Kx) = \frac{\partial}{\partial w}(\sin w) \frac{\partial w}{\partial x} = \cos w \times K = K\cos Kx$. This should help you find all the necessary derivatives to verify the equation. Keep in mind that even if a function doesn't look the same way the functions I used to explain these rules do, or if the variables are different in name or number, the rules still apply. Good luck!