How to find the inverse of a complicated function?

AI Thread Summary
To find the inverse of a complicated function, users emphasize the importance of initially attempting the problem independently and adhering to forum guidelines. Suggestions include using hyperbolic functions, specifically sinh and cosh, and exploring algebraic manipulations to simplify the expression. Participants discuss the potential for unique inverses and the necessity of ensuring the function exists within the real numbers. They recommend techniques such as cubing both sides of the equation to isolate variables and simplify the resulting expressions. Overall, the conversation highlights various strategies for tackling the challenge of finding function inverses effectively.
ColdheartedGod
Messages
5
Reaction score
0
Homework Statement
Find the inverse function for a given function.
Relevant Equations
f(x) =(x+(x^2+1)) ^(1/3)+(x-(x^2+1))^(1/3)
IMG_20191222_184803.jpg
 
Last edited by a moderator:
Physics news on Phys.org
In order to be helped in a useful way you must first put your own efforts. So, what have you tried / come up with, so far?
 
Hello Cold one,

Read the guidelines to find out why we are not allowed to help and why your thread will probably be deleted and end up in the PF black hole

Your text and picture don't agree !
Read and check what you post

1. Learn to post using ##\LaTeX##
2. post an attempt at solution
 
Last edited:
I'm so sorry for not reading the guidelines carefully!
Here's my current attempt.
IMG_20191222_194231.jpg

However I cannot go any further. I've tried using sin(x) to the power of three to replace sin(x) a second time but it doesn't go well.
I really would like to know if I'm on the right track or if there's other approach to the solution.
 
ColdheartedGod said:
other approach
Did you try to write out ##y^3## ?
 
Never mind, doesn't look that good either :nb)
 
Other tack: try ##x = \cosh(z)##

[edit] I mean the other one: sinh ! :smile:
 
  • Like
