Searching for a solution for a long time

  • Context: Undergrad 
  • Thread starter Thread starter spriggster
  • Start date Start date
  • Tags Tags
    Time
Click For Summary

Discussion Overview

The discussion revolves around solving the equation x(e^x) = 3 for x. Participants explore various methods for finding solutions, including graphical approaches, iterative methods, and the use of special functions. The conversation is technical and involves mathematical reasoning without reaching a consensus on the best approach.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant suggests solving the equation graphically by plotting e^x and 3/x, indicating an approximate solution of 1.05.
  • Another participant notes that expressing x in terms of elementary functions is not possible and introduces the Lambert W function as a defined function that can provide x.
  • A method of successive substitutions is proposed as an iterative approach to solve the equation, with a suggestion to start with an initial guess of x = 1.
  • Another participant raises the question of proving the impossibility of expressing x in elementary functions.
  • Concerns are expressed regarding the convergence of fixed point iterations, with a suggestion to reformulate the problem to explore different iterative methods.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the best method for solving the equation. There are competing views on the use of graphical methods, iterative methods, and the applicability of the Lambert W function.

Contextual Notes

Participants express uncertainty regarding the convergence of iterative methods and the implications of reformulating the problem. There are also references to external resources and literature that may provide further insight.

Who May Find This Useful

This discussion may be useful for high school students or individuals interested in mathematical problem-solving techniques, particularly those exploring iterative methods and special functions in relation to transcendental equations.

spriggster
Messages
2
Reaction score
0
Hello all, I'm new to the forums (signed up to ask this question- this isn't a homework question). My friend gave me this equation a while back and all of my math teachers that I've asked have been stumped. I'm currently a sophomore in high school with no calculus experience (currently Algebra 2 honors), so this problem threw me off. If you can find a solution, it'd be great if you could explain to me how you came about it in simple (if possible) explanation.

The problem:

x(e^x) = 3
Solve for x

Thanks a lot guys!
 
Last edited:
Physics news on Phys.org
What do you mean by "solve"? Do you just want to know the value of x? If so you can find the answer graphically by plotting the function e^x and the function 3/x on the same graph. The solution will be where they intersect, and it has a value of about 1.05. If you want to write x in terms of "elementary functions" (sines, cosines, polynomials, etc), that is not possible. However, there is a defined function that will give x. It is called the "Lambert W" function or the "Product Log" function. Here is the Wikipedia page on it.
 
phyzguy said:
If you want to write x in terms of "elementary functions" (sines, cosines, polynomials, etc), that is not possible.

Does somebody on PF know how to prove this?
 
Re-express the problem in the form:

x = ln (3/x)

You can solve this equation by the method of successive substitutions. This is an iterative method, where you have a starting guess, x = x0, and then you calculate successive values of x (on the left side of the equation) using previous values of x (on the right side of the equation). The successive substitution equation is:

x_{n+1}=ln \left(\frac{3}{x_n}\right)

You keep repeating the calculation until x stops changing. Try doing this with an initial guess for x of x0 = 1. You can do this on a spreadsheet or on a hand calculator.

Another iterative method that can be used is the half-interval method (aka bisection method). Look this up on Google.

Chet
 
micromass said:

Only a little motivational question: I happen to have an AMS book Algebraic Groups and Differential Galois Theory By Crepo and Hajto on my shelf, but I haven't read it almost at all. Do you think that reading it will help in this direction?

Chestermiller said:
Re-express the problem in the form:

x = ln (3/x)

You can solve this equation by the method of successive substitutions. This is an iterative method, where you have a starting guess, x = x0, and then you calculate successive values of x (on the left side of the equation) using previous values of x (on the right side of the equation). The successive substitution equation is:

x_{n+1}=ln \left(\frac{3}{x_n}\right)

Writing fixed point iterations like this is dice game, because it is difficult to tell how convergent or divergent they are going to be. For example, your reply certainly left open the question why not write the problem in form

<br /> x = ae^{-x}<br />

and start iterating

<br /> x_{n+1} = ae^{-x_n}<br />
 
jostpuur said:
Only a little motivational question: I happen to have an AMS book Algebraic Groups and Differential Galois Theory By Crepo and Hajto on my shelf, but I haven't read it almost at all. Do you think that reading it will help in this direction?



Writing fixed point iterations like this is dice game, because it is difficult to tell how convergent or divergent they are going to be. For example, your reply certainly left open the question why not write the problem in form

<br /> x = ae^{-x}<br />

and start iterating

<br /> x_{n+1} = ae^{-x_n}<br />
True. It helps to have some experience. But there is a of determining whether the successive substitution interation is going to be convergent or not.

Chet
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 33 ·
2
Replies
33
Views
4K
  • · Replies 4 ·
Replies
4
Views
7K