Solving for x in an exponential

  • Thread starter Thread starter meorozco
  • Start date Start date
  • Tags Tags
    Exponential
AI Thread Summary
To solve the inequality e^-(xt) <= y with t = 10 and y = 10^-6, the equation simplifies to e^(-10x) <= 10^-6. The correct approach involves taking the natural logarithm of both sides, leading to -10x <= ln(10^-6). After correcting for a negative sign, the solution for x is calculated as x = ln(10^-6) / -10, which yields approximately 13.8. Verifying this value by substituting it back into the original equation confirms its accuracy.
meorozco
Messages
3
Reaction score
0

Homework Statement


My problem is: e^-(xt) <= y, where t = 10 and y = 10^-6

So: e^-(x10) <= 10^-6

I have to find a value x that would make the probabilty less than or equal to 10^-6.

Homework Equations





The Attempt at a Solution


I am not sure but my attempt in finding x is:

x*10 =ln(10^-6)
x=ln(10^-6) / 10

I am not so sure that is right. I'm having somewhat of difficulty treating the e in the problem. Any help is greatly appreciated. Thanks
 
Physics news on Phys.org
Thats right in taking natural logs of both sides to start with, but you seem to have missed a negative sign in your first step.
 
Ok, so I would get ln(-x*10) <= ln 10^-6
x = ln(10^-6) / -10)
If I do that I calculate x to be 13.8. Does this seem right?
Put x= 13.8 back into the original equation. Does it satisfy the equation?
 
Last edited by a moderator:
In problems like this, you can always confirm your answer by going back to the original equation. Since you've found x and you know t, just calculate e-xt and see if it gives the answer you want.
.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top