being $X, Y$ two continuous processes, $\theta \in R$
$U_t=\sin{(\theta)}X_t+\cos{(\theta)}Y_t$
$V_t=\cos{(\theta)}X_t-\sin{(\theta)}Y_t$
I have to show that $(U_t)$ and $(V_t)$ are independent Brownian motions if and only if $(X_t)$ and $(Y_t)$ are independent Brownian motions.
My approach has been the following...if $X_t$, $Y_t$ are Brownian motions then also $U_t$ and $V_t$ are also normal, then I can compute the var/covariance matrix and nullify all the terms but the ones on the main diagonal...is that a good approach? In this case $\theta$ would be $\pi/2$ and $X$, $Y$ must be independent.
The problem, then, asks me also for a geometric property of the 2-dim Brownian motion that should appear evident from the problem itself...(? can you post a link in which I can go deeper?)
$$ E[XY] = E[X]E[Y] $$ is my claim for independence.
So taking U and V lets compute $E[UV]$ $$ \begin{eqnarray} U_tV_t&=& (\sin (\theta) X_t +\cos (\theta) Y_t)(\cos (\theta) X_t -\sin (\theta) Y_t),\\ &=&\sin \theta \cos \theta X_t^2 + \cos^2(\theta)Y_tX_t - \sin^2(\theta)X_tY_t - \sin \theta \cos \theta Y_t^2,\\ \implies E[U_tV_t] &=& \sin \theta \cos \theta \left(E[X_t^2]-E[Y_t^2]\right) + \left(\cos^2(\theta) - \sin^2(\theta)\right)E[X_tY_t].\tag{1} \end{eqnarray} $$ lets compute $E[U_t]E[V_t]$ $$ \begin{eqnarray} E[U_t] &=& \sin (\theta) E[X_t] + \cos (\theta) E[Y_t],\\ E[V] &=& \cos (\theta) E[X_t] - \sin (\theta) E[Y_t].\\ \implies E[U]E[V] &=& \sin \theta \cos \theta \left(E[X_t]^2 -E[Y_t]^2\right)+ \left(\cos^2\theta - \sin^2\theta\right)E[X_t]E[Y_t].\tag{2} \end{eqnarray} $$ Now for $U_t$ and $V_t$ to be independent
$$ E[U_tV_t] = E[U_t]E[V_t] $$ equating Eq.1 and 2 we find $$ \sin \theta \cos \theta \left(E[X_t^2]-E[Y_t^2]\right) + \left(\cos^2(\theta) - \sin^2(\theta)\right)E[X_tY_t] = \\ \sin \theta \cos \theta \left(E[X_t]^2 -E[Y_t]^2\right)+ \left(\cos^2\theta - \sin^2\theta\right)E[X_t]E[Y_t] $$ we already see that the first terms respectively cancel to yield $$ \left(\cos^2(\theta) - \sin^2(\theta)\right)E[X_tY_t] = \left(\cos^2\theta - \sin^2\theta\right)E[X_t]E[Y_t] $$ or $$ E[X_tY_t] = E[X_t]E[Y_t] $$
thus to ensure that $U_t$ and $V_t$ are independent we require $X_t$ and $Y_t$ to be also.