How Do You Solve This Composite Function Problem?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
songoku
Messages
2,514
Reaction score
395

Homework Statement


Find f(x) given that f ( f(x) - x2) = x2 - 5x + 3

Homework Equations


Not sure

The Attempt at a Solution


I tried assuming f(x) = ax + b and use composite function but end up wrong. Please give me idea to start

Thanks
 
Physics news on Phys.org
songoku said:

Homework Statement


Find f(x) given that f ( f(x) - x2) = x2 - 5x + 3

Homework Equations


Not sure

The Attempt at a Solution


I tried assuming f(x) = ax + b and use composite function but end up wrong. Please give me idea to start

Thanks
It seems reasonable to assume that f(x) is a polynomial.

If you compose linear function and a quadratic you get a quadratic function.

One way to do that is for f(x) to be linear, which is what you tried & you say doesn't work.

Another way is for f(x) to be a quadratic such that f(x) - x2 is linear.

Try that.
 
  • Like
Likes   Reactions: songoku
SammyS said:
It seems reasonable to assume that f(x) is a polynomial.

If you compose linear function and a quadratic you get a quadratic function.

One way to do that is for f(x) to be linear, which is what you tried & you say doesn't work.

Another way is for f(x) to be a quadratic such that f(x) - x2 is linear.

Try that.

Thank you very much