Exact solution of a BVP of second order

128 Views Asked by At

Im solving a BVP which is $y^{\prime\prime}(t)=-y^{\prime2}(t)+y(t)(y^{2}(t)-\frac{3}{2}y(t)+\frac{1}{2})$ with boundary conditions $y(0)=1$ and $y(1)=2$. I need to find the exact solution for this BVP. I tried some numrical procedures to find its approximate solution for $t=0.5$ but failed.