Calculate differential equation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 1K views
Chromosom
Messages
14
Reaction score
0

Homework Statement



[tex]y=xy^\prime-\left(y^\prime\right)^2[/tex]

Homework Equations





The Attempt at a Solution



Unfortunately, I do not have any good idea. I tried [tex]y=xt(x)[/tex], but the equation only became worse.
 
Physics news on Phys.org
Chromosom said:

Homework Statement



[tex]y=xy^\prime-\left(y^\prime\right)^2[/tex]

Homework Equations





The Attempt at a Solution



Unfortunately, I do not have any good idea. I tried [tex]y=xt(x)[/tex], but the equation only became worse.

Differentiate both sides with respect to [itex]x[/itex]. You do have to check whether all the solutions of the resulting 2nd order ODE are solutions of this ODE.
 
  • Like
Likes   Reactions: 1 person
Very clever :)

[tex]y^\prime=y^\prime+xy^{\prime\prime}-2y^\prime y^{\prime\prime}[/tex]

[tex]xy^{\prime\prime}-2y^\prime y^{\prime\prime}=0[/tex]

[tex]y^{\prime\prime}\left(x-2y^\prime\right)=0[/tex]

Now we could expect that [tex]y=ax+b[/tex], but:

[tex]y^\prime=a[/tex]

[tex]ax+b=ax-a^2[/tex]

[tex]b+a^2=0[/tex]

The last equation must be satisfied in order to be a solution. And of course second solution: [tex]y=\frac{x^2}{4}+C[/tex]

Is it good answer?
 
Chromosom said:
Very clever :)

[tex]y^\prime=y^\prime+xy^{\prime\prime}-2y^\prime y^{\prime\prime}[/tex]

[tex]xy^{\prime\prime}-2y^\prime y^{\prime\prime}=0[/tex]

[tex]y^{\prime\prime}\left(x-2y^\prime\right)=0[/tex]

Now we could expect that [tex]y=ax+b[/tex], but:

[tex]y^\prime=a[/tex]

[tex]ax+b=ax-a^2[/tex]

[tex]b+a^2=0[/tex]

The last equation must be satisfied in order to be a solution.

This is correct.

And of course second solution: [tex]y=\frac{x^2}{4}+C[/tex]

Is there any restriction on the value of [itex]C[/itex]?