I have the BVP:
$$ \frac{d^2y}{dx^2}=e^{2x}+y\frac{dy}{dx} $$
With the following mixed boundary conditions: $y(0)=1$ and $y'(1)=0$
How would I apply the shooting method to this BVP? It's throwing me off that the right hand BC is a derivative, so I'm not sure how to approach this.