SlideShare a Scribd company logo
1 of 4
Download to read offline
Página 115

15. y=(x^2) * log (x^2);

>> diff(y)

ans =

2*x + 2*x*log(x^2)

16. y=e^(n*x);

diff(y,x)

ans =

n*e^(n*x)

17. y=10^(n*x);

>> diff(y,x)

ans =

10^(n*x)*n*log(10)

18. y=e^(x^2);

>> diff(y,x)

ans =

2*e^(x^2)*x

19. y=2/e^x;

>> diff(y,x)

ans =

-2/e^x

20. s=e^(sqrt(t));

>> diff(s,t)

ans =

(e^(t^(1/2)))/(2*t^(1/2))
Página 116

21. z=b^(2*y);

>> diff(z,y)

ans =

2*b^(2*y)*log(b)

22. u=s*e^s;

>> diff(u,s)

ans =

e^s + e^s*s

23. v=(e^u)/u;

>> diff(v,u)

ans =

e^u/u - e^u/u^2

24. y=(log x)/x;

>> diff(y)

ans =

(1- log x)/x^2

25. y=log ((x^2)*e^x);

>> diff(y,x)

ans =

(2*e^x*x + e^x*x^2*log(e))/(e^x*x^2)

26. y=(e^x -1)/(e^x +1);

>> diff(y,x)

ans =

(e^x)/(e^x + 1) - (e^x*(e^x - 1))/(e^x + 1)^2

27. y=(x^2)*e^-x;
>> diff(y,x)

ans =

(2*x)/e^x - (x^2)/e^x

28. y=(a/2)*(e^(x/a) - e^(-x/a));

diff(y,x)

ans =

1/(2*e^(x/a)) + (e^(x/a))/2

29. y=(e^x -e^-x)/(e^x +e^-x);

>> diff(y,x)

ans =

(e^x + 1/e^x)/(e^x + 1/e^x) - ((e^x - 1/e^x)*(e^x - 1/e^x))/(e^x + 1/e^x)^2

30. s=(log t^2)/t^2;

>> diff(s,t)

ans =

(2 – 4* log (t))/t^3

31. f=log (sqrt(x^2 +1)-x)/(sqrt(x^2 +1)+x);

>> diff(f)

ans =

- (x/(x^2 + 1)^(1/2) - 1)/((x + (x^2 + 1)^(1/2))*(x - (x^2 + 1)^(1/2))) - ((x^2 + 1)^(1/2) - x)*(x/(x^2 +
1)^(1/2) + 1))/(x + (x^2 + 1)^(1/2))^2

32. y=x^x;

>> diff(y)

ans =

x*x^(x - 1) + x^x*log(x)

33. y=x^sqrt(x);

>> diff(y)
ans =

x^(1/2)*x^(x^(1/2) - 1) + (x^(x^(1/2))*log(x))/(2*x^(1/2))

More Related Content

What's hot

Better performance through Superscalarity
Better performance through SuperscalarityBetter performance through Superscalarity
Better performance through SuperscalarityMårten Rånge
 
Comunicação Bluetooth Entre Python e PyS60
Comunicação Bluetooth Entre Python e PyS60Comunicação Bluetooth Entre Python e PyS60
Comunicação Bluetooth Entre Python e PyS60Felipe Ronchi Brigido
 
ゲーム理論BASIC 第37回 -カーネル-
ゲーム理論BASIC 第37回 -カーネル-ゲーム理論BASIC 第37回 -カーネル-
ゲーム理論BASIC 第37回 -カーネル-ssusere0a682
 
ゲーム理論BASIC 第36回 -続・交渉集合-
ゲーム理論BASIC 第36回 -続・交渉集合-ゲーム理論BASIC 第36回 -続・交渉集合-
ゲーム理論BASIC 第36回 -続・交渉集合-ssusere0a682
 
Trig identities
Trig identitiesTrig identities
Trig identitiestschmucker
 
ゲーム理論BASIC 第35回 -交渉集合-
ゲーム理論BASIC 第35回 -交渉集合-ゲーム理論BASIC 第35回 -交渉集合-
ゲーム理論BASIC 第35回 -交渉集合-ssusere0a682
 
