Solving for a variable inside the error function?

channel1
Messages
70
Reaction score
0
i need to solve for a variable inside the error function on excel, is there an opposite function i can use to accomplish this?
example: y = sqrt(x-t) -> x = t+y^2
except instead of a sqrt( ) I have erf( )

**this is not a math class so I don't have to get into breaking it down into the integration, I'm just looking for a way to quickly rearrange the equation in excel (I'm posting this here because I've only come into contact with the error function in physics classes where we DID use the integration/taylor series)
 
Physics news on Phys.org
channel1 said:
i need to solve for a variable inside the error function on excel, is there an opposite function i can use to accomplish this?
example: y = sqrt(x-t) -> x = t+y^2
except instead of a sqrt( ) I have erf( )

**this is not a math class so I don't have to get into breaking it down into the integration, I'm just looking for a way to quickly rearrange the equation in excel (I'm posting this here because I've only come into contact with the error function in physics classes where we DID use the integration/taylor series)
There is an inverse, denoted erf-1, but it won't be that simple to use, as it's typically given as a Maclaurin series. See this wiki article.
 
Depending on the context you could use excel solver to do this
 
Mark44 said:
There is an inverse, denoted erf-1, but it won't be that simple to use, as it's typically given as a Maclaurin series. See this wiki article.

does erf^-1(erf(function)) = function?
 
^ wolframalpha says yes, I think this may solve everything, thanks!
 
damn, excel doesn't recognize the inverse error function, is there a way around that?
 
channel1 said:
i need to solve for a variable inside the error function on excel, is there an opposite function i can use to accomplish this?
example: y = sqrt(x-t) -> x = t+y^2
except instead of a sqrt( ) I have erf( )

**this is not a math class so I don't have to get into breaking it down into the integration, I'm just looking for a way to quickly rearrange the equation in excel (I'm posting this here because I've only come into contact with the error function in physics classes where we DID use the integration/taylor series)

As others have indicated, you can use the EXCEL Solver tool. Alternatively, you can consult handbooks of mathematical functions and find approximate formulas for erf^(-1) of various degrees of accuracy, then program these into your calculator/computer.
 
Last edited:
Back
Top