How Can I Solve This Challenging Bernoulli Equation?

  • Thread starter Thread starter cragar
  • Start date Start date
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
7 replies · 2K views
cragar
Messages
2,546
Reaction score
3

Homework Statement


Ay'+Bxy=Cy
y=f(x)
A,B,C are real constants

The Attempt at a Solution


This kinda looks like a Bernoulli equation but not really.
I thought about using an integrating factor but there is function of x on the right side.
If I tried undetermined coefficients what would my guess function be.
 
Physics news on Phys.org
It seems like you could solve this by first manipulating to get [tex]y' + \frac{Bx-C}{A}y = 0[/tex] at which point you now have an ODE of the form [tex]y' + P(x)y = Q(x)[/tex] and there is a general way to solve such ODEs.
 
where Q(x)=0 and then use an integrating factor.
 
Yep, seems like that oughta work
 
if you do that you get y=0.
 
elvishatcher said:
It seems like you could solve this by first manipulating to get [tex]y' + \frac{Bx-C}{A}y = 0[/tex]

or [tex]y' = -\frac{Bx-C}{A}y[/tex]

which is separable. [tex]\frac{y'}{y} = -\frac{Bx-C}{A}[/tex].

ehild
 
wow can't believe I missed that , thanks for the help
ok so I would get
[itex]ln(y)= \frac{-1}{A}(\frac{Bx^2}{2}-Cx)+F[/itex]
F= integration constant
then I just raise each side to e and I will have y