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.
These questions correspond to the following sections:
- Section 4.7 - Polynomials
- Section 4.8 - Power Functions
- Section 4.9 - Exponential Functions
- Section 4.10 - Logarithmic Functions
- Extra: Trigonometric Functions
Question 18
Find all integer roots of the following equations.
(a) x4−x3−7x2+x+6=0
(b) 2x3+11x2−7x−6=0
(c) x3−x2−25x+25=0
(d) x5−4x3−3=0
Show answer
(a) All possible integer roots must be factors of the constant term, 6. Since ±1,±2,±3 and ±6 are the factors of 6, they are possible integer solutions. Direct substitution into the left-hand side of the equation reveals that −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,−6.
(c) 1,5, and −5.
(d) −1.
Question 19
Perform the following divisions.
(a) (2x3+2x−1)÷(x−1)
(b) (x5−3x4+1)÷(x2+x+1)
(c) (x4+3x2+5)÷(x−c), and show that it leaves a reminder for all values of c.
Show answer
(a) 2x2+2x+4+3/(x−1).
(b) x3−4x2+3x+1−4x/(x2+x+1).
(c) c4+3c2+5≥5=0 for every choice of c, so the division has to leave a remainder.
Question 20
Solve the following equations for t.
(a) 22t=8
(b) 33t+1=1/81
(c) 10t2−2t+2=100
(d) 35t9t=27
(e) 9t=(27)1/5/3
Show answer
(a) 23=8, so 2t=3 yields t=3/2.
(b) 3−4=1/81, so 3t+1=−4 yields t=−5/3.
(c) 102=100, so we get t2−2t+2=2. This means t2−2t=0, which results in t=0 or t=2.
(d) 35t9t=35t(32)t=35t+2t=37t and 27=33 , so 7t=3, and then t=3/7.
(e) 9t=(32)t=32t and (27)1/5/3=(33)1/5/3=33/5/3=3−2/5 , and then 2t=−2/5, so t=−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 t years?
Show answer
The amount of savings after t years is 100(1+12/100)t=100⋅(1.12)t.
Question 22
Which of the following equations do not define exponential functions of x?
(b) and (d) do not define exponential functions. Note that in (f): y=(1/2)x .
Question 23
Express the following as multiples of ln3.
(a) ln9(b) ln3(c) ln532,(d) ln(1/81)
Show answer
(a) ln9=ln32=2ln3.
(b) ln3=ln31/2=(1/2)ln3.
(c) ln532=ln32/5=(2/5)ln3.
(d) ln(1/81)=ln3−4=−4ln3.
Question 24
Solve the following equations for x.
(a) lnx=3
(b) ln(x2−4x+5)=0
(c) x2+1xln(x+3)=0
(d) 3x4x+2=8
(e) 4x−4x−1=3x+1−3x
(f) logxe2=2
Show answer
(a) Note that elnx=x, so x=e3.
(b) Since ln1=0, we get x2−4x+5=1, which yields (x−2)2=0. Thus, x=2.
(c) Note that the denominator can never be zero. Thus, this expression can only equal zero when x=0 or ln(x+3)=0. Since ln1=0, we have to solve x+3=1, which means that x=−2. Hence x=0 and x=−2 are the two solutions.
(d) 3x4x+2=8⟺3x(22)x+2=23⟺3x22x+4=23. Now 3x=23−2x−4=2−2x−1. Now, xln3=−2xln2−ln2⟺x(ln3+2ln2)=−ln2. Thus, we obtainx=−ln2/(ln3+2ln2)=−ln2/ln12, as ln12=ln(3⋅22)=ln3+2ln2.
(e) 4x−4x−1=4x(1−41) and 3x+1−3x=3x(3−1). Thus 43⋅4x=2⋅3x. Now, we can write 4x/3x=(4/3)x=8/3. Thus, by taking the natural logarithm, x=ln(8/3)/ln(4/3).
(f) Recall that: logb(a)=c means bc=a. Apply this to the given equation: logx(e2)=2⟹x2=e2. This solves for x=±e, however since the logarithm cannot have a negative base, we only have x=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?