Likes archaic
Concerning
ColdheartedGod said:
I'm so sorry
And
BvU said:
1. Learn to post using ##\LaTeX##
Example: (right-click on formula to show math as ##\TeX## comands)
$$y = \sqrt[\leftroot{-3}\uproot{12}3]{x+\sqrt{x^2+1}} + \sqrt[\leftroot{-3}\uproot{12}3]{x-\sqrt{x^2+1}} +$$
Or simpler: your f(x) =(x+(x^2+1)) ^{(1/3)}+(x-(x^2+1))^{(1/3)} -- adorned with {} to group the (1/3) and enclosed in double $$ becomes
$$f(x) =(x+(x^2+1)) ^{1/3}+(x-(x^2+1))^{1/3} $$
when it should have been
$$f(x) =\left(x+(x^2+1)^{1/2}\right ) ^{1/3}+\left(x-(x^2+1)^{1/2}\right)^{1/3} $$
Enough showing off; back to the exercise at hand :wink:
Any light at the end of the tunnel ?
 
BvU said:
Concerning

And
Example: (right-click on formula to show math as ##\TeX## comands)
$$y = \sqrt[\leftroot{-3}\uproot{12}3]{x+\sqrt{x^2+1}} + \sqrt[\leftroot{-3}\uproot{12}3]{x-\sqrt{x^2+1}} +$$
Or simpler: your f(x) =(x+(x^2+1)) ^{(1/3)}+(x-(x^2+1))^{(1/3)} -- adorned with {} to group the (1/3) and enclosed in double $$ becomes
$$f(x) =(x+(x^2+1)) ^{1/3}+(x-(x^2+1))^{1/3} $$
when it should have been
$$f(x) =\left(x+(x^2+1)^{1/2}\right ) ^{1/3}+\left(x-(x^2+1)^{1/2}\right)^{1/3} $$
Enough showing off; back to the exercise at hand :wink:
Any light at the end of the tunnel ?
Thanks for the explanations!
Well, it seems that my current knowledge in trigonometry isn't good enough to carry that part so I'm now struggling to find out more about sinh functions and how to apply it in this case. :rolleyes:
 
  • #10
ColdheartedGod said:
Thanks for the explanations!
Well, it seems that my current knowledge in trigonometry isn't good enough to carry that part so I'm now struggling to find out more about sinh functions and how to apply it in this case. :rolleyes:

The most important hyperbolic trig identity is ##\sinh^2 \theta + 1 = \cosh^2 \theta##.

You can get hyperbolic multiple angle formulas quite easily using the definitions:

##\cosh \theta = \frac{e^\theta + e^{-\theta}}{2}, \ \ \sinh \theta = \frac{e^\theta - e^{-\theta}}{2}##

In this case you can get simple formulas for ##\sinh \theta \pm \cosh \theta##. And:

##\sinh^3 \theta = \frac 1 8 ( e^\theta - e^{-\theta})^3 = \frac 1 8 (e^{3\theta} - 3e^\theta + 3e^{-\theta} - e^{-3\theta}) = \dots ##

This problem looks like a very good exercise in the use of the hyperbolic trig functions.
 
  • #11
Not that anything is guaranteed before you try, but have you tried straight algebra?

In order to not get over-long formulae I would write this as

y = (A + B) at first, then look at y3. (Even if, as I see, this has been disadvised.)

Note that inverses are not necessarily unique, but if you even get one that would be something.
 
  • Like
Likes vela and ehild
  • #12
epenguin said:
Not that anything is guaranteed before you try, but have you tried straight algebra?

In order to not get over-long formulae I would write this as

y = (A + B) at first, then look at y3. (Even if, as I see, this has been disadvised.)
It is worth trying! :wink:
 
  • Like
Likes vela
  • #13
epenguin said:
Not that anything is guaranteed before you try, but have you tried straight algebra?
I'll third this recommendation. I didn't work it out, but I think I see how it goes. You get some nice simplification.
 
  • #14
epenguin said:
Note that inverses are not necessarily unique, but if you even get one that would be something.
Not to mention that an inverse does not necessarily exist, in the reals, for all y. However to see into that in this case I think you need to make progress in the elaboration along the lines indicated.
You can easily see the function f(x) itself does not exist in the reals for x between -1 and 1.
 
  • #15
epenguin said:
Not to mention that an inverse does not necessarily exist, in the reals, for all y. However to see into that in this case I think you need to make progress in the elaboration along the lines indicated.
You can easily see the function f(x) itself does not exist in the reals for x between -1 and 1.

##f(0) = 0##

What's the problem?
 
  • #16
vela said:
I'll third this recommendation. I didn't work it out, but I think I see how it goes. You get some nice simplification.

What's the point learning about hyperbolic trig functions if you don't use them? :smile:
 
  • Like
Likes Vanadium 50
  • #17
epenguin said:
You can easily see the function f(x) itself does not exist in the reals for x between -1 and 1.

Which suggests, if you are going to go the substitution route, to pick a function with similar restrictions, e.g. sec, csc , cosh (maybe) or coth.
 
  • #18
PeroK said:
##f(0) = 0##

What's the problem?

The problem is that I mistranscribed the function and thought it had a √(x2 - 1) in it - but it showed that that case could arise, even if not here.

Happy Christmas everybody!
 
Last edited:
  • Like
Likes PeroK
  • #19
Maybe you can follow recommendation of cubing by first leaving one of the radical expressions alone in one side before doing the cubing to avoid a mess of an expression.
 
  • #20
WWGD said:
Maybe you can follow recommendation of cubing by first leaving one of the radical expressions alone in one side before doing the cubing to avoid a mess of an expression.
It is not a good idea. Just take the cube of both sides as they are. The cube of ##y=a+b## is ##y^3=a^3+b^3+3a^2b+3ab^2 ## which can be written as ##y^3=a^3+b^3+3(ab)(a+b)##. By substitution, it becomes very simple and x can be easily isolated.
 
Last edited:
  • Like
Likes epenguin
  • #21
ehild said:
It is not a good idea. Just take the cube of both sides as they are. The cube of ##y=a+b## is ##y^3=a^3+b^3+3a^2b+3ab^2 ## which can be written as ##y^3=a^3+b^3+3(ab)(a+b)##. By substitution, it becomes very simple and x can be easily isolated.
You indeed get massive cancellation, but there's still a cube root left over. I get a cubic in x, lightly sprinkled with powers of y^3. I could now use cardano's formula, and maybe there's even more cancellation?
There is however an easier way. If you look at the original expression, you can see that it looks just like the outcome of cardano's formula. There is a depressed cubic in y with x as one of the parameters, which will have your expression as the real root. Solving this for x will be trivial.
 
  • #22
BvU said:
Other tack: try ##x = \cosh(z)##

[edit] I mean the other one: sinh ! :smile:
Haven't seen much follow-up for this one. even though ##\sinh + \cosh## and ##\sinh - \cosh## yield such nice expressions ...
 
  • #23
BvU said:
Haven't seen much follow-up for this one. even though ##\sinh + \cosh## and ##\sinh - \cosh## yield such nice expressions ...
I solved using that substitution, got my answer deleted though, as per the rules :sorry:
 
  • Informative
Likes BvU
  • #24
archaic said:
I solved using that substitution, got my answer deleted though, as per the rules :sorry:
I saw it, but it was a bit complicated. The solution is quite simple just a polynomial of y.
 
  • #25
willem2 said:
You indeed get massive cancellation, but there's still a cube root left over. I get a cubic in x, lightly sprinkled with powers of y^3. I could now use cardano's formula, and maybe there's even more cancellation?
There is however an easier way. If you look at the original expression, you can see that it looks just like the outcome of cardano's formula. There is a depressed cubic in y with x as one of the parameters, which will have your expression as the real root. Solving this for x will be trivial.
No need for anything complicated, like Cardano formula. If you follow the hint in #Post 20, the only cube roots remaining are in a+b, which is identical with y.
 
  • Like
Likes SammyS
Back
Top