<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://www.glc.us.es/~jalonso/SLEAM2010/index.php?action=history&amp;feed=atom&amp;title=Ejercicio_sobre_continuidad_de_funciones</id>
	<title>Ejercicio sobre continuidad de funciones - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php?action=history&amp;feed=atom&amp;title=Ejercicio_sobre_continuidad_de_funciones"/>
	<link rel="alternate" type="text/html" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicio_sobre_continuidad_de_funciones&amp;action=history"/>
	<updated>2026-07-17T08:12:25Z</updated>
	<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicio_sobre_continuidad_de_funciones&amp;diff=1301&amp;oldid=prev</id>
		<title>EliBV: /*Ejercicio de continuidad de funciones*/</title>
		<link rel="alternate" type="text/html" href="https://www.glc.us.es/~jalonso/SLEAM2010/index.php?title=Ejercicio_sobre_continuidad_de_funciones&amp;diff=1301&amp;oldid=prev"/>
		<updated>2011-05-08T18:30:18Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Ejercicio de continuidad de funciones&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Estudiar la continuidad de la función: f(x)=(x^2)/(x-1) en el punto de abcisas x=1.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&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;
1. Comprobamos si existe la función en el punto x=1. Para ello sustituimos el valor en la función:&lt;br /&gt;
&lt;br /&gt;
(%i1) f(x):= (x^2-x)/(x-1);&lt;br /&gt;
                                         2&lt;br /&gt;
                                        x  - x&lt;br /&gt;
(%o1)                           f(x) := ------&lt;br /&gt;
                                        x - 1&lt;br /&gt;
(%i2) f(1);&lt;br /&gt;
expt: undefined: 0 to a negative exponent.&lt;br /&gt;
#0: f(x=1)&lt;br /&gt;
 -- an error. To debug this try: debugmode(true);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Vemos que el programa nos advierte de que la funciónno está definida para dicho punto, por lo tanto, el dominio de dicha función es todo R excepto 1.&lt;br /&gt;
&lt;br /&gt;
2. Ahora comprobamos si existe el límite de la función en x=1.&lt;br /&gt;
&lt;br /&gt;
(%i3) limit((x^2)/(x-1), x, 1);&lt;br /&gt;
(%o3)                              infinity&lt;br /&gt;
&lt;br /&gt;
El líminte es infinito, por lo que es una discontinuidad evitable. Hacemos lo siguiente:&lt;br /&gt;
&lt;br /&gt;
(%i4) limit(x(x-1)/(x-1), x, 1);&lt;br /&gt;
                                       x(x - 1)&lt;br /&gt;
(%o4)                           limit  --------&lt;br /&gt;
                                x -&amp;gt; 1  x - 1&lt;br /&gt;
(%i5) limit(x, x, 1);&lt;br /&gt;
(%o5)                                  1&lt;br /&gt;
&lt;br /&gt;
El límite es igual a 1.&lt;br /&gt;
&lt;br /&gt;
Como conclusión tenemos que la función tiene una discontinuidad evitable en x=1, es decir, la función no tiene imágen en x=1 pero si tiene límite.&lt;/div&gt;</summary>
		<author><name>EliBV</name></author>
		
	</entry>
</feed>