Solving Exponentiation Problem Without Logarithm

  • Thread starter Thread starter MatheusMkalo
  • Start date Start date
AI Thread Summary
To solve the expression (0.125)^(y-2x) in terms of α and β, first recognize that 0.125 equals 2^(-3). This allows the expression to be rewritten as (2^(-3))^(y-2x), simplifying to 2^(-3y + 6x). The challenge is to express this in terms of α (2x) and β (2y). The final answer is α^6 / β^3, which can be derived using the property a^(b-c) = a^b / a^c. Understanding this property is crucial for completing the solution.
MatheusMkalo
Messages
15
Reaction score
0
Problem in english:
Whereas 2x = \alpha and 2y = \beta, write the expression (0,125)y-2x in function of \alpha and \beta

Without logarithm...
 

Attachments

  • Exercicio.png
    Exercicio.png
    59.1 KB · Views: 407
Physics news on Phys.org
0,125= 1/8= 2^{-3} so (0,125)^{y- 2x}= (2^{-3})^{y-2x}= 2^{-3y+ 6x}. Can you finish it?
 
Hehe i found that too but i can't put in function of alfa and beta =/

Answer in book is:
\alpha6
\overline{\beta}3

But i don't know how to do.
 
Last edited:
MatheusMkalo said:
Hehe i found that too but i can't put in function of alfa and beta =/

Answer in book is:
\alpha6
\overline{\beta}3

But i don't know how to do.

Did you know that a^{b-c}=\frac{a^b}{a^c}?
 
No i don't see it '-' thank you very much xD
 
Last edited:
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top