How do you solve $xc^x + x + 1 = 0$ for $x$, where $c$ is a constant?
Solving $y = xc^x + x + 1$, where c is a constant
2
$\begingroup$
calculus
-
0Doesn't look like something you can solve neatly, or even use the Lambert function on... – 2011-10-23
-
0small 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
-
0Given the tag "algebra-precalculus", I am inclined to answer "You just don't.". – 2011-10-23
-
1Title $\ne$ body. Do you want $y$ in there, or do you want zero? Please decide and edit accordingly. – 2011-10-23
1 Answers
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.
-
2Are you saying Newton's Method is more advanced than Wolfram Alpha? – 2011-10-23
-
0No. 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