Suppose we apply gradient descent algorithm to find a local minimum of the function f(x,y) = (3x²)sin²(y)+1/x. If we start from the point (x₀, y₀) = (1,π/6) and use learning rate α= 0.1, what point (x₁, y₁) will we end up at after the first step?