MHB What are the orthogonal trajectories of e^{x}(xcosy - ysiny) = c?

Asawira Emaan
Messages
12
Reaction score
0
Asalamoalaikum, help me with this. I can solve it but it goes very lengthy.
Determine the equations of the orthogonal trajectories of the following family of curve;
e^{x}(xcosy - ysiny) = c
 
Physics news on Phys.org
Asawira Emaan said:
Asalamoalaikum, help me with this. I can solve it but it goes very lengthy.
Determine the equations of the orthogonal trajectories of the following family of curve;
e^{x}(xcosy - ysiny) = c


We are given the family of curves:

$$e^x\left(x\cos(y)-y\sin(y)\right)=c$$

I would begin by implicitly differentiating w.r.t \(x\):

$$e^x\left(x\cos(y)-y\sin(y)\right)+e^x\left(\cos(y)-x\sin(y)y'-y'\sin(y)-y\cos(y)y'\right)=0$$

Since \(e^x\ne0\) divide through by that, and solve for \(y'\) to obtain:

$$y'=\frac{(x+1)\cos(y)-y\sin(y)}{(x+1)\sin(y)+y\cos(y)}$$

Let \(u=x+1\implies du=dx\)

$$y'=\frac{u\cos(y)-y\sin(y)}{u\sin(y)+y\cos(y)}$$

And so, the orthogonal trajectories will satisfy:

$$y'=\frac{u\sin(y)+y\cos(y)}{y\sin(y)-u\cos(y)}$$

Let's express this in differential form:

$$\left(u\sin(y)+y\cos(y)\right)du+\left(u\cos(y)-y\sin(y)\right)dy=0$$

This equation is not exact, but we easily derive the integrating factor:

$$\mu(u)=e^u$$

Thus, we may write:

$$e^u\left(u\sin(y)+y\cos(y)\right)du+e^u\left(u\cos(y)-y\sin(y)\right)dy=0$$

We indeed find that this equation is exact, and so we must have:

$$F(x,y)=\int e^u\left(u\sin(y)+y\cos(y)\right)du+g(y)$$

$$F(x,y)=e^u(u-1)\sin(y)+e^uy\cos(y)+g(y)$$

Taking the partial derivative w.r.t \(y\), we obtain:

$$e^u\left(u\cos(y)-y\sin(y)\right)=e^u(u-1)\cos(y)+e^u(\cos(y)-y\sin(y))+g'(y)$$

Or:

$$g'(y)=0\implies g(y)=C$$

Hence, the solution is given implicitly by:

$$e^u((u-1)\sin(y)+y\cos(y))=C$$

Back substitute for \(u\):

$$e^{x+1}(x\sin(y)+y\cos(y))=C$$

This is the family of orthogonal trajectories to the given family of curves. :)
 
MarkFL said:
We are given the family of curves:

$$e^x\left(x\cos(y)-y\sin(y)\right)=c$$

I would begin by implicitly differentiating w.r.t \(x\):

$$e^x\left(x\cos(y)-y\sin(y)\right)+e^x\left(\cos(y)-x\sin(y)y'-y'\sin(y)-y\cos(y)y'\right)=0$$

Since \(e^x\ne0\) divide through by that, and solve for \(y'\) to obtain:

$$y'=\frac{(x+1)\cos(y)-y\sin(y)}{(x+1)\sin(y)+y\cos(y)}$$

Let \(u=x+1\implies du=dx\)

$$y'=\frac{u\cos(y)-y\sin(y)}{u\sin(y)+y\cos(y)}$$

And so, the orthogonal trajectories will satisfy:

$$y'=\frac{u\sin(y)+y\cos(y)}{y\sin(y)-u\cos(y)}$$

Let's express this in differential form:

$$\left(u\sin(y)+y\cos(y)\right)du+\left(u\cos(y)-y\sin(y)\right)dy=0$$

This equation is not exact, but we easily derive the integrating factor:

$$\mu(u)=e^u$$

Thus, we may write:

$$e^u\left(u\sin(y)+y\cos(y)\right)du+e^u\left(u\cos(y)-y\sin(y)\right)dy=0$$

We indeed find that this equation is exact, and so we must have:

$$F(x,y)=\int e^u\left(u\sin(y)+y\cos(y)\right)du+g(y)$$

$$F(x,y)=e^u(u-1)\sin(y)+e^uy\cos(y)+g(y)$$

Taking the partial derivative w.r.t \(y\), we obtain:

$$e^u\left(u\cos(y)-y\sin(y)\right)=e^u(u-1)\cos(y)+e^u(\cos(y)-y\sin(y))+g'(y)$$

Or:

$$g'(y)=0\implies g(y)=C$$

Hence, the solution is given implicitly by:

$$e^u((u-1)\sin(y)+y\cos(y))=C$$

Back substitute for \(u\):

$$e^{x+1}(x\sin(y)+y\cos(y))=C$$

This is the family of orthogonal trajectories to the given family of curves. :)
How did you get the LHS of:
$$e^u\left(u\cos(y)-y\sin(y)\right)=e^u(u-1)\cos(y)+e^u(\cos(y)-y\sin(y))+g'(y)$$

The RHS of the above is $F'_y$, that's clear to me but I don't understand how did you get the LHS?
 
Alan said:
How did you get the LHS of:
$$e^u\left(u\cos(y)-y\sin(y)\right)=e^u(u-1)\cos(y)+e^u(\cos(y)-y\sin(y))+g'(y)$$

The RHS of the above is $F'_y$, that's clear to me but I don't understand how did you get the LHS?

Suppose we have an ODE in differential form and that it is exact:

$$M(x,y)\,dx+N(x,y)\,dy=0$$

Now, because the ODE is exact, this implies that there is a function \(F(x,y)\) such that:

$$\pd{F}{x}=M(x,y)$$

and

$$\pd{F}{y}=N(x,y)$$

And it is this implication of an exact equation that gave me the LHS of that equation. :)
 
MarkFL said:
Suppose we have an ODE in differential form and that it is exact:

$$M(x,y)\,dx+N(x,y)\,dy=0$$

Now, because the ODE is exact, this implies that there is a function \(F(x,y)\) such that:

$$\pd{F}{x}=M(x,y)$$

and

$$\pd{F}{y}=N(x,y)$$

And it is this implication of an exact equation that gave me the LHS of that equation. :)
I see, I forgot about it.
Thanks for reminding me this.
 
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top