If you could please help me? I have been having a really hard time so far. I would reallly appreciate if you could explain how to do the problems.


Thank you!

If you could please help me I have been having a really hard time so far I would reallly appreciate if you could explain how to do the problems Thank you class=

Respuesta :

I will set up question 1 and do question 2, which is easier to solve.

Question 1

To determine if a function is one-to-one, we must prove that f(a) = f(b). In other words, if you get the same y value by plugging a into the function as you do by plugging b, then the function is one-to-one. I will partially do the first one and let you do the rest on your own.

f(x) = (x - 1)/(3x + 3)

f(a) = (a - 1)/(3(a) + 3)

f(a) = (a - 1)/(3a + 3)

f(a) = (a - 1)/[3(a + 1)]

Now do f(b).

f(b) = (b - 1)/[3(b + 1)]

Set f(a) = f(b). If after doing the math you end up with a = b, then you will know that this function is one-to-one.

Take it from here and do the same for all functions listed.

Question 2

Let cbrt = cube root for short.

cbrt{x - 2} + 8

Let y = f(x)

y = cbrt{x- 2} + 8

Switch x and y.

x = cbrt{y - 2} + 8

x - 8 = cbrt{y - 2}

Cube both sides.

(x - 8)^3 = [cbrt{y - 2}]^3

(x - 8)^3 = y - 2

Solve for y.

(x - 8)^3 + 2 = y

Replace y with f^(-1) x.

f^(-1) x = (x - 8)^3 + 2

Answer: Choice 1

Answer:

2.

Step-by-step explanation:

1. Recall the definition of one-to-one function. We say that [tex]f[/tex] is one-to-one if and only if the equality [tex]f(a)=f(b)[/tex] implies that [tex]a=b[/tex].

First example: [tex] f(x)=\frac{x-1}{3x+3}[/tex].

We start with

[tex] f(a) = \frac{a-1}{3a+3} = \frac{b-1}{3b+3} = f(b)[/tex].

In the above equalities, the central one, making cross products, is equivalent to

[tex] (a-1)(3b+3) = (3a+3)(b-1)[/tex].

Then, [tex]3ab+3a-3b-3 = 3ab-3a+3b-3[/tex]. Now, cancelling identical terms we get  [tex] 3a-3b=-3a+3b[/tex] which is equivalent to [tex]6a=6b[/tex]. Thus, simplifying the factor 6, we get [tex]a=b[/tex]. Therefore, the function is one-to-one.

Second example: [tex] f(x) = \sqrt{5x+9}[/tex].

We try to follow the same reasoning. We start with

[tex]\sqrt{5a+9} = \sqrt{5b+9}[/tex].

Now, we elevate both members to the square (recall that both expressions are positive, so there is no problem with squaring) and obtain:

[tex] 5a+9=5b+9[/tex]. We eliminate the 9's and we get [tex] 5a=5b[/tex]. Simplifying the 5's, we finally obtain that [tex] a=b[/tex]. Therefore the function is one-to-one.

Third example. [tex]f(x) = \frac{7}{4x^2}[/tex].

This example is different from the previous ones. Recall that we prove that a function is not one-to-one if we find two different numbers [tex]a\neq b[/tex] such that [tex]f(a)=f(b)[/tex].

Then, notice that if we take [tex]a=-1[/tex] and [tex]b=1[/tex] we get that

[tex]f(-1) = \frac{7}{4(-1)^2} = \frac{7}{4}[/tex] and [tex]f(-1) = \frac{7}{4\cdot 1^2} = \frac{7}{4}[/tex].

Then, this function is not one-to-one.

Fourth example: [tex]f(x) = \frac{1}{2}x^3[/tex].

As the first two cases. Consider [tex]\frac{1}{2}a^3=\frac{1}{2}b^3[/tex]. Then, simplify the factor 1/2, and we get [tex]a^3=b^3[/tex].

Now, let us transform the previous equality into [tex]a^3-b^3=0[/tex]. This expression can be factored: [tex]a^3-b^3=(a-b)(a^2+ab+b^2)[/tex]. Thus,

[tex]0=(a-b)(a^2+ab+b^2)[/tex]

Notice that the above equality is possible if and only if [tex]a-b=0[/tex] or

[tex]a^2+ab+b^2=0[/tex]. But the second possibility is impossible (you can check it using the general formula for second degree equations), thus, necessarily [tex]a-b=0[/tex] which is equivalent to [tex]a=b[/tex]. Therefore, the function is one-to-one.

Fifth example: [tex]f(x) = 3x^4+7x^3[/tex].

First, notice that the polynomial [tex]3x^4+7x^3[/tex] can be factored as

[tex]3x^4+7x^3 = x^3(3x+7)[/tex].

From here is not difficult to deduce that [tex] f(0)=0=f(-7/3)[/tex] and consequently the function is not one-to-one.

2. As we are looking for the inverse function [tex]f^{-1}[/tex] of [tex]f(x)[/tex] is a better idea to use the following notation:

[tex]y = \sqrt[3]{x-2} + 8[/tex],

instead of [tex]f(x)[/tex].

Notice that, with this notation we are saying that [tex]y[/tex] depends on [tex]x[/tex]. Now, when we are looking for the inverse function we will try to write the variable [tex]x[/tex] in terms of [tex]y[/tex]. With this idea, the first step is to move the 8 in the right hand side to the left hand side, so:

[tex]y-8 = \sqrt[3]{x-2}[/tex].

Recall that we need to isolated the variable [tex]x[/tex], so we must ‘‘eliminate’’ the cubic root. In order to do this we take cubic powers in both side of the above equality. Then,

[tex](y-8)^3 = x-2[/tex].

Finally, we take the 2 to the left hand side and we get

[tex]x = (y-8)^3+2[/tex].

Thus, the inverse function is [tex]f^{-1}(x) = (x-8)^3+2[/tex].

Notice that if we do [tex]f(f^{-1}(x))[/tex] we get [tex]x[/tex].