How to express a function as a function of another function?

  • Context: Undergrad 
  • Thread starter Thread starter mnb96
  • Start date Start date
  • Tags Tags
    Function
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
5 replies · 9K views
mnb96
Messages
711
Reaction score
5
Hello,

I would like to know how I could approach the following problem. I am given two functions [itex]y=f(x)[/itex] and [itex]z=g(x)[/itex], and I would like to express the first function as a function of the second one: that is, [tex]y = h(z)[/tex], where h is not necessarily a linear function of z.

One explicit example could be: [tex]y=\frac{x}{a}[/tex] [tex]z=\frac{x}{a+b}[/tex]

where the goal is to find a function h such that [tex]y=h(z)[/tex]
 
Mathematics news on Phys.org
Ups...:)

You are right. When the inverse for g exists, it is pretty easy. Thanks.
I was wondering if it is still possible to do something when an inverse does not exist, although this goes slightly beyond the original question.
 
mnb96 said:
I was wondering if it is still possible to do something when an inverse does not exist, although this goes slightly beyond the original question.

it'd have to be a pretty weird function not to have at least a local inverse :wink:
 
tiny-tim said:
it'd have to be a pretty weird function not to have at least a local inverse :wink:

Indeed... but while they may have a inverse, it may be hard (or even impossible) to write down this inverse function... unless "cheating" is allowed, like using functions like Maple's RootOf( f(x) ) ...