<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://www.glc.us.es/~jalonso/SLEAM2010/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Eleregdom</id>
	<title>Software Libre para la Enseñanza y el Aprendizaje de las Matemáticas (2010-11) - Contribuciones del usuario [es]</title>
	<link rel="self" type="application/atom+xml" href="https://www.glc.us.es/~jalonso/SLEAM2010/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Eleregdom"/>
	<link rel="alternate" type="text/html" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php/Especial:Contribuciones/Eleregdom"/>
	<updated>2026-07-17T19:40:17Z</updated>
	<subtitle>Contribuciones del usuario</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Definir_una_matriz,_calcular_su_determinante,_calcular_para_que_valores_de_a_la_matriz_es_invertible_y_calcular_su_matriz_inversa&amp;diff=894</id>
		<title>Definir una matriz, calcular su determinante, calcular para que valores de a la matriz es invertible y calcular su matriz inversa</title>
		<link rel="alternate" type="text/html" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Definir_una_matriz,_calcular_su_determinante,_calcular_para_que_valores_de_a_la_matriz_es_invertible_y_calcular_su_matriz_inversa&amp;diff=894"/>
		<updated>2011-04-15T17:19:31Z</updated>

		<summary type="html">&lt;p&gt;Eleregdom: Página creada con &amp;#039;&amp;#039;&amp;#039;&amp;#039;Enunciado&amp;#039;&amp;#039;&amp;#039; * Definir la matriz ([5,-1,1],[-1,2,k],[-1,0,4])para a perteneciente a R, calcular su determinante, calcular para que valores de a la matriz es invertible y calc…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Enunciado&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Definir la matriz ([5,-1,1],[-1,2,k],[-1,0,4])para a perteneciente a R, calcular su determinante, calcular para que valores de a la matriz es invertible y calcular su matriz inversa. &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución &amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%i1)Ma:matrix([5,-1,1],[-1,2,a],[-1,0,4]);&lt;br /&gt;
&lt;br /&gt;
 (%i2)determinant(Ma);&lt;br /&gt;
 (%o2)a+38&lt;br /&gt;
&lt;br /&gt;
* Los valores que harán invertible a la matriz serán todos aquellos para los cuales |Ma| sea distinto de 0. Mediante Maxima podemos determinar qué valores anulan el determinante: &lt;br /&gt;
 (%i2)solve(determinant(Ma)=0);&lt;br /&gt;
 (%o2)[a=-38] &lt;br /&gt;
* Esa operación nos dice que el determinante es 0 para a = -38, por tanto, para todo a distinto de -28, la matriz será invertible. &lt;br /&gt;
 &lt;br /&gt;
 (%i2)invert(Ma);&lt;/div&gt;</summary>
		<author><name>Eleregdom</name></author>
		
	</entry>
	<entry>
		<id>https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_libres&amp;diff=893</id>
		<title>Ejercicios libres</title>
		<link rel="alternate" type="text/html" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_libres&amp;diff=893"/>
		<updated>2011-04-15T17:10:48Z</updated>

		<summary type="html">&lt;p&gt;Eleregdom: /* Ejercicios */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;En esta sección se encuentran ejercicios libremente enunciado por los alumnos y resueltos con los sistemas de software libre.&lt;br /&gt;
&lt;br /&gt;
== Ejercicios ==&lt;br /&gt;
* [[El factorial de 100]].&lt;br /&gt;
* [[Resolver la ecuación 3x^2-17x+10=0]].&lt;br /&gt;
* [[Resolver ecuaciones de segundo grado]].&lt;br /&gt;
* [[Definir y dibujar una función]].&lt;br /&gt;
* [[Obtener, mediante la regla de Simpson, el área de la función sqrt(1+x^2) entre 0 y 1 con un error menor a 0.001]].&lt;br /&gt;
* [[Definir una matriz, calcular su determinante, calcular para que valores de a la matriz es invertible y calcular su matriz inversa]].&lt;/div&gt;</summary>
		<author><name>Eleregdom</name></author>
		
	</entry>
	<entry>
		<id>https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Definir_y_dibujar_una_funci%C3%B3n&amp;diff=756</id>
		<title>Definir y dibujar una función</title>
		<link rel="alternate" type="text/html" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Definir_y_dibujar_una_funci%C3%B3n&amp;diff=756"/>
		<updated>2011-04-07T06:40:48Z</updated>

		<summary type="html">&lt;p&gt;Eleregdom: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Enunciado (Elena Regodón Domínguez):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Definir y dibujar la función d(x)=x si x&amp;lt;-1; =x^2 si -1&amp;lt;=0; =1/x, si x&amp;gt;0]].&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución (Elena Regodón Domínguez):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%i1)d(x) := if x&amp;lt;-1 then x&lt;br /&gt;
           elseif x&amp;lt;=0 then x^2 &lt;br /&gt;
           else 1/x;&lt;br /&gt;
 (%o1)d(x):=if x&amp;lt;-1 then x elseif x&amp;lt;=0 then x^2 else 1/x&lt;br /&gt;
 (%i2)wxplot2d(d(x), [x,-2,2], [y,-4,10]);&lt;br /&gt;
 [[Archivo:Función.png]]&lt;/div&gt;</summary>
		<author><name>Eleregdom</name></author>
		
	</entry>
	<entry>
		<id>https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Definir_y_dibujar_una_funci%C3%B3n&amp;diff=755</id>
		<title>Definir y dibujar una función</title>
		<link rel="alternate" type="text/html" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Definir_y_dibujar_una_funci%C3%B3n&amp;diff=755"/>
		<updated>2011-04-07T06:38:55Z</updated>

		<summary type="html">&lt;p&gt;Eleregdom: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Enunciado (Elena Regodón Domínguez):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Definir y dibujar la función d(x)=x si x&amp;lt;-1; =x^2 si -1&amp;lt;=0; =1/x, si x&amp;gt;0]].&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución (Elena Regodón Domínguez):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%i1)d(x) := if x&amp;lt;-1 then x&lt;br /&gt;
           elseif x&amp;lt;=0 then x^2 &lt;br /&gt;
           else 1/x;&lt;br /&gt;
 (%o1)d(x):=if x&amp;lt;-1 then x elseif x&amp;lt;=0 then x^2 else 1/x&lt;br /&gt;
 (%i2)wxplot2d(d(x), [x,-2,2], [y,-4,10]);&lt;br /&gt;
 Archivo:Función.png&lt;/div&gt;</summary>
		<author><name>Eleregdom</name></author>
		
	</entry>
	<entry>
		<id>https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_libres&amp;diff=746</id>
		<title>Ejercicios libres</title>
		<link rel="alternate" type="text/html" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_libres&amp;diff=746"/>
		<updated>2011-04-06T17:23:56Z</updated>

		<summary type="html">&lt;p&gt;Eleregdom: /* Ejercicios */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;En esta sección se encuentran ejercicios libremente enunciado por los alumnos y resueltos con los sistemas de software libre.&lt;br /&gt;
&lt;br /&gt;
== Ejercicios ==&lt;br /&gt;
* [[El factorial de 100]].&lt;br /&gt;
* [[Resolver la ecuación 3x^2-17x+10=0]].&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Enunciado (María José Durán González):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Resolver las ecuaciones de segundo grado siguientes.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución (María José Durán González):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(%i1) x^2+4*x-21=0&lt;br /&gt;
(%o1) ecuación escrita con normalidad&lt;br /&gt;
(%i2)solve([x^2+4*x-21], [x]);&lt;br /&gt;
(%o2)[x=3, x=-7]&lt;br /&gt;
&lt;br /&gt;
(%i3)9x^2-12*x+4=0&lt;br /&gt;
(%o1)ecuación escrita con normalidad&lt;br /&gt;
(%i4)solve([9x^2-12*x+4], [x]);&lt;br /&gt;
(%o2)[x=2/3]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Enunciado (Elena Regodón Domínguez):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Definir y dibujar la función d(x)=x si x&amp;lt;-1; =x^2 si -1&amp;lt;=0; =1/x, si x&amp;gt;0]].&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución (Elena Regodón Domínguez):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%i1)d(x) := if x&amp;lt;-1 then x&lt;br /&gt;
           elseif x&amp;lt;=0 then x^2 &lt;br /&gt;
           else 1/x;&lt;br /&gt;
 (%o1)d(x):=if x&amp;lt;-1 then x elseif x&amp;lt;=0 then x^2 else 1/x&lt;br /&gt;
 (%i2)wxplot2d(d(x), [x,-2,2], [y,-4,10]);&lt;/div&gt;</summary>
		<author><name>Eleregdom</name></author>
		
	</entry>
	<entry>
		<id>https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_libres&amp;diff=745</id>
		<title>Ejercicios libres</title>
		<link rel="alternate" type="text/html" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_libres&amp;diff=745"/>
		<updated>2011-04-06T17:23:37Z</updated>

		<summary type="html">&lt;p&gt;Eleregdom: /* Ejercicios */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;En esta sección se encuentran ejercicios libremente enunciado por los alumnos y resueltos con los sistemas de software libre.&lt;br /&gt;
