eddysd Messages 39 Reaction score 0 Thread starter Aug 6, 2010 #1 What does e^(xln(y)) equal? EDIT: x being a number, -1.18 Last edited: Aug 6, 2010
gomunkul51 Messages 275 Reaction score 0 Aug 6, 2010 #2 e^(xln(y)) = (e^ln(y))^x = y^x *@hgfalling corrected :) Last edited: Aug 6, 2010
hgfalling Messages 351 Reaction score 1 Aug 6, 2010 #3 Wait, what? [tex]e^{x \ln y} = (e^{\ln y})^x = y^x[/tex]
eddysd Messages 39 Reaction score 0 Aug 6, 2010 #4 ok, thankyou but it actually didn't help, my problem is below: maCln(t/600)+mbCvln(t/500)=0 Where ma, C, mb and Cv are known, how do I work out t?
ok, thankyou but it actually didn't help, my problem is below: maCln(t/600)+mbCvln(t/500)=0 Where ma, C, mb and Cv are known, how do I work out t?
Char. Limit Gold Member Messages 1,222 Reaction score 23 Aug 6, 2010 #5 Make both sides a power of e. But first, turn it into one logarithm. [tex]a log(x) + b log(y) = log(x^a y^b)[/tex]
Make both sides a power of e. But first, turn it into one logarithm. [tex]a log(x) + b log(y) = log(x^a y^b)[/tex]
eddysd Messages 39 Reaction score 0 Aug 7, 2010 #6 Doing that gives me: (t/600)^(26x10^3)x(t/500)^(21.99x10^3)=0 Which doesn't seem solvable to me! Any ideas?
Doing that gives me: (t/600)^(26x10^3)x(t/500)^(21.99x10^3)=0 Which doesn't seem solvable to me! Any ideas?
Dick Science Advisor Homework Helper Messages 26,254 Reaction score 623 Aug 7, 2010 #7 eddysd said: Doing that gives me: (t/600)^(26x10^3)x(t/500)^(21.99x10^3)=0 Which doesn't seem solvable to me! Any ideas? Try another log rule. Like ln(t/600)=ln(t)-ln(600).
eddysd said: Doing that gives me: (t/600)^(26x10^3)x(t/500)^(21.99x10^3)=0 Which doesn't seem solvable to me! Any ideas? Try another log rule. Like ln(t/600)=ln(t)-ln(600).
eddysd Messages 39 Reaction score 0 Aug 7, 2010 #8 Thanks for all the help, think I've got it sorted now!