Què és f (x) = int x ^ 2 + x-3 si f (2) = 3?

Què és f (x) = int x ^ 2 + x-3 si f (2) = 3?
Anonim

Resposta:

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

Explicació:

Resolim la integral indefinida:

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

i llavors utilitzem la nostra condició per trobar # c #:

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

tan:

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

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

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

i finalment:

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