How do you solve the exponential inequality #4^x<=4^(3x-1)#?

2 Answers
Jun 26, 2017

See explanation.

Explanation:

If the bases of both sides of the exponential equation (inequality) are equal, you can change the equation (inequality) to the equation (inequality) of the exponents.

When leaving out bases you have to be careful about the sign of rhe inequality.

  • if the base is between #0# and #1# you change the sign of the inequality to opposite #># to #<# and vice versa.

  • if the base is greater than #1# the sign stays unchanged.

In the given example the base is #4#, so the sign stays unchanged.

#4^x<=4^(3x-1)# ##

changes to:

#x<=3x-1# ##

#x-3x<=-1#

#-2x<=-1#

#x>=1/2#

Jun 26, 2017

#x >= 1/2#

Explanation:

Your base on both sides are the same, so you have completely nothing to worry about there.

The only problem now is the powers:
#x = (3x-1)#

You now have to get all x values on one side.
Add 1 to both sides:
#(x+1)=3x#

Take away #x# from both sides:
#1=2x#

Now divide both sides by 2 to find x:
#1/2=x#

Proof:
#4^(1/2)# is just that.
#4^(3(1/2)-1) = 4^(3/2-1) = 4^(3/2-2/2) = 4^(1/2)#

#4^(1/4)=root(4)(4)~~1.41#
#4^(3(1/4)-1)~~0.707#

#4^1=4#
#4^(3(1)-1)=4^2=16#

Therefore, #x>=(1/2)#.