A new technology is introduced into a community of 5000 individuals. If the rate dN/dx at which the technology spreads through the community is JOINTLY PROPORTIONAL to the number of people who use the technology AND the number of people who do not use it,
(1)WRITE A DIFFERENTIAL EQUATION FOR...
I got
int(y dy)=int(-x+sqrt(u))dx
which turned into
y^2/2=(1/-2+2y)*int(sqrt(u) du)
which equals
-1/2+2y*2/3u^3/2
which then gets down to
y^2/2=(-u^(3/2))/3-3y
and then it gets uglier when I try to get y by itself
I know I am messing up somewhere but cannot pin point it