&lt;br /&gt;
== Ejercicios ==&lt;br /&gt;
* [[El factorial de 100]].&lt;br /&gt;
* [[Resolver la ecuación 3x^2-17x+10=0]].&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Enunciado (María José Durán González):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Resolver las ecuaciones de segundo grado siguientes.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución (María José Durán González):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(%i1) x^2+4*x-21=0&lt;br /&gt;
(%o1) ecuación escrita con normalidad&lt;br /&gt;
(%i2)solve([x^2+4*x-21], [x]);&lt;br /&gt;
(%o2)[x=3, x=-7]&lt;br /&gt;
&lt;br /&gt;
(%i3)9x^2-12*x+4=0&lt;br /&gt;
(%o1)ecuación escrita con normalidad&lt;br /&gt;
(%i4)solve([9x^2-12*x+4], [x]);&lt;br /&gt;
(%o2)[x=2/3]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Enunciado (Elena Regodón Domínguez):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Definir y dibujar la función d(x)=x si x&amp;lt;-1; =x^2 si -1&amp;lt;=0; =1/x, si x&amp;gt;0]].&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución (Elena Regodón Domínguez):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%i1)d(x) := if x&amp;lt;-1 then x&lt;br /&gt;
           elseif x&amp;lt;=0 then x^2 &lt;br /&gt;
           else 1/x;&lt;br /&gt;
 (%o1)d(x):=if x&amp;lt;-1 then x elseif x&amp;lt;=0 then x^2 else 1/x&lt;br /&gt;
 (%i2)wxplot2d(d(x), [x,-2,2], [y,-4,10]);&lt;br /&gt;
Función.png‎&lt;/div&gt;</summary>
		<author><name>Eleregdom</name></author>
		
	</entry>
	<entry>
		<id>https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_libres&amp;diff=744</id>
		<title>Ejercicios libres</title>
		<link rel="alternate" type="text/html" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_libres&amp;diff=744"/>
		<updated>2011-04-06T17:22:23Z</updated>

		<summary type="html">&lt;p&gt;Eleregdom: /* Ejercicios */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;En esta sección se encuentran ejercicios libremente enunciado por los alumnos y resueltos con los sistemas de software libre.&lt;br /&gt;
&lt;br /&gt;
== Ejercicios ==&lt;br /&gt;
* [[El factorial de 100]].&lt;br /&gt;
* [[Resolver la ecuación 3x^2-17x+10=0]].&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Enunciado (María José Durán González):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Resolver las ecuaciones de segundo grado siguientes.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución (María José Durán González):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(%i1) x^2+4*x-21=0&lt;br /&gt;
(%o1) ecuación escrita con normalidad&lt;br /&gt;
(%i2)solve([x^2+4*x-21], [x]);&lt;br /&gt;
(%o2)[x=3, x=-7]&lt;br /&gt;
&lt;br /&gt;
(%i3)9x^2-12*x+4=0&lt;br /&gt;
(%o1)ecuación escrita con normalidad&lt;br /&gt;
(%i4)solve([9x^2-12*x+4], [x]);&lt;br /&gt;
(%o2)[x=2/3]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Enunciado (Elena Regodón Domínguez):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Definir y dibujar la función d(x)=x si x&amp;lt;-1; =x^2 si -1&amp;lt;=0; =1/x, si x&amp;gt;0]].&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución (Elena Regodón Domínguez):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%i1)d(x) := if x&amp;lt;-1 then x&lt;br /&gt;
           elseif x&amp;lt;=0 then x^2 &lt;br /&gt;
           else 1/x;&lt;br /&gt;
 (%o1)d(x):=if x&amp;lt;-1 then x elseif x&amp;lt;=0 then x^2 else 1/x&lt;br /&gt;
 (%i2)wxplot2d(d(x), [x,-2,2], [y,-4,10]);&lt;br /&gt;
[[Función.png‎]]&lt;/div&gt;</summary>
		<author><name>Eleregdom</name></author>
		
	</entry>
	<entry>
		<id>https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Archivo:Funci%C3%B3n.png&amp;diff=743</id>
		<title>Archivo:Función.png</title>
		<link rel="alternate" type="text/html" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Archivo:Funci%C3%B3n.png&amp;diff=743"/>
		<updated>2011-04-06T17:20:50Z</updated>

		<summary type="html">&lt;p&gt;Eleregdom: Ejercicio libre Elena Regodón Domínguez&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ejercicio libre Elena Regodón Domínguez&lt;/div&gt;</summary>
		<author><name>Eleregdom</name></author>
		
	</entry>
	<entry>
		<id>https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_libres&amp;diff=742</id>
		<title>Ejercicios libres</title>
		<link rel="alternate" type="text/html" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_libres&amp;diff=742"/>
		<updated>2011-04-06T17:14:27Z</updated>

		<summary type="html">&lt;p&gt;Eleregdom: /* Ejercicios */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;En esta sección se encuentran ejercicios libremente enunciado por los alumnos y resueltos con los sistemas de software libre.&lt;br /&gt;
&lt;br /&gt;
== Ejercicios ==&lt;br /&gt;
* [[El factorial de 100]].&lt;br /&gt;
* [[Resolver la ecuación 3x^2-17x+10=0]].&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Enunciado (María José Durán González):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Resolver las ecuaciones de segundo grado siguientes.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución (María José Durán González):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(%i1) x^2+4*x-21=0&lt;br /&gt;
(%o1) ecuación escrita con normalidad&lt;br /&gt;
(%i2)solve([x^2+4*x-21], [x]);&lt;br /&gt;
(%o2)[x=3, x=-7]&lt;br /&gt;
&lt;br /&gt;
(%i3)9x^2-12*x+4=0&lt;br /&gt;
(%o1)ecuación escrita con normalidad&lt;br /&gt;
(%i4)solve([9x^2-12*x+4], [x]);&lt;br /&gt;
(%o2)[x=2/3]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Enunciado (Elena Regodón Domínguez):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Definir y dibujar la función d(x)=x si x&amp;lt;-1; =x^2 si -1&amp;lt;=0; =1/x, si x&amp;gt;0]].&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución (Elena Regodón Domínguez):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%i1)d(x) := if x&amp;lt;-1 then x&lt;br /&gt;
           elseif x&amp;lt;=0 then x^2 &lt;br /&gt;
           else 1/x;&lt;br /&gt;
 (%o1)d(x):=if x&amp;lt;-1 then x elseif x&amp;lt;=0 then x^2 else 1/x&lt;br /&gt;
 (%i2)wxplot2d(d(x), [x,-2,2], [y,-4,10]);&lt;br /&gt;
 \[ &amp;lt;&amp;lt; Graphics &amp;gt;&amp;gt; (\%o37) \]&lt;/div&gt;</summary>
		<author><name>Eleregdom</name></author>
		
	</entry>
	<entry>
		<id>https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_libres&amp;diff=741</id>
		<title>Ejercicios libres</title>
		<link rel="alternate" type="text/html" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_libres&amp;diff=741"/>
		<updated>2011-04-06T17:12:56Z</updated>

		<summary type="html">&lt;p&gt;Eleregdom: /* Ejercicios */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;En esta sección se encuentran ejercicios libremente enunciado por los alumnos y resueltos con los sistemas de software libre.&lt;br /&gt;
