I want to analise this problem by numerical method

mohkem
Messages
3
Reaction score
0

Homework Statement



y=(a*exp^b*x)/(c+d*exp^m*x)



The Attempt at a Solution



(1/y)=(c+d*exp^m*x)/(a*exp^b*x)

y(new)=1/y

y(new)=(c/(a*exp^b*x))+(d*exp^m*x)/(a*exp^b*x)

i stopped here and i don't know how can i complete?
 
Physics news on Phys.org
You wrote a formula, but you did not say what the problem is.
 
Y(new)=A+B*X(new) i want to achieve this formula with method of numerical
 
I for one have no idea what you're trying to do.

Please write the problem statement. If it's given to you in some language other than English, which I suspect is the case, do the best you can to translate the problem statement into English.
 
ok i want equation for variables a and b and c and d and m by method of numerical
 
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