Quiz Answers
the cartesian plane
 
 
(i)   y = 7 - 5x + 6x2 - 3x3
      dy/dx = -5 + 12x - 9x2
 
(ii)  y = -x + k is tangent to the curve,
        --> dy/dx = -1
      -5 + 12x - 9x2 = -1
              (3x - 2)2 = 0
                        x = 2/3
 
      When x = 2/3,
                  y = 7 - 5(2/3) + 6(2/3)2 - 3(2/3)3 = 49/9
 
      y = k - x
      49/9 = k - 2/3
      k = 57/9
 
(iii) dy/dx = -5 + 12x - 9x2
              = -9 (x2 - 12/9x + 5/9)
              = -9 (x2 -4/3x + 5/9)
              = -9 [(x - 2/3)2 + 1/9]
              = -9 (x - 2/3)2 -1
Since -9 (x - 2/3)2 < 0 and -1 < 0 for all x, dy/dx < 0
Hence, y decreases as x increases.
 
 
d/dx [x-1(x2 - 4)] = 2x.x-1 + x-2(x2 - 4)
                        = 2 + x-2(x2 - 4)
 
Since x2 - 4 > 0, x-2 > 0, x-2(x2 - 4) > 0, 2 + x-2(x2 - 4) > 0
The function always increases as x increases.
 
 
y = (x - 3)(x + 1)-1
dy/dx = [(x + 1) - (x - 3)]/(x + 1)2
         = 4 / (x + 1)2
 
When y = 3, x = -3, dy/dx = 1
Gradient of normal is -1.
 
Equation of normal: y - 3 = -1 (x + 3)
                                 y = -x
 
 
x + y = 9 --> x = 9 - y
 
Let L = xy2
       = (9 - y)y2
       = 9y2 - y3
 
dL/dy = 18y - 3y2
 
At stationary points, dL/dy = 0
                        3y (6 - y) = 0
                        y = 0 or 6
 
d2L/dy2 = 18 - 6y
 
d2L/dy2|y=0 = 18 > 0
d2L/dy2|y=6 = -18 < 0
 
--> Maximum value of L occurs when y = 6, x = 3.
--> Maximum value of xy2 = 3 (6)2 = 108