&lt;br /&gt;
== Ejercicios ==&lt;br /&gt;
* [[El factorial de 100]].&lt;br /&gt;
* [[Resolver la ecuación 3x^2-17x+10=0]].&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Enunciado (María José Durán González):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Resolver las ecuaciones de segundo grado siguientes.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución (María José Durán González):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(%i1) x^2+4*x-21=0&lt;br /&gt;
(%o1) ecuación escrita con normalidad&lt;br /&gt;
(%i2)solve([x^2+4*x-21], [x]);&lt;br /&gt;
(%o2)[x=3, x=-7]&lt;br /&gt;
&lt;br /&gt;
(%i3)9x^2-12*x+4=0&lt;br /&gt;
(%o1)ecuación escrita con normalidad&lt;br /&gt;
(%i4)solve([9x^2-12*x+4], [x]);&lt;br /&gt;
(%o2)[x=2/3]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Enunciado (Elena Regodón Domínguez):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Definir y dibujar la función d(x)=x si x&amp;lt;-1; =x^2 si -1&amp;lt;=0; =1/x, si x&amp;gt;0]].&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución (Elena Regodón Domínguez):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%i1)d(x) := if x&amp;lt;-1 then x&lt;br /&gt;
           elseif x&amp;lt;=0 then x^2 &lt;br /&gt;
           else 1/x;&lt;br /&gt;
 (%o1)d(x):=if x&amp;lt;-1 then x elseif x&amp;lt;=0 then x^2 else 1/x&lt;br /&gt;
 (%i2)wxplot2d(d(x), [x,-2,2], [y,-4,10]);&lt;br /&gt;
  [[Archivo:Ejemplo.jpg]]&lt;/div&gt;</summary>
		<author><name>Eleregdom</name></author>
		
	</entry>
	<entry>
		<id>https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_libres&amp;diff=740</id>
		<title>Ejercicios libres</title>
		<link rel="alternate" type="text/html" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_libres&amp;diff=740"/>
		<updated>2011-04-06T17:08:13Z</updated>

		<summary type="html">&lt;p&gt;Eleregdom: /* Ejercicios */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;En esta sección se encuentran ejercicios libremente enunciado por los alumnos y resueltos con los sistemas de software libre.&lt;br /&gt;
&lt;br /&gt;
== Ejercicios ==&lt;br /&gt;
* [[El factorial de 100]].&lt;br /&gt;
* [[Resolver la ecuación 3x^2-17x+10=0]].&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Enunciado (María José Durán González):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Resolver las ecuaciones de segundo grado siguientes.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución (María José Durán González):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(%i1) x^2+4*x-21=0&lt;br /&gt;
(%o1) ecuación escrita con normalidad&lt;br /&gt;
(%i2)solve([x^2+4*x-21], [x]);&lt;br /&gt;
(%o2)[x=3, x=-7]&lt;br /&gt;
&lt;br /&gt;
(%i3)9x^2-12*x+4=0&lt;br /&gt;
(%o1)ecuación escrita con normalidad&lt;br /&gt;
(%i4)solve([9x^2-12*x+4], [x]);&lt;br /&gt;
(%o2)[x=2/3]&lt;br /&gt;
&lt;br /&gt;
* [[Definir y dibujar la función d(x)=x si x&amp;lt;-1; =x^2 si -1&amp;lt;=0; =1/x, si x&amp;gt;0]].&lt;/div&gt;</summary>
		<author><name>Eleregdom</name></author>
		
	</entry>
	<entry>
		<id>https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_libres&amp;diff=739</id>
		<title>Ejercicios libres</title>
		<link rel="alternate" type="text/html" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_libres&amp;diff=739"/>
		<updated>2011-04-06T17:05:56Z</updated>

		<summary type="html">&lt;p&gt;Eleregdom: /* Ejercicios */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;En esta sección se encuentran ejercicios libremente enunciado por los alumnos y resueltos con los sistemas de software libre.&lt;br /&gt;
