Rearrange for x. Is this even possible?

  • Thread starter Thread starter OrganDonor
  • Start date Start date
  • Tags Tags
    even Rearrange
OrganDonor
Messages
1
Reaction score
0
Hi all,

Homework Statement



I'm working on a problem related to an MRI signal equation. Essentially I want to derive an equation that can tell me the point at which f(x) is maximum. I have differentiated with respect to x and double checked that there are no errors.

But now I am stumped at how to rearrange for x. Or even if it is possible to rearrange for x. Here is the equation:

Homework Equations



0 = ax-1.5 + be-cx * (cx-0.5 + 0.5x-1.5)

The Attempt at a Solution



Is it possible to rearrange for x? If so what technique should be used? I am happy to have a go at doing the algebra myself but I'm completely stumped!

Any help will be greatly appreciated :smile:
 
Physics news on Phys.org
No, there's no algebraic way to rearrange this. You could simplify it greatly by multiplying through by x1.5. If c is small you could expand the exponential as a power series, multiply out, discard terms beyond x2, and solve the quadratic. You could then improve on that by iterative methods.
 
As haruspex said, you can start by multiplying through by x^{1.5} to get 0= a+ be^{-cx}(cx+ 0.5). If you let y= bcx+ 0.5b, x= ((y/b)- 0.5)/c the equation becomes 0= a+ ye^{y/bc}e^{0.5/c}. Divide both sides by bc and you have 0= a/bc+ (y/bc)e^{y/bc}e^{0.5/c} which is the same as (y/bc)e^{y/bc}= -ae^{-0.5/c}/bc.

Let z= y/bc and it becomes ze^x= -ae^{-0.5/c}/bc. The solution to that is z= y/bc= W(-ae^{-0.5/c}/bc) so that y= bcx+ 0.5b=bcW(-ae^{-0.5/c}/bc) and x= W(-ae^{-0.5/c}/bc)- 0.5/c.

There "is no algebraic way to rearrange this" because W, the "Lambert W function", used above, is not an "elementary function". It is defined as the inverse function to f(x)= xe^x.
 
Last edited by a moderator:
Alternate Solution

Apart from using special functions you can use plotting techniques to obtain elements in the solution set.

Solve the equation into two functions of x on either side of the equal sign.

-ax^-1.5/ (cx^-.5+.5x^-1.5)= be^-cx

This can be simplified to

-a/(cx+.5)= be^-cx taking that x≠0 (which is a solution in itself).

Plotting these two functions on the same axes will show the intersections of the graph i.e. where they are equal to each other.

Like I said, this is just an alternate way to doing this problem without knowledge of special functions (but with knowledge of some language like maple or mathematica).
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top