Solving Unknown Variables in Homework Problems

  • Thread starter Thread starter uml
  • Start date Start date
  • Tags Tags
    Variable
AI Thread Summary
The discussion focuses on solving the equation 2.5 x 10^{-6} = e^{-0.1x}(1 + 0.05x), highlighting the challenges posed by the variable x appearing in multiple terms. Participants suggest that taking the natural logarithm won't yield a simple solution due to the complexity of the equation. Instead, they recommend using numerical methods or graphical solutions to approximate the value of x, as an analytic solution is not feasible. The Lambert W function is mentioned as a potential tool for handling such equations, although a direct numerical approach is preferred. The conversation emphasizes the importance of preparing for math class by exploring various problem-solving techniques.
uml
Messages
4
Reaction score
0

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
 

Attachments

  • solve.jpg
    solve.jpg
    9.6 KB · Views: 567
Last edited:
Physics news on Phys.org
The problem also appears unknown! :)

Thats better.

Try to take the natural log on both sides, is there a property of logs you can use? Show us how you went about your attempt so it's possible to see where you made an error.
 
Last edited:
  • Like
Likes 1 person
Here's the problem:
##2.5 X 10^{-6} = e^{-.1x}(1 + .05x)##

Because of the x appearing in two places on the right side, taking logs (natural or otherwise) on both sides won't do any good. My guess is that you're supposed to come up with an approximate or graphical solution here, as opposed to an analytic solution.
 
Yes. Mark44 is obviously correct. There is no analytic solution. They must be asking for an approximate solution. It looks like the exponential term on the rhs is going to dominate. If the equation were just 1.0x10-6=e-0.1x, what value of x would be required? This would be a good initial guess for the answer. You could then solve the equation by successive substitutions, starting with this initial guess. Can you think of a successive substitution scheme that would do the trick?

Chet
 
  • Like
Likes 1 person
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:
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
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.
 
  • Like
Likes 1 person
Ahhh, I see now. I had assumed they wanted to solve for X even though it would leave the soultion in terms of X. The above suggestions look good to me.
 
  • Like
Likes 1 person
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks

Similar threads

Back
Top