surfy2455
- 3
- 0
*solved
Last edited:
The discussion revolves around solving exponential equations of the form \(200n = 2^{(n-1)}\) and \(6n^2 = 2^{(n-1)}\). Participants explore methods to find the variable \(n\) without relying on trial and error.
The conversation is ongoing, with participants sharing their attempts and questioning the validity of their methods. There is a recognition of the challenges posed by the equations, particularly due to the variable appearing both in the exponent and outside of it. Some guidance has been offered regarding the nature of \(n\) as an integer and the approach of finding bounding values.
Participants note that \(n\) represents an integer related to algorithmic steps, which influences the approach to finding solutions. There is also a reference to previous discussions that provide additional context to the problem.
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.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
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.