Solving equation involving a variable and its logarithm

  • Context: Undergrad 
  • Thread starter Thread starter JulieK
  • Start date Start date
  • Tags Tags
    Logarithm Variable
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
JulieK
Messages
50
Reaction score
0
Can you suggest a general analytical solution to the following equation

[itex]\ln(x^{3/2})-bx-c=0[/itex]

where [itex]x[/itex] is real positive variable and [itex]b[/itex] and [itex]c[/itex] are real positive
constants.
 
Physics news on Phys.org
Sure - it is the intersection of ##y=\ln(x)## with the line ##y=2(bx+c)/3##.
Note: ##\ln(x)## is only defined for ##x>0##.

Solutions will not exist for all a and b.
In general you'll need a numerical solution.
 
Depends on whether or not you classify the Lambert W function as an analytical solution (I doubt the mathematics community does).

$$\ln(x^{\frac{3}{2}}) = b x + c \\
x = \exp( \frac{2}{3}bx + \frac{2}{3}c) \\
x \exp(- \frac{2}{3} bx) = \exp( \frac{2}{3}c) \\
- \frac{2}{3} b x \exp(- \frac{2}{3}bx) = -\frac{2}{3} b \exp( \frac{2}{3}c) \\
- \frac{2}{3} b x = W_n(-\frac{2}{3} b \exp( \frac{2}{3}c)) \\
x = - \frac{3 W_n(-\frac{2}{3} b \exp( \frac{2}{3}c))}{2 b}$$

For a real [itex]x > 0[/itex], [itex]b \neq 0[/itex] and [itex]n \in \mathbb{Z}[/itex]. Only [itex]n=-1, 0[/itex] can provide real solutions, though.
 
Last edited:
Looks like confusion between "analytic function" and "analytic expression".