Fundamentos de Análisis Real

Resoluciones

Resoluciones de ejercicios seleccionados de los trabajos practicos.

Sucesiones

Ejemplo 1 — Limite de cociente de polinomios (caso h<kh < k)

Sean f,gf, g funciones polinomicas de grados hh y kk respectivamente, con h<kh < k. Entonces limnf(n)g(n)=0\displaystyle\lim_{n \to \infty} \frac{f(n)}{g(n)} = 0.

Escribimos f(n)=i=0hainif(n) = \sum_{i=0}^{h} a_i n^i y g(n)=i=0kbinig(n) = \sum_{i=0}^{k} b_i n^i. Dividiendo numerador y denominador por nhn^h:

limnf(n)g(n)=limni=0haini/nhi=0kbini/nh\lim_{n \to \infty} \frac{f(n)}{g(n)} = \lim_{n \to \infty} \frac{\sum_{i=0}^{h} a_i n^{i}/n^h}{\sum_{i=0}^{k} b_i n^{i}/n^h}

Para el numerador, notamos que limnni=+\lim_{n \to \infty} n^i = +\infty si i>0i > 0, limnn0=1\lim_{n \to \infty} n^0 = 1, y limnni=0\lim_{n \to \infty} n^i = 0 si i<0i < 0 (en este ultimo caso, escribiendo j=ij = -i, se tiene ni=nj=1/njn^i = n^{-j} = 1/n^j y tomando n0>1/εjn_0 > \sqrt[j]{1/\varepsilon} se obtiene nj<εn^j < \varepsilon). Luego:

limni=0hainih=ah\lim_{n \to \infty} \sum_{i=0}^{h} a_i n^{i-h} = a_h

pues los terminos con i<hi < h tienen exponente negativo y tienden a 00.

El denominador, en cambio, tiende al infinito:

limni=0kbini/nh=limni=0hbinih+i=h+1kbini/nh\lim_{n \to \infty} \sum_{i=0}^{k} b_i n^{i}/n^h = \lim_{n \to \infty} \sum_{i=0}^{h} b_i n^{i-h} + \sum_{i=h+1}^{k} b_i n^{i}/n^h

Como limni=0hbinih=bh\lim_{n \to \infty} \sum_{i=0}^{h} b_i n^{i-h} = b_h y como limnbinih=+\lim_{n \to \infty} b_i n^{i-h} = +\infty para ih>0i - h > 0, se tiene que i=h+1kbini/nh\sum_{i=h+1}^{k} b_i n^{i}/n^h \to \infty.

Por lo tanto, limnf(n)g(n)=limnf(n)/nhg(n)/nh\displaystyle\lim_{n \to \infty} \frac{f(n)}{g(n)} = \lim_{n \to \infty} \frac{f(n)/n^h}{g(n)/n^h} donde f(n)/nhahf(n)/n^h \to a_h y g(n)/nhg(n)/n^h \to \infty, luego limnf(n)g(n)=0\displaystyle\lim_{n \to \infty} \frac{f(n)}{g(n)} = 0.

QED
Ejemplo 2 — Limite de cociente de polinomios (caso h>kh > k)

Sean f,gf, g funciones polinomicas de grados hh y kk respectivamente, con h>kh > k. Entonces limnf(n)g(n)=\displaystyle\lim_{n \to \infty} \left|\frac{f(n)}{g(n)}\right| = \infty.

Dividiendo numerador y denominador por nkn^k:

limnf(n)g(n)=limnf(n)/nkg(n)/nk\lim_{n \to \infty} \left|\frac{f(n)}{g(n)}\right| = \lim_{n \to \infty} \left|\frac{f(n)/n^k}{g(n)/n^k}\right|

Utilizando el desarrollo anterior, se obtiene que f(n)/nkf(n)/n^k \to \infty (pues hay terminos con exponente ik>0i - k > 0 para i>ki > k) y g(n)/nkbkg(n)/n^k \to b_k, con bkb_k constante.

De donde limnf(n)g(n)=\displaystyle\lim_{n \to \infty} \left|\frac{f(n)}{g(n)}\right| = \infty.

QED
Ejemplo 3 — Limite de cociente de polinomios (caso h=kh = k)

Sean f,gf, g funciones polinomicas de grado kk ambas, con coeficientes principales aka_k y bkb_k respectivamente. Entonces limnf(n)g(n)=akbk\displaystyle\lim_{n \to \infty} \frac{f(n)}{g(n)} = \frac{a_k}{b_k}.

Dividiendo numerador y denominador por nkn^k:

limnf(n)g(n)=limnf(n)/nkg(n)/nk\lim_{n \to \infty} \frac{f(n)}{g(n)} = \lim_{n \to \infty} \frac{f(n)/n^k}{g(n)/n^k}

Donde:

limnf(n)nk=limnak+i=0k1aini/nk=ak\lim_{n \to \infty} \frac{f(n)}{n^k} = \lim_{n \to \infty} a_k + \sum_{i=0}^{k-1} a_i n^{i}/n^k = a_k

Similarmente, en el denominador: limng(n)/nk=bk\displaystyle\lim_{n \to \infty} g(n)/n^k = b_k.

Entonces limnf(n)g(n)=akbk\displaystyle\lim_{n \to \infty} \frac{f(n)}{g(n)} = \frac{a_k}{b_k}.

QED
Ejemplo 4 — Sucesion positiva que tiende a cero tiene maximo

Sea (an)(a_n) una sucesion de terminos positivos tal que limnan=0\displaystyle\lim_{n \to \infty} a_n = 0. Entonces {an:nN}\{a_n : n \in \mathbb{N}\} tiene un maximo.

Por hipotesis, an<ε|a_n| < \varepsilon para nn suficientemente grande. Como an>0a_n > 0, se tiene an<εa_n < \varepsilon. Tomando ε=1\varepsilon = 1, existe n0Nn_0 \in \mathbb{N} tal que si nn0n \geq n_0, entonces an<1a_n < 1.

Consideremos la siguiente particion:

N={1,2,,n0}{n0+1,n0+2,}\mathbb{N} = \{1, 2, \ldots, n_0\} \cup \{n_0 + 1, n_0 + 2, \ldots\}

De donde:

{an:nN}={an:nn0}{an:n<n0}\{a_n : n \in \mathbb{N}\} = \{a_n : n \geq n_0\} \cup \{a_n : n < n_0\}

Sea M0=max({an:n<n0})M_0 = \max(\{a_n : n < n_0\}), que existe por ser un conjunto finito (se define de forma inductiva).

Tomando M=max({M0,1})M = \max(\{M_0, 1\}), por las dos observaciones anteriores se concluye que anMa_n \leq M para todo nNn \in \mathbb{N}.

