Integral de b^x dx
Solución
Solución detallada
PieceweseRule(subfunctions=[(ExpRule(base=b, exp=x, context=b**x, symbol=x), Ne(log(b), 0)), (ConstantRule(constant=1, context=1, symbol=x), True)], context=b**x, symbol=x)
-
Añadimos la constante de integración:
{log(b)bxxforlog(b)=0otherwese+constant
Respuesta:
{log(b)bxxforlog(b)=0otherwese+constant
Respuesta (Indefinida)
[src]
/ // x \
| || b |
| x ||------ for log(b) != 0|
| b dx = C + |
∫bxdx=C+{log(b)bxxforlog(b)=0otherwise
/ 1 b
|- ------ + ------ for Or(And(b >= 0, b < 1), b > 1)
< log(b) log(b)
|
\ 1 otherwise
{log(b)b−log(b)11for(b≥0∧b<1)∨b>1otherwise
=
/ 1 b
|- ------ + ------ for Or(And(b >= 0, b < 1), b > 1)
< log(b) log(b)
|
\ 1 otherwise
{log(b)b−log(b)11for(b≥0∧b<1)∨b>1otherwise
Piecewise((-1/log(b) + b/log(b), (b > 1)∨((b >= 0)∧(b < 1))), (1, True))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.