Tuesday, November 29, 2016

Rational Functional Equations

Suppose f(x) is a rational function such that
3f(1x)+2f(x)x=x2
for all x0. Find f(2).




I tried substituting different values of x to get a system of equations to solve for f(x), but this didn't work. How should I take this from here?

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...