Exercises 3

This page allows you to practice some exercises on Functions of One Variable. If you notice that you have difficulties, we advise you to go over the corresponding sections in the book.

Question 18

Find all integer roots of the following equations.

(a) x4x37x2+x+6=0x^4 - x^3 - 7x^2 + x + 6 = 0

(b) 2x3+11x27x6=02x^3 + 11x^2 - 7x - 6 = 0

(c) x3x225x+25=0x^3 - x^2 - 25x + 25 = 0

(d) x54x33=0x^5 - 4x^3 - 3 = 0

Show answer

(a) All possible integer roots must be factors of the constant term, 66. Since ±1,±2,±3\pm 1, \pm 2, \pm 3 and ±6\pm 6 are the factors of 66, they are possible integer solutions. Direct substitution into the left-hand side of the equation reveals that 2,1,1,3−2, −1, 1, 3 are the integer roots we are after. Since a fourth-degree polynomial can have at most four roots, we have found all of them.

(b) 1,61, −6.

(c) 1,5,1, 5, and 5−5.

(d) 1−1.

Question 19

Perform the following divisions. (a) (2x3+2x1)÷(x1)(2x^3 + 2x - 1) \div (x-1)

(b) (x53x4+1)÷(x2+x+1)(x^5 - 3x^4 + 1) \div (x^2 + x + 1)

(c) (x4+3x2+5)÷(xc)(x^4 + 3x^2 + 5) \div (x -c), and show that it leaves a reminder for all values of cc.

Show answer

(a) 2x2+2x+4+3/(x1)2x^2 + 2^x + 4 + 3/(x − 1).

(b) x34x2+3x+14x/(x2+x+1)x^3 − 4x^2 + 3x + 1 − 4x/(x^2 + x + 1).

(c) c4+3c2+550c^4 + 3c^2 + 5 \geq 5 \neq 0 for every choice of cc, so the division has to leave a remainder.

Question 20

Solve the following equations for tt.

(a) 22t=82^{2t} = 8

(b) 33t+1=1/813^{3t + 1} = 1/81

(c) 10t22t+2=10010^{t^{2} -2t + 2} = 100

(d) 35t9t=273^{5t}9^{t} = 27

(e) 9t=(27)1/5/39^{t} = (27)^{1/5}/3

Show answer

(a) 23=82^3 = 8, so 2t=32t = 3 yields t=3/2t=3/2.

(b) 34=1/813^{-4} = 1/81, so 3t+1=43t + 1 = -4 yields t=5/3t = -5/3.

(c) 102=10010^2 = 100, so we get t22t+2=2t^2 - 2t + 2 = 2. This means t22t=0t^2 - 2t = 0, which results in t=0t=0 or t=2t=2.

(d) 35t9t=35t(32)t=35t+2t=37t3^{5t}9^{t} = 3^{5t}(3^2)^t = 3^{5t+2t} = 3^{7t} and 27=3327 = 3^3 , so 7t=37t = 3, and then t=3/7t = 3/7.

(e) 9t=(32)t=32t9^t = (3^2)^t = 3^{2t} and (27)1/5/3=(33)1/5/3=33/5/3=32/5(27)^{1/5}/3 = (3^3)^{1/5}/3 = 3^{3/5} /3 = 3^{−2/5} , and then 2t=2/52t = −2/5, so t=1/5t = −1/5.

Question 21

A savings account with an initial deposit of €100 earns 12% interest per year. What is the amount of savings after tt years?

Show answer

The amount of savings after tt years is 100(1+12/100)t=100(1.12)t100 (1 + 12/100)^t = 100 \cdot (1.12)^t.

Question 22

Which of the following equations do not define exponential functions of xx?

(a) y=3x, y = 3^x, \quad(b) y=x2,y = x^{\sqrt{2}}, \quad(c) y=(2)x,y = (\sqrt{2})^{x}, \quad (d) y=xx,y = x^{x}, \quad(e) y=(2.7)x,y = (2.7)^{x}, \quad (f) y=1/2xy = 1/2^{x}

Show answer

(b) and (d) do not define exponential functions. Note that in (f): y=(1/2)xy = (1/2)^x .

Question 23

Express the following as multiples of ln3\ln 3.

(a) ln9\ln 9 \quad(b) ln3\ln \sqrt{3} \quad(c) ln325,\ln \sqrt[5]{3^2}, \quad(d) ln(1/81)\ln(1/81)

Show answer

(a) ln9=ln32=2ln3\ln 9 = \ln 3^2 = 2\ln 3.

(b) ln3=ln31/2=(1/2)ln3\ln \sqrt{3} = \ln 3^{1/2} = (1/2)\ln 3.

(c) ln325=ln32/5=(2/5)ln3\ln \sqrt[5]{3^2} = \ln 3^{2/5} = (2/5)\ln 3.

(d) ln(1/81)=ln34=4ln3\ln(1/81) = \ln 3^{-4} = -4 \ln 3.

Question 24

Solve the following equations for xx.

(a) lnx=3\ln x = 3

(b) ln(x24x+5)=0\ln(x^2 - 4x +5) = 0

(c) xln(x+3)x2+1=0\frac{x\ln(x+3)}{x^2 + 1} = 0

(d) 3x4x+2=83^{x}4^{x+2} = 8

(e) 4x4x1=3x+13x4^{x} - 4^{x-1} = 3^{x+1} - 3^{x}

(f) logxe2=2\log_{x} e^{2} = 2

Show answer

(a) Note that elnx=xe^{\ln x} = x, so x=e3x = e^{3}.

(b) Since ln1=0\ln 1 = 0, we get x24x+5=1x^{2} - 4x + 5 = 1, which yields (x2)2=0(x-2)^{2} = 0. Thus, x=2x=2.

