View Single Post
  #1  
Old July 4th, 2009, 02:54 AM
stanfordia stanfordia is offline
Newbie
 
Join Date: Jul 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
stanfordia is on a distinguished road
Default inverse function

Hello,

I have a function to inverse, I proved that thise function is inversible but I didn't manage to find the expression of the inverse:

here is the function:
y= ((P1*A*r^(-alpha))/(N+(P2*A*(r^2-2*R*cos(theta)*r+R^2)^(-alpha/2))))

the function is decreasing for r< R/cos(theta)

so I have to find the expression of 'r' in function of y,P1, P2, alpha, N, R.

all the parameters here are positive; and r<R/cos(theta).


I used matlab (with 'solve' function) but it didn't manage to inverse this function.

Thanks for your precious help
Reply With Quote