The original ODE I had was $4f‴+ff″+2(f′)²=0$ with $f(0)=α,f′(0)=β$
Now I want to use Composite Trapezoidal Rule for this integral : $$ ∫(f-α)(f′)²dη = 1 \qquad \text{from}\,\, 0 \,\,\text{to}\,\, ∞ $$ Please help me to find the value of $α$. It would be very nice if anyone help me with the MATLAB code specially how to define the function for this problem.