Bug report
Bug description:
# sympy.integrate((3*x)/(x**2+smp.Rational(7/4)),x)
System response: 3/2*log(4x**2+7)
When I put the expression to integrate, it turns out that the answer is different than integrating without considering Rational.
sympy.integrate((3x)/(x**2+7/4),x)
System response: 1.5log(1.0x**2+1.75)
CPython versions tested on:
3.13
Operating systems tested on:
Windows