and from the Picture I have, the graph, when x=0 -> y=0.
So I suppose for euler's method, suppose I choose a step size of ie, h=5, then it would be
y(5) = y(0) + g(0)*h and g(5) = g(0) + (\frac{W}{T}\sqrt{1+g(0)^2})*h
Is that correct ? And since I have to integrate from 0-20, I suppose I'll...
Homework Statement
Hi guys, I have the following problem and I don't know how to start.
I am given that W = 0.5, X(0) = 0, Iab = 20m and ha = 5m \frac{dy}{dx}=0
and
\frac{dy^2}{d^2x}=\frac{W}{T}\sqrt{1 + (\frac{dy}{dx})^2}
I am told to convert the 2nd order ODE to two 1st...