Exponential simultaneous equation with powers

  • Context: Undergrad 
  • Thread starter Thread starter acu04348
  • Start date Start date
  • Tags Tags
    Exponential
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
acu04348
Messages
2
Reaction score
0
Hi there,Struggling with this problem, anyone know how this might be solved?

(e^(r-0.04)^(5/12))(0.9463) = (e^(r-0.04)^(11/12))(0.95152)

and solve for r

Ans: r~2.90%

Would really appreciate it!
 
Physics news on Phys.org
acu04348 said:
Hi there,Struggling with this problem, anyone know how this might be solved?

(e^(r-0.04)^(5/12))(0.9463) = (e^(r-0.04)^(11/12))(0.95152)

and solve for r

Ans: r~2.90%

Would really appreciate it!
It's hard to tell for certain what you're working with. Is this it?
[tex]0.9463(e^{r - .04})^{5/12} = .95152(e^{r - .04})^{11/12}[/tex]

If so, when you raise an exponent to a power, the exponents multiply, so the above can be rewritten as
[tex]0.9463e^{(5/12)(r - .04)} = .95152e^{(11/12)(r - .04)}[/tex]

Now take the natural log of both sides.
 
Thank you Mark44.