Hoe vind je f '(x) met behulp van de definitie van een afgeleide f (x) = sqrt (x-3)?

Hoe vind je f '(x) met behulp van de definitie van een afgeleide f (x) = sqrt (x-3)?
Anonim

Antwoord:

Profiteer gewoon van de # A ^ 2 B ^ 2 = (a-b) (a + b) #

Antwoord is:

#f '(x) = 1 / (2sqrt (x-3)) #

Uitleg:

#f (x) = sqrt (x-3) #

#f '(x) = lim_ (h-> 0) (sqrt (x + h-3) -sqrt (x-3)) / h = #

# = Lim_ (h-> 0) ((sqrt (x + h-3) -sqrt (x-3)) * (sqrt (x + h-3) + sqrt (x-3))) / (h (sqrt (x + h-3) + sqrt (x-3))) = #

# = Lim_ (h-> 0) (sqrt (x + h-3) ^ 2-sqrt (x-3) ^ 2) / (h (sqrt (x + h-3) + sqrt (x-3))) = #

# = Lim_ (h-> 0) (x + h-3-x-3) / (h (sqrt (x + h-3) + sqrt (x-3))) = #

# = Lim_ (h-> 0) h / (h (sqrt (x + h-3) + sqrt (x-3))) = #

# = Lim_ (h-> 0) annuleren (h) / (annuleren (h) (sqrt (x + h-3) + sqrt (x-3))) = #

# = Lim_ (h-> 0) 1 / ((sqrt (x + h-3) + sqrt (x-3))) = #

# = 1 / ((sqrt (x + 0-3) + sqrt (x-3))) = 1 / (sqrt (x-3) + sqrt (x-3)) = #

# = 1 / (2sqrt (x-3)) #