Ok this is when I'm learning about solving first order differential equations by substitution.
I searched for answers but found mainly these points:
It's homogeneous if it can be expressed as $dy/dx = f(x/y)$;
It's homogeneous if $f(tx,ty)=t^{\alpha}\cdot f(x,y)$;
homogeneity is about a "scaling" property of the function;
But both my textbook and online videos are quite shallow with regard to the explanation of the meaning of these points. What exactly is $f(x/y)$ and how exactly does it relate to $t^{\alpha}$?
Also, I have such an equation to solve and it's supposed to be homogeneous: $2yy′+5=y^2+5x$
I just don't see why it is homogeneous and how after transforming it into the form: $\displaystyle y'= \frac{y^2-5+5x}{2y}$ the right hand side can be seen as $f(x/y)$?
Someone plz shed me some light thanks !
Similiar to algebraic equations differential equations are called homogeneous when you can rewrite them as $F(y^{(n)},\dots,y',y)=0$ or in other words when they are missing a "constant term" (which is in the context of DEs a term only consisting of $x$-terms and numbers).
For example the DE $y'=y$ is homegeneous where on the other hand the DE $y'=y+x$ is inhomogeneous. Your first point states the same as I have written.
The other two points are not the definition of the same homogeneity and to be honest I am not sure about them either.
Your given DE $2yy'+5=y^2+5x \Leftrightarrow 2yy'-y^2=5x-5 $ is not homogenous. It has to be written in the form $f\left(\frac{x}{y}\right)$ and not in the form $f(y,x)$. Furthermore this DE can in fact be solved by a subsititution; to be exact by setting $u=y^2$ and therefore $u'=2yy'$.