Exploring fractals in CSS, @fronttrends, Warsaw, 2015
Exploring fractals in CSS, @fronttrends, Warsaw, 2015Exploring fractals in CSS, @fronttrends, Warsaw, 2015
Exploring fractals in CSS, @fronttrends, Warsaw, 2015pixelass
 
graficas matlab
graficas matlabgraficas matlab
graficas matlabxavelu
 
3 JavaScript challenges for one application
3 JavaScript challenges for one application3 JavaScript challenges for one application
3 JavaScript challenges for one applicationRoman Kryvun
 

What's hot (19)

Better performance through Superscalarity
Better performance through SuperscalarityBetter performance through Superscalarity
Better performance through Superscalarity
 
Comunicação Bluetooth Entre Python e PyS60
Comunicação Bluetooth Entre Python e PyS60Comunicação Bluetooth Entre Python e PyS60
Comunicação Bluetooth Entre Python e PyS60
 
ゲーム理論BASIC 第37回 -カーネル-
ゲーム理論BASIC 第37回 -カーネル-ゲーム理論BASIC 第37回 -カーネル-
ゲーム理論BASIC 第37回 -カーネル-
 
oop Lecture 4
oop Lecture 4oop Lecture 4
oop Lecture 4
 
Linked list
Linked listLinked list
Linked list
 
ゲーム理論BASIC 第36回 -続・交渉集合-
ゲーム理論BASIC 第36回 -続・交渉集合-ゲーム理論BASIC 第36回 -続・交渉集合-
ゲーム理論BASIC 第36回 -続・交渉集合-
 
Trig identities
Trig identitiesTrig identities
Trig identities
 
HOTEL MANGEMENT
HOTEL MANGEMENTHOTEL MANGEMENT
HOTEL MANGEMENT
 
New text document
New text documentNew text document
New text document
 
ゲーム理論BASIC 第35回 -交渉集合-
ゲーム理論BASIC 第35回 -交渉集合-ゲーム理論BASIC 第35回 -交渉集合-
ゲーム理論BASIC 第35回 -交渉集合-
 
Funcion matematica
Funcion matematicaFuncion matematica
Funcion matematica
 
Trabajo
TrabajoTrabajo
Trabajo
 
SOAL RANGKAIAN LOGIKA
SOAL RANGKAIAN LOGIKASOAL RANGKAIAN LOGIKA
SOAL RANGKAIAN LOGIKA
 
Exploring fractals in CSS, @fronttrends, Warsaw, 2015
Exploring fractals in CSS, @fronttrends, Warsaw, 2015Exploring fractals in CSS, @fronttrends, Warsaw, 2015
Exploring fractals in CSS, @fronttrends, Warsaw, 2015
 
graficas matlab
graficas matlabgraficas matlab
graficas matlab
 
Lab 1 izz
Lab 1 izzLab 1 izz
Lab 1 izz
 
Divided difference Matlab code
Divided difference Matlab codeDivided difference Matlab code
Divided difference Matlab code
 
pptuni1
pptuni1pptuni1
pptuni1
 
3 JavaScript challenges for one application
3 JavaScript challenges for one application3 JavaScript challenges for one application
3 JavaScript challenges for one application
 

Viewers also liked

UI UX design - talk at NewMe Accelerator
UI UX design - talk at NewMe AcceleratorUI UX design - talk at NewMe Accelerator
UI UX design - talk at NewMe Acceleratoranaalbir
 
SMX Munich Large Scale SEO
SMX Munich Large Scale SEOSMX Munich Large Scale SEO
SMX Munich Large Scale SEOJordan Koene
 
LPD 11 Presentation
LPD 11 PresentationLPD 11 Presentation
LPD 11 Presentationwelhad
 
powerpoint จำนวนนับไม่เกิน 1000
powerpoint จำนวนนับไม่เกิน 1000powerpoint จำนวนนับไม่เกิน 1000
powerpoint จำนวนนับไม่เกิน 1000jirat_yapa
 
SMX Munich - Unknown KPIs of Internet Superstars
SMX Munich - Unknown KPIs of Internet SuperstarsSMX Munich - Unknown KPIs of Internet Superstars
SMX Munich - Unknown KPIs of Internet SuperstarsJordan Koene
 
Development banks (by imsar rohtak)
Development banks (by imsar rohtak)Development banks (by imsar rohtak)
Development banks (by imsar rohtak)Pranjal Rana
 
