(|x+3|)=a (уравнение)

Учитель очень удивится увидев твоё верное решение 😼

Неизвестное в уравнении :

Искать численное решение на промежутке:

[, ]

    Найду корень уравнения: (|x+3|)=a

    Решение

    Подробное решение
    Для каждого выражения под модулем в ур-нии
    допускаем случаи, когда соотв. выражение ">= 0" или "< 0",
    решаем получившиеся ур-ния.

    1.
    x+30x + 3 \geq 0
    или
    3xx<-3 \leq x \wedge x < \infty
    получаем ур-ние
    a+(x+3)=0- a + \left(x + 3\right) = 0
    упрощаем, получаем
    a+x+3=0- a + x + 3 = 0
    решение на этом интервале:
    x1=a3x_{1} = a - 3

    2.
    x+3<0x + 3 < 0
    или
    <xx<3-\infty < x \wedge x < -3
    получаем ур-ние
    a(x+3)=0- a - \left(x + 3\right) = 0
    упрощаем, получаем
    ax3=0- a - x - 3 = 0
    решение на этом интервале:
    x2=a3x_{2} = - a - 3


    Тогда, окончательный ответ:
    x1=a3x_{1} = a - 3
    x2=a3x_{2} = - a - 3
    График
    Быстрый ответ [src]
         /-3 - a  for a > 0
    x1 = <                 
         \ nan    otherwise
    x1={a3fora>0NaNotherwisex_{1} = \begin{cases} - a - 3 & \text{for}\: a > 0 \\\text{NaN} & \text{otherwise} \end{cases}
         /-3 + a  for a >= 0
    x2 = <                  
         \ nan    otherwise 
    x2={a3fora0NaNotherwisex_{2} = \begin{cases} a - 3 & \text{for}\: a \geq 0 \\\text{NaN} & \text{otherwise} \end{cases}
    Сумма и произведение корней [src]
    сумма
        //-3 - a  for a > 0\   //-3 + a  for a >= 0\
    0 + |<                 | + |<                  |
        \\ nan    otherwise/   \\ nan    otherwise /
    ({a3fora>0NaNotherwise+0)+{a3fora0NaNotherwise\left(\begin{cases} - a - 3 & \text{for}\: a > 0 \\\text{NaN} & \text{otherwise} \end{cases} + 0\right) + \begin{cases} a - 3 & \text{for}\: a \geq 0 \\\text{NaN} & \text{otherwise} \end{cases}
    =
    //-3 + a  for a >= 0\   //-3 - a  for a > 0\
    |<                  | + |<                 |
    \\ nan    otherwise /   \\ nan    otherwise/
    {a3fora>0NaNotherwise+{a3fora0NaNotherwise\begin{cases} - a - 3 & \text{for}\: a > 0 \\\text{NaN} & \text{otherwise} \end{cases} + \begin{cases} a - 3 & \text{for}\: a \geq 0 \\\text{NaN} & \text{otherwise} \end{cases}
    произведение
      //-3 - a  for a > 0\ //-3 + a  for a >= 0\
    1*|<                 |*|<                  |
      \\ nan    otherwise/ \\ nan    otherwise /
    1({a3fora>0NaNotherwise)({a3fora0NaNotherwise)1 \left(\begin{cases} - a - 3 & \text{for}\: a > 0 \\\text{NaN} & \text{otherwise} \end{cases}\right) \left(\begin{cases} a - 3 & \text{for}\: a \geq 0 \\\text{NaN} & \text{otherwise} \end{cases}\right)
    =
    /     2           
    |9 - a   for a > 0
    <                 
    | nan    otherwise
    \                 
    {9a2fora>0NaNotherwise\begin{cases} 9 - a^{2} & \text{for}\: a > 0 \\\text{NaN} & \text{otherwise} \end{cases}