Stuck Trying to Re-arrange Variables

  • Thread starter Thread starter cgw_niu
  • Start date Start date
  • Tags Tags
    Stuck Variables
AI Thread Summary
The discussion centers on the difficulty of rearranging an equation to solve for "t" when given a specific value of "k." Participants express skepticism about finding an algebraic solution, suggesting that numerical methods may be more effective. One participant highlights that plugging in values or plotting the equation can yield close estimates for "t." They recommend using numerical methods, such as Newton's method, which can converge quickly to a solution. Overall, the consensus leans towards numerical approaches as the most viable option for solving the equation.
cgw_niu
Messages
3
Reaction score
0
Homework Statement
I need to re-arrange the below statement in terms of "t"
Relevant Equations
Original Equation:

k = 1/[e^(-A*t) - e^(-B*t)]

Where k is a real number and A and B are real numbers > 1
this is as far as I get:
246511
 
Physics news on Phys.org
Here is the original form of the equation

246512
 
I doubt you will find any algebraic solution to that equation.
 
  • Like
Likes member 587159
HallsofIvy said:
I doubt you will find any algebraic solution to that equation.
bummer, I am often given the value of "k" but do not know at what time it happens. The only was so far is to plug and play or plot it and get a close estimate for "t". I am by far means no mathematician, but I would think there has to be a way to solve for "t" for a known value of "k". Maybe not though.
 
It's easy to solve for t numerically given the other values. A method like Newton's method should converge to a solution rapidly. That's probably what you really want.
 
  • Like
Likes cgw_niu
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...

Similar threads

Back
Top