QED
Ejemplo 5 — Convergencia de a1=3a_1 = \sqrt{3}, an+1=3+ana_{n+1} = \sqrt{3 + a_n}

La sucesion definida por a1=3a_1 = \sqrt{3} y an+1=3+ana_{n+1} = \sqrt{3 + a_n} es convergente, y su limite es 1+132\dfrac{1 + \sqrt{13}}{2}.

En efecto, es una sucesion recurrente donde an=3+3+3+a_n = \sqrt{3 + \sqrt{3 + \sqrt{3 + \cdots}}} (nn veces).

i) (an)(a_n) es creciente. Demostracion por induccion.

Caso base: a1=3<3+3=3+a1=a2a_1 = \sqrt{3} < \sqrt{3 + \sqrt{3}} = \sqrt{3 + a_1} = a_2.

Paso inductivo: supongamos que an1<ana_{n-1} < a_n. Entonces:

an1<an3+an1<3+an3+an1<3+anan<an+1a_{n-1} < a_n \Rightarrow 3 + a_{n-1} < 3 + a_n \Rightarrow \sqrt{3 + a_{n-1}} < \sqrt{3 + a_n} \Rightarrow a_n < a_{n+1}

Por el caso base y el paso inductivo, (an)(a_n) es estrictamente creciente.

ii) (an)(a_n) esta acotada superiormente. Demostracion por induccion: an<3a_n < 3 para todo nn.

Caso base: a1=3<3a_1 = \sqrt{3} < 3.

Paso inductivo: si an<3a_n < 3, entonces 3+an<3+3=63 + a_n < 3 + 3 = 6, luego an+1=3+an<6<3a_{n+1} = \sqrt{3 + a_n} < \sqrt{6} < 3.

Entonces 3<an<3\sqrt{3} < a_n < 3 para todo nNn \in \mathbb{N}.

iii) Calculo del limite. Por i) y ii), usando el criterio de monotonia, (an)(a_n) converge. Sea l=limnanl = \displaystyle\lim_{n \to \infty} a_n. Entonces:

l=3+ll = \sqrt{3 + l}

l2=3+ll^2 = 3 + l

l2l3=0l^2 - l - 3 = 0

l=1±1+122=1±132l = \frac{1 \pm \sqrt{1 + 12}}{2} = \frac{1 \pm \sqrt{13}}{2}

Como l>3>0l > \sqrt{3} > 0, se tiene l=1+132l = \dfrac{1 + \sqrt{13}}{2}.

QED
Ejemplo 6 — log(xy)=logx+logy\log(x \cdot y) = \log x + \log y

Sean x,yR>0x, y \in \mathbb{R}_{>0}. Entonces log(xy)=logx+logy\log(x \cdot y) = \log x + \log y.

Como eloge \circ \log es la identidad (es decir, elog(x)=xe^{\log(x)} = x), escribimos:

logx+logy=log(elogx+logy)=log(elogxelogy)\log x + \log y = \log\left(e^{\log x + \log y}\right) = \log\left(e^{\log x} \cdot e^{\log y}\right)

Por la propiedad ea+b=eaebe^{a+b} = e^a \cdot e^b:

logx+logy=log(xy)\log x + \log y = \log\left(x \cdot y\right)

Que era lo que queriamos demostrar.

QED
Ejemplo 7 — log(xy)=ylogx\log(x^y) = y \log x

Sea xR>0x \in \mathbb{R}_{>0} e yRy \in \mathbb{R}. Entonces log(xy)=ylogx\log(x^y) = y \log x.

Calculamos:

ylogx=log(eylogx)=log((elogx)y)=log(xy)y \log x = \log\left(e^{y \log x}\right) = \log\left((e^{\log x})^y\right) = \log(x^y)

Dado que (ea)b=eab(e^a)^b = e^{ab} y elogx=xe^{\log x} = x.

QED
Ejemplo 8 — Reciproco del criterio de Cauchy

Probar que si para todo pNp \in \mathbb{N} se cumple limn(an+pan)=0\displaystyle\lim_{n \to \infty} (a_{n+p} - a_n) = 0, entonces (an)(a_n) es de Cauchy.

Dado ε>0\varepsilon > 0, por hipotesis existe n0n_0 tal que si nn0n \geq n_0 entonces an+pan<ε|a_{n+p} - a_n| < \varepsilon para todo pNp \in \mathbb{N}.

Sean m,nn0m, n \geq n_0 con mnm \geq n. Si m=nm = n, entonces aman=0<ε|a_m - a_n| = 0 < \varepsilon. Si m>nm > n, escribimos m=n+pm = n + p para algun pNp \in \mathbb{N}. Luego:

aman=an+pan<ε|a_m - a_n| = |a_{n+p} - a_n| < \varepsilon

Por lo tanto, (an)(a_n) es de Cauchy.

QED
Ejemplo 9 — Cauchy implica lim(an+pan)=0\lim(a_{n+p} - a_n) = 0

Si (an)(a_n) es una sucesion de Cauchy, entonces para todo pNp \in \mathbb{N} se tiene limn(an+pan)=0\displaystyle\lim_{n \to \infty} (a_{n+p} - a_n) = 0.

Como (an)(a_n) es de Cauchy, para cada ε>0\varepsilon > 0 existe n0n_0 tal que si n,mn0n, m \geq n_0 entonces aman<ε|a_m - a_n| < \varepsilon.

Sea pNp \in \mathbb{N} fijo. Ponga m=n+p>nn0m = n + p > n \geq n_0, quedando que an+pan<ε|a_{n+p} - a_n| < \varepsilon.

Esto vale para todo nn0n \geq n_0, que es equivalente a limn(an+pan)=0\displaystyle\lim_{n \to \infty} (a_{n+p} - a_n) = 0.

QED
Ejemplo 10 — an=(1)na_n = (-1)^n no converge

La sucesion an=(1)na_n = (-1)^n no es convergente.

Supongamos que converge. Entonces toda subsucesion converge y tiene el mismo limite.

Tomemos las subsucesiones a2na_{2n} y a2n+1a_{2n+1}:

limna2n=limn(1)2n=limn1=1\lim_{n \to \infty} a_{2n} = \lim_{n \to \infty} (-1)^{2n} = \lim_{n \to \infty} 1 = 1

limna2n+1=limn(1)2n+1=limn(1)=1\lim_{n \to \infty} a_{2n+1} = \lim_{n \to \infty} (-1)^{2n+1} = \lim_{n \to \infty} (-1) = -1

Como 111 \neq -1, las dos subsucesiones tienen limites distintos, lo cual es una contradiccion. Por lo tanto, (an)(a_n) no converge.

QED

Limites y Continuidad

Ejemplo 11 — limx3(2x+4)=2\lim_{x \to 3} (-2x + 4) = -2

