Thursday, July 25, 2019

exponential function - Algebraic expression to the algebraic expressionth power equation



How can you solve problems like xx1=7? More generally, how can you solve equations like (ax+b)cx+d=e , where a,b,c,d,e are given?(Give all the roots, including complex ones)


Answer



Interesting enough for me to post an answer is the fact that the problem for your first equation only lies in the fact that the exponent is given by x1 and not by x. I will demnonstrate how to solve this equation for the latter case. First of all rewrite the xx term in terms of the exponential and do not forget assuming a complex valued logarithm to get




xx=7exlog(x)+2πin=7xlog(x)+2πin=log(7)log(x)elog(x)=log(7)2πinlog(x)=W(log(7)2πin)








I have doubts that on can deduce a general formula for arbitrary a,b,c,d,e (just take a=c=1,b=0,d=-1 and e=7 to reproduce your first equation). Anyway considering that a=c and b=d it is indeed possible since this is basically the same as x^x and can be solved using the Lamber W-Function but note that you have to consider the different branches of this function with regard to the values of a,b and e.



From hereon I have to admit that I have not enough experience with the Lambert W-Function to give an detailed outline of the different branches and why they are important.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f \colon A \rightarrow B and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...