4*x / | | 2 | x | -- dy | 2 | y | / 1 - x
Integral(x^2/y^2, (y, 1/x, 4*x))
The integral of a constant times a function is the constant times the integral of the function:
PiecewiseRule(subfunctions=[(ArctanRule(a=1, b=1, c=0, context=1/(y**2), symbol=y), False), (ArccothRule(a=1, b=1, c=0, context=1/(y**2), symbol=y), False), (ArctanhRule(a=1, b=1, c=0, context=1/(y**2), symbol=y), False)], context=1/(y**2), symbol=y)
So, the result is:
Add the constant of integration:
The answer is:
/ | | 2 | x | -- dy = nan | 2 | y | /
3 x x - - 4
=
3 x x - - 4
x^3 - x/4
Use the examples entering the upper and lower limits of integration.