PS2_2024_solutions (1)
PS2_2024_solutions (1)
11 Nov 2024
Problem 1. (4.5 p.) A rectangle has its lower side on the x-axis while the opposite upper side has its
vertices on the parabola y = 11 − x2 . Find the rectangle whose diagonal is the shortest possible and
determine the length of this diagonal.
First, we consider the four vertices of the rectangle: (x, y) in the first quadrant, (x, 0), (−x, 0) and
(−x, y). The horizontal sides have length 2x and the vertical sides are y in length, so that the
diagonal measures
p p
D = (2x)2 + y 2 = 4x2 + y 2
Now we use that x2 = 11 − y so that D = y 2 − 4y + 44. Also, the value of y verifies 0 < y < 11.
p
We find the global minimum of f (y) = y 2 − 4y + 44 over the interval (0, 11).
p
2y − 4 y−2
The derivative of f is: f ′ (y) = p = p , which takes negative values on
2
2 y − 4y + 44 2
y − 4y + 44
(0, 2) and positive ones on (2, 11). Thus, f is decreasing on [0, 2] and increasing on [2, 11] so that
the global minimum is at y = 2. From x2 = 11 − y we get x2 = 9 and then x = 3 because x > 0.
The vertices of our rectangle are: (3, 2), (3, 0), (−3, 0) and (−3, 2) (base 6 and height 2).
√ √
The length of the diagonal is f (2) = 22 − 4 · 2 + 44 = 40.
Note. There are some other possibilities. We can write the diagonal depending on x only:
p √ √
D= 4x2 + (11 − x2 )2 = x4 − 18x2 + 121, 0<x< 11
and show that the global minimum is at x = 3. Other possibilities include doing calculations without
the square root because the points at which they reach the minimum are the same as when we use the
expression with the square root.
For a correct expression of the function to minimize as well as the interval to consider: 2 points
If the calculations of the derivative as well as the corresponding points where the minimum can be
attained (including the values of the vertices and the length of the diagonal): 1.5 points
If there is a correct explanation about why the global minimum is attained (sign of the first derivative
or properties of a parabola): 1 point. No marks if you use the second derivative to find the global
minimum.
Problem 2. (4.5 p.) We define f (x) = log(1 − x).
2. Find an approximation of the number log(0.6) by using the polynomial in part 1).
f (0) = 0, f ′ (0) = −1, f (2) (0) = −1, f (3) (0) = −2, f (4) (0) = −3!, f (5) (0) = −4!, f (6) (0) = −5!
The polynomial is
x x2 2x3 3! · x4 4! · x5 5! · x6 x2 x3 x4 x5 x6
P6 (x) = − − − − − − = −x − − − − −
1! 2! 3! 4! 5! 6! 2 3 4 5 6
2 To get an approximation of log(0.6) we need 1 − x = 0.6, that is x = 0.4 . With 6 decimal places:
If all the derivatives and their values at a = 0 as well as the Maclaurin polynomial are correct: 2
points
If the approximation is correct: 1 point. To get this mark, the choice of x must be clear.
For the error: 1.5 points. To get this mark an explanation for the choice of the bound is essential.
Without a correct explanation, the maximum mark is 0.5 p.