Solving this Equation that Wolfram Alpha doesn't compute....

  • Context: Undergrad 
  • Thread starter Thread starter kajakkajak
  • Start date Start date
  • Tags Tags
    Alpha Wolfram alpha
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 · 2K views
kajakkajak
Messages
1
Reaction score
0
Hi I need to solve this equation: $$ a = x \cdot \left( c \cdot e^{ \frac {1} {d+x \cdot e }} - b \right) $$ for x. Unfortunately Wolfram Alpha refused to compute it. Maybe I need a Pro version. Can anyone help me? Thanks!
 
Last edited by a moderator:
Mathematics news on Phys.org
kajakkajak said:
Hi I need to solve this equation: x*(c*(exp^(1/(d+x*e)))-b)=a for x. Unfortunately Wolfram Alpha refused to compute it. Maybe I need a Pro version. Can anyone help me? Thanks!
Welcome to the PF. :smile:

Is this question for schoolwork? If so, please re-post it in the Homework Help section of the PF, and show your work toward the solution.

If not, can you say where the equation came from? Also, it would help if you would post math questions using LaTeX -- there is a tutorial under INFO, Help at the top of the page. :smile:

EDIT -- I see you edited your post to change the equation to LaTeX form -- Thanks!
 
Last edited:
kajakkajak said:
Hi I need to solve this equation: $$ a = x \cdot \left( c \cdot e^{ \frac {1} {d+x \cdot e } - b \right) $$ for x. Unfortunately Wolfram Alpha refused to compute it. Maybe I need a Pro version. Can anyone help me? Thanks!

Is the "e" in "d + x \cdot e" the same "e" in e^{...}?
 
Hmm... an equation of the form

##a=x*e^x##

has a solution with Lambert function:

##x=W(a)##

so I guess the solution is some variation of that theme?
 
fbs7 said:
Hmm... an equation of the form

##a=x*e^x##

has a solution with Lambert function:

##x=W(a)##

so I guess the solution is some variation of that theme?

Unfortunately, that does not seem to work. It looks like either some type of approximation scheme is needed, or else a numerical method when numerical parameter values are given.