|x+3|=a la ecuación
El profesor se sorprenderá mucho al ver tu solución correcta😉
Solución
Solución detallada
Para cada expresión dentro del módulo en la ecuación
admitimos los casos cuando la expresión correspondiente es ">= 0" o "< 0",
resolvemos las ecuaciones obtenidas.
1.x+3≥0o
−3≤x∧x<∞obtenemos la ecuación
−a+(x+3)=0simplificamos, obtenemos
−a+x+3=0la resolución en este intervalo:
x1=a−32.x+3<0o
−∞<x∧x<−3obtenemos la ecuación
−a+(−x−3)=0simplificamos, obtenemos
−a−x−3=0la resolución en este intervalo:
x2=−a−3Entonces la respuesta definitiva es:
x1=a−3x2=−a−3
Suma y producto de raíces
[src]
//-3 - a for a > 0\ //-3 - a for a > 0\ //-3 + a for a >= 0\ //-3 + a for a >= 0\
I*im|< | + re|< | + I*im|< | + re|< |
\\ nan otherwise/ \\ nan otherwise/ \\ nan otherwise / \\ nan otherwise /
(re({−a−3NaNfora>0otherwise)+iim({−a−3NaNfora>0otherwise))+(re({a−3NaNfora≥0otherwise)+iim({a−3NaNfora≥0otherwise))
//-3 + a for a >= 0\ //-3 - a for a > 0\ //-3 + a for a >= 0\ //-3 - a for a > 0\
I*im|< | + I*im|< | + re|< | + re|< |
\\ nan otherwise / \\ nan otherwise/ \\ nan otherwise / \\ nan otherwise/
re({−a−3NaNfora>0otherwise)+re({a−3NaNfora≥0otherwise)+iim({−a−3NaNfora>0otherwise)+iim({a−3NaNfora≥0otherwise)
/ //-3 - a for a > 0\ //-3 - a for a > 0\\ / //-3 + a for a >= 0\ //-3 + a for a >= 0\\
|I*im|< | + re|< ||*|I*im|< | + re|< ||
\ \\ nan otherwise/ \\ nan otherwise// \ \\ nan otherwise / \\ nan otherwise //
(re({−a−3NaNfora>0otherwise)+iim({−a−3NaNfora>0otherwise))(re({a−3NaNfora≥0otherwise)+iim({a−3NaNfora≥0otherwise))
/-(-3 + I*im(a) + re(a))*(3 + I*im(a) + re(a)) for a > 0
<
\ nan otherwise
{−(re(a)+iim(a)−3)(re(a)+iim(a)+3)NaNfora>0otherwise
Piecewise((-(-3 + i*im(a) + re(a))*(3 + i*im(a) + re(a)), a > 0), (nan, True))
//-3 - a for a > 0\ //-3 - a for a > 0\
x1 = I*im|< | + re|< |
\\ nan otherwise/ \\ nan otherwise/
x1=re({−a−3NaNfora>0otherwise)+iim({−a−3NaNfora>0otherwise)
//-3 + a for a >= 0\ //-3 + a for a >= 0\
x2 = I*im|< | + re|< |
\\ nan otherwise / \\ nan otherwise /
x2=re({a−3NaNfora≥0otherwise)+iim({a−3NaNfora≥0otherwise)
Eq(x2, re(Piecewise((a - 3, a >= 0), (nan, True))) + i*im(Piecewise((a - 3, a >= 0), (nan, True))))