987 thu tuc_danh_gia_va_kiem_s
987 thu tuc_danh_gia_va_kiem_s987 thu tuc_danh_gia_va_kiem_s
987 thu tuc_danh_gia_va_kiem_sLu Bao Chau
 
La desigualtat urbana a catalunya al segle x xxi f
La desigualtat urbana a catalunya al segle x xxi fLa desigualtat urbana a catalunya al segle x xxi f
La desigualtat urbana a catalunya al segle x xxi fUBICIVIS
 
Week 4
Week 4Week 4
Week 4kkuss
 
Presentacion de elementos y compuestos
Presentacion de elementos y compuestosPresentacion de elementos y compuestos
Presentacion de elementos y compuestosBrayan Murillo
 
Gestiohumanainnovacio
GestiohumanainnovacioGestiohumanainnovacio
Gestiohumanainnovaciocedemmanresa
 
Tarea maira modulo_4 (1)
Tarea  maira  modulo_4 (1)Tarea  maira  modulo_4 (1)
Tarea maira modulo_4 (1)MairaRobaina
 
Fundamentos y objetivos para prueba final.agrgar música.
Fundamentos y objetivos para prueba final.agrgar música.Fundamentos y objetivos para prueba final.agrgar música.
Fundamentos y objetivos para prueba final.agrgar música.rayito1955
 

Viewers also liked (17)

UI UX design - talk at NewMe Accelerator
UI UX design - talk at NewMe AcceleratorUI UX design - talk at NewMe Accelerator
UI UX design - talk at NewMe Accelerator
 
SMX Munich Large Scale SEO
SMX Munich Large Scale SEOSMX Munich Large Scale SEO
SMX Munich Large Scale SEO
 
Akshath Bday
Akshath BdayAkshath Bday
Akshath Bday
 
LPD 11 Presentation
LPD 11 PresentationLPD 11 Presentation
LPD 11 Presentation
 
powerpoint จำนวนนับไม่เกิน 1000
powerpoint จำนวนนับไม่เกิน 1000powerpoint จำนวนนับไม่เกิน 1000
powerpoint จำนวนนับไม่เกิน 1000
 
SMX Munich - Unknown KPIs of Internet Superstars
SMX Munich - Unknown KPIs of Internet SuperstarsSMX Munich - Unknown KPIs of Internet Superstars
SMX Munich - Unknown KPIs of Internet Superstars
 
0823 minute speech
0823 minute speech0823 minute speech
0823 minute speech
 
Development banks (by imsar rohtak)
Development banks (by imsar rohtak)Development banks (by imsar rohtak)
Development banks (by imsar rohtak)
 
987 thu tuc_danh_gia_va_kiem_s
987 thu tuc_danh_gia_va_kiem_s987 thu tuc_danh_gia_va_kiem_s
987 thu tuc_danh_gia_va_kiem_s
 
Bordo-Pecha
Bordo-PechaBordo-Pecha
Bordo-Pecha
 
La desigualtat urbana a catalunya al segle x xxi f
La desigualtat urbana a catalunya al segle x xxi fLa desigualtat urbana a catalunya al segle x xxi f
La desigualtat urbana a catalunya al segle x xxi f
 
Week 4
Week 4Week 4
Week 4
 
Presentacion de elementos y compuestos
Presentacion de elementos y compuestosPresentacion de elementos y compuestos
Presentacion de elementos y compuestos
 
Gestiohumanainnovacio
GestiohumanainnovacioGestiohumanainnovacio
Gestiohumanainnovacio
 
British English Olympics
British English OlympicsBritish English Olympics
British English Olympics
 
Tarea maira modulo_4 (1)
Tarea  maira  modulo_4 (1)Tarea  maira  modulo_4 (1)
Tarea maira modulo_4 (1)
 
Fundamentos y objetivos para prueba final.agrgar música.
Fundamentos y objetivos para prueba final.agrgar música.Fundamentos y objetivos para prueba final.agrgar música.
Fundamentos y objetivos para prueba final.agrgar música.
 

Similar to Página 115

Graficas 2
Graficas 2Graficas 2
Graficas 2winwindh
 
Math quota-cmu-g-455
Math quota-cmu-g-455Math quota-cmu-g-455
Math quota-cmu-g-455Rungroj Ssan
 
