Notifiche
Cancella tutti

Non riesco a risolvere la derivata numero 518

  

1
CAPTURE 20260116 213857
Autore
2 Risposte



1

$ y(x) = \frac{1+\sqrt{x}}{1-\sqrt{x}}$

$ y'(x) = \frac{ \frac{1}{2\sqrt{x}}(1-\sqrt{x})+ \frac{1}{2\sqrt{x}}(1+\sqrt{x})}{(1-\sqrt{x})^2} $

$ y'(x) = \frac{ \frac{1}{2\sqrt{x}}(1-\sqrt{x}+1+\sqrt{x})}{(1-\sqrt{x})^2} $

$ y'(x) = \frac{ \frac{1}{2\sqrt{x}}2}{(1-\sqrt{x})^2} $

$ y'(x) = \frac{1}{\sqrt{x}(1-\sqrt{x})^2} $

@cmc grazie mille



1

518)

y = (x^3 - x^2)^(1/3);

y'(x) = 1/3 * [(x^3 - x^2) ^(1/3 - 1)] * (3x^2 - 2x) =

= [(x^3 - x^2) ^(- 2/3)] * (3x^2 - 2x) / 3 =

=  1 /[radicecubica(x^3 - x^2)^2] * (3x^2 - 2x) / 3 =

= (3x^2 - 2x) / {3 radicecubica[(x^3 - x^2)^2]} =

= x (3x - 2) /{3 radicecubica[(x^2 (x - 1) )^2] } =

= x (3x - 2) /{3 radicecubica[x^4 (x - 1)^2]} =

= x  (3x - 2) /{3x  radicecubica[x (x - 1)^2]} =

= (3x - 2) /{3 radicecubica[x (x - 1)^2]}.

Ciao  @ris

 

@mg grazie mille



Risposta