How Do I Rewrite y = 5x as 3kx?

  • Thread starter Thread starter the_awesome
  • Start date Start date
the_awesome
Messages
56
Reaction score
0

Homework Statement


Rewrite y = 5x in the form 3kx


Homework Equations



no idea

The Attempt at a Solution



I can't really attempt this because i don't have a clue where to start. I've looked in all my maths books and it says nothing on how to do this. Our unit is partially based on inverses and differentation so I am guessing its something to do with that.

By guessing and typing random numbers into the calculator, i know that k is equal to 1.465

example :

52 = 25
31.465 x 2 = 25

thats all i can gather, but how do i show my working out/correct method? :(
 
Physics news on Phys.org
well if you want 3^(kx)=5^x

take logs to find k.
 
how do i do that?
 
Have you studied logarithms?
If you have, use log a^b = b log a to find the value of k.
 
do you know about logarithmic functions?

take the log of both sides and from the log laws, you can show log(y^k) = k.log(y)
 
shramana said:
Have you studied logarithms?
If you have, use log a^b = b log a to find the value of k.
so u mean like...

(let a = 5)
(let b = 2)

log 52 = 2 log 5
= 1.39

but, the value of k should be 1.465.


what about...
5x = 3kx
0 = 5x - 3kx
0 = 5 -3k
3k = 5
k = (log 5) divided by (log 3)

therefore, k = 1.464973521

so...5x = 31.465x
 
Last edited:
the_awesome said:
so u mean like...

(let a = 5)
(let b = 2)

log 52 = 2 log 5
= 1.39

but, the value of k should be 1.465.


what about...
5x = 3kx
0 = 5x - 3kx
0 = 5 -3k
No, that does not follow. You cannot just "cancel" exponents like that.
You can, directly from your original equation say that
5x= 3kx= (3k)x and NOW take the "xth" root of both sides: 5= 3k.

3k = 5
k = (log 5) divided by (log 3)

therefore, k = 1.464973521

so...5x = 31.465x
That works, with my correction to your reasoning. What people were suggesting you do is simpler: just take the logarithm of both sides of the original equation:
log(5x)= log(3kx)
x log(5)= kx log(3)
Since this is to be true for all x, you can take x non-zero and divide both sides by x:
log(5)= k log(3) so k= log(5)/log(3).
 
Last edited by a moderator:
ah i see, thanks for the help!
 
Back
Top