&lt;br /&gt;
== Ejercicios ==&lt;br /&gt;
* [[El factorial de 100]].&lt;br /&gt;
* [[Resolver la ecuación 3x^2-17x+10=0]].&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Enunciado (María José Durán González):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Resolver las ecuaciones de segundo grado siguientes.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución (María José Durán González):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(%i1) x^2+4*x-21=0&lt;br /&gt;
(%o1) ecuación escrita con normalidad&lt;br /&gt;
(%i2)solve([x^2+4*x-21], [x]);&lt;br /&gt;
(%o2)[x=3, x=-7]&lt;br /&gt;
&lt;br /&gt;
(%i3)9x^2-12*x+4=0&lt;br /&gt;
(%o1)ecuación escrita con normalidad&lt;br /&gt;
(%i4)solve([9x^2-12*x+4], [x]);&lt;br /&gt;
(%o2)[x=2/3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Definir y dibujar la función &lt;br /&gt;
   d(x) = x, si x &amp;lt; -1&lt;br /&gt;
        = x^2, si -1 &amp;lt;= x &amp;lt;= 0&lt;br /&gt;
        = 1/x, si x &amp;gt; 0]]&lt;/div&gt;</summary>
		<author><name>Eleregdom</name></author>
		
	</entry>
	<entry>
		<id>https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_2:_Funciones_de_una_variable&amp;diff=708</id>
		<title>Ejercicios 2: Funciones de una variable</title>
		<link rel="alternate" type="text/html" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_2:_Funciones_de_una_variable&amp;diff=708"/>
		<updated>2011-04-05T14:27:41Z</updated>

		<summary type="html">&lt;p&gt;Eleregdom: /* Ejercicio 2.4 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Funciones a utilizar:&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;if...then...else&amp;#039;&amp;#039;, &amp;#039;&amp;#039;assume&amp;#039;&amp;#039;, &amp;#039;&amp;#039;limit&amp;#039;&amp;#039;, &amp;#039;&amp;#039;forget&amp;#039;&amp;#039;,  &amp;#039;&amp;#039;plot2d&amp;#039;&amp;#039;, &amp;#039;&amp;#039;diff&amp;#039;&amp;#039;, &amp;#039;&amp;#039;define&amp;#039;&amp;#039;, &amp;#039;&amp;#039;solve&amp;#039;&amp;#039;, &amp;#039;&amp;#039;trigexpand&amp;#039;&amp;#039;, &amp;#039;&amp;#039;trigsimp&amp;#039;&amp;#039; y &amp;#039;&amp;#039;subst&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 1 ==&lt;br /&gt;
Sean &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; y &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; dos números reales. Se considera la función &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; definida sobre los números reales por&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
f(x)=\left\{&lt;br /&gt;
\begin{array}{lll}&lt;br /&gt;
  \dfrac{e^x-1}{x}  &amp;amp;\mbox{si} &amp;amp; x&amp;gt;0\\&lt;br /&gt;
  a\,x+b           &amp;amp;\mbox{si} &amp;amp; x\leq 0&lt;br /&gt;
\end{array}&lt;br /&gt;
\right.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.1 === &lt;br /&gt;
Definir la función &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; usando el condicional &amp;#039;&amp;#039;if ... then ... else&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%i1)d(x):=if x&amp;gt;0 then (e^x-1)/x else ax+b;&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 1.2 == &lt;br /&gt;
&amp;#039;&amp;#039;limit&amp;#039;&amp;#039; no puede evaluar expresiones del tipo &amp;#039;&amp;#039;if...then&amp;#039;&amp;#039;. Por ello, para determinar el límite de &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; en cero por la derecha se necesita precisar en qué intervalo se encuentra &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;. Esto puede hacerse con la función &amp;#039;&amp;#039;assume&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Escribir la expresión &amp;#039;&amp;#039;assume(x&amp;gt;0)&amp;#039;&amp;#039;, después calcular el límite de &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; en cero por la derecha. Se puede eliminar la hipótesis sobre &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; con &amp;#039;&amp;#039;forget(x&amp;gt;0)&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.3 === &lt;br /&gt;
Deducir el valor de &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; para el que &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; es continua en &amp;lt;math&amp;gt;\mathbb{R}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.4 === &lt;br /&gt;
Calcular la derivada de &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; en cero por la derecha.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.5 === &lt;br /&gt;
Calcular el valor de &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; para el que &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; es derivable en cero.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
== Ejercicio 2 ==&lt;br /&gt;
Sea &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; la función real definida por &amp;lt;math&amp;gt;g(x) = 2x-\sqrt{1+x^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
 (%i1)g(x):= 2*x-sqrt(1+x^2)$&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.1 === &lt;br /&gt;
Calcular los límites de &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; en más y menos infinito.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%01) g(x):= 2*x-sqrt(1+x^2)$&lt;br /&gt;
 (%02) limit(g(x),x,inf);&lt;br /&gt;
 (%02) inf&lt;br /&gt;
 (%03) limit(g(x),x,-inf);&lt;br /&gt;
 (%03) -inf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; inf, -inf&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.2 === &lt;br /&gt;
Dibujar la gráfica de la función &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%o4) wxplot2d(g(x), [x,-2,2],[y,-3,3]);[gnuplot_preamble, &amp;quot;set grid &amp;quot;])$&lt;br /&gt;
 plot2d: some values were clipped.&lt;br /&gt;
 (%t05)  &amp;lt;&amp;lt; Graphics &amp;gt;&amp;gt; &lt;br /&gt;
No sale la gráfica.&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.3 === &lt;br /&gt;
Calcular &amp;lt;math&amp;gt;g&amp;#039;(x)&amp;lt;/math&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%i1) g(x):= 2*x-sqrt(1+x^2);&lt;br /&gt;
 (%i2)diff(g(x),x);&lt;br /&gt;
 (%02)2-x/sqrt(x^2+1);&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.4 ===&lt;br /&gt;
Resolver la ecuación &amp;lt;math&amp;gt;g(x)=0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%i1) g(x):= 2*x-sqrt(1+x^2);&lt;br /&gt;
 (%i2) g(0);&lt;br /&gt;
 (%02) -1&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.5 === &lt;br /&gt;
Determinar los intervalos de crecimiento de &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.6 === &lt;br /&gt;
Calcular las ecuaciones reducidas de las asíntotas de &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 3 ==&lt;br /&gt;
=== Ejercicio 3.1 === &lt;br /&gt;
Desarrollar &amp;lt;math&amp;gt;cos(3t)&amp;lt;/math&amp;gt; en función de &amp;lt;math&amp;gt;cos(t)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.2 === &lt;br /&gt;
Desarrollar &amp;lt;math&amp;gt;cos(4t)&amp;lt;/math&amp;gt; en función de &amp;lt;math&amp;gt;cos(t)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.3 === &lt;br /&gt;
Desarrollar &amp;lt;math&amp;gt;cos(5t)&amp;lt;/math&amp;gt; en función de &amp;lt;math&amp;gt;cos(t)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.4 === &lt;br /&gt;
Determinar los polinomios &amp;lt;math&amp;gt;T_n&amp;lt;/math&amp;gt; de la variable &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; tales que para todo &amp;lt;math&amp;gt;t \in \mathbb{R}&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;cos(nt) = T_n(cos\ t)&amp;lt;/math&amp;gt; para &amp;lt;math&amp;gt;n \in \{3,4,5\}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.5 === &lt;br /&gt;
Representar las funciones &amp;lt;math&amp;gt;T_3&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;T_4&amp;lt;/math&amp;gt; y &amp;lt;math&amp;gt;T_5&amp;lt;/math&amp;gt; en la misma gráfica.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;/div&gt;</summary>
		<author><name>Eleregdom</name></author>
		
	</entry>
	<entry>
		<id>https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_2:_Funciones_de_una_variable&amp;diff=707</id>
		<title>Ejercicios 2: Funciones de una variable</title>
		<link rel="alternate" type="text/html" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_2:_Funciones_de_una_variable&amp;diff=707"/>
		<updated>2011-04-05T14:27:05Z</updated>

		<summary type="html">&lt;p&gt;Eleregdom: /* Ejercicio 2.4 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Funciones a utilizar:&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;if...then...else&amp;#039;&amp;#039;, &amp;#039;&amp;#039;assume&amp;#039;&amp;#039;, &amp;#039;&amp;#039;limit&amp;#039;&amp;#039;, &amp;#039;&amp;#039;forget&amp;#039;&amp;#039;,  &amp;#039;&amp;#039;plot2d&amp;#039;&amp;#039;, &amp;#039;&amp;#039;diff&amp;#039;&amp;#039;, &amp;#039;&amp;#039;define&amp;#039;&amp;#039;, &amp;#039;&amp;#039;solve&amp;#039;&amp;#039;, &amp;#039;&amp;#039;trigexpand&amp;#039;&amp;#039;, &amp;#039;&amp;#039;trigsimp&amp;#039;&amp;#039; y &amp;#039;&amp;#039;subst&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 1 ==&lt;br /&gt;
Sean &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; y &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; dos números reales. Se considera la función &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; definida sobre los números reales por&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
f(x)=\left\{&lt;br /&gt;
\begin{array}{lll}&lt;br /&gt;
  \dfrac{e^x-1}{x}  &amp;amp;\mbox{si} &amp;amp; x&amp;gt;0\\&lt;br /&gt;
  a\,x+b           &amp;amp;\mbox{si} &amp;amp; x\leq 0&lt;br /&gt;
\end{array}&lt;br /&gt;
\right.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.1 === &lt;br /&gt;
Definir la función &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; usando el condicional &amp;#039;&amp;#039;if ... then ... else&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%i1)d(x):=if x&amp;gt;0 then (e^x-1)/x else ax+b;&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 1.2 == &lt;br /&gt;
&amp;#039;&amp;#039;limit&amp;#039;&amp;#039; no puede evaluar expresiones del tipo &amp;#039;&amp;#039;if...then&amp;#039;&amp;#039;. Por ello, para determinar el límite de &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; en cero por la derecha se necesita precisar en qué intervalo se encuentra &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;. Esto puede hacerse con la función &amp;#039;&amp;#039;assume&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Escribir la expresión &amp;#039;&amp;#039;assume(x&amp;gt;0)&amp;#039;&amp;#039;, después calcular el límite de &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; en cero por la derecha. Se puede eliminar la hipótesis sobre &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; con &amp;#039;&amp;#039;forget(x&amp;gt;0)&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.3 === &lt;br /&gt;
Deducir el valor de &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; para el que &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; es continua en &amp;lt;math&amp;gt;\mathbb{R}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.4 === &lt;br /&gt;
Calcular la derivada de &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; en cero por la derecha.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.5 === &lt;br /&gt;
Calcular el valor de &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; para el que &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; es derivable en cero.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
== Ejercicio 2 ==&lt;br /&gt;
Sea &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; la función real definida por &amp;lt;math&amp;gt;g(x) = 2x-\sqrt{1+x^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
 (%i1)g(x):= 2*x-sqrt(1+x^2)$&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.1 === &lt;br /&gt;
Calcular los límites de &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; en más y menos infinito.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%01) g(x):= 2*x-sqrt(1+x^2)$&lt;br /&gt;
 (%02) limit(g(x),x,inf);&lt;br /&gt;
 (%02) inf&lt;br /&gt;
 (%03) limit(g(x),x,-inf);&lt;br /&gt;
 (%03) -inf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; inf, -inf&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.2 === &lt;br /&gt;
Dibujar la gráfica de la función &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%o4) wxplot2d(g(x), [x,-2,2],[y,-3,3]);[gnuplot_preamble, &amp;quot;set grid &amp;quot;])$&lt;br /&gt;
 plot2d: some values were clipped.&lt;br /&gt;
 (%t05)  &amp;lt;&amp;lt; Graphics &amp;gt;&amp;gt; &lt;br /&gt;
No sale la gráfica.&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.3 === &lt;br /&gt;
Calcular &amp;lt;math&amp;gt;g&amp;#039;(x)&amp;lt;/math&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%i1) g(x):= 2*x-sqrt(1+x^2);&lt;br /&gt;
 (%i2)diff(g(x),x);&lt;br /&gt;
 (%02)2-x/sqrt(x^2+1);&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.4 ===&lt;br /&gt;
Resolver la ecuación &amp;lt;math&amp;gt;g(x)=0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%i1) g(x):= 2*x-sqrt(1+x^2);&lt;br /&gt;
 (%i2) g(2);&lt;br /&gt;
 (%02) 4-sqrt(5)&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.5 === &lt;br /&gt;
Determinar los intervalos de crecimiento de &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.6 === &lt;br /&gt;
Calcular las ecuaciones reducidas de las asíntotas de &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 3 ==&lt;br /&gt;
=== Ejercicio 3.1 === &lt;br /&gt;
Desarrollar &amp;lt;math&amp;gt;cos(3t)&amp;lt;/math&amp;gt; en función de &amp;lt;math&amp;gt;cos(t)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.2 === &lt;br /&gt;
Desarrollar &amp;lt;math&amp;gt;cos(4t)&amp;lt;/math&amp;gt; en función de &amp;lt;math&amp;gt;cos(t)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.3 === &lt;br /&gt;
Desarrollar &amp;lt;math&amp;gt;cos(5t)&amp;lt;/math&amp;gt; en función de &amp;lt;math&amp;gt;cos(t)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.4 === &lt;br /&gt;
Determinar los polinomios &amp;lt;math&amp;gt;T_n&amp;lt;/math&amp;gt; de la variable &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; tales que para todo &amp;lt;math&amp;gt;t \in \mathbb{R}&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;cos(nt) = T_n(cos\ t)&amp;lt;/math&amp;gt; para &amp;lt;math&amp;gt;n \in \{3,4,5\}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.5 === &lt;br /&gt;
Representar las funciones &amp;lt;math&amp;gt;T_3&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;T_4&amp;lt;/math&amp;gt; y &amp;lt;math&amp;gt;T_5&amp;lt;/math&amp;gt; en la misma gráfica.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;/div&gt;</summary>
		<author><name>Eleregdom</name></author>
		
	</entry>
	<entry>
		<id>https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_2:_Funciones_de_una_variable&amp;diff=706</id>
		<title>Ejercicios 2: Funciones de una variable</title>
		<link rel="alternate" type="text/html" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_2:_Funciones_de_una_variable&amp;diff=706"/>
		<updated>2011-04-05T14:25:20Z</updated>

		<summary type="html">&lt;p&gt;Eleregdom: /* Ejercicio 2.3 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Funciones a utilizar:&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;if...then...else&amp;#039;&amp;#039;, &amp;#039;&amp;#039;assume&amp;#039;&amp;#039;, &amp;#039;&amp;#039;limit&amp;#039;&amp;#039;, &amp;#039;&amp;#039;forget&amp;#039;&amp;#039;,  &amp;#039;&amp;#039;plot2d&amp;#039;&amp;#039;, &amp;#039;&amp;#039;diff&amp;#039;&amp;#039;, &amp;#039;&amp;#039;define&amp;#039;&amp;#039;, &amp;#039;&amp;#039;solve&amp;#039;&amp;#039;, &amp;#039;&amp;#039;trigexpand&amp;#039;&amp;#039;, &amp;#039;&amp;#039;trigsimp&amp;#039;&amp;#039; y &amp;#039;&amp;#039;subst&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 1 ==&lt;br /&gt;
Sean &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; y &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; dos números reales. Se considera la función &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; definida sobre los números reales por&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
f(x)=\left\{&lt;br /&gt;
\begin{array}{lll}&lt;br /&gt;
  \dfrac{e^x-1}{x}  &amp;amp;\mbox{si} &amp;amp; x&amp;gt;0\\&lt;br /&gt;
  a\,x+b           &amp;amp;\mbox{si} &amp;amp; x\leq 0&lt;br /&gt;
\end{array}&lt;br /&gt;
\right.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.1 === &lt;br /&gt;
Definir la función &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; usando el condicional &amp;#039;&amp;#039;if ... then ... else&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%i1)d(x):=if x&amp;gt;0 then (e^x-1)/x else ax+b;&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 1.2 == &lt;br /&gt;
&amp;#039;&amp;#039;limit&amp;#039;&amp;#039; no puede evaluar expresiones del tipo &amp;#039;&amp;#039;if...then&amp;#039;&amp;#039;. Por ello, para determinar el límite de &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; en cero por la derecha se necesita precisar en qué intervalo se encuentra &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;. Esto puede hacerse con la función &amp;#039;&amp;#039;assume&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Escribir la expresión &amp;#039;&amp;#039;assume(x&amp;gt;0)&amp;#039;&amp;#039;, después calcular el límite de &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; en cero por la derecha. Se puede eliminar la hipótesis sobre &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; con &amp;#039;&amp;#039;forget(x&amp;gt;0)&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.3 === &lt;br /&gt;
Deducir el valor de &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; para el que &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; es continua en &amp;lt;math&amp;gt;\mathbb{R}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.4 === &lt;br /&gt;
Calcular la derivada de &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; en cero por la derecha.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.5 === &lt;br /&gt;
Calcular el valor de &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; para el que &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; es derivable en cero.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
== Ejercicio 2 ==&lt;br /&gt;
Sea &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; la función real definida por &amp;lt;math&amp;gt;g(x) = 2x-\sqrt{1+x^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
 (%i1)g(x):= 2*x-sqrt(1+x^2)$&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.1 === &lt;br /&gt;
Calcular los límites de &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; en más y menos infinito.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%01) g(x):= 2*x-sqrt(1+x^2)$&lt;br /&gt;
 (%02) limit(g(x),x,inf);&lt;br /&gt;
 (%02) inf&lt;br /&gt;
 (%03) limit(g(x),x,-inf);&lt;br /&gt;
 (%03) -inf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; inf, -inf&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.2 === &lt;br /&gt;
Dibujar la gráfica de la función &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%o4) wxplot2d(g(x), [x,-2,2],[y,-3,3]);[gnuplot_preamble, &amp;quot;set grid &amp;quot;])$&lt;br /&gt;
 plot2d: some values were clipped.&lt;br /&gt;
 (%t05)  &amp;lt;&amp;lt; Graphics &amp;gt;&amp;gt; &lt;br /&gt;
No sale la gráfica.&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.3 === &lt;br /&gt;
Calcular &amp;lt;math&amp;gt;g&amp;#039;(x)&amp;lt;/math&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%i1) g(x):= 2*x-sqrt(1+x^2);&lt;br /&gt;
 (%i2)diff(g(x),x);&lt;br /&gt;
 (%02)2-x/sqrt(x^2+1);&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.4 ===&lt;br /&gt;
Resolver la ecuación &amp;lt;math&amp;gt;g(x)=0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.5 === &lt;br /&gt;
Determinar los intervalos de crecimiento de &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.6 === &lt;br /&gt;
Calcular las ecuaciones reducidas de las asíntotas de &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 3 ==&lt;br /&gt;
=== Ejercicio 3.1 === &lt;br /&gt;
Desarrollar &amp;lt;math&amp;gt;cos(3t)&amp;lt;/math&amp;gt; en función de &amp;lt;math&amp;gt;cos(t)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.2 === &lt;br /&gt;
Desarrollar &amp;lt;math&amp;gt;cos(4t)&amp;lt;/math&amp;gt; en función de &amp;lt;math&amp;gt;cos(t)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.3 === &lt;br /&gt;
Desarrollar &amp;lt;math&amp;gt;cos(5t)&amp;lt;/math&amp;gt; en función de &amp;lt;math&amp;gt;cos(t)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.4 === &lt;br /&gt;
Determinar los polinomios &amp;lt;math&amp;gt;T_n&amp;lt;/math&amp;gt; de la variable &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; tales que para todo &amp;lt;math&amp;gt;t \in \mathbb{R}&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;cos(nt) = T_n(cos\ t)&amp;lt;/math&amp;gt; para &amp;lt;math&amp;gt;n \in \{3,4,5\}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.5 === &lt;br /&gt;
Representar las funciones &amp;lt;math&amp;gt;T_3&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;T_4&amp;lt;/math&amp;gt; y &amp;lt;math&amp;gt;T_5&amp;lt;/math&amp;gt; en la misma gráfica.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;/div&gt;</summary>
		<author><name>Eleregdom</name></author>
		
	</entry>
	<entry>
		<id>https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_2:_Funciones_de_una_variable&amp;diff=705</id>
		<title>Ejercicios 2: Funciones de una variable</title>
		<link rel="alternate" type="text/html" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_2:_Funciones_de_una_variable&amp;diff=705"/>
		<updated>2011-04-05T14:25:05Z</updated>

		<summary type="html">&lt;p&gt;Eleregdom: /* Ejercicio 2.4 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Funciones a utilizar:&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;if...then...else&amp;#039;&amp;#039;, &amp;#039;&amp;#039;assume&amp;#039;&amp;#039;, &amp;#039;&amp;#039;limit&amp;#039;&amp;#039;, &amp;#039;&amp;#039;forget&amp;#039;&amp;#039;,  &amp;#039;&amp;#039;plot2d&amp;#039;&amp;#039;, &amp;#039;&amp;#039;diff&amp;#039;&amp;#039;, &amp;#039;&amp;#039;define&amp;#039;&amp;#039;, &amp;#039;&amp;#039;solve&amp;#039;&amp;#039;, &amp;#039;&amp;#039;trigexpand&amp;#039;&amp;#039;, &amp;#039;&amp;#039;trigsimp&amp;#039;&amp;#039; y &amp;#039;&amp;#039;subst&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 1 ==&lt;br /&gt;
Sean &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; y &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; dos números reales. Se considera la función &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; definida sobre los números reales por&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
f(x)=\left\{&lt;br /&gt;
\begin{array}{lll}&lt;br /&gt;
  \dfrac{e^x-1}{x}  &amp;amp;\mbox{si} &amp;amp; x&amp;gt;0\\&lt;br /&gt;
  a\,x+b           &amp;amp;\mbox{si} &amp;amp; x\leq 0&lt;br /&gt;
\end{array}&lt;br /&gt;
\right.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.1 === &lt;br /&gt;
Definir la función &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; usando el condicional &amp;#039;&amp;#039;if ... then ... else&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%i1)d(x):=if x&amp;gt;0 then (e^x-1)/x else ax+b;&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 1.2 == &lt;br /&gt;
&amp;#039;&amp;#039;limit&amp;#039;&amp;#039; no puede evaluar expresiones del tipo &amp;#039;&amp;#039;if...then&amp;#039;&amp;#039;. Por ello, para determinar el límite de &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; en cero por la derecha se necesita precisar en qué intervalo se encuentra &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;. Esto puede hacerse con la función &amp;#039;&amp;#039;assume&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Escribir la expresión &amp;#039;&amp;#039;assume(x&amp;gt;0)&amp;#039;&amp;#039;, después calcular el límite de &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; en cero por la derecha. Se puede eliminar la hipótesis sobre &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; con &amp;#039;&amp;#039;forget(x&amp;gt;0)&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.3 === &lt;br /&gt;
Deducir el valor de &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; para el que &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; es continua en &amp;lt;math&amp;gt;\mathbb{R}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.4 === &lt;br /&gt;
Calcular la derivada de &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; en cero por la derecha.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.5 === &lt;br /&gt;
Calcular el valor de &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; para el que &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; es derivable en cero.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
== Ejercicio 2 ==&lt;br /&gt;
Sea &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; la función real definida por &amp;lt;math&amp;gt;g(x) = 2x-\sqrt{1+x^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
 (%i1)g(x):= 2*x-sqrt(1+x^2)$&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.1 === &lt;br /&gt;
Calcular los límites de &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; en más y menos infinito.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%01) g(x):= 2*x-sqrt(1+x^2)$&lt;br /&gt;
 (%02) limit(g(x),x,inf);&lt;br /&gt;
 (%02) inf&lt;br /&gt;
 (%03) limit(g(x),x,-inf);&lt;br /&gt;
 (%03) -inf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; inf, -inf&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.2 === &lt;br /&gt;
Dibujar la gráfica de la función &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%o4) wxplot2d(g(x), [x,-2,2],[y,-3,3]);[gnuplot_preamble, &amp;quot;set grid &amp;quot;])$&lt;br /&gt;
 plot2d: some values were clipped.&lt;br /&gt;
 (%t05)  &amp;lt;&amp;lt; Graphics &amp;gt;&amp;gt; &lt;br /&gt;
No sale la gráfica.&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.3 === &lt;br /&gt;
Calcular &amp;lt;math&amp;gt;g&amp;#039;(x)&amp;lt;/math&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.4 ===&lt;br /&gt;
Resolver la ecuación &amp;lt;math&amp;gt;g(x)=0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.5 === &lt;br /&gt;
Determinar los intervalos de crecimiento de &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.6 === &lt;br /&gt;
Calcular las ecuaciones reducidas de las asíntotas de &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 3 ==&lt;br /&gt;
=== Ejercicio 3.1 === &lt;br /&gt;
Desarrollar &amp;lt;math&amp;gt;cos(3t)&amp;lt;/math&amp;gt; en función de &amp;lt;math&amp;gt;cos(t)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.2 === &lt;br /&gt;
Desarrollar &amp;lt;math&amp;gt;cos(4t)&amp;lt;/math&amp;gt; en función de &amp;lt;math&amp;gt;cos(t)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.3 === &lt;br /&gt;
Desarrollar &amp;lt;math&amp;gt;cos(5t)&amp;lt;/math&amp;gt; en función de &amp;lt;math&amp;gt;cos(t)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.4 === &lt;br /&gt;
Determinar los polinomios &amp;lt;math&amp;gt;T_n&amp;lt;/math&amp;gt; de la variable &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; tales que para todo &amp;lt;math&amp;gt;t \in \mathbb{R}&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;cos(nt) = T_n(cos\ t)&amp;lt;/math&amp;gt; para &amp;lt;math&amp;gt;n \in \{3,4,5\}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.5 === &lt;br /&gt;
Representar las funciones &amp;lt;math&amp;gt;T_3&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;T_4&amp;lt;/math&amp;gt; y &amp;lt;math&amp;gt;T_5&amp;lt;/math&amp;gt; en la misma gráfica.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;/div&gt;</summary>
		<author><name>Eleregdom</name></author>
		
	</entry>
	<entry>
		<id>https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_2:_Funciones_de_una_variable&amp;diff=704</id>
		<title>Ejercicios 2: Funciones de una variable</title>
		<link rel="alternate" type="text/html" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_2:_Funciones_de_una_variable&amp;diff=704"/>
		<updated>2011-04-05T14:23:03Z</updated>

		<summary type="html">&lt;p&gt;Eleregdom: /* Ejercicio 2.4 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Funciones a utilizar:&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;if...then...else&amp;#039;&amp;#039;, &amp;#039;&amp;#039;assume&amp;#039;&amp;#039;, &amp;#039;&amp;#039;limit&amp;#039;&amp;#039;, &amp;#039;&amp;#039;forget&amp;#039;&amp;#039;,  &amp;#039;&amp;#039;plot2d&amp;#039;&amp;#039;, &amp;#039;&amp;#039;diff&amp;#039;&amp;#039;, &amp;#039;&amp;#039;define&amp;#039;&amp;#039;, &amp;#039;&amp;#039;solve&amp;#039;&amp;#039;, &amp;#039;&amp;#039;trigexpand&amp;#039;&amp;#039;, &amp;#039;&amp;#039;trigsimp&amp;#039;&amp;#039; y &amp;#039;&amp;#039;subst&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 1 ==&lt;br /&gt;
Sean &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; y &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; dos números reales. Se considera la función &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; definida sobre los números reales por&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
f(x)=\left\{&lt;br /&gt;
\begin{array}{lll}&lt;br /&gt;
  \dfrac{e^x-1}{x}  &amp;amp;\mbox{si} &amp;amp; x&amp;gt;0\\&lt;br /&gt;
  a\,x+b           &amp;amp;\mbox{si} &amp;amp; x\leq 0&lt;br /&gt;
\end{array}&lt;br /&gt;
\right.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.1 === &lt;br /&gt;
Definir la función &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; usando el condicional &amp;#039;&amp;#039;if ... then ... else&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%i1)d(x):=if x&amp;gt;0 then (e^x-1)/x else ax+b;&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 1.2 == &lt;br /&gt;
&amp;#039;&amp;#039;limit&amp;#039;&amp;#039; no puede evaluar expresiones del tipo &amp;#039;&amp;#039;if...then&amp;#039;&amp;#039;. Por ello, para determinar el límite de &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; en cero por la derecha se necesita precisar en qué intervalo se encuentra &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;. Esto puede hacerse con la función &amp;#039;&amp;#039;assume&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Escribir la expresión &amp;#039;&amp;#039;assume(x&amp;gt;0)&amp;#039;&amp;#039;, después calcular el límite de &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; en cero por la derecha. Se puede eliminar la hipótesis sobre &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; con &amp;#039;&amp;#039;forget(x&amp;gt;0)&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.3 === &lt;br /&gt;
Deducir el valor de &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; para el que &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; es continua en &amp;lt;math&amp;gt;\mathbb{R}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.4 === &lt;br /&gt;
Calcular la derivada de &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; en cero por la derecha.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.5 === &lt;br /&gt;
Calcular el valor de &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; para el que &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; es derivable en cero.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
== Ejercicio 2 ==&lt;br /&gt;
Sea &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; la función real definida por &amp;lt;math&amp;gt;g(x) = 2x-\sqrt{1+x^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
 (%i1)g(x):= 2*x-sqrt(1+x^2)$&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.1 === &lt;br /&gt;
Calcular los límites de &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; en más y menos infinito.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%01) g(x):= 2*x-sqrt(1+x^2)$&lt;br /&gt;
 (%02) limit(g(x),x,inf);&lt;br /&gt;
 (%02) inf&lt;br /&gt;
 (%03) limit(g(x),x,-inf);&lt;br /&gt;
 (%03) -inf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; inf, -inf&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.2 === &lt;br /&gt;
Dibujar la gráfica de la función &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%o4) wxplot2d(g(x), [x,-2,2],[y,-3,3]);[gnuplot_preamble, &amp;quot;set grid &amp;quot;])$&lt;br /&gt;
 plot2d: some values were clipped.&lt;br /&gt;
 (%t05)  &amp;lt;&amp;lt; Graphics &amp;gt;&amp;gt; &lt;br /&gt;
No sale la gráfica.&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.3 === &lt;br /&gt;
Calcular &amp;lt;math&amp;gt;g&amp;#039;(x)&amp;lt;/math&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.4 ===&lt;br /&gt;
Resolver la ecuación &amp;lt;math&amp;gt;g(x)=0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%i1) g(x):= 2*x-sqrt(1+x^2);&lt;br /&gt;
 (%i2)diff(g(x),x);&lt;br /&gt;
 (%02)2-x/sqrt(x^2+1);&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.5 === &lt;br /&gt;
Determinar los intervalos de crecimiento de &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.6 === &lt;br /&gt;
Calcular las ecuaciones reducidas de las asíntotas de &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 3 ==&lt;br /&gt;
=== Ejercicio 3.1 === &lt;br /&gt;
Desarrollar &amp;lt;math&amp;gt;cos(3t)&amp;lt;/math&amp;gt; en función de &amp;lt;math&amp;gt;cos(t)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.2 === &lt;br /&gt;
Desarrollar &amp;lt;math&amp;gt;cos(4t)&amp;lt;/math&amp;gt; en función de &amp;lt;math&amp;gt;cos(t)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.3 === &lt;br /&gt;
Desarrollar &amp;lt;math&amp;gt;cos(5t)&amp;lt;/math&amp;gt; en función de &amp;lt;math&amp;gt;cos(t)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.4 === &lt;br /&gt;
Determinar los polinomios &amp;lt;math&amp;gt;T_n&amp;lt;/math&amp;gt; de la variable &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; tales que para todo &amp;lt;math&amp;gt;t \in \mathbb{R}&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;cos(nt) = T_n(cos\ t)&amp;lt;/math&amp;gt; para &amp;lt;math&amp;gt;n \in \{3,4,5\}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.5 === &lt;br /&gt;
Representar las funciones &amp;lt;math&amp;gt;T_3&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;T_4&amp;lt;/math&amp;gt; y &amp;lt;math&amp;gt;T_5&amp;lt;/math&amp;gt; en la misma gráfica.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;/div&gt;</summary>
		<author><name>Eleregdom</name></author>
		
	</entry>
	<entry>
		<id>https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_2:_Funciones_de_una_variable&amp;diff=701</id>
		<title>Ejercicios 2: Funciones de una variable</title>
		<link rel="alternate" type="text/html" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_2:_Funciones_de_una_variable&amp;diff=701"/>
		<updated>2011-04-05T14:19:09Z</updated>

		<summary type="html">&lt;p&gt;Eleregdom: /* Ejercicio 1.1 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Funciones a utilizar:&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;if...then...else&amp;#039;&amp;#039;, &amp;#039;&amp;#039;assume&amp;#039;&amp;#039;, &amp;#039;&amp;#039;limit&amp;#039;&amp;#039;, &amp;#039;&amp;#039;forget&amp;#039;&amp;#039;,  &amp;#039;&amp;#039;plot2d&amp;#039;&amp;#039;, &amp;#039;&amp;#039;diff&amp;#039;&amp;#039;, &amp;#039;&amp;#039;define&amp;#039;&amp;#039;, &amp;#039;&amp;#039;solve&amp;#039;&amp;#039;, &amp;#039;&amp;#039;trigexpand&amp;#039;&amp;#039;, &amp;#039;&amp;#039;trigsimp&amp;#039;&amp;#039; y &amp;#039;&amp;#039;subst&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 1 ==&lt;br /&gt;
Sean &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; y &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; dos números reales. Se considera la función &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; definida sobre los números reales por&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
f(x)=\left\{&lt;br /&gt;
\begin{array}{lll}&lt;br /&gt;
  \dfrac{e^x-1}{x}  &amp;amp;\mbox{si} &amp;amp; x&amp;gt;0\\&lt;br /&gt;
  a\,x+b           &amp;amp;\mbox{si} &amp;amp; x\leq 0&lt;br /&gt;
\end{array}&lt;br /&gt;
\right.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.1 === &lt;br /&gt;
Definir la función &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; usando el condicional &amp;#039;&amp;#039;if ... then ... else&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%i1)d(x):=if x&amp;gt;0 then (e^x-1)/x else ax+b;&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 1.2 == &lt;br /&gt;
&amp;#039;&amp;#039;limit&amp;#039;&amp;#039; no puede evaluar expresiones del tipo &amp;#039;&amp;#039;if...then&amp;#039;&amp;#039;. Por ello, para determinar el límite de &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; en cero por la derecha se necesita precisar en qué intervalo se encuentra &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;. Esto puede hacerse con la función &amp;#039;&amp;#039;assume&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Escribir la expresión &amp;#039;&amp;#039;assume(x&amp;gt;0)&amp;#039;&amp;#039;, después calcular el límite de &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; en cero por la derecha. Se puede eliminar la hipótesis sobre &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; con &amp;#039;&amp;#039;forget(x&amp;gt;0)&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.3 === &lt;br /&gt;
Deducir el valor de &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; para el que &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; es continua en &amp;lt;math&amp;gt;\mathbb{R}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.4 === &lt;br /&gt;
Calcular la derivada de &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; en cero por la derecha.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.5 === &lt;br /&gt;
Calcular el valor de &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; para el que &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; es derivable en cero.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
== Ejercicio 2 ==&lt;br /&gt;
Sea &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; la función real definida por &amp;lt;math&amp;gt;g(x) = 2x-\sqrt{1+x^2}&amp;lt;/math&amp;gt;&lt;br /&gt;
 (%i1)g(x):= 2*x-sqrt(1+x^2)$&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.1 === &lt;br /&gt;
Calcular los límites de &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt; en más y menos infinito.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%01) g(x):= 2*x-sqrt(1+x^2)$&lt;br /&gt;
 (%02) limit(g(x),x,inf);&lt;br /&gt;
 (%02) inf&lt;br /&gt;
 (%03) limit(g(x),x,-inf);&lt;br /&gt;
 (%03) -inf&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; inf, -inf&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.2 === &lt;br /&gt;
Dibujar la gráfica de la función &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.3 === &lt;br /&gt;
Calcular &amp;lt;math&amp;gt;g&amp;#039;(x)&amp;lt;/math&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.4 ===&lt;br /&gt;
Resolver la ecuación &amp;lt;math&amp;gt;g(x)=0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.5 === &lt;br /&gt;
Determinar los intervalos de crecimiento de &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 2.6 === &lt;br /&gt;
Calcular las ecuaciones reducidas de las asíntotas de &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;.&lt;br /&gt;
 &lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 3 ==&lt;br /&gt;
=== Ejercicio 3.1 === &lt;br /&gt;
Desarrollar &amp;lt;math&amp;gt;cos(3t)&amp;lt;/math&amp;gt; en función de &amp;lt;math&amp;gt;cos(t)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.2 === &lt;br /&gt;
Desarrollar &amp;lt;math&amp;gt;cos(4t)&amp;lt;/math&amp;gt; en función de &amp;lt;math&amp;gt;cos(t)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.3 === &lt;br /&gt;
Desarrollar &amp;lt;math&amp;gt;cos(5t)&amp;lt;/math&amp;gt; en función de &amp;lt;math&amp;gt;cos(t)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.4 === &lt;br /&gt;
Determinar los polinomios &amp;lt;math&amp;gt;T_n&amp;lt;/math&amp;gt; de la variable &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; tales que para todo &amp;lt;math&amp;gt;t \in \mathbb{R}&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;cos(nt) = T_n(cos\ t)&amp;lt;/math&amp;gt; para &amp;lt;math&amp;gt;n \in \{3,4,5\}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 3.5 === &lt;br /&gt;
Representar las funciones &amp;lt;math&amp;gt;T_3&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;T_4&amp;lt;/math&amp;gt; y &amp;lt;math&amp;gt;T_5&amp;lt;/math&amp;gt; en la misma gráfica.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;/div&gt;</summary>
		<author><name>Eleregdom</name></author>
		
	</entry>
	<entry>
		<id>https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_de_introducci%C3%B3n_a_Maxima&amp;diff=667</id>
		<title>Ejercicios de introducción a Maxima</title>
		<link rel="alternate" type="text/html" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicios_de_introducci%C3%B3n_a_Maxima&amp;diff=667"/>
		<updated>2011-04-01T06:51:29Z</updated>

		<summary type="html">&lt;p&gt;Eleregdom: /* Ejercicio 3 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Funciones y variables a utilizar:&amp;#039;&amp;#039;&amp;#039; &amp;#039;&amp;#039;float&amp;#039;&amp;#039;, &amp;#039;&amp;#039;is&amp;#039;&amp;#039;, &amp;#039;&amp;#039;expand&amp;#039;&amp;#039;, &amp;#039;&amp;#039;fpprec&amp;#039;&amp;#039;, &amp;#039;&amp;#039;bfloat&amp;#039;&amp;#039;, &amp;#039;&amp;#039;solve&amp;#039;&amp;#039;, &amp;#039;&amp;#039;factor&amp;#039;&amp;#039;, &amp;#039;&amp;#039;rectform&amp;#039;&amp;#039;, &amp;#039;&amp;#039;abs&amp;#039;&amp;#039;, &amp;#039;&amp;#039;carg&amp;#039;&amp;#039;, &amp;#039;&amp;#039;plot2D&amp;#039;&amp;#039; y &amp;#039;&amp;#039;find_root&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 1 ==&lt;br /&gt;
=== Ejercicio 1.1 ===&lt;br /&gt;
Definir la constante &amp;lt;math&amp;gt;a = (20+14\sqrt{2})^{1/3} + (20-14\sqrt{2})^{1/3}&amp;lt;/math&amp;gt;.&lt;br /&gt;
----&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%1) a : (20+14*sqrt(2))^(1/3) + (20-14*sqrt(2))^(1/3)$&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 1.2 ===&lt;br /&gt;
Calcular el valor numérico de a. ¿A qué entero se aproxima?&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 (%i1) float(a);&lt;br /&gt;
 (%o1) 3.999999999999996&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 2 ==&lt;br /&gt;
Ejercicio 2. Escribir el número &amp;lt;math&amp;gt;\left(sin\frac{\pi}{3}+cos\frac{\pi}{3}\right)^9&amp;lt;/math&amp;gt; en la forma &amp;lt;math&amp;gt;a + b \ast c^d&amp;lt;/math&amp;gt;, donde &amp;lt;math&amp;gt;a, b, c&amp;lt;/math&amp;gt; y &amp;lt;math&amp;gt;d&amp;lt;/math&amp;gt; son números racionales.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;Nota&amp;#039;&amp;#039;: Cambiar el valor de la variable &amp;#039;&amp;#039;%piargs&amp;#039;&amp;#039; a &amp;#039;&amp;#039;true&amp;#039;&amp;#039; y usar &amp;#039;&amp;#039;radcan&amp;#039;&amp;#039; para la simplificación de radicales.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 3 ==&lt;br /&gt;
Calcular la cifra 149 del número &amp;lt;math&amp;gt;\pi&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(%i1) fpprec : 149;&lt;br /&gt;
(%o1) 149&lt;br /&gt;
(%i2) bfloat(1000*%pi);&lt;br /&gt;
(%02) 3.1415926535897932384626433832[92 digits]0938446095505822317253594081b3&lt;br /&gt;
&lt;br /&gt;
Cifra 149: 1&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 4 ==&lt;br /&gt;
Se considera el polinomio &amp;lt;math&amp;gt;p = x^4-x^3-7x^2-8x-6&amp;lt;/math&amp;gt;.&lt;br /&gt;
 (%i1) p:x^4-x^3-7*x^2-8*x-6$&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 4.1. ===&lt;br /&gt;
Calcular las raices reales de &amp;lt;math&amp;gt;p&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;x=1-\sqrt(7), x=1+\sqrt(7)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Comentario de J.A. Alonso: En la solución hay que escribir la sesión con Maxima.&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 4.2 ===&lt;br /&gt;
Factorizar al máximo el polinomio &amp;lt;math&amp;gt;p&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;lt;math&amp;gt;(x^2-2x-6)(x^2+x+1)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Comentario de J.A. Alonso: En la solución hay que escribir la sesión con Maxima.&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 5 ==&lt;br /&gt;
Sea &amp;lt;math&amp;gt;z=\left(\frac{1-i\sqrt 3}{1+i}\right)^{20}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
 (%i1) z: ((1-%i*sqrt(3))/(1+%i))^20$&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 5.1 === &lt;br /&gt;
Calcular la parte real y la parte imaginaria de &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 5.2 === &lt;br /&gt;
Calcular el módulo y el argumento de &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 6 ==&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 6.1 === &lt;br /&gt;
Con la ayuda de la representación gráfica, conjeturar el número de soluciones de la ecuación&lt;br /&gt;
:&amp;lt;math&amp;gt;\sin x=1-x^4&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Ejercicio 6.2 === &lt;br /&gt;
Dar una aproximación de cada solución.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Ejercicio 7 ==&lt;br /&gt;
Resolver el siguiente sistema lineal en función de los parámetros &lt;br /&gt;
&amp;lt;math&amp;gt;a, b&amp;lt;/math&amp;gt; y &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt;:&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
\left\{&lt;br /&gt;
\begin{array}{l}&lt;br /&gt;
x+ay+a^2 z=0 \\&lt;br /&gt;
x+by+b^2 z=0 \\&lt;br /&gt;
x+cy+c^2z=1&lt;br /&gt;
\end{array}&lt;br /&gt;
\right.&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Solución:&amp;#039;&amp;#039;&amp;#039;&lt;/div&gt;</summary>
		<author><name>Eleregdom</name></author>
		
	</entry>
</feed>