In my computer-aided-problem-solving class, I am asked to determine the height of a trough, through a root-finding method. I can choose between the bisection method, Newton's method or successive substitution. Whichever method I choose, I should determine the height via the method in MATLAB.
I have no idea how one of these methods is going to help me find the depth of the trough?
The following formula is given: $$V = L \left( r^2 \arccos\left(\frac{h}{r}\right) -h \sqrt{r^2-h^2}\right)$$
Where V is the volume of the trough, which has a value of $0.35\,\text{m}^3$.
$L$ is the length, which has the value of $3\,\text{m}$.
Finally the "radius" of the trough is $r=0.3\,\text{m}$.
I should give an answers with an accuracy of 6 digits.
I attached a picture of the trough.
Can someone help me with this?? Thanks
