Problem:
Question 1: What happens when a program uses the new operators to allocate a block of memory, but the amount of requested memory isn't available? How do programs written with older compilers handle this?
Question 2: For this problem, you are given that f(x, y) =2x^ 2 +2xy+y^ 2 + 2x ? 3.
1. Find all critical points of F.
2. Identify the critical points of F at local maxima, local minima, or saddle points
Please show your all work.