Find Inverse of y=(x)^(1/3) & y=3(2)^x

AI Thread Summary
To find the inverse of the function y = (x)^(1/3), interchange x and y to get x = y^(1/3) and solve for y, resulting in y = x^3. For the function y = 3(2^x), swap x and y to obtain x = 3(2^y) and use logarithms to isolate y, leading to y = log(x/3)/log(2). Understanding algebraic principles is crucial for solving these equations effectively. The methods discussed emphasize the importance of manipulating equations correctly to find inverses. Mastery of these algebra rules is essential for success in more complex problems.
thomasrules
Messages
243
Reaction score
0
yea ok but wait how do u find the inverse of like

y=(x)^(1/3)

y=3(2)^x

whats the formula is not in the book

BTW i can't do those equations in latex...
 
Physics news on Phys.org
interchange x and y, and solve for y.
 
answer says y=x^3
 
which is exactly what courtrigrad's method predicts:

1° interchange x and y: y=(x)^(1/3) --> x=y^(1/3)

2° solve for y: x=y^(1/3) --> y=x^3
 
make sure you understand algebra thomas, if you don't know all the algebra rules now, learn them b4 it's too late!
 
For y= 3(2x), again do what courtrigrad said: Swap x and y to get x= 3(2y) and solve for y by taking logs of both sides:
log(x)= log(3(2y))= ylog(2)+ log(3)
y log(2)= log(x)- log(3)= log(x/3)
y= log(x/3)/log(2).
 
Back
Top