Toronto Math Forum

APM346--2019 => APM346--Lectures & Home Assignments => Home Assignment 1 => Topic started by: Zhiman Tang on January 18, 2019, 07:01:19 PM

Title: problem 4 (25)
Post by: Zhiman Tang on January 18, 2019, 07:01:19 PM
uxy = uxuy
I use the hint and divide both sides by ux. I get ux = eu * f(x). I am stuck there. Could anybody help me out?
Title: Re: problem 4 (25)
Post by: Wanying Zhang on January 18, 2019, 08:04:40 PM
I would start from the beginning.
$$\frac{u_{xy}}{u_x} = \frac{u_x u_y}{u_x} \Rightarrow \frac{u_{xy}}{u_x} = u_y$$
Integrate both sides,
$$\ln{u_x} = u + f(x)$$
$$u_x = e^{u+f(x)} = e^u \cdot g(x)$$
$$\frac{\partial u}{\partial x} = g(x)e^u$$
$$\frac{\partial u}{e^u} = g(x)\partial x$$
Integrate both sides,
$$-e^{-u} = G(x) + h(y)$$
$$u(x,y) = -\ln (-G(x) - h(y))$$
OK. V.I.