Solving for variable N when it is used as a base and exponent

AI Thread Summary
The discussion focuses on solving the equation (n/2)^n = c for the variable n, where c is an integer constant. The user attempts to apply logarithmic properties but encounters difficulties due to the presence of n both as a base and an exponent. They express frustration over reaching a dead end in their manipulations, particularly when trying to isolate n. Suggestions include using natural logarithms for easier handling of variables and questioning the approach of moving -log(2) to the other side. The conversation highlights the complexity of the problem and the need for advanced mathematical techniques to find a solution.
wjang
Messages
1
Reaction score
0

Homework Statement



I would like to solve the following equation for the variable "n"
The variable c represents any integer constant.

(n/2)^n = c

The goal is to get this in some form of n = ?

Homework Equations



The logarithm properties.

The Attempt at a Solution



I've tried using logs but I get stuck because there seems to be no way to somehow combine n as a base, and n as an exponent. Is this something that requires higher level math?

---------------------------------------
Let all logs be of base 2

(n/2)^2 = c
log(n/2)^n = log(c)
n*log(n/2) = log(c)
n(log(n)-log(2)) = log(c)
n(log(n)-1) = log(c)

Here I get stuck because any further logarithm manipulation only goes in circles.

Can anyone teach or point to me what kind of math I need to know to solve this please?
 
Physics news on Phys.org
Why didn't you move -log(2) over to the other side? Also, I like natural logs better when you're dealing with variables because you don't have to worry about the base.
 
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...
Back
Top