Solving 1= \frac{2^{x+1}}{x}: Is There a Trick?

  • Thread starter Thread starter cragar
  • Start date Start date
Click For Summary

Homework Help Overview

The discussion revolves around the equation 1 = \(\frac{2^{x+1}}{x}\), which is being analyzed for potential solutions. Participants are exploring the nature of the equation and whether it can be solved using algebraic methods or if numerical approaches are necessary.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss various attempts to manipulate the equation, including multiplying by x and taking logarithms. Some express frustration at circular reasoning encountered during their attempts. Others introduce the Lambert W-function as a potential avenue for complex solutions and suggest numerical methods for solving coupled equations.

Discussion Status

There is a recognition among participants that the equation may not have real solutions, with some suggesting that complex solutions could exist. Multiple interpretations of the problem are being explored, particularly regarding the consideration of complex numbers.

Contextual Notes

Some participants note that the question is posted in the Precalc section, implying a focus on real numbers, which raises questions about the appropriateness of considering complex solutions in this context.

cragar
Messages
2,546
Reaction score
3

Homework Statement



[itex]1= \frac{2^{x+1}}{x}[/itex]

The Attempt at a Solution


I multiplied both sides by x and then tried taking the ln of both sides but it just seems like you go in circles. Is this solvable with some trick?
 
Physics news on Phys.org
Equations like that can't normally be solved by algebraic methods. You must use numerical methods. However, this particular equation can be shown not to have any real solutions.
 
cragar said:

Homework Statement



[itex]1= \frac{2^{x+1}}{x}[/itex]

The Attempt at a Solution


I multiplied both sides by x and then tried taking the ln of both sides but it just seems like you go in circles. Is this solvable with some trick?

It's not straightforward. It is solvable in terms of the so-called Lambert W-function. The solution is complex. Here it is in Maple 14:

eq:=2^(x+1)/x=1;
(x + 1)
2
eq := -------- = 1
x
sol:=solve(eq,x); evalf(sol);
sol := -1/ln(2)*LambertW(-2*ln(2))
.1279196207-2.181686754*I (I = sqrt(-1) in Maple terminology)

Alternatively: you could write x = a + I*b and get a set of two coupled nonlinear equations for a and b, then solve them numerically using a Newton-Raphson method or something similar.

RGV
 
cragar said:

Homework Statement



[itex]1= \frac{2^{x+1}}{x}[/itex]

You're right about going around in circles.

[itex](x) 1= \frac{2^{x+1}}{x} (x)[/itex]

[itex]x= 2^{x+1}[/itex]

[itex]\ln(x)= \ln(2^{x+1})[/itex]

[itex]\ln(x)= x \ln(2) + \ln(2)[/itex]

[itex]\ln(x) - \ln(2) = x \ln(2)[/itex]

[itex]\frac{\ln(x)}{\ln(2)} - 1 = x[/itex]

This will give you an x = something, but you still have x in both sides of the equation.
 
I think there is no real solution. When I plot x and 2(x+1)...they do not intersect. However if x is imaginary, you get one extra d.o.f and a family of solutions exist.

Suppose x=a+ib. Then your equation becomes two equations (one for Re, and one for Im), these are:

a=2(a+1)(cos(b ln(2))) and b=2(a+1)(sin(b ln(2))). The ratio of these gives a=b/tan(b ln(2)). Thus the family of solutions is x= b/tan(b ln(2))+ib with |b|< [itex]\pi[/itex]/(2 ln(2))
 
ok thanks for the answers
 
ritoban5 said:
I think there is no real solution.
Since this question was posted in the Precalc section, I'm going to assume that the domain for consideration is real numbers. In that case, I agree with ritoban5 that there is no real solution, and in that context, that would be the answer.

cragar,
Is there some reason we should consider the complex numbers as possible solutions?
 

Similar threads

Replies
3
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 24 ·
Replies
24
Views
4K
Replies
8
Views
5K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 39 ·
2
Replies
39
Views
4K
  • · Replies 17 ·
Replies
17
Views
2K
Replies
25
Views
4K