Is there a simpler way to solve an exponential equation without trial and error?

  • Thread starter Thread starter surfy2455
  • Start date Start date
  • Tags Tags
    Exponential
AI Thread Summary
The discussion revolves around solving exponential equations, specifically 200n = 2^(n-1) and 6n^2 = 2^(n-1). Participants explore the use of logarithms to manipulate the equations but encounter difficulties in finding exact solutions. It is suggested that graphing the functions or using educated guesses may be more effective than purely algebraic methods. The need for a simpler, more discrete mathematical solution is emphasized, as trial and error approaches are seen as less desirable. Overall, the conversation highlights the complexities involved in solving such equations.
surfy2455
Messages
3
Reaction score
0
*solved
 
Last edited:
Physics news on Phys.org
surfy2455 said:

Homework Statement



200n = 2^(n-1) find n


The Attempt at a Solution



200n = 2^(n-1)
200 = 2^(n-1)/n
ln(200) = ln(2^(n-1)/n)
ln(200) = ln(2^(n-1)) - ln(n)
ln(200) = (n-1) * ln(2) - ln(n)
5.3 = .7n - .7 - ln(n)
6 = .7n -ln(n)

This is where I get stuck, not sure if this is the right approach.





Homework Statement



6n^2 = 2^(n-1) find n


The Attempt at a Solution



6n^2 = 2^(n-1)
ln(6n^2) = ln(2^(n-1))
2 * ln(6n) = (n-1) * ln(2)
2 * ln(6n) = .7n -.7


Stuck again
With equations like these, where the variable appears in the exponent and outside the exponent, there's not usually an easy way to solve the equations using algebra. I think your best bet is either to treat each side of the original equation as a function, and graph it, and then look for intersections of the two graphs.

Alternatively, you could start with an educated guess, and then refine your results.

For the first one, the powers of 2 are 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, and so on. Since the left side is 200
 
I see that you started another thread here - https://www.physicsforums.com/showthread.php?t=720463. That gives some context to the problem. For one thing, n is an integer, as it represents the number of steps in an algorithm, or something related to that.

With that context, all you need to do is to find numbers n and n + 1 that straddle the exact solution. In other words, when you substitute that value of n in the equations, the left side is smaller than the right side. When you substitute n + 1, the left side is larger than the right side.
 
Mark44 said:
I see that you started another thread here - https://www.physicsforums.com/showthread.php?t=720463. That gives some context to the problem. For one thing, n is an integer, as it represents the number of steps in an algorithm, or something related to that.

With that context, all you need to do is to find numbers n and n + 1 that straddle the exact solution. In other words, when you substitute that value of n in the equations, the left side is smaller than the right side. When you substitute n + 1, the left side is larger than the right side.

Yes, I found the solutions by doing this method before I posted this, but the main intent was to see if there was a more discrete mathematical solution instead of the trial and error approach of plugging and validating.
 
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