Интеграл x5^x (dx)

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

d

↑ Введите нижнюю границу интеграла и верхнюю границу интеграла b, подинтегральную функцию f(x) - смотрите пример

Кусочно-заданная:

{ кусочно-заданную функцию ввести здесь.

    Решение

    Вы ввели [src]
      1       
      /       
     |        
     |    x   
     |  x5  dx
     |        
    /         
    0         
    01x5xdx\int\limits_{0}^{1} x_{5}^{x}\, dx
    Подробное решение

      PiecewестьeRule(subfunctions=[(ExpRule(base=x5, exp=x, context=x5**x, symbol=x), Ne(log(x5), 0)), (ConstantRule(constant=1, context=1, symbol=x), True)], context=x5**x, symbol=x)

    1. Теперь упростить:

      {x5xlog(x5)for(x50x5>1)(x5>1x5<1)xotherwестьe\begin{cases} \frac{x_{5}^{x}}{\log{\left(x_{5} \right)}} & \text{for}\: \left(x_{5} \geq 0 \vee x_{5} > 1\right) \wedge \left(x_{5} > 1 \vee x_{5} < 1\right) \\x & \text{otherwестьe} \end{cases}

    2. Добавляем постоянную интегрирования:

      {x5xlog(x5)for(x50x5>1)(x5>1x5<1)xotherwестьe+constant\begin{cases} \frac{x_{5}^{x}}{\log{\left(x_{5} \right)}} & \text{for}\: \left(x_{5} \geq 0 \vee x_{5} > 1\right) \wedge \left(x_{5} > 1 \vee x_{5} < 1\right) \\x & \text{otherwестьe} \end{cases}+ \mathrm{constant}


    Ответ:

    {x5xlog(x5)for(x50x5>1)(x5>1x5<1)xotherwестьe+constant\begin{cases} \frac{x_{5}^{x}}{\log{\left(x_{5} \right)}} & \text{for}\: \left(x_{5} \geq 0 \vee x_{5} > 1\right) \wedge \left(x_{5} > 1 \vee x_{5} < 1\right) \\x & \text{otherwестьe} \end{cases}+ \mathrm{constant}

    Ответ [src]
    /     1         x5                            
    |- ------- + -------  for And(x5 > 0, x5 != 1)
    <  log(x5)   log(x5)                          
    |                                             
    \         1                  otherwise        
    {x5log(x5)1log(x5)forx5>0x511otherwise\begin{cases} \frac{x_{5}}{\log{\left(x_{5} \right)}} - \frac{1}{\log{\left(x_{5} \right)}} & \text{for}\: x_{5} > 0 \wedge x_{5} \neq 1 \\1 & \text{otherwise} \end{cases}
    =
    =
    /     1         x5                            
    |- ------- + -------  for And(x5 > 0, x5 != 1)
    <  log(x5)   log(x5)                          
    |                                             
    \         1                  otherwise        
    {x5log(x5)1log(x5)forx5>0x511otherwise\begin{cases} \frac{x_{5}}{\log{\left(x_{5} \right)}} - \frac{1}{\log{\left(x_{5} \right)}} & \text{for}\: x_{5} > 0 \wedge x_{5} \neq 1 \\1 & \text{otherwise} \end{cases}
    Ответ (Неопределённый) [src]
      /             //    x                    \
     |              ||  x5                     |
     |   x          ||-------  for log(x5) != 0|
     | x5  dx = C + |
    x5xdx=C+{x5xlog(x5)forlog(x5)0xotherwise\int x_{5}^{x}\, dx = C + \begin{cases} \frac{x_{5}^{x}}{\log{\left(x_{5} \right)}} & \text{for}\: \log{\left(x_{5} \right)} \neq 0 \\x & \text{otherwise} \end{cases}