0 / | | 1 | ----------------- dy | _______________ | \/ c*c - k*k*y*y | / 0
Integral(1/(sqrt(c*c - (k*k)*y*y)), (y, 0, 0))
Vuelva a escribir el integrando:
PieceweseRule(subfunctions=[(ConstantTimesRule(constant=1/sqrt(c**2), other=1/sqrt(1 - k**2*y**2/c**2), substep=URule(u_var=_u, u_func=y*sqrt(k**2/c**2), constant=sqrt(c**2/k**2), substep=ConstantTimesRule(constant=sqrt(c**2/k**2), other=1/sqrt(1 - _u**2), substep=ArcsinRule(context=1/sqrt(1 - _u**2), symbol=_u), context=sqrt(c**2/k**2)/sqrt(1 - _u**2), symbol=y), context=1/sqrt(1 - k**2*y**2/c**2), symbol=y), context=1/sqrt(c**2 - k**2*y**2), symbol=y), (c**2 > 0) & (-k**2 < 0)), (ConstantTimesRule(constant=1/sqrt(c**2), other=1/sqrt(1 - k**2*y**2/c**2), substep=URule(u_var=_u, u_func=y*sqrt(-k**2/c**2), constant=sqrt(-c**2/k**2), substep=ConstantTimesRule(constant=sqrt(-c**2/k**2), other=1/sqrt(_u**2 + 1), substep=InverseHyperbolicRule(func=asinh, context=1/sqrt(_u**2 + 1), symbol=_u), context=sqrt(-c**2/k**2)/sqrt(_u**2 + 1), symbol=y), context=1/sqrt(1 - k**2*y**2/c**2), symbol=y), context=1/sqrt(c**2 - k**2*y**2), symbol=y), (c**2 > 0) & (-k**2 > 0)), (ConstantTimesRule(constant=1/sqrt(-c**2), other=1/sqrt(-1 + k**2*y**2/c**2), substep=URule(u_var=_u, u_func=y*sqrt(k**2/c**2), constant=sqrt(c**2/k**2), substep=ConstantTimesRule(constant=sqrt(c**2/k**2), other=1/sqrt(_u**2 - 1), substep=InverseHyperbolicRule(func=acosh, context=1/sqrt(_u**2 - 1), symbol=_u), context=sqrt(c**2/k**2)/sqrt(_u**2 - 1), symbol=y), context=1/sqrt(-1 + k**2*y**2/c**2), symbol=y), context=1/sqrt(c**2 - k**2*y**2), symbol=y), (c**2 < 0) & (-k**2 > 0))], context=1/sqrt(c**2 - k**2*y**2), symbol=y)
Añadimos la constante de integración:
Respuesta:
// ____ / ____\ \ || / 2 | / 2 | | || / c | / k | | || / -- *asin|y* / -- | | || / 2 | / 2 | | || \/ k \ \/ c / / 2 2 \| || ----------------------------- for And\c > 0, k > 0/| || ____ | || / 2 | || \/ c | || | || ______ / ______\ | || / 2 | / 2 | | / || / -c | / -k | | | || / ---- *asinh|y* / ---- | | | 1 || / 2 | / 2 | | | ----------------- dy = C + |<\/ k \ \/ c / / 2 2 \| | _______________ ||---------------------------------- for And\c > 0, k < 0/| | \/ c*c - k*k*y*y || ____ | | || / 2 | / || \/ c | || | || ____ / ____\ | || / 2 | / 2 | | || / c | / k | | || / -- *acosh|y* / -- | | || / 2 | / 2 | | || \/ k \ \/ c / / 2 2 \| || ------------------------------ for And\c < 0, k < 0/| || _____ | || / 2 | || \/ -c | \\ /
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.