Non linear diff. eq. first order

In summary: Here I have used ##x=R\ \sin t , y=R\ \cos t##.In summary, the conversation is about solving a second grade algebraic equation and a differential equation. The participants discuss different approaches and solutions, including one involving a family of curves that satisfy the equation. The conversation ends with a congratulatory message for finding the solution.
  • #1
lightarrow
1,965
61
TL;DR Summary
How can I solve
(x^2 - R^2) y'^2 - 2xyy' + y^2 - R^2 = 0 ?
I tried to solve for y' the algebric second grade equation but I don't know how to solve the diff. equation either.
Any help?
Thanks.

--
lightarrow
 
  • Like
Likes Delta2
Physics news on Phys.org
  • #2
[tex] (x^2 - R^2) y'^2 - 2xyy' + y^2 - R^2 = 0 [/tex]
I observe
[tex]x=R\ \sin t , y=R\ \cos t[/tex]
satisfy the equation.
 
  • Like
Likes Delta2
  • #3
Is this homework ?
 
  • #4
It does not look like a homework.
I see the equation $$(xy'−y)^2=R^2(y'^2+1).$$ Differentiate it in x and you will get a linear first order ode
and ##y''=0##
 
Last edited:
  • Like
Likes Delta2
  • #5
anuttarasammyak said:
[tex] (x^2 - R^2) y'^2 - 2xyy' + y^2 - R^2 = 0 [/tex]
I observe
[tex]x=R\ \sin t , y=R\ \cos t[/tex]
satisfy the equation.
Thank you.
That is a solution, but not the only one. I know which is the [general] solution [tex] (^*)[/tex] because I started from that to derive the differ. eq. , but I don't know how to do solve this; of course I could in principle reverse all the computations from the [general] solution to here, but those computations, altough not difficult, would seem so unusual, peculiar, that no one could think of them without already knowing the result.
Of course I'll give the [general] solution, in the end, but my concern is how to tackle the equation.
[tex] (^*)[/tex] Edit: I know "a family of curves" which are solutions, but actually I don't know if they are all the solutions!

--
lightarrow
 
Last edited:
  • #6
lightarrow said:
I know "a family of curves" which are solutions, but actually I don't know if they are all the solutions!
yes, and the answer has already been provided
 
  • #7
