What is the Inverse of Exponential Functions with Different Bases?

  • Thread starter Thread starter ishant
  • Start date Start date
  • Tags Tags
    Inverse
AI Thread Summary
The discussion centers on finding the inverse of the function y = 3^-x + 9^-x. Participants suggest rewriting 9^-x in terms of 3^-x to formulate the problem as a quadratic equation. It is noted that while a quadratic function does not have a true inverse, restricting the domain can yield a unique inverse for the original function. The function is strictly decreasing, confirming that it has a unique inverse when the domain is limited to real numbers. Overall, the conversation emphasizes the importance of domain restrictions in determining the existence of an inverse for such functions.
ishant
Messages
3
Reaction score
0


y = 3^-x + 9^-x

ln(y) = ln(3^-x + 9^-x)

don't know where to go from here.
 
Physics news on Phys.org
Basically you want to make x the subject.

Hint 1: What can you rewrite 9^(-x) as?
Hint 2: Solve for 3^(-x) by formulating the problem as a quadratic equation
 
ishant said:

Homework Statement



Homework Equations



The Attempt at a Solution



y = 3^-x + 9^-x

ln(y) = ln(3^-x + 9^-x)

don't know where to go from here.
Logarithms won't help initially.

Follow Fightfish's advice directly, or first let u = 3-x, so u2 = (3-x)2 =   ?   ... and then look at this as a quadratic equation.
 
And because it reduces to a quadratic, this function does NOT have a true "inverse". You can reduce the domain to two intervals so the restricted functions have inverses.
 
But since 3-x is always positive we can eliminate one of the solutions to the quadratic and be left with a unique inverse, right? This is of course only if the domain only includes real numbers.
 
InfinityZero said:
But since 3-x is always positive we can eliminate one of the solutions to the quadratic and be left with a unique inverse, right? This is of course only if the domain only includes real numbers.
Yes, that's correct, at least for this function.

The fact that this function, f(x) = 3-x + 9-x, does have a true inverse can also be seen by noticing that f(x) is strictly decreasing.
 
HallsofIvy said:
And because it reduces to a quadratic, this function does NOT have a true "inverse". You can reduce the domain to two intervals so the restricted functions have inverses.

InfinityZero said:
But since 3-x is always positive we can eliminate one of the solutions to the quadratic and be left with a unique inverse, right? This is of course only if the domain only includes real numbers.

SammyS said:
Yes, that's correct, at least for this function.

The fact that this function, f(x) = 3-x + 9-x, does have a true inverse can also be seen by noticing that f(x) is strictly decreasing.
While we wait for OP (ishant) to return, i''l take the opportunity to amplify my above reply to the above quotes from HallsofIvy and InfinityZero.

'Halls', of course, is correct in general. A quadratic function does not have a true inverse, unless the domain of the quadratic function is restricted appropriately.

InfinityZero was correct about the function, f(x) = 3-x + 9-x, having a unique inverse, that is to say, an inverse which is truly a function. However, the reason 'IZ' gives, could stand to be elaborated upon. The reason that we can eliminate one of the two solutions to the quadratic equation which results when solving for 3-x, is that 3-x is a positive quantity and one of the solutions is positive while the other is strictly negative.

Let's look at a slightly different function for an example of what 'Halls' cautioned about.
Suppose we want to solve y = 9-x - 3-x for x.

Let F(x) = 9-x - 3-x.

F is not 1 to 1. It has a minimum of -1/4 at x = log3(2) .

Now to solve y = 9-x - 3-x for x:

Let t = 3-x. Substituting that into the equation for y gives:

t2 - t = y .

Add 1/4 to both sides to complete the square giving:

(t - 1/2)2 = y + 1/4

Solving for t gives us:

\displaystyle t=\frac{1}{2}\pm\sqrt{y+\frac{1}{4}}

Since x = -log3(t), our solution is:

\displaystyle x=-\log_{\,3}\left(\frac{1}{2}\pm\sqrt{y+\frac{1}{4}} \right)

If we restrict the domain of F to x ≤ log3(2), then F-1(x) is the result with the minus sign.

\displaystyle F^{-1}(y)=-\log_{\,3}\left(\frac{1}{2}-\sqrt{y+\frac{1}{4}} \right)

This is valid for any y such that y ≥ -1/4 .

On the other hand, if we restrict the domain of F to x ≥ log3(2), then F-1(x) is the result with the plus sign.

\displaystyle F^{-1}(y)=-\log_{\,3}\left(\frac{1}{2}+\sqrt{y+\frac{1}{4}} \right)

This is valid for any y such that -1/4 ≤ y < 0 .​
Here is a graph of F(x) = 9-x - 3-x as given by WolframAlpha.
attachment.php?attachmentid=48555&stc=1&d=1340495123.gif
 

Attachments

  • WolframAlpha--plot_-3-x9-x_from_x-1_to_x4--2012-06-23_1841.gif
    WolframAlpha--plot_-3-x9-x_from_x-1_to_x4--2012-06-23_1841.gif
    5 KB · Views: 550
I deleted the subthread about the approximate solutions as it will likely only serve to confuse the OP.
 
Back
Top