$$\int_0^3 \frac{x^4}{x^4+(x-3)^4} \,dx$$
Then the question ask me to change it into
$$\int_0^3 \frac{(x-3)^4}{x^4+(x-3)^4} \,dx$$
Then how to evaluate it
if let $$u=x-3$$ $$du=dx$$ $$x^4 =(u+3)^4$$ $$\int_3^0 \frac{u^4}{(u+3)^4+u^4} \,du$$ it is still the same so what should i do?