Demostrar por definicion que limx3(2x+4)=2\displaystyle\lim_{x \to 3} (-2x + 4) = -2.

Queremos demostrar que para todo ε>0\varepsilon > 0 existe δ>0\delta > 0 tal que si 0<x3<δ0 < |x - 3| < \delta entonces f(x)(2)<ε|f(x) - (-2)| < \varepsilon.

Calculamos:

f(x)(2)=2x+4+2=2x+6=2x6=2x3|f(x) - (-2)| = |{-2x + 4 + 2}| = |{-2x + 6}| = |2x - 6| = 2|x - 3|

Tomando δ=ε/2\delta = \varepsilon / 2, si x3<δ|x - 3| < \delta entonces:

x3<ε22x3<ε2x+4(2)<ε|x - 3| < \frac{\varepsilon}{2} \Rightarrow 2|x - 3| < \varepsilon \Rightarrow |{-2x + 4} - ({-2})| < \varepsilon

QED
Ejemplo 12 — limx32x2=18\lim_{x \to 3} 2x^2 = 18

Demostrar por definicion que limx32x2=18\displaystyle\lim_{x \to 3} 2x^2 = 18.

Sea ε>0\varepsilon > 0. Queremos encontrar δ\delta tal que si 0<x3<δ0 < |x - 3| < \delta entonces 2x218<ε|2x^2 - 18| < \varepsilon.

Calculo guia:

2x218=2x29=2x+3x3|2x^2 - 18| = 2|x^2 - 9| = 2|x + 3||x - 3|

Ponga δ<1\delta < 1, entonces x3<1|x - 3| < 1, es decir 1<x3<1-1 < x - 3 < 1, o sea 2<x<42 < x < 4. Luego 5<x+3<75 < x + 3 < 7, por lo que x+3<7|x + 3| < 7.

Entonces:

2x+3x3<x372=14x32|x + 3||x - 3| < |x - 3| \cdot 7 \cdot 2 = 14|x - 3|

Ponga δ=min(1,ε/14)\delta = \min(1, \varepsilon/14). Luego x3<ε/14|x - 3| < \varepsilon/14 implica 2x218<x314<ε|2x^2 - 18| < |x - 3| \cdot 14 < \varepsilon.

QED
Ejemplo 13 — limx4x=2\lim_{x \to 4} \sqrt{x} = 2

Demostrar por definicion que limx4x=2\displaystyle\lim_{x \to 4} \sqrt{x} = 2.

Sea ε>0\varepsilon > 0. Queremos encontrar δ\delta tal que si 0<x4<δ0 < |x - 4| < \delta entonces x2<ε|\sqrt{x} - 2| < \varepsilon.

Como x0x \geq 0, podemos factorizar:

x4=(x+2)(x2)=x+2x2|x - 4| = |(\sqrt{x} + 2)(\sqrt{x} - 2)| = |\sqrt{x} + 2||\sqrt{x} - 2|

Si δ<3\delta < 3, entonces 3<x4<3-3 < x - 4 < 3, es decir 1<x<71 < x < 7, luego 1<x<71 < \sqrt{x} < \sqrt{7}, por lo que 3<x+2<7+23 < \sqrt{x} + 2 < \sqrt{7} + 2.

Entonces x+2>3|\sqrt{x} + 2| > 3, de donde x+2x2>3x2|\sqrt{x} + 2||\sqrt{x} - 2| > 3|\sqrt{x} - 2|.

Luego 3x2<x4<δ3|\sqrt{x} - 2| < |x - 4| < \delta.

Ponga δ=min(3,3ε)\delta = \min(3, 3\varepsilon). Entonces 3x2<3ε3|\sqrt{x} - 2| < 3\varepsilon, por lo que x2<ε|\sqrt{x} - 2| < \varepsilon.

QED
Ejemplo 14 — limx2x+1x+3=35\lim_{x \to 2} \frac{x+1}{x+3} = \frac{3}{5}

Demostrar por definicion que limx2x+1x+3=35\displaystyle\lim_{x \to 2} \frac{x+1}{x+3} = \frac{3}{5}.

Dado ε>0\varepsilon > 0, queremos δ\delta tal que si 0<x2<δ0 < |x - 2| < \delta entonces x+1x+335<ε\left|\frac{x+1}{x+3} - \frac{3}{5}\right| < \varepsilon.

Simplifiquemos:

x+1x+335=5x+53x95x+15=2x45(x+3)=25x2x+3\left|\frac{x+1}{x+3} - \frac{3}{5}\right| = \left|\frac{5x + 5 - 3x - 9}{5x + 15}\right| = \left|\frac{2x - 4}{5(x + 3)}\right| = \frac{2}{5} \cdot \frac{|x - 2|}{|x + 3|}

Si δ<1\delta < 1, entonces 1<x2<1-1 < x - 2 < 1, luego 4<x+3<64 < x + 3 < 6, por lo que x+3>4|x + 3| > 4, y entonces 1x+3<14\frac{1}{|x+3|} < \frac{1}{4}.

Luego:

25x2x+3<x21425=x210\frac{2}{5} \cdot \frac{|x - 2|}{|x + 3|} < |x - 2| \cdot \frac{1}{4} \cdot \frac{2}{5} = \frac{|x-2|}{10}

Ponga δ=min(1,10ε)\delta = \min(1, 10\varepsilon). Entonces x2<10ε|x - 2| < 10\varepsilon, de donde x2/10<ε|x - 2|/10 < \varepsilon, y por lo tanto x+1x+335<ε\left|\frac{x+1}{x+3} - \frac{3}{5}\right| < \varepsilon.

QED
Ejemplo 15 — f=gf = g cerca de x0x_0 implica mismo limite

Sean f,g:(a,b)Rf, g : (a,b) \to \mathbb{R} con limxx0g(x)=l\displaystyle\lim_{x \to x_0} g(x) = l, y existe δ0>0\delta_0 > 0 tal que si 0<xx0<δ00 < |x - x_0| < \delta_0 entonces f(x)=g(x)f(x) = g(x). Demostrar que limxx0f(x)=l\displaystyle\lim_{x \to x_0} f(x) = l.

Por construccion, sea ε>0\varepsilon > 0 arbitrario. Como limxx0g(x)=l\displaystyle\lim_{x \to x_0} g(x) = l, existe δ1>0\delta_1 > 0 tal que si 0<xx0<δ10 < |x - x_0| < \delta_1 entonces g(x)l<ε|g(x) - l| < \varepsilon.

Ponga δ=min(δ0,δ1)\delta = \min(\delta_0, \delta_1). Entonces, si 0<xx0<δ0 < |x - x_0| < \delta, se sostiene g(x)l<ε|g(x) - l| < \varepsilon y se sostiene la hipotesis f(x)=g(x)f(x) = g(x). Reemplazando se obtiene:

f(x)l<ε|f(x) - l| < \varepsilon

QED
Ejemplo 16 — limf(x)=l\lim f(x) = l implica limcf(x)=cl\lim cf(x) = cl

Demostrar que si limxx0f(x)=l\displaystyle\lim_{x \to x_0} f(x) = l entonces limxx0cf(x)=cl\displaystyle\lim_{x \to x_0} cf(x) = c \cdot l para todo cRc \in \mathbb{R}.

Caso c=0c = 0: es trivial, pues limxx00f(x)=limxx00=0=0l\displaystyle\lim_{x \to x_0} 0 \cdot f(x) = \lim_{x \to x_0} 0 = 0 = 0 \cdot l. Dado un ε>0\varepsilon > 0, 0f(x)=0=0<ε|0 \cdot f(x)| = |0| = 0 < \varepsilon.

Caso c0c \neq 0: sea εR>0\varepsilon \in \mathbb{R}_{>0}. Como limxx0f(x)=l\displaystyle\lim_{x \to x_0} f(x) = l, existe δ>0\delta > 0 tal que si 0<xx0<δ0 < |x - x_0| < \delta entonces f(x)l<εc|f(x) - l| < \frac{\varepsilon}{|c|}.

Multiplicando por c|c|, tenemos:

cf(x)l=cf(x)cl<ε|c||f(x) - l| = |cf(x) - cl| < \varepsilon

QED
Ejemplo 17 — lim(f+g)=l1+l2\lim(f + g) = l_1 + l_2

Dados limxx0f(x)=l1\displaystyle\lim_{x \to x_0} f(x) = l_1 y limxx0g(x)=l2\displaystyle\lim_{x \to x_0} g(x) = l_2, demostrar que limxx0(f(x)+g(x))=l1+l2\displaystyle\lim_{x \to x_0} (f(x) + g(x)) = l_1 + l_2.

Sea ε>0\varepsilon > 0. Por hipotesis, existe δ1>0\delta_1 > 0 tal que si 0<xx0<δ10 < |x - x_0| < \delta_1 entonces f(x)l1<ε/2|f(x) - l_1| < \varepsilon/2, y existe δ2>0\delta_2 > 0 tal que si 0<xx0<δ20 < |x - x_0| < \delta_2 entonces g(x)l2<ε/2|g(x) - l_2| < \varepsilon/2.

Ponga δ=min(δ1,δ2)\delta = \min(\delta_1, \delta_2) y sume las desigualdades para obtener: si 0<xx0<δ0 < |x - x_0| < \delta entonces f(x)l1+g(x)l2<ε|f(x) - l_1| + |g(x) - l_2| < \varepsilon.

Por desigualdad del triangulo:

(f(x)+g(x))(l1+l2)f(x)l1+g(x)l2<ε|(f(x) + g(x)) - (l_1 + l_2)| \leq |f(x) - l_1| + |g(x) - l_2| < \varepsilon

QED
Ejemplo 18 — limf(x)=l\lim f(x) = l implica limf(x)=l\lim |f(x)| = |l|

Dado limxaf(x)=l\displaystyle\lim_{x \to a} f(x) = l, demostrar que limxaf(x)=l\displaystyle\lim_{x \to a} |f(x)| = |l|.

Lema: uvuv||u| - |v|| \leq |u - v|.

  1. u+vv=uuv+v|u + v - v| = |u| \leq |u - v| + |v|, luego uvuv|u| - |v| \leq |u - v|.

  2. v+uu=vvu+u|v + u - u| = |v| \leq |v - u| + |u|, luego vuvu=uv|v| - |u| \leq |v - u| = |u - v|, es decir (uv)uv-(|u| - |v|) \leq |u - v|.

De 1) y 2): uvuvuv-|u - v| \leq |u| - |v| \leq |u - v|, por lo tanto uvuv||u| - |v|| \leq |u - v|.

Sea ε>0\varepsilon > 0. Por hipotesis, existe δ>0\delta > 0 tal que si 0<xa<δ0 < |x - a| < \delta entonces f(x)l<ε|f(x) - l| < \varepsilon. Poniendo u=f(x)u = f(x), v=lv = l:

f(x)lf(x)l<ε||f(x)| - |l|| \leq |f(x) - l| < \varepsilon

QED
Ejemplo 19 — La funcion de Dirichlet no es continua en ningun punto

Sea f:RRf : \mathbb{R} \to \mathbb{R} definida por f(x)=1f(x) = 1 si xQx \in \mathbb{Q} y f(x)=0f(x) = 0 si xRQx \in \mathbb{R} - \mathbb{Q}. Entonces ff no es continua en ningun punto.

Caso 1: x0x_0 racional. Suponga que ff es continua en x0x_0. Entonces f(x0)=1f(x_0) = 1. Para todo ε>0\varepsilon > 0 existe δ>0\delta > 0 tal que si 0<xx0<δ0 < |x - x_0| < \delta entonces f(x)1<ε|f(x) - 1| < \varepsilon.

Ponga ε=1/2>0\varepsilon = 1/2 > 0. Existe δ>0\delta > 0 tal que si 0<xx0<δ0 < |x - x_0| < \delta entonces f(x)1<1/2|f(x) - 1| < 1/2.

Por definicion de valor absoluto, 0<xx0<δ0 < |x - x_0| < \delta es lo mismo que x0δ<x<x0+δx_0 - \delta < x < x_0 + \delta. Sea a=x0δa = x_0 - \delta, b=x0+δb = x_0 + \delta. Como 0<2<20 < \sqrt{2} < 2, se tiene 0<(ba)2/2<(ba)0 < (b-a)\sqrt{2}/2 < (b-a), por lo que a<a+(ba)2/2<ba < a + (b-a)\sqrt{2}/2 < b.

Ponga x=a+(ba)2/2x = a + (b-a)\sqrt{2}/2. Se tiene 0<xx0<δ0 < |x - x_0| < \delta. Pero xRQx \in \mathbb{R} - \mathbb{Q}, por lo que f(x)=0f(x) = 0, y entonces 01=1<1/2|0 - 1| = 1 < 1/2. Contradiccion.

Caso 2: x0x_0 irracional. Suponga que ff es continua en x0x_0. Entonces limtx0f(t)=f(x0)=0\displaystyle\lim_{t \to x_0} f(t) = f(x_0) = 0. Para todo ε>0\varepsilon > 0 existe δ>0\delta > 0 tal que si 0<xx0<δ0 < |x - x_0| < \delta entonces f(x)<ε|f(x)| < \varepsilon.

