Find the particular solution for the part differential equation $$xu_x+yu_y=u \\ x=\cos t, y=\sin t, u=1$$
It's the first time I've encountered this PDE with this type "condition" (and I don't know how to solve them)
If I solve it in the "normal" way: $$\frac{dx}{x}=\frac{dy}{y}=\frac{du}{u}$$ $$\ln|C_1 \cdot x|=\ln|y|$$ $$C_1=\frac{y}{x}$$ And: $$\int \frac{dx}{x}=\int \frac{du}{u}$$ $$\ln|C_2 \cdot x|=\ln|u|$$ $$C_2=\frac{u}{x}$$ Because: $$C_2=F(C_1)$$ General solution: $$u(x,y)=xF\left(\frac{y}{x}\right)$$
And what next? How do I set the condition correctly?
$$u(x,y)=xF\left(\frac{y}{x}\right) \Rightarrow 1=\cos t \cdot F\left(\frac{\sin t}{\cos t}\right)$$ So: $$F\left(\frac{\sin t}{\cos t}\right)=\frac{1}{\cos t}$$
What is the particular solution? How to correctly use the conditions given in the task? Or maybe it needs to be done before solving the general equations? -> How?
Please give me hint/help.
You have to write $\frac{1}{\cos t}=\sec t$ as a function of $\frac{\sin t}{\cos t}=\tan t$. That's not difficult: $$ \sec t=\text{sgn}(\sec t)\sqrt{\sec^2 t} =\text{sgn}(\sec t)\sqrt{1+\tan^2 t}. \tag{1} $$ It follows from $(1)$ that $$ F(\tan t)=\text{sgn}(\sec t)\sqrt{1+\tan^2 t} \implies F\!\left(\frac{y}{x}\right) =\text{sgn}(x)\sqrt{1+\frac{y^2}{x^2}}, \tag{2} $$ hence $$ u(x,y)=xF\!\left(\frac{y}{x}\right)=x\,\text{sgn}(x)\sqrt{1+\frac{y^2}{x^2}} =|x|\sqrt{1+\frac{y^2}{x^2}}=\sqrt{x^2+y^2}. \tag{3} $$