Răspuns:
# A = (0,50) #
rădăcini:
# B = (5sqrt (2) * i, 0) #
= #C (- 5sqrt (2) * i, 0) #
# (0,0) min #
Explicaţie:
#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 #
Deci, atât de bine, de vreme ce avem #(0,50)# ȘI # (+ - 5sqrt (2) * i, 0) #
Acum vom verifica dacă avem max / min
pentru că #A> 0 # # (a * x ^ 2 + 50) # funcția "zâmbește":)
Deci avem un minut
#f '_ ((x)) = 2 * x #
#f '_ ((x)) = 0 #
# => 2 * x = 0 #
# => X = 0 #
Deci avem #(0,50)# ȘI # (+ - 5sqrt (2) * i, 0) # ȘI # (0,0) min #