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: 409
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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top