2
$\begingroup$

How do you solve $xc^x + x + 1 = 0$ for $x$, where $c$ is a constant?

  • 0
    Doesn't look like something you can solve neatly, or even use the Lambert function on...2011-10-23
  • 0
    small comment on existence..for sufficiently large negative values of $x$, $y$ is negative and for some positive values of $x$, $y$ is positive, since the function is continuous it seems to have a solution...2011-10-23
  • 1
    @Dinesh: I think your statements require positive $c$.2011-10-23
  • 0
    @Henry yes..I missed that.2011-10-23
  • 0
    Given the tag "algebra-precalculus", I am inclined to answer "You just don't.".2011-10-23
  • 1
    Title $\ne$ body. Do you want $y$ in there, or do you want zero? Please decide and edit accordingly.2011-10-23

1 Answers 1

2

There doesn't exist a simple formula, in terms of elementary functions, for finding the roots of functions of this form.

If you need the root for particular $c$ (and $c\neq 0, 1$) you will need to approximate the root, for instance by plotting the function and looking for $x$-intercepts, or asking Wolfram Alpha. There also exist advanced numerical techniques, such as Newton's Method, that you could use to very accurately approximate roots of functions yourself.

  • 2
    Are you saying Newton's Method is more advanced than Wolfram Alpha?2011-10-23
  • 0
    No. But if you're a precalculus student, using Alpha as a black box to plot and find the root is a reasonable approach to the problem, while understanding and implementing Newton's method is likely not (unless your precalc class was a lot more interesting than mine!) I've tried to clean up the wording of the answer.2011-10-23