Solving the Equation: 8n^2 = 64 n lg(n) with Step-by-Step Guide

  • Context: Undergrad 
  • Thread starter Thread starter Niels
  • Start date Start date
  • Tags Tags
    Stupid
Click For Summary
SUMMARY

The equation 8n² = 64n lg(n) is a transcendental equation that typically does not have an algebraic solution. Participants in the discussion suggest using graphical methods or numerical approximation techniques, such as trial and error, to find solutions. One participant reported using Mathematica and found an approximate solution of n ~ 6.5. The inequality 8n² < 64n lg(n) is also explored, with a focus on integer values of n as they pertain to algorithm input sizes.

PREREQUISITES
  • Understanding of transcendental equations
  • Familiarity with logarithmic functions, specifically lg(n)
  • Basic knowledge of numerical approximation techniques
  • Experience with mathematical software like Mathematica
NEXT STEPS
  • Research graphical methods for solving transcendental equations
  • Explore numerical approximation techniques for finding roots
  • Learn about the properties of logarithmic functions in algorithm analysis
  • Investigate the use of Mathematica for solving complex equations
USEFUL FOR

Mathematicians, computer scientists, and students studying algorithm analysis who need to solve complex equations and understand their implications in computational contexts.

Niels
Messages
10
Reaction score
0
How do I solve the following equation?

8n^2 = 64 n lg(n); (0 < n)

n = 8lg(n)
10^n = 10^8 n
...? How do I isolate n?
 
Mathematics news on Phys.org
Niels said:
How do I solve the following equation?
8n^2 = 64 n lg(n); (0 < n)
n = 8lg(n)
10^n = 10^8 n
...? How do I isolate n?

Who says u can?It's typically a transcendental equation.I suggest either graphical method (intersaction of graphs) (done by computer,maybe),or taking a calculator and "solving it through tries".Your equation may have 0,1 or maximum 2 solutions.

Daniel.
 
I already did that with mathematica and got that one solution is x ~ 6.5... I just wanted to know if there was any algebraic solution...

I study running times of some algorithms and got this questions: for that values of n is the following inequality true:
8n^2 < 64 n lg(n)

Is there no analytical approach. This is a potential exam question and were not allowed to use calculators...
 
Is n supposed to be an integer?
 
Yes, n is integer (input size for algorithm) but I'm interested in both cases. (real/integer)
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 0 ·
Replies
0
Views
532
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K