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.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Back
Top