Capitulo 2 corripio
Capitulo 2 corripioCapitulo 2 corripio
Capitulo 2 corripioomardavid01
 
Laboratorio parte i ecuaciones diferenciales 2014 ii (1)
Laboratorio parte i ecuaciones diferenciales 2014 ii (1)Laboratorio parte i ecuaciones diferenciales 2014 ii (1)
Laboratorio parte i ecuaciones diferenciales 2014 ii (1)Archi Maco
 
resposta do capitulo 15
resposta do capitulo 15resposta do capitulo 15
resposta do capitulo 15silvio_sas
 
Cálculo ii howard anton - capítulo 16 [tópicos do cálculo vetorial]
Cálculo ii   howard anton - capítulo 16 [tópicos do cálculo vetorial]Cálculo ii   howard anton - capítulo 16 [tópicos do cálculo vetorial]
Cálculo ii howard anton - capítulo 16 [tópicos do cálculo vetorial]Henrique Covatti
 
Techniques of integration
Techniques of integrationTechniques of integration
Techniques of integrationmusadoto
 
Statistics formulaee
Statistics formulaeeStatistics formulaee
Statistics formulaeeSumit Satam
 
Calculus 10th edition anton solutions manual
Calculus 10th edition anton solutions manualCalculus 10th edition anton solutions manual
Calculus 10th edition anton solutions manualReece1334
 
Mathematical Modelling of Electro-Mechanical System in Matlab
Mathematical Modelling of Electro-Mechanical System in MatlabMathematical Modelling of Electro-Mechanical System in Matlab
Mathematical Modelling of Electro-Mechanical System in MatlabCOMSATS Abbottabad
 
Csm chapters12
Csm chapters12Csm chapters12
Csm chapters12Pamela Paz
 
Ejerciciosderivadasresueltos
EjerciciosderivadasresueltosEjerciciosderivadasresueltos
Ejerciciosderivadasresueltosbellidomates
 
Solutions manual for calculus an applied approach brief international metric ...
Solutions manual for calculus an applied approach brief international metric ...Solutions manual for calculus an applied approach brief international metric ...
Solutions manual for calculus an applied approach brief international metric ...Larson612
 

Similar to Página 115 (20)

Graficas 2
Graficas 2Graficas 2
Graficas 2
 
Tabla de derivadas
Tabla de derivadasTabla de derivadas
Tabla de derivadas
 
Math quota-cmu-g-455
Math quota-cmu-g-455Math quota-cmu-g-455
Math quota-cmu-g-455
 
Capitulo 2 corripio
Capitulo 2 corripioCapitulo 2 corripio
Capitulo 2 corripio
 
corripio
corripio corripio
corripio
 
Basic m4-2-chapter1
Basic m4-2-chapter1Basic m4-2-chapter1
Basic m4-2-chapter1
 
CRL 1.8 Functions
CRL 1.8 FunctionsCRL 1.8 Functions
CRL 1.8 Functions
 
Laboratorio parte i ecuaciones diferenciales 2014 ii (1)
Laboratorio parte i ecuaciones diferenciales 2014 ii (1)Laboratorio parte i ecuaciones diferenciales 2014 ii (1)
Laboratorio parte i ecuaciones diferenciales 2014 ii (1)
 
resposta do capitulo 15
resposta do capitulo 15resposta do capitulo 15
resposta do capitulo 15
 
Cálculo ii howard anton - capítulo 16 [tópicos do cálculo vetorial]
Cálculo ii   howard anton - capítulo 16 [tópicos do cálculo vetorial]Cálculo ii   howard anton - capítulo 16 [tópicos do cálculo vetorial]
Cálculo ii howard anton - capítulo 16 [tópicos do cálculo vetorial]
 
Deber10
Deber10Deber10
Deber10
 
Techniques of integration
Techniques of integrationTechniques of integration
Techniques of integration
 
Statistics formulaee
Statistics formulaeeStatistics formulaee
Statistics formulaee
 
Calculus 10th edition anton solutions manual
Calculus 10th edition anton solutions manualCalculus 10th edition anton solutions manual
Calculus 10th edition anton solutions manual
 
Mathematical Modelling of Electro-Mechanical System in Matlab
Mathematical Modelling of Electro-Mechanical System in MatlabMathematical Modelling of Electro-Mechanical System in Matlab
Mathematical Modelling of Electro-Mechanical System in Matlab
 
