Responder:
# A = (0,50) #
raices
# B = (5sqrt (2) * i, 0) #
#C = (- 5sqrt (2) * i, 0) #
# (0,0) min #
Explicación:
#f _ ((x)) = x ^ 2 + 50 #
#f _ ((0)) = (0) ^ 2 + 50 = 50 #
#f_ (x) = 0 #
# => x ^ 2 + 50 = 0 #
# => x ^ 2 = -50 #
# => x = + - sqrt (-50) #
# (sqrt (50) = sqrt (25 * 2) = sqrt (25) * sqrt (2) = 5 * sqrt (2))) #
# => x = + - 5sqrt (2) * i #
Hasta aquí todo bien, ya que tenemos #(0,50)# Y # (+ - 5sqrt (2) * i, 0) #
Ahora comprobaremos si tenemos max / min.
Porque #a> 0 # # (a * x ^ 2 + 50) # la función "sonríe":)
Así que tenemos un min
#f '_ ((x)) = 2 * x #
#f '_ ((x)) = 0 #
# => 2 * x = 0 #
# => x = 0 #
Entonces tenemos #(0,50)# Y # (+ - 5sqrt (2) * i, 0) # Y # (0,0) min #