Was ist f (x) = int 1 / x, wenn f (2) = 1 ist?

Was ist f (x) = int 1 / x, wenn f (2) = 1 ist?
Anonim

Antworten:

#ln (x / 2) + 1 #

Erläuterung:

Die Ableitung von # lnx = 1 / x #

daher das Anti-Derivat von # 1 / x "ist" lnx #

#rArrF (x) = int1 / x dx = lnx + c #

Um c zu finden, benutze f (2) = 1

ln2 + c = 1 c = 1 - In2

#rArr F (x) = lnx + 1-ln2 #

mit # • lnx-lny = ln (x / y) "zur Vereinfachung" #

#rArr int1 / x dx = ln (x / 2) + 1 #