While working on engineering problem, I came across this PDE: Let $c_1,c_2$ be two real numbers. Find a continuous function $I:\mathbb{R}_{\geq 0}\times\mathbb{R}_{\geq 0}\rightarrow \mathbb{R}$ such that
1) For every $V,W$, we have: $$I(V,0)=c_1\sqrt{V},I(0,W)=c_2\sqrt{W}$$
2) $I|\mathbb{R}_{>0}\times\mathbb{R}_{>0}$ is a differentiable function that satisfies:
$$2V\frac{\partial I}{\partial V}+2W\frac{\partial I}{\partial W}=I$$
After some educated guesses, I know that for every $\lambda\in \mathbb{R}$, the follwoing is a solution:
$$I(V,W)=\lambda(c_1\sqrt{V}+c_2\sqrt{W})+(1-\lambda)(\sqrt{c_1^2V+c_2^2W})$$
Question: Are there any other solutions ?
It would also be great if someone can get all solutions.
Thank you
I will award a bounty worth 500 points for finding the set of all solutions.
Introduce polar coordinates in the $(v,w)$-plane: $$v=r\cos\phi,\quad w=r\sin\phi\qquad(0\leq r<\infty, \ 0\leq\phi\leq{\pi\over2})\ .$$ Then $$2r\ I_r=2r\>(I_vv_r+I_w w_r)=2r(I_v\cos\phi+I_w\sin\phi)=2v\>I_v+2w\>I_w=I\ .$$ In short: In the new variables $r$ and $\phi$ the original PDE appears as $$2r\>I_r=I\ .$$ The solutions to this are the functions $$I(r,\phi)=c(\phi)\sqrt{r}\ ,\tag{1}$$ where the function $$\phi\mapsto c(\phi)\qquad(0\leq\phi\leq{\pi\over2})$$ is arbitrary. In order to satisfy the given boundary conditions you have to impose the conditions $c(0)=c_1$, $\>c\bigl({\pi\over2}\bigr)=c_2$. In terms of $v$ and $w$ the functions $(1)$ appear as $$I(v,w)=c\bigl({\rm arg}(v,w)\bigr)\>(v^2+w^2)^{1/4}\ .$$
It follows that there are many more solutions than you thought.