Guia edo todas
Guia edo todasGuia edo todas
Guia edo todas
 
Csm chapters12
Csm chapters12Csm chapters12
Csm chapters12
 
Maths 301 key_sem_1_2007_2008
Maths 301 key_sem_1_2007_2008Maths 301 key_sem_1_2007_2008
Maths 301 key_sem_1_2007_2008
 
Ejerciciosderivadasresueltos
EjerciciosderivadasresueltosEjerciciosderivadasresueltos
Ejerciciosderivadasresueltos
 
Solutions manual for calculus an applied approach brief international metric ...
Solutions manual for calculus an applied approach brief international metric ...Solutions manual for calculus an applied approach brief international metric ...
Solutions manual for calculus an applied approach brief international metric ...
 

More from Ludwig Varg Lombardo (7)

parcial 1 calculo
parcial 1 calculoparcial 1 calculo
parcial 1 calculo
 
Economía
EconomíaEconomía
Economía
 
Noticias impactantes
Noticias impactantesNoticias impactantes
Noticias impactantes
 
Matriz
MatrizMatriz
Matriz
 
Matriz
MatrizMatriz
Matriz
 
Matriz
MatrizMatriz
Matriz
 
Demasiados glóbulos blancos, un cáncer para la
Demasiados glóbulos blancos, un cáncer para laDemasiados glóbulos blancos, un cáncer para la
Demasiados glóbulos blancos, un cáncer para la
 

Página 115

  • 1. Página 115 15. y=(x^2) * log (x^2); >> diff(y) ans = 2*x + 2*x*log(x^2) 16. y=e^(n*x); diff(y,x) ans = n*e^(n*x) 17. y=10^(n*x); >> diff(y,x) ans = 10^(n*x)*n*log(10) 18. y=e^(x^2); >> diff(y,x) ans = 2*e^(x^2)*x 19. y=2/e^x; >> diff(y,x) ans = -2/e^x 20. s=e^(sqrt(t)); >> diff(s,t) ans = (e^(t^(1/2)))/(2*t^(1/2))
  • 2. Página 116 21. z=b^(2*y); >> diff(z,y) ans = 2*b^(2*y)*log(b) 22. u=s*e^s; >> diff(u,s) ans = e^s + e^s*s 23. v=(e^u)/u; >> diff(v,u) ans = e^u/u - e^u/u^2 24. y=(log x)/x; >> diff(y) ans = (1- log x)/x^2 25. y=log ((x^2)*e^x); >> diff(y,x) ans = (2*e^x*x + e^x*x^2*log(e))/(e^x*x^2) 26. y=(e^x -1)/(e^x +1); >> diff(y,x) ans = (e^x)/(e^x + 1) - (e^x*(e^x - 1))/(e^x + 1)^2 27. y=(x^2)*e^-x;
  • 3. >> diff(y,x) ans = (2*x)/e^x - (x^2)/e^x 28. y=(a/2)*(e^(x/a) - e^(-x/a)); diff(y,x) ans = 1/(2*e^(x/a)) + (e^(x/a))/2 29. y=(e^x -e^-x)/(e^x +e^-x); >> diff(y,x) ans = (e^x + 1/e^x)/(e^x + 1/e^x) - ((e^x - 1/e^x)*(e^x - 1/e^x))/(e^x + 1/e^x)^2 30. s=(log t^2)/t^2; >> diff(s,t) ans = (2 – 4* log (t))/t^3 31. f=log (sqrt(x^2 +1)-x)/(sqrt(x^2 +1)+x); >> diff(f) ans = - (x/(x^2 + 1)^(1/2) - 1)/((x + (x^2 + 1)^(1/2))*(x - (x^2 + 1)^(1/2))) - ((x^2 + 1)^(1/2) - x)*(x/(x^2 + 1)^(1/2) + 1))/(x + (x^2 + 1)^(1/2))^2 32. y=x^x; >> diff(y) ans = x*x^(x - 1) + x^x*log(x) 33. y=x^sqrt(x); >> diff(y)
  • 4. ans = x^(1/2)*x^(x^(1/2) - 1) + (x^(x^(1/2))*log(x))/(2*x^(1/2))