Интеграл x^(m-1) (dx)

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

d

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

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

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

    Решение

    Вы ввели [src]
      1          
      /          
     |           
     |   m - 1   
     |  x      dx
     |           
    /            
    0            
    01xm1dx\int\limits_{0}^{1} x^{m - 1}\, dx
    Подробное решение
    1. Интеграл xnx^{n} есть xn+1n+1\frac{x^{n + 1}}{n + 1} когда n1n \neq -1:

      xm1dx={xm1+1m1+1form11log(x)otherwестьe\int x^{m - 1}\, dx = \begin{cases} \frac{x^{m - 1 + 1}}{m - 1 + 1} & \text{for}\: m - 1 \neq -1 \\\log{\left(x \right)} & \text{otherwестьe} \end{cases}

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

      {xmmform>0m<0log(x)otherwестьe\begin{cases} \frac{x^{m}}{m} & \text{for}\: m > 0 \vee m < 0 \\\log{\left(x \right)} & \text{otherwестьe} \end{cases}

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

      {xmmform>0m<0log(x)otherwестьe+constant\begin{cases} \frac{x^{m}}{m} & \text{for}\: m > 0 \vee m < 0 \\\log{\left(x \right)} & \text{otherwестьe} \end{cases}+ \mathrm{constant}


    Ответ:

    {xmmform>0m<0log(x)otherwестьe+constant\begin{cases} \frac{x^{m}}{m} & \text{for}\: m > 0 \vee m < 0 \\\log{\left(x \right)} & \text{otherwестьe} \end{cases}+ \mathrm{constant}

    Ответ [src]
    /     m                                  
    |1   0                                   
    |- - --  for And(m > -oo, m < oo, m != 0)
    
    {0mm+1mform>m<m0otherwise\begin{cases} - \frac{0^{m}}{m} + \frac{1}{m} & \text{for}\: m > -\infty \wedge m < \infty \wedge m \neq 0 \\\infty & \text{otherwise} \end{cases}
    =
    =
    /     m                                  
    |1   0                                   
    |- - --  for And(m > -oo, m < oo, m != 0)
    
    {0mm+1mform>m<m0otherwise\begin{cases} - \frac{0^{m}}{m} + \frac{1}{m} & \text{for}\: m > -\infty \wedge m < \infty \wedge m \neq 0 \\\infty & \text{otherwise} \end{cases}
    Ответ (Неопределённый) [src]
      /                // 1 - 1 + m                 \
     |                 ||x                          |
     |  m - 1          ||----------  for m - 1 != -1|
     | x      dx = C + |<1 - 1 + m                  |
     |                 ||                           |
    /                  ||  log(x)       otherwise   |
                       \\                           /
    xm1dx=C+{xm1+1m1+1form11log(x)otherwise\int x^{m - 1}\, dx = C + \begin{cases} \frac{x^{m - 1 + 1}}{m - 1 + 1} & \text{for}\: m - 1 \neq -1 \\\log{\left(x \right)} & \text{otherwise} \end{cases}