wrobel said:
It does not look like a homework.
I see the equation $$(xy'−y)^2=R^2(y'^2+1).$$ Differentiate it in x and you will get a linear first order ode
and ##y''=0##
Thanks.
Differentiating
$$(xy'−y)^2=R^2(y'^2+1)$$
we have
$$y''[x(xy'-y)-R^2y']=0$$
=>
$$y_1''=0$$
$$(x^2-R^2)y_2'=xy_2$$
Excluding |x|=R and since y_2=0 is not solution of the initial equation:
$$(x^2-R^2)y'^2-2xyy'+y^2-R^2=0 \ (1)$$
we can write:
$$\frac{dy_2}{y_2}=\frac{xdx}{x^2-R^2}$$
and integrate, which gives:
$$y_2=A\sqrt{x^2-R^2}$$
which, however, doesn't satisfy (1).

--
lightarrow
 
  • #8
you have missed something
think again
did you know that ##\int \frac{dx}{x}=\ln|x|+c## ?
and thus ##y_2=A\sqrt{|x^2-R^2|}##
and do not forget ##y_1##
 
Last edited:
  • #9
wrobel said:
you have missed something
think again
did you know that ##\int \frac{dx}{x}=\ln|x|+c## ?
Yes, but I uncorrectly considered irrelevant here. However even considering it, I can't make it coming back, see down.
and thus ##y_2=A\sqrt{|x^2-R^2|}##
Ok
and do not forget ##y_1##
I intended to consider it later;
$$y_1(x)=ax+b$$
and there have to be a relation between a and b to satisfy (1):
$$b^2=R^2(1+a^2)$$
which brings to... something interesting (that is, the family of curves from which I started to find the diff. eq.) However now let's come back to y_2.
$$y_2=A\sqrt{|x^2-R^2|}$$
$$y_2'=\frac{Ax}{\sqrt{x^2-R^2}}\ ; \ when\ x^2>R^2$$
$$y_2'=-\frac{Ax}{\sqrt{R^2-x^2}}\ ;\ when\ x^2<R^2$$
Substituting in (1) we have, in the first case:
$$R^2(A^2+1)=0$$
which is meaningless; in the second case:
$$4A^2x^2=R^2(A^2-1)$$
which is meaningless either.
Unless I made some other mistake.
Anyway it's disturbing to me:
$$y_2=A\sqrt{|x^2-R^2|}$$
have to be a solution! Why I can't make it coming back?

--
lightarrow
 
  • #10
Hi. After scaling of dividing x and y by R, the equation of second order infinitesimals is
[tex](1-x^2)dy^2+2xy\ dx\ dy+(1-y^2)dx^2=0[/tex]
[tex]dx^2+dy^2=(xdy-ydx)^2[/tex]
[tex]|\mathbf{dl}|=|\mathbf{r}\times \mathbf{dl}|[/tex]
[tex]r\ sin\theta = \pm 1[/tex]
where ##r=\sqrt{x^2+y^2},\theta## is angle between ##\mathbf{r}## and tangential vector.
The figure is symmetric for x and y. ##r=1,\theta=\pm \pi/2## gives unit circle ##x^2+y^2=1## satisfy the above equation. You may be able to find another solutions if any from the above equation.
 
Last edited:
  • #11
lightarrow said:
e:

have to be a solution! Why I can't make it coming back?
I do not know,
I have come back with ##|A|=1##
##y_2=\pm\sqrt{R^2-x^2}##
 
  • #12
wrobel said:
I do not know,
I have come back with ##|A|=1##
##y_2=\pm\sqrt{R^2-x^2}##
You're right! I made a sign mistake...
Thanks!
So this solution is such that:
$$y_2^2+x^2=R^2$$
which is the circle centered in the origin, with radius R of which anuttarasammyak has written.
Now let's consider
$$y_1$$
because it's more interesting: it contains the solution
$$y_2$$
we have (at last :-) ) found!
In my previous posts I wrote that
$$y_1(x) =ax+b$$
and, substituting in
$$(x^2-R^2)y'^2-2xyy'+y^2-R^2=0$$
we find this relation between a and b:
$$b^2=R^2(1+a^2)$$
$$b=\pm R\sqrt{1+a^2}$$
so:
$$y_1=ax \pm R\sqrt{1+a^2}$$
dividing by
$$\sqrt{1+a^2}:$$
$$\frac{a}{\sqrt{1+a^2}}x-\frac{y_1}{\sqrt{1+a^2}} \pm R=0$$
which we could also write as the set of the following 2 equations:
$$cx+sy_1 \pm R=0$$
$$c^2+s^2=1$$
where:
$$c=\frac{a}{\sqrt{1+a^2}}$$
$$s=-\frac{1}{\sqrt{1+a^2}}$$
That is the family of straight lines which are tangent to the circle:
$$x^2+y^2=R^2$$
and so they contains that circle in particular.
Thanks to all who answered.

--
lightarrow
 
  • Like
Likes anuttarasammyak
  • #13
Congratulations! I observe both the solutions are written as
[tex] \cos t \ x + \sin t\ y=R[/tex]
where ##t [0,2\pi]## , for any fixed constant t and for variable t.
 
Last edited:

Related to Non linear diff. eq. first order

1. What is a non-linear differential equation of first order?

A non-linear differential equation of first order is a mathematical equation that involves a function and its derivatives, where the function is raised to a power other than one and/or contains products of the function and its derivatives. It is called "first order" because it involves only the first derivative of the function.

2. How is a non-linear differential equation of first order different from a linear one?

A linear differential equation involves a function and its derivatives in a linear manner, meaning that the function and its derivatives are not raised to a power or multiplied together. In contrast, a non-linear differential equation involves non-linear terms such as powers and products of the function and its derivatives.

3. What is the general form of a non-linear differential equation of first order?

The general form of a non-linear differential equation of first order is: f(x,y)y' = g(x,y), where f(x,y) and g(x,y) are functions of both x and y, and y' represents the first derivative of y with respect to x.

4. How do you solve a non-linear differential equation of first order?

Solving a non-linear differential equation of first order can be done through various methods such as separation of variables, substitution, or using an integrating factor. However, there is no one universal method for solving all non-linear differential equations, and the approach may vary depending on the specific equation.

5. What are some real-life applications of non-linear differential equations of first order?

Non-linear differential equations of first order are commonly used to model and understand various real-life phenomena such as population growth, chemical reactions, and electrical circuits. They are also used in fields such as physics, engineering, and economics to describe and predict the behavior of complex systems.

Similar threads

  • Differential Equations
Replies
7
Views
2K
Replies
3
Views
800
  • Differential Equations
Replies
4
Views
1K
  • Differential Equations
Replies
2
Views
1K
Replies
2
Views
2K
Replies
7
Views
3K
  • Differential Equations
Replies
3
Views
1K
  • Differential Equations
Replies
7
Views
1K
Replies
1
Views
1K
Replies
1
Views
2K
Back
Top