Come si differenzia (x ^ 2 + x + 3) / sqrt (x-3) usando la regola del quoziente?

Come si differenzia (x ^ 2 + x + 3) / sqrt (x-3) usando la regola del quoziente?
Anonim

Risposta:

#h '(x) = - 3 (x + 1) / ((x-3) ^ (3/2)) #

Spiegazione:

La regola del quoziente; dato #f (x)! = 0 #

Se #h (x) = f (x) / g (x) #; poi #h '(x) = g (x) * f' (x) -f (x) * g '(x) / (g (x)) ^ 2 #

dato #h (x) = (x ^ 2 + x + 3) / root () (x-3) #

permettere #f (x) = x ^ 2 + x + 3 #

#color (rosso) (f '(x) = 2x + 1) #

permettere #g (x) = root () (x-3) = (x-3) ^ (1/2) #

#color (blu) (g '(x) = 1/2 (x-3) ^ (1 / 2-1) = 1/2 (x-3) ^ (- 1/2) #

#h '(x) = (x-3) ^ (1/2) * colore (rosso) ((2x + 1)) - colore (blu) (1/2 (x-3) ^ (- 1 / 2)) (x ^ 2 + x + 3) / (root () (x-3) ^ 2 #

Fattore il più grande fattore comune # 1/2 (x-3) ^ (- 1/2) #

#h '(x) = 1/2 (x-3) ^ (- 1/2) (x-3) (2x + 1) - (x ^ 2 + x + 3) / (x-3) #

# => h '(x) = 1/2 (x ^ 2 + x-6x-3-x ^ 2 -x-3) / (x-3) ^ (3/2) #

#h '(x) = (-6x-6) / (2 (x-3) ^ (3/2)) #

#h '(x) = - 6 (x + 1) / (2 (x-3) ^ (3/2)) #

#color (rosso) (h '(x) = - 3 (x + 1) / ((x-3) ^ (3/2))) # Risposta