lnx = x^3 + 1

i know x=1 but can you solve this algebraically?

4 answers

ln(1)=0, which does not equal 0+1
ln(x)-x^3=1 does not have a solution.

Now if you mean lnx=x^3-1, then yes it has two solutions, Since x3 contains the variable to solve for, move it to the left side of the equation by subtracting x3
from both sides.
ln(x)−x3=−1
The roots of this equation could not be found algebraically, so the roots were determined numerically.
x=0.39044,1
numerically on a graphing calculator?
that would be a choice, I would do it on wolfram.
or

Newton's method:
let y = lnx - x^3 + 1
dy/dx = 1/x - 3x^2

newx = x - (lnx - x^3 + 1)/(1/x - 3x^2)
= (1 - 3x^3 - lnx + x^3 - 1)/(1/x - 3x^2)
= (-2x^3 - lnx)/(1/x - 3x^2)

guess: x = .5

newx1 = .3545...
newx2 = .38789...
nrwx3 = .39042..
newx4 = .39044046
newx5 = .39044046 <---- correct to 8 decimals

looked like some fun to do it.
Similar Questions
  1. Please help i really need an A and i'm horrible at math ):1. solve the following equation algebraically, show your work 6 = x+2
    1. answers icon 7 answers
  2. How do I answer thisf(x) = x - 3 (x + 4)^(1/2) and am asked how to solve for x when y = -5 I have no idea how to do this and
    1. answers icon 0 answers
    1. answers icon 2 answers
  3. abs x^2/2 -1 =x+3 solve algebraicallyso if I divide through by 2 i get x^2 -2= 2x+3 simplifying x^2-2x-5 =0 solve by quadratic
    1. answers icon 1 answer
more similar questions