Kaj je f (x) = int x ^ 2 + x-3, če je f (2) = 3?

Kaj je f (x) = int x ^ 2 + x-3, če je f (2) = 3?
Anonim

Odgovor:

Našel sem: #f (x) = x ^ 3/3 + x ^ 2 / 2-3x + 13/3 #

Pojasnilo:

Rešimo nedoločen integral:

#int (x ^ 2 + x-3) dx = x ^ 3/3 + x ^ 2 / 2-3x + c #

in potem uporabimo naše stanje, da najdemo # c #:

#f (2) = 3 = (2 ^ 3) / 3 + (2 ^ 2) / 2- (3 * 2) + c #

tako:

# 3 = 8/3 + 4 / 2-6 + c #

# c = 3-8 / 3-2 + 6 #

# c = 7-8 / 3 = (21-8) / 3 = 13/3 #

in končno:

#f (x) = x ^ 3/3 + x ^ 2 / 2-3x + 13/3 #