uml said:
Homework Statement
The problem is attached.
Homework Equations
The Attempt at a Solution
I've been trying to take the Log for both sides but the problem is I have (1+0.05X) if I just have e^-0.1 X, I will take Log for both sides and solve it but in this case I have (1+0.05X) too!
I have no idea how to solve this. This is not homework problem, my school will start next week, I am trying to prepare for math class by doing some problems.
Thank you
As Mark44 has stated, your problem is ##2.5 \times 10^{-6} = e^{-.1x}(1 + .05x)##. Typically, because the function involves ##x \times\exp(-kx)## you cannot hope for a simple solution, but must, instead, try for a numerical solution. You can draw a graph of both sides of the equation to see where the two curves cross, then home in on more accurate values of ##x## using numerous numerical methods, such as Newton's method.
However, in this case a special function has been devised by mathematicians to handle such problems: the Lambert function. Maple gets two solutions:
[tex]x_1 = - 20 - 10 W\left( -\frac{e^{-2}}{200000} \right) \doteq -19.99999323 \\<br />
x_2 = - 20 - 10 W\left(-1, -\frac{e^{-2}}{200000} \right) \doteq 150.4173817[/tex]
Here, ##W(z), \: W(k,z)## are two "branches" of the so-called Lambert W function, defined as solutions of the equation ##W \exp(W) = z##.
Generally speaking, I would not recommend trying for a 'symbolic' solution like those two above, but would go directly to a numerical approach.