Chemical Engineering > GATE 2018 > Numerical Methods
The volume of liquid filled in a spherical storage tank of radius R is computed from height of liquid, h, in the outside tube (neglecting the volume of liquid in the outside tube) as V=π h2 (3R - h)/3.
The estimate of liquid height (in m) to store V = 30 m3 of water in R = 3 m tank, after performing ONE iteration of Secant method, using 1 m and 3 m as two initial guesses of liquid height is ______________ (rounded off to second decimal place).

Explanation

Correct : 1.90

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science