How Do You Find the Explicit Equation for the Orthogonal Trajectory?

piano.lisa
Messages
34
Reaction score
0
I have to find the orthogonal trajectory to the family of circles tangents to the x-axis.

I eventually found that the derivative of the orthogonal trajectory would be:
\frac{dy}{dx}= \frac{-x^2 + y^2}{2xy}

But how do i find the equation for "y" explicitly? (ps. This is not an assignment problem. I'm simply solving problems to get ready for my test)
ps#2: I recently discovered that this may be a solvable differential equation. Perhaps Bernoulli?
 
Physics news on Phys.org
\frac{dy}{dx} + \frac{x^{2}+y^{2}}{2xy} = 0So \frac{dy}{dx} + \frac{x^{2}}{2xy} + \frac{y^{2}}{2xy} = 0

\frac{dy}{dx} + \frac{x}{2y} = -\frac{y}{2x} which is the form: \frac{dy}{dx} + P(x)y = Q(x)y (i.e. the Bernouli equation is linear)
 
Last edited:
piano.lisa said:
I have to find the orthogonal trajectory to the family of circles tangents to the x-axis.
Do you mean with center on the y-axis also? You need another condition to have a one parameter family.

I eventually found that the derivative of the orthogonal trajectory would be:
\frac{dy}{dx}= \frac{-x^2 + y^2}{2xy}
Yes, that is correct for the orthogonal trajectories to the family of circles with center on the y-axis tangent to the x-axis.

But how do i find the equation for "y" explicitly?


(ps. This is not an assignment problem. I'm simply solving problems to get ready for my test)
ps#2: I recently discovered that this may be a solvable differential equation. Perhaps Bernoulli?

This is a "homogeneous" equation (note that "homogeneous" for first order equations is not the same as "homogeneous" for linear equations!): If you divide both numerator and denominator by x2 you get
\frac{dy}{dx}= \frac{\frac{y^2}{x^2}- 1}{2\frac{y}{x}}[/itex]<br /> Now let v= y/x so that y= xv and y&#039;= xv&#039;+ v. Your equation becomes<br /> x\frac{dv}{dx}+ v= \frac{v^2-1}{v^2}= 1- \frac{1}{v^2} That&#039;s a separable equation.<br /> <br /> (Courtigrad&#039;s suggestion that this is linear is completely wrong: 1/y is not linear.)
 
was I correct on what I did before that then? It is Bernoulli right? And its courtrigrad, not courtigrad.
 
Last edited:
made a mistake. should be:

\frac{dy}{dx} - \frac{x^{2}-y^{2}}{2xy} = 0
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top