Co je f (x) = int x ^ 2 + x-3, pokud f (2) = 3?

Co je f (x) = int x ^ 2 + x-3, pokud f (2) = 3?
Anonim

Odpovědět:

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

Vysvětlení:

Řešíme neurčitý integrál:

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

a pak použijeme naši podmínku k nalezení #C#:

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

tak:

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

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

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

a konečně:

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