How can I solve the following equation

  • Thread starter Thread starter mdnazmulh
  • Start date Start date
AI Thread Summary
To solve the equation 2^x + 6x = 16, one approach involves rearranging it to 2^x = 16 - 6x and plotting both functions to find their intersection, which occurs at x = 2. The function f(x) = 2^x + 6x - 16 is continuous and strictly increasing, confirming that a solution exists between f(0) < 0 and f(4) > 0. While numerical methods or graphical solutions are suggested, there is no elementary function solution for such equations. For similar forms like x + ln x = c, the Lambert W function can be applied for a more generalized solution.
mdnazmulh
Messages
51
Reaction score
0

Homework Statement



what is the procedure to solve the following equation for x?
2^x + 6x = 16

Homework Equations





The Attempt at a Solution


I tried as following but it didn't work,
2^x + 6x = 16
2^x + 6x = 2^4
2^x + 6x = 2^4
(2^x) / 2^4 + (6x)/ 2^4 = 1
2^(x-4) + 6x/16 = 1
2^(x-4) + 3x/8 = 1
taking LCM,
8[2^(x-4)] + 3x = 8
[2^3][2^(x-4)] + 3x = 8
2^(x-1) + 3x = 8
after this stage I couldn't go farther..
The answer is x=2, but how to obtain it?
 
Physics news on Phys.org
Hi,

I doubt whether this is the sollution you wanted to see, but this kind of equations are usually solved numerically [please correct me if I am wrong].
My proposition:

we have a function:
f(x) = 2^x + 6x - 2^4
three facts that are obvious:
  • the function is continuous and strictly increasing
  • f(0) &lt; 0
  • f(4) &gt; 0.
Realizing that it is a darboux function, we know that there exists such an "a", that f(a) = 0. You can know write a computer program, to see the approximate number or you can guess it for yourself, cause the function you have is pretty student-friendly:

f(0) &lt; 0 \wedge f(4) &gt; 0
f(1) &lt; 0 \wedge f(4) &gt; 0
f(1) &lt; 0 \wedge f(3) &gt; 0
f(2) = 0

hey! that's my answer!



maybe there is some smart way to do a few algebraic operations in order to get this '2' but I can't find it. I hope my post was somehow helpful to you.

rahl
 
The way u showed is not what I wanted. I don't have any idea about darboux function.
Can't we solve the above equation in any other easier way?

And how do we solve x + ln x = c ( c is some constant) or, a^x + x = c (a,c r constants) equations?
 
It can be solved graphically.

Rearrange it:

2^x + 6x = 16

2^x = 16 - 6x

Now plot both of the functions and it can be easily read from the graph (of course check it analytically) that they intersect at (2;4) so x = 2 is the root you're looking for.
 
If you are looking for a solution in terms of an "elementary function", there is none. That is generally true of equations that involve the variable both "inside" and "outside" a transcendental function.

You could use the "Lambert W function",
http://mathworld.wolfram.com/LambertW-Function.html,
which is defined as the inverse function to f(x)= xex. For example, if x+ ln x= c, then ln x= x+ c. Taking the exponential of both sides, x= ex+ c= exec so, dividing both sides by ex, xe-x= ec. If we let u= -x, then x= -u and we have -ueu= ec or ueu= -ec. Applying the W function to both sides, u= W(-ec). Then x= -u= -W(-ec).
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top