if the ODE $$y''+(y')^2\cdot e^x=0$$ such $$y(0)=1,y'(0)=1$$
Find the $y(x)=?$
my ugly methods: let $$y'=p,y''(x)=p'(x)$$ so $$p'(x)+p^2\cdot e^x=0$$ $$\dfrac{dp}{dx}=-p^2e^x$$ $$\dfrac{dp}{-p^2}=e^xdx$$ $$\Longrightarrow \dfrac{1}{p}=e^x+c\Longrightarrow p=e^{-x}(p(0)=1)$$ so $$y(x)=2-e^{-x}$$
My question: This ODE have other methods,? such I want use $$(y'\cdot e^x)'=y''e^x+e^xy'$$ Thank you
My first thought when I saw your questions was that it is non-linear differentiation and there's an $e^x$ term; as such, I would try $$y(x) = e^{k x}$$ where $k$ is such that (by considering the powers/primes in the ODE) $$k + 2k + 1 = 0 \Rightarrow k = -1.$$ This then gives the same result as yours (after using the initial condition).
Also a good idea would be to let, for example, $Y = y'$, and solve the 1st order ODE for $Y$, then integrate for $y'$.
Hope this helps! If so, please remember to upvote and/or accept this answer! =D