Ponga ε=1/2\varepsilon = 1/2. Existe δ>0\delta > 0 tal que si 0<xx0<δ0 < |x - x_0| < \delta entonces f(x)<1/2|f(x)| < 1/2. Sea a=x0δa = x_0 - \delta, b=x0+δb = x_0 + \delta. Por principio de Arquimedes, existe n>1/(ba)n > 1/(b-a), luego n(ba)>1n(b-a) > 1, es decir bnan>1bn - an > 1. Como a<ba < b, tenemos an<bnan < bn, luego entre anan y bnbn hay un entero mm. Entonces a<m/n<ba < m/n < b.

Tenemos 0<m/nx0<δ0 < |m/n - x_0| < \delta, y como m/nQm/n \in \mathbb{Q}, f(m/n)=1f(m/n) = 1, por lo que 1=1<1/2|1| = 1 < 1/2. Contradiccion.

Por los casos 1 y 2, ff no es continua en ningun punto.

QED

Derivadas

Ejemplo 20 — Derivadas laterales de x2sin(1/x)x^2\sin(1/x) en x0=0x_0 = 0

Sea f(x)=x2sin(1/x)f(x) = x^2 \sin(1/x) si x0x \neq 0 y f(0)=0f(0) = 0. Analizar la existencia de las derivadas laterales y de la derivada en x0=0x_0 = 0.

Derivada lateral derecha:

limx0+f(x)f(0)x0=limx0+x2sin(1/x)x=limx0+xsin(1/x)\lim_{x \to 0^+} \frac{f(x) - f(0)}{x - 0} = \lim_{x \to 0^+} \frac{x^2 \sin(1/x)}{x} = \lim_{x \to 0^+} x \sin(1/x)

Como xsin(1/x)x0|x \sin(1/x)| \leq |x| \to 0, se tiene que este limite vale 00. Alternativamente, limx0+sin(1/x)1/x=1\displaystyle\lim_{x \to 0^+} \frac{\sin(1/x)}{1/x} = 1 por limite notable, luego la derivada lateral derecha es 11.

Derivada lateral izquierda:

limx0x2sin(1/x)x=limx0xsin(1/x)\lim_{x \to 0^-} \frac{x^2 \sin(1/x)}{x} = \lim_{x \to 0^-} x \sin(1/x)

Como x0x \to 0^-, hacemos x=xx' = -x con x0+x' \to 0^+:

limx0+(x)2sin(1/x)x=limx0+xsin(1/x)=1\lim_{x' \to 0^+} \frac{(-x')^2 \sin(-1/x')}{-x'} = -\lim_{x' \to 0^+} x' \sin(1/x') = -1

por limite notable. Luego la derivada lateral izquierda es 1-1.

Como las derivadas laterales no coinciden (111 \neq -1), no existe la derivada en x=0x = 0.

QED
Ejemplo 21 — ff derivable en x0x_0 implica cfcf derivable con (cf)=cf(cf)' = cf'

Demostrar que si ff es derivable en x0x_0 y cRc \in \mathbb{R}, entonces (cf)(x)(cf)(x) es derivable en x0x_0 y (cf)(x0)=cf(x0)(cf)'(x_0) = cf'(x_0).

Por hipotesis:

limxx0f(x)f(x0)xx0=f(x0)\lim_{x \to x_0} \frac{f(x) - f(x_0)}{x - x_0} = f'(x_0)

Luego:

limxx0cf(x)f(x0)xx0=cf(x0)\lim_{x \to x_0} c \cdot \frac{f(x) - f(x_0)}{x - x_0} = c \cdot f'(x_0)

limxx0cf(x)cf(x0)xx0=cf(x0)\Rightarrow \lim_{x \to x_0} \frac{cf(x) - cf(x_0)}{x - x_0} = cf'(x_0)

Que es lo que se queria demostrar.

QED
Ejemplo 22 — Igualdad local implica misma derivada

Sean f,g:(a,b)Rf, g : (a,b) \to \mathbb{R}, g(x0)g'(x_0) definida, y existe δ>0\delta > 0 tal que si xx0<δ|x - x_0| < \delta entonces f(x)=g(x)f(x) = g(x). Demostrar que f(x0)=g(x0)f'(x_0) = g'(x_0).

Por hipotesis existe el limite:

limxx0g(x)g(x0)xx0=g(x0)\lim_{x \to x_0} \frac{g(x) - g(x_0)}{x - x_0} = g'(x_0)

Por definicion, para todo ε>0\varepsilon > 0 existe δ>0\delta'' > 0 tal que si 0<xx0<δ0 < |x - x_0| < \delta'' entonces:

g(x)g(x0)xx0g(x0)<ε\left|\frac{g(x) - g(x_0)}{x - x_0} - g'(x_0)\right| < \varepsilon

Tomamos δ=min(δ,δ)\delta' = \min(\delta, \delta''). Si 0<xx0<δ0 < |x - x_0| < \delta', tenemos que f(x)=g(x)f(x) = g(x) (por hipotesis) y la desigualdad anterior. Reemplazamos:

f(x)f(x0)xx0g(x0)<ε\left|\frac{f(x) - f(x_0)}{x - x_0} - g'(x_0)\right| < \varepsilon

Esto es limxx0f(x)f(x0)xx0=f(x0)=g(x0)\displaystyle\lim_{x \to x_0} \frac{f(x) - f(x_0)}{x - x_0} = f'(x_0) = g'(x_0).

QED
Ejemplo 23 — Derivada de x\sqrt{x} y no existencia de derivada lateral en 00

Sea f:R>0Rf : \mathbb{R}_{>0} \to \mathbb{R} tal que f(x)=xf(x) = \sqrt{x}. Entonces f(x)=12xf'(x) = \frac{1}{2\sqrt{x}} y no existe la derivada lateral por la derecha en x0=0x_0 = 0.

Calculamos f(x)f'(x) por definicion:

f(x)=limtxf(x)f(t)xt=limtxxtxtf'(x) = \lim_{t \to x} \frac{f(x) - f(t)}{x - t} = \lim_{t \to x} \frac{\sqrt{x} - \sqrt{t}}{x - t}

Multiplicando y dividiendo por el conjugado (x+t)(\sqrt{x} + \sqrt{t}):

=limtx(xt)(x+t)(xt)(x+t)=limtxxt(xt)(x+t)= \lim_{t \to x} \frac{(\sqrt{x} - \sqrt{t})(\sqrt{x} + \sqrt{t})}{(x - t)(\sqrt{x} + \sqrt{t})} = \lim_{t \to x} \frac{|x| - |t|}{(x - t)(\sqrt{x} + \sqrt{t})}

=limtxxt(xt)(x+t)=limtx1x+t=12x= \lim_{t \to x} \frac{x - t}{(x - t)(\sqrt{x} + \sqrt{t})} = \lim_{t \to x} \frac{1}{\sqrt{x} + \sqrt{t}} = \frac{1}{2\sqrt{x}}

Derivada lateral en x0=0x_0 = 0: calculamos

limx0+12x=+\lim_{x \to 0^+} \frac{1}{2\sqrt{x}} = +\infty

pues dado K>0K > 0, queremos δ>0\delta > 0 tal que x<δ|x| < \delta implica 12x>K\frac{1}{2\sqrt{x}} > K.

Ponga δ=14K2\delta = \frac{1}{4K^2}. Entonces x<14K2|x| < \frac{1}{4K^2} implica x<12K\sqrt{x} < \frac{1}{2K}, por lo que 12x>K\frac{1}{2\sqrt{x}} > K.

Luego, como el limite de la derivada lateral no es finito, la derivada lateral f+(0)f'_+(0) no existe.

QED
Ejemplo 24 — Si ff es impar, ff' es par; si ff es par, ff' es impar

Sea ff derivable.

1) ff impar \Rightarrow ff' es par.

Suponga f(x)=f(x)f(-x) = -f(x). Calculamos:

f(x0)=limxx0f(x)f(x0)x(x0)f'(-x_0) = \lim_{x \to -x_0} \frac{f(x) - f(-x_0)}{x - (-x_0)}

Cambio de variable: u=xu = -x, xx0x \to -x_0 entonces ux0u \to x_0:

f(x0)=limux0f(u)f(x0)u+x0=limux0f(u)+f(x0)(ux0)=limux0f(u)f(x0)ux0=f(x0)f'(-x_0) = \lim_{u \to x_0} \frac{f(-u) - f(-x_0)}{-u + x_0} = \lim_{u \to x_0} \frac{-f(u) + f(x_0)}{-(u - x_0)} = \lim_{u \to x_0} \frac{f(u) - f(x_0)}{u - x_0} = f'(x_0)

Luego f(x0)=f(x0)f'(-x_0) = f'(x_0), es decir, ff' es par.

2) ff par \Rightarrow ff' es impar.