(c) Note that the denominator can never be zero. Thus, this expression can only equal zero when x=0x=0 or ln(x+3)=0\ln (x+3) = 0. Since ln1=0\ln 1 = 0, we have to solve x+3=1x + 3 = 1, which means that x=2x= -2. Hence x=0x =0 and x=2x=-2 are the two solutions.

(d) 3x4x+2=8    3x(22)x+2=23    3x22x+4=233^{x}4^{x+2} = 8 \iff 3^{x} (2^2)^{x+2} = 2^{3} \iff 3^{x}2^{2x+4} = 2^{3}. Now 3x=232x4=22x13^{x} = 2^{3 - 2x -4} = 2^{-2x-1}. Now, xln3=2xln2ln2    x(ln3+2ln2)=ln2x\ln 3 = -2x \ln 2 - \ln 2 \iff x (\ln 3 + 2\ln 2) = -\ln 2. Thus, we obtainx=ln2/(ln3+2ln2)=ln2/ln12x = -\ln 2/(\ln 3 + 2\ln 2) = -\ln2/\ln 12, as ln12=ln(322)=ln3+2ln2 \ln 12= \ln(3 \cdot 2^2)= \ln3 + 2 \ln 2.

(e) 4x4x1=4x(114)4^{x} - 4^{x-1} = 4^{x} \left( 1 - \frac{1}{4} \right) and 3x+13x=3x(31)3^{x+1} - 3^{x} = 3^{x}(3 - 1). Thus 344x=23x\frac{3}{4} \cdot 4^{x} = 2 \cdot 3^{x}. Now, we can write 4x/3x=(4/3)x=8/34^{x}/3^{x} = (4/3)^{x} = 8/3. Thus, by taking the natural logarithm, x=ln(8/3)/ln(4/3)x = \ln(8/3)/\ln(4/3).

(f) Recall that: logb(a)=c\log_{⁡b}(a)=c means bc=ab^c=a. Apply this to the given equation: logx(e2)=2    x2=e2\log_{⁡x}(e^2)=2 \implies x^2 = e^2. This solves for x=±ex=\pm e, however since the logarithm cannot have a negative base, we only have x=ex=e as a solution.

Question 25

Assume that all the variables in the formulas below are positive. Which of these formulas are always true, and which are sometimes true?

(a) (lnA)4=4lnA(\ln A)^{4} = 4 \ln A \qquad(b) lnB=2lnB\ln B = 2 \ln \sqrt{B} \qquad(c) lnA10lnA4=3lnA2\ln A^{10} - \ln A^{4} = 3\ln A^{2} \qquad

(d) lnA+BC=lnA+lnBlnC\ln\frac{A+B}{C} = \ln A + \ln B - \ln C \qquad(e) lnA+BC=ln(A+B)ln(C)\ln\frac{A+B}{C} = \ln(A+B) - \ln(C) \qquad(f) lnAB+lnBA=0\ln\frac{A}{B} + \ln\frac{B}{A} = 0

(g) pln(lnA)=ln(lnAp)p \ln(\ln A) = \ln(\ln A^{p}) \qquad(h) pln(lnA)=ln(lnA)pp \ln(\ln A) = \ln(\ln A)^{p} \qquad(i) lnAlnB+lnC=lnA(BC)1\frac{\ln A}{\ln B + \ln C} = \ln A (BC)^{-1}

Show answer

(a) False. (Let A=eA = e.)

(b) True. 2lnB=2lnB1/2=2(1/2)lnB=lnB2 \ln \sqrt{B} = 2 \ln B^{1/2} = 2(1/2) \ln B = \ln B.

(c) True. lnA10lnA4=10lnA4lnA=6lnA=32lnA=3lnA2\ln A^10 − \ln A^4 = 10 \ln A − 4 \ln A = 6 \ln A = 3 \cdot 2 \ln A = 3 \ln A^2.

(d) Wrong. (Put A=B=C=1A = B = C = 1.)

(e) Correct. General rule of logarithms.

(f) Correct. ln(A/B)+ln(B/A)=lnAlnB+(lnBlnA)=0\ln(A/B) + \ln(B/A) = \ln A - \ln B + (\ln B - \ln A) = 0.

(g) Wrong. (If A=eA = e and p=2p = 2, then the equality becomes 0=ln20 = \ln 2.)

(h) Correct. Note that lnA\ln A can just be seen as a number, say xx. Then lnxp=plnx\ln x^p = p\ln x. Substitute lnA\ln A back in and we obtain the desired result.

(i) Wrong. (Put A=2A = 2, B=C=1B = C = 1.)

Question 26

Simplify the following expressions.

(a) exp[ln(x)]ln[exp(x)]\exp [\ln(x)] - \ln[\exp(x)]

(b) ln[x4exp(x)]\ln[x^4 \exp(-x)]

(c) exp[ln(x2)2lny]\exp[\ln(x^2) - 2 \ln y]

Show answer

(a) exp[ln(x)]ln[exp(x)]=elnxlnex=xx=0\exp[\ln(x)] − \ln[\exp(x)] = e^{\ln x} − \ln e^x = x − x = 0.

(b) ln[x4exp(x)]=4lnxx\ln[x^4 \exp(−x)] = 4 \ln x − x.

(c) exp[ln(x2)2lny]=exp[ln(x2)ln(y2)]=exp[ln(x2/y2)]=x2/y2\exp[\ln(x^2) - 2 \ln y] = \exp[\ln(x^2) - \ln(y^2)] = \exp[\ln(x^2/y^2)] = x^2/y^2.

Last updated