Inverse of y=x+sinx: y= x - sinx

Click For Summary

Homework Help Overview

The discussion revolves around finding the inverse of the function y = x + sin(x). Participants are exploring various methods and reasoning related to this problem, which falls under the subject area of calculus and function analysis.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Some participants question the validity of the original poster's manipulation of the equation, suggesting that simply rearranging terms does not yield the correct inverse. Others propose using power series expansions or matrix reflections as potential methods for finding the inverse.
  • There is a discussion about the implications of the problem's requirements, with some participants expressing confusion about how to express f(g(x)) in terms of g(x) and how to differentiate to find g'(x).
  • Participants also explore the relationship between the functions and their derivatives, questioning how to evaluate g'(x) at specific points.

Discussion Status

The discussion is ongoing, with various interpretations and methods being explored. Some participants have provided insights into differentiating the function and evaluating it at specific points, while others express uncertainty about the steps needed to find the inverse or the derivative.

Contextual Notes

There is a recognition that the problem may exceed typical high school calculus, leading to discussions about the appropriateness of the methods being considered. Participants are navigating the complexities of inverse functions and their derivatives without a clear consensus on the best approach.

MercuryRising
Messages
28
Reaction score
0
find the inverse of y= x + sinx
i got as far as x=y+siny..but how do i get to y= ____?
thanks
 
Physics news on Phys.org
How did you get as far as that??
It doesn't seem right.

In the neighbourhood of (x,y)=(0,0), you might use the technique of successive substitutions to gain a fairly accurate approximation:

1. First, expand your right hand-side in a power series, and get:
y=2x-\frac{x^{3}}{3!}+\frac{x^{5}}{5!}...

2. Next, assume that x can be written as some power series in y:
x=\sum_{n=1}^{\infty}a_{n}y^{n}

3. Plug in that power series in your equation:
y=2a_{1}y+2a_{2}y^{2}+2a_{3}y^{3}-\frac{a_{1}^{3}y^{3}}{3!}++++

4. Thus, by comparing coefficients, you get:
a_{1}=\frac{1}{2}, a_{2}=0, a_{3}=\frac{1}{96}[/tex]<br /> <br /> 5. Hence, to the three lowest orders, you&#039;ve got:<br /> x=\frac{y}{2}+\frac{y^{3}}{96}
 
Last edited:
If y= x+ sin x then x is NOT y+ sin y- in particular, if x= \frac{\pi}{2} then y= \frac{\pi}{2}+1 but \frac{\pi}{2}+1+ sin(\frac{\pi}{2}+1) \ne \frac{\pi}{2}. Simply subtracting sin x from both sides gives x= y- sin x, not y+ sin y. Essentially, you need to solve the equation
y= x+ sin x for x- and that cannot be done algebraically.
 
You could simply use a 2 by 2 matrix that reflects the function in the line y = x, that will be the same as the inverse.
 
I think he's using the method we all learned in high school: to get an inverse function, replace x with y and vice-versa, then solve for y (where y, in this case, is really y^{-1}(x) ). For instance:
y = e^{x}
Repleace x with y
x = e^y
Solve for y
\ln{x} = \ln{e^y} = y
Therefore, the inverse of y=e^x is y=\ln{x}
I doubt he's up to the point of using Power Series expansions (most people learn that after calculus, and this is the precalculus forum) or matrices.
That said, this one is tricky and I don't recall how you'd do it aside from the more complicated methods mentioned here.
 
since it seems like that finding the inverse is beyond high school calculus..maybe my approach to the probelm was incorrect

the probelms states f(x) = x + sin(x), g(x) is the inverse of f(x) so f(g(x)) = x

a) write an expression for f(g(x)) in terms of g(x) and
b) use f(g(x))= x to find g'(x) in terms of g(x)

i do not understand what it means by writing an expression interms of g(x) when i have no idea how to find the inverse..
 
MercuryRising said:
since it seems like that finding the inverse is beyond high school calculus..maybe my approach to the probelm was incorrect

the probelms states f(x) = x + sin(x), g(x) is the inverse of f(x) so f(g(x)) = x

a) write an expression for f(g(x)) in terms of g(x) and
b) use f(g(x))= x to find g'(x) in terms of g(x)

i do not understand what it means by writing an expression interms of g(x) when i have no idea how to find the inverse..
I think they mean to write an expression that has "g(x)" in it. In other words just substitute g(x) for x in f(x)=x+sin(x).

For the second part I would just differentiate and use the chain rule.
 
ok.. so f(g(x)) = g(x) + sin(g(x)) = x

to find g'(x) in terms of g(x) i did

g'(x) + (g'(x))cos(g(x)) = 1..wait that doesn't seem right
 
MercuryRising said:
ok.. so f(g(x)) = g(x) + sin(g(x)) = x
to find g'(x) in terms of g(x) i did
g'(x) + (g'(x))cos(g(x)) = 1..wait that doesn't seem right
I think that's what they wanted. Now just solve for g'(x).
 
  • #10
ok... so g'(x) = 1/ 1 + cos(g(x))
now they want g'(pi)...and I am stuck again, i can't find any trig identities that can help me in g'(x)
 
  • #11
MercuryRising said:
ok... so g'(x) = 1/ 1 + cos(g(x))
now they want g'(pi)...and I am stuck again, i can't find any trig identities that can help me in g'(x)
Remember that if f(x) and g(x) are inverse functions then
g&#039;(x) = \frac 1 {f&#039;(g(x))}
and if
f(x) = y
then
g(y) = x
so to find g'(x) at a point say t, g'(t), just solve f(x) = t for x then that value of x you find is g(t) then to find the derivative at that point just take 1 over the derivative of f evaluated at the x you found.
 
  • #12
well, in this case f(x) = pi so x= pi
1/ f'(pi) = 1/ 1+ cos( pi) = 1/ 1-1 = 1/0 :confused:
 
  • #13
No, f(x)=\pi, so
\pi=x + \sin{x}
Can you think of the value of x that makes this true? This value is g(\pi) because, by definition of the inverse function, if
f(a)=b
then
f^{-1}(b)=a
So then what you want to do is find f'(x) and then sub in the value of g(\pi) that you get to find f&#039;(g(\pi)). You know where to go from there.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K