Suponga f(x)=f(x)f(-x) = f(x). Calculamos:

f(x0)=limxx0f(x)f(x0)x(x0)f'(-x_0) = \lim_{x \to -x_0} \frac{f(x) - f(-x_0)}{x - (-x_0)}

Cambio de variable: u=xu = -x, ux0u \to x_0:

f(x0)=limux0f(u)f(x0)u(x0)=limux0f(u)f(x0)(ux0)=limux0f(u)f(x0)ux0=f(x0)f'(-x_0) = \lim_{u \to x_0} \frac{f(-u) - f(-x_0)}{-u - (-x_0)} = \lim_{u \to x_0} \frac{f(u) - f(x_0)}{-(u - x_0)} = -\lim_{u \to x_0} \frac{f(u) - f(x_0)}{u - x_0} = -f'(x_0)

Luego f(x0)=f(x0)f'(-x_0) = -f'(x_0), es decir, ff' es impar.

QED
Ejemplo 25 — cosh2xsinh2x=1\cosh^2 x - \sinh^2 x = 1

Demostrar que cosh2xsinh2x=1\cosh^2 x - \sinh^2 x = 1.

Calculamos:

(coshx)2=(ex+ex2)2=e2x+e2x+2exex4(\cosh x)^2 = \left(\frac{e^x + e^{-x}}{2}\right)^2 = \frac{e^{2x} + e^{-2x} + 2e^x e^{-x}}{4}

(sinhx)2=(exex2)2=e2x+e2x2exex4(\sinh x)^2 = \left(\frac{e^x - e^{-x}}{2}\right)^2 = \frac{e^{2x} + e^{-2x} - 2e^x e^{-x}}{4}

Restando:

(coshx)2(sinhx)2=4exex4=exex=exx=e0=1(\cosh x)^2 - (\sinh x)^2 = \frac{4e^x e^{-x}}{4} = e^x \cdot e^{-x} = e^{x - x} = e^0 = 1

QED
Ejemplo 26 — Derivada de lnx\ln|x|

Demostrar que si f(x)=lnxf(x) = \ln|x| entonces f(x)=1/xf'(x) = 1/x para todo x0x \neq 0.

Caso 1: x>0x > 0. Entonces f(x)=lnxf(x) = \ln x. Por definicion:

f(x)=limh0ln(x+h)ln(x)h=limh01hln(x+hx)f'(x) = \lim_{h \to 0} \frac{\ln(x + h) - \ln(x)}{h} = \lim_{h \to 0} \frac{1}{h} \ln\left(\frac{x+h}{x}\right)

=limh0ln(x+hx)1/h=limh0ln(1+hx)1hxx= \lim_{h \to 0} \ln\left(\frac{x+h}{x}\right)^{1/h} = \lim_{h \to 0} \ln\left(1 + \frac{h}{x}\right)^{\frac{1}{h} \cdot \frac{x}{x}}

=limh01xln(1+hx)x/h=1xln(e)=1x= \lim_{h \to 0} \frac{1}{x} \ln\left(1 + \frac{h}{x}\right)^{x/h} = \frac{1}{x} \ln(e) = \frac{1}{x}

Caso 2: x0<0x_0 < 0. Entonces f(x0)=ln(x0)=f(x0)f(x_0) = \ln(-x_0) = f(-x_0), pues x0=x0|x_0| = -x_0.

f(x0)=limxx0f(x)f(x0)xx0=limxx0f(x)f(x0)xx0f'(x_0) = \lim_{x \to x_0} \frac{f(x) - f(x_0)}{x - x_0} = \lim_{x \to x_0} \frac{f(-x) - f(-x_0)}{x - x_0}

Ponga u=xu = -x, ux0u \to -x_0 cuando xx0x \to x_0:

f(x0)=limux0f(u)f(x0)ux0=limux0f(u)f(x0)u(x0)=f(x0)=1x0=1x0f'(x_0) = \lim_{u \to -x_0} \frac{f(u) - f(-x_0)}{-u - x_0} = -\lim_{u \to -x_0} \frac{f(u) - f(-x_0)}{u - (-x_0)} = -f'(-x_0) = -\frac{1}{-x_0} = \frac{1}{x_0}

QED
Ejemplo 27 — Rolle no se cumple para f(x)=(x3)23f(x) = \sqrt[3]{(x-3)^2}

Probar que la funcion f(x)=(x3)23f(x) = \sqrt[3]{(x-3)^2} satisface f(1)=f(5)f(1) = f(5) pero no existe c(1,5)c \in (1,5) tal que f(c)=0f'(c) = 0. Explicar por que no se cumple el teorema de Rolle.

Calculamos:

f(1)=(13)23=43,f(5)=(53)23=43f(1) = \sqrt[3]{(1-3)^2} = \sqrt[3]{4}, \quad f(5) = \sqrt[3]{(5-3)^2} = \sqrt[3]{4}

Luego f(1)=f(5)f(1) = f(5). La funcion ff tiene que ser continua en [1,5][1,5] y derivable en (1,5)(1,5) para aplicar Rolle. Escribimos f(x)=(x3)2/3f(x) = (x-3)^{2/3} y calculamos la derivada:

(x3)2/3(33)2/3=(x3)2/3(x-3)^{2/3} - (3-3)^{2/3} = (x-3)^{2/3}

(x3)2/3x3=(x3)2/3(x3)3/3=(x3)2/33/3=(x3)1/3=1(x3)1/3\frac{(x-3)^{2/3}}{x - 3} = \frac{(x-3)^{2/3}}{(x-3)^{3/3}} = (x-3)^{2/3 - 3/3} = (x-3)^{-1/3} = \frac{1}{(x-3)^{1/3}}

Luego:

limx3(x3)2/3(33)2/3x3=limx31(x3)1/3=\lim_{x \to 3} \frac{(x-3)^{2/3} - (3-3)^{2/3}}{x - 3} = \lim_{x \to 3} \frac{1}{(x-3)^{1/3}} = \infty

Por lo tanto, ff no es derivable en x=3x = 3, luego no se cumple la hipotesis del teorema de Rolle (derivabilidad en todo punto del intervalo abierto).

QED

Integrales

Ejemplo 28 — supAinfB\sup A \leq \inf B cuando aba \leq b para todo aAa \in A, bBb \in B

Sean A,BRA, B \subset \mathbb{R} no vacios tales que aba \leq b para todo aAa \in A y todo bBb \in B. Demostrar que supAinfB\sup A \leq \inf B.

Como A,BA, B \neq \varnothing, existe bBb \in B y para todo aAa \in A, aba \leq b. Luego AA es acotado superiormente, por lo que existe supA\sup A.

Similarmente, existe infB\inf B.

Por propiedad de supremo e infimo: supAb\sup A \leq b para todo bBb \in B (pues bb es cota superior de AA).

Luego supA\sup A es cota inferior de BB, por lo que supAinfB\sup A \leq \inf B.

QED
Ejemplo 29 — Integrabilidad a partir de sucesion de particiones

Sea f:[a,b]Rf : [a,b] \to \mathbb{R} acotada. Suponga que (πn)(\pi_n) es una sucesion de particiones de [a,b][a,b] con n+1n+1 puntos, π1={a,b}\pi_1 = \{a, b\}, y que limnsπn(f)=limnSπn(f)\displaystyle\lim_{n \to \infty} s_{\pi_n}(f) = \lim_{n \to \infty} S_{\pi_n}(f). Demostrar que ff es integrable en [a,b][a,b].

Queremos probar que para todo ε>0\varepsilon > 0 existe una particion π\pi de [a,b][a,b] tal que Sπ(f)sπ(f)<εS_\pi(f) - s_\pi(f) < \varepsilon.

Por definicion de limite, llamemos II al limite comun:

Para todo ε>0\varepsilon > 0 existe n1Nn_1 \in \mathbb{N} tal que si nn1n \geq n_1 entonces SπnI<ε/2|S_{\pi_n} - I| < \varepsilon/2.

Para todo ε>0\varepsilon > 0 existe n2Nn_2 \in \mathbb{N} tal que si nn2n \geq n_2 entonces sπnI<ε/2|s_{\pi_n} - I| < \varepsilon/2.

Luego ε/2<SπnI<ε/2-\varepsilon/2 < S_{\pi_n} - I < \varepsilon/2 y ε/2>Isπn>ε/2\varepsilon/2 > I - s_{\pi_n} > -\varepsilon/2, de donde:

SπnI+Isπn<ε/2+ε/2S_{\pi_n} - I + I - s_{\pi_n} < \varepsilon/2 + \varepsilon/2

Sπnsπn<ε\Rightarrow S_{\pi_n} - s_{\pi_n} < \varepsilon

QED
Ejemplo 30 — abxdx=(b2a2)/2\int_a^b x\,dx = (b^2 - a^2)/2

Probar que abxdx=b2a22\displaystyle\int_a^b x\,dx = \frac{b^2 - a^2}{2}.

Sea h=bah = b - a. Tomamos la particion regular πn={a,a+h/n,a+2h/n,,a+nh/n}\pi_n = \{a, a + h/n, a + 2h/n, \ldots, a + nh/n\}.

Como f(x)=xf(x) = x es estrictamente creciente, el infimo de ff en [xi1,xi][x_{i-1}, x_i] es en xi1x_{i-1} y el supremo es en xix_i.

Suma inferior:

sπn=i=1nf(xi1)hn=hni=1na+(i1)hns_{\pi_n} = \sum_{i=1}^{n} f(x_{i-1}) \cdot \frac{h}{n} = \frac{h}{n} \sum_{i=1}^{n} \frac{a + (i-1)h}{n}

Donde xi1=a+(i1)h/nx_{i-1} = a + (i-1)h/n.

sπn=hn(an+hni=1n(i1))=hn(an+hnn(n1)2)s_{\pi_n} = \frac{h}{n}\left(an + \frac{h}{n} \sum_{i=1}^{n} (i-1)\right) = \frac{h}{n}\left(an + \frac{h}{n} \cdot \frac{n(n-1)}{2}\right)

=ah+h2n2n2n2=ah+h2(n2n)2n2= ah + \frac{h^2}{n^2} \cdot \frac{n^2 - n}{2} = ah + \frac{h^2(n^2 - n)}{2n^2}

Tomando limite:

limnsπn=ah+h22=a(ba)+(ba)22=2ab2a2+b22ab+a22=b2a22\lim_{n \to \infty} s_{\pi_n} = ah + \frac{h^2}{2} = a(b-a) + \frac{(b-a)^2}{2} = \frac{2ab - 2a^2 + b^2 - 2ab + a^2}{2} = \frac{b^2 - a^2}{2}

Suma superior:

Sπn=hni=1nf(xi)=hni=1na+ihn=hn(an+hnn(n+1)2)S_{\pi_n} = \frac{h}{n} \sum_{i=1}^{n} f(x_i) = \frac{h}{n} \sum_{i=1}^{n} \frac{a + ih}{n} = \frac{h}{n}\left(an + \frac{h}{n} \cdot \frac{n(n+1)}{2}\right)

=ah+h2(n2+n)2n2= ah + \frac{h^2(n^2 + n)}{2n^2}

limnSπn=ah+h22=b2a22\lim_{n \to \infty} S_{\pi_n} = ah + \frac{h^2}{2} = \frac{b^2 - a^2}{2}

