Solve Equation: 3(e)^(x -1) = 3(x)^2

  • Thread starter Thread starter Curious6
  • Start date Start date
Curious6
Messages
183
Reaction score
0
Hi, I know how, to obtain the answer to the following equation intuitively but I would like to understand the calculations involved in obtaining the answer, thanks:

3(e)^(x -1) = 3(x)^2

Thanks in advance
 
Physics news on Phys.org
Curious6 said:
Hi, I know how, to obtain the answer to the following equation intuitively but I would like to understand the calculations involved in obtaining the answer, thanks:

3(e)^(x -1) = 3(x)^2

Thanks in advance
I don't think you can get exact solutions for this equation. First, try plotting it (by some software), then you can use Newton's method to solve the equation.
First, try to change everything to one side, ie:
3ex - 1 - 3x2 = 0
Let f(x) = 3ex - 1 - 3x2
Now choose an x0 wisely (near the solutions you can see in the graph). Then use:
x_{n + 1} = x_{n} - \frac{f(x_{n})}{f'(x_{n})}, then let n increase without bound, your solution will be:
x = \lim_{n \rightarrow \infty} x_{n}
Can you go from here? :)
By the way, you should note that x = 1 is an obvious solution to this equation.
 
Last edited:
Okay, thanks :)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top