Solve Continuous Functions Equation: (f(x)^2)= x^2

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Justabeginner
Messages
309
Reaction score
1

Homework Statement


How many continuous functions f are there which satisfy the equation (f(x)^2) = x^2 for all x?

Homework Equations


The Attempt at a Solution


What method should I use to solve this? Is there a specific strategy involved besides plug and chug? Off the top of my head, I can only think of f(x)= x, but that's just one. Thank you.
 
on Phys.org
If you take square roots:
[tex]\sqrt{ a^2} = |a|[/tex]
Is always a true statement regardless of whether a is positive or negative. So for your equation you get |f(x)| = |x|. Try working from there
 
Thank you so much for that derivation!
For this absolute function, there would be two possible values: -x and x.
There would only be two functions possible then I think?
I thought it would be more complicated, and involve log functions, etc.