Como limsπn=limSπn=b2a22\lim s_{\pi_n} = \lim S_{\pi_n} = \frac{b^2 - a^2}{2}, la funcion f(x)=xf(x) = x es integrable en [a,b][a,b] y abxdx=b2a22\displaystyle\int_a^b x\,dx = \frac{b^2 - a^2}{2}.

QED
Ejemplo 31 — f0f \geq 0 implica integral inferior no negativa

Sea f:[a,b]Rf : [a,b] \to \mathbb{R} acotada y tal que f(x)0f(x) \geq 0 para todo x[a,b]x \in [a,b]. Demostrar que ab~f(x)dx0\displaystyle\int_a^{\tilde{b}} f(x)\,dx \geq 0 y, si ff es integrable, abf(x)dx0\displaystyle\int_a^b f(x)\,dx \geq 0.

Por construccion, si π,π\pi, \pi' son particiones de [a,b][a,b]:

sπ(f)ab~f(x)dxabf(x)dxSπ(f)s_\pi(f) \leq \int_a^{\tilde{b}} f(x)\,dx \leq \int_a^b f(x)\,dx \leq S_{\pi'}(f)

Donde sπ(f)=πiπinfπi(f)l(πi)s_\pi(f) = \sum_{\pi_i \in \pi} \inf_{\pi_i}(f) \cdot l(\pi_i) con l(πi)=titi1>0l(\pi_i) = t_i - t_{i-1} > 0.

Como f(x)0f(x) \geq 0 para todo x[a,b]x \in [a,b], en particular f(x)0f(x) \geq 0 para todo xπix \in \pi_i. Tenemos que 00 es cota inferior de {f(x):xπi}\{f(x) : x \in \pi_i\}, por lo que 0infπi(f)l(πi)0 \leq \inf_{\pi_i}(f) \cdot l(\pi_i).

Luego 0ab~f(x)dxabf(x)dx0 \leq \int_a^{\tilde{b}} f(x)\,dx \leq \int_a^b f(x)\,dx.

Si ff es integrable en [a,b][a,b], entonces abf(x)dx=ab~f(x)dx=abf(x)dx0\int_a^b f(x)\,dx = \int_a^{\tilde{b}} f(x)\,dx = \int_a^b f(x)\,dx \geq 0.

QED
Ejemplo 32 — f(x)=1f(x) = 1 salvo en x=1x=1 es integrable con integral 11

Sea f:[0,1]Rf : [0,1] \to \mathbb{R} tal que f(x)=1f(x) = 1 si x1x \neq 1 y f(1)=0f(1) = 0. Probar que ff es integrable en [0,1][0,1] y 01f(x)dx=1\displaystyle\int_0^1 f(x)\,dx = 1.

Tomamos la particion regular πn={0,1/n,2/n,,n/n}\pi_n = \{0, 1/n, 2/n, \ldots, n/n\} con xi=i/nx_i = i/n y x0=0x_0 = 0.

sπn=i=1nmi(xixi1)=i=1nmi1ns_{\pi_n} = \sum_{i=1}^{n} m_i (x_i - x_{i-1}) = \sum_{i=1}^{n} m_i \cdot \frac{1}{n}

donde mi=inf{f(x):x[xi1,xi]}m_i = \inf\{f(x) : x \in [x_{i-1}, x_i]\}.

Para i=ni = n, el intervalo es [(n1)/n,1][(n-1)/n, 1] y como f(1)=0f(1) = 0, tenemos mn=0m_n = 0.

Para ini \neq n, f(x)=1f(x) = 1 para todo x[xi1,xi]x \in [x_{i-1}, x_i], luego mi=1m_i = 1.

sπn=i=1n11n+mn1n=n1ns_{\pi_n} = \sum_{i=1}^{n-1} \frac{1}{n} + m_n \cdot \frac{1}{n} = \frac{n-1}{n}

Analogamente, Mn=1M_n = 1 porque f((n1)/n)=1f((n-1)/n) = 1, y Mi=1M_i = 1 para ini \neq n.

Sπn=i=1nMi1n=1ni=1n1=nn=1S_{\pi_n} = \sum_{i=1}^{n} M_i \cdot \frac{1}{n} = \frac{1}{n} \sum_{i=1}^{n} 1 = \frac{n}{n} = 1

limnSπn=1=limnsπn\lim_{n \to \infty} S_{\pi_n} = 1 = \lim_{n \to \infty} s_{\pi_n}

Luego ff es integrable en [0,1][0,1] y como 101f(x)dx01f(x)dx11 \leq \int_0^1 f(x)\,dx \leq \int_0^1 f(x)\,dx \leq 1:

01f(x)dx=1\int_0^1 f(x)\,dx = 1

QED
Ejemplo 33 — ff integrable en [a,b][a,b] implica integrable en [c,d][c,d]

Sea ff integrable en [a,b][a,b]. Sean c,dRc, d \in \mathbb{R} tales que ac<dba \leq c < d \leq b. Demostrar que ff es integrable en [c,d][c,d].

Como ff es integrable en [a,b][a,b], para todo ε>0\varepsilon > 0 existe una particion π\pi de [a,b][a,b] tal que Sπ(f)sπ(f)<εS_\pi(f) - s_\pi(f) < \varepsilon.

Tome π=π{c,d}\pi' = \pi \cup \{c, d\}, que es mas fina que π\pi. Luego Sπ(f)sπ(f)Sπ(f)sπ(f)<εS_{\pi'}(f) - s_{\pi'}(f) \leq S_\pi(f) - s_\pi(f) < \varepsilon.

Ademas, subdividimos π\pi' en π1\pi_1 (particion de [a,c][a,c]), π2\pi_2 (particion de [c,d][c,d]) y π3\pi_3 (particion de [d,b][d,b]).

(Sπ2(f)sπ2(f))+(Sπ1(f)sπ1(f))+(Sπ3(f)sπ3(f))<ε(S_{\pi_2}(f) - s_{\pi_2}(f)) + (S_{\pi_1}(f) - s_{\pi_1}(f)) + (S_{\pi_3}(f) - s_{\pi_3}(f)) < \varepsilon

Donde Sπ1(f)sπ1(f)0S_{\pi_1}(f) - s_{\pi_1}(f) \geq 0 y Sπ3(f)sπ3(f)0S_{\pi_3}(f) - s_{\pi_3}(f) \geq 0.

Luego Sπ2(f)sπ2(f)<εS_{\pi_2}(f) - s_{\pi_2}(f) < \varepsilon.

Como π2\pi_2 es particion de [c,d][c,d] y esto vale para todo ε>0\varepsilon > 0, ff es integrable en [c,d][c,d].

QED