Solving a Nonlinear ODE: Seeking Guidance

  • Context: Graduate 
  • Thread starter Thread starter John Sebastia
  • Start date Start date
  • Tags Tags
    Guidance Nonlinear Ode
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
2 replies · 3K views
John Sebastia
Messages
2
Reaction score
0
I was looking for some guidance on how to attack this problem.

Consider the nonlinear ODE:

y'(x)+y[tex]^{}2[/tex](x)+Ay(x)+B=0

(y prime + y squared with A and B constant coefficients)

Show that the solution is given by y=z'/z, where z(x) solves the second order ODE:

z''+Az'+Bz=0

(z double prime plus z prime with A and B constant coefficients)

Any advice would be greatly appreciated!

Thanks!
 
Physics news on Phys.org
Welcome to PF!

John Sebastia said:
y'(x)+y[tex]^{}2[/tex](x)+Ay(x)+B=0

Show that the solution is given by y=z'/z, where z(x) solves the second order ODE:

z''+Az'+Bz=0

Hi John! Welcome to PF! :smile:

If y = z'/z, then y' = … ?

Now subsitute into the original equation, and multiply by z. :smile:
 
Really. Is that all that needs to be done? I did that and got the original equation to look like the second one. So then that makes it a solution for the first equation right? Hmm, I guess that was easy. Thanks!