This site is a work in progress. New lessons are added regularly. Contact us
Free response · work it on paper ← Back to lesson

Properties of Logarithms: Free Response

5 questions in parts, 58 points in total. Work each one out on paper, taking a hint if you get stuck. When you have an answer, reveal the answer to check it, and the full solution only if you still want it. The rubric is there so you can mark your own work.

Free response · work it on paper Question 1 of 5
  1. 1. Deriving the power rule, then testing its domain . Foundational, 13 points. Question 1 of 5.

    The power rule for logarithms comes from a single exponent law, (bt)p=btp\left(b^t\right)^p = b^{tp}, read through the definition of a logarithm. This question derives the rule that way, uses it to evaluate a logarithm exactly, and then tests it at a negative value of xx.

    1. Part A.

      Let bb be a valid base and let M>0M > 0. Set t=logbMt = \log_b M, so that bt=Mb^t = M. Using the exponent law (bt)p=btp\left(b^t\right)^p = b^{tp} and the definition of a logarithm, prove that logb ⁣(Mp)=plogbM\log_b\!\left(M^p\right) = p\log_b M for every real number pp.

      Complete the derivation Each line should follow from the one above it. Say what lets you take each step. 5 points

    2. Part B.

      Use the power rule to evaluate log11 ⁣(1213)\log_{11}\!\left(121^3\right) exactly, without expanding 1213121^3 as a single large number.

      Solve and show your work Write each step out, and end with the value and its units. 4 points

    3. Part C.

      The identity logb ⁣(x2)=2logbx\log_b\!\left(x^2\right) = 2\log_b x came out of part A with p=2p = 2 and M=xM = x. Test it at x=9x = -9: is the left side defined? Is the right side defined? State exactly which step of part A's proof breaks down when xx is negative.

      Carry your own answer forward Use the rule logb ⁣(x2)=2logbx\log_b\!\left(x^2\right) = 2\log_b x from part A as given, even if your own proof did not come out in exactly that form: nothing here depends on the details of your derivation, only on the rule it produced.

      Justify your claim State the claim, then give the reason it has to be true. 4 points

    Hints

    One at a time, each one a step further than the last. Take only as many as you need.

    Answer and solution

    Check your answer first. If it is wrong, go back to your paper: the worked solution will still be here.

    Rubric

    Mark your own paper against this. Give yourself the points for each element you actually wrote down, not the ones you meant to.

    Part A 5 points

    Starts from bt=Mb^t = M and raises both sides to the power pp, rather than assuming the rule it is trying to prove. . Worth 2 points.

    Applies the given exponent law to collapse (bt)p\left(b^t\right)^p into a single power of bb. . Worth 1 point.

    Reads the resulting equation back through the definition of a logarithm to reach the rule, and states that the argument holds for every valid base, MM, and pp. . Worth 2 points. needs an explanation, not just an answer

    Part B 4 points

    Evaluates log11121\log_{11}121 directly from the definition before applying the power rule to the outer exponent. . Worth 1 point.

    Applies the power rule to bring the exponent 33 to the front and multiplies correctly. . Worth 2 points.

    Reports the result as an exact integer, and checks it against the definition rather than leaving it unverified. . Worth 1 point.

    Part C 4 points

    Evaluates the left side at x=9x = -9 and determines it is defined. . Worth 1 point.

    Checks the right side and determines it is undefined, because a logarithm of a negative number does not exist. . Worth 1 point.

    Traces the failure to the specific opening step of part A's proof (setting t=logbMt = \log_b M, which needs M>0M > 0), rather than treating the two facts as unrelated. . Worth 2 points. needs an explanation, not just an answer

  2. 2. Expanding and condensing, in both directions . Foundational, 11 points. Question 2 of 5.

    Expanding breaks one logarithm into simpler pieces; condensing runs the same rules backward to rebuild a single logarithm. Both directions use the product, quotient, and power rules, applied in a fixed order.

    1. Part A.

      For a>0a > 0 and c>0c > 0, expand log4 ⁣(16a3c3)\log_4\!\left(\dfrac{16a^3}{\sqrt[3]{c}}\right) as far as possible.

      Write the expression An equation or an expression is enough here. Show how you built it. 4 points

    2. Part B.

      For p,q,r>0p, q, r > 0, condense 2logbp13logbq+logbr2\log_b p - \dfrac{1}{3}\log_b q + \log_b r into a single logarithm.

      Write the expression An equation or an expression is enough here. Show how you built it. 4 points

    3. Part C.

      Explain why the order matters: why must every coefficient be cleared before the product and quotient rules are applied, and what specifically goes wrong if 2logbp2\log_b p and logbr\log_b r are combined first while 13logbq-\tfrac{1}{3}\log_b q is left with its coefficient still attached?

      Explain why it works A sentence or two. Reasons, not steps. 3 points

    Hints

    One at a time, each one a step further than the last. Take only as many as you need.

    Answer and solution

    Check your answer first. If it is wrong, go back to your paper: the worked solution will still be here.

    Rubric

    Mark your own paper against this. Give yourself the points for each element you actually wrote down, not the ones you meant to.

    Part A 4 points

    Splits the fraction with the quotient rule before touching the numerator. . Worth 1 point.

    Splits the numerator's product and rewrites the cube root as an exponent of 13\tfrac{1}{3}. . Worth 1 point.

    Applies the power rule to both remaining exponents and evaluates log416\log_4 16 correctly. . Worth 2 points.

    Part B 4 points

    Sends every coefficient up as an exponent on its own argument before combining anything. . Worth 2 points.

    Gathers the added logarithms into one numerator and the subtracted logarithm into the denominator correctly. . Worth 2 points.

    Part C 3 points

    Explains that the product and quotient rules require a bare logarithm (coefficient 11) on each side, so a term with a coefficient still attached is not ready to be folded in immediately. . Worth 2 points. needs an explanation, not just an answer

    States precisely what combining out of order costs: one extra step to clear the leftover coefficient before finishing, not an impossibility. . Worth 1 point.

  3. 3. Counting comparisons: change of base and the product rule at work . Application, 12 points. Question 3 of 5.

    A binary search on a sorted list of nn items needs about log2n\log_2 n comparisons in the worst case, because each comparison throws away half the remaining items. A calculator only has a base-1010 log\log key, not a base-22 key.

    1. Part A.

      Use the change-of-base formula to write log2n\log_2 n using base-1010 logarithms, then use it to estimate the number of comparisons needed for a list of n=1,000,000n = 1{,}000{,}000 items. Use log1020.3010\log_{10} 2 \approx 0.3010 and log10 ⁣(1,000,000)=6\log_{10}\!\left(1{,}000{,}000\right) = 6 exactly.

      Solve and show your work Write each step out, and end with the value and its units. 4 points

    2. Part B.

      Suppose the list grows from 1,000,0001{,}000{,}000 items to 8,000,0008{,}000{,}000 items, an 8×8\times increase. Without recomputing log2 ⁣(8,000,000)\log_2\!\left(8{,}000{,}000\right) from scratch, use the product rule and log28=3\log_2 8 = 3 to find exactly how many MORE comparisons the larger list needs.

      Carry your own answer forward Use your own value of log2n\log_2 n from part A as the starting point, even if it was not exactly 19.9319.93: what this part asks for is the SIZE of the increase, which comes out the same fixed number regardless.

      Explain what it means Words, not just symbols. Say what the number is telling you about the situation. 4 points

    3. Part C.

      Generalize part B algebraically: for any constant factor k>1k > 1 and any list size n>0n > 0, show that multiplying the list size by kk always increases log2n\log_2 n by exactly log2k\log_2 k, however large nn already is.

      Complete the derivation Each line should follow from the one above it. Say what lets you take each step. 4 points

    Hints

    One at a time, each one a step further than the last. Take only as many as you need.

    Answer and solution

    Check your answer first. If it is wrong, go back to your paper: the worked solution will still be here.

    Rubric

    Mark your own paper against this. Give yourself the points for each element you actually wrote down, not the ones you meant to.

    Part A 4 points

    Writes the change-of-base formula with nn on top and 22 underneath. . Worth 1 point.

    Substitutes the given values and computes the approximate result correctly. . Worth 2 points.

    Reports the result as an approximate count of comparisons, rounded sensibly rather than left as a raw decimal. . Worth 1 point.

    Part B 4 points

    Writes the new list size as 8n8n before taking a logarithm of it. . Worth 1 point.

    Applies the product rule and uses log28=3\log_2 8 = 3 to split the expression. . Worth 2 points.

    States that the increase is exactly 33 comparisons, independent of the starting size nn. . Worth 1 point.

    Part C 4 points

    Writes the new comparison count as log2(kn)\log_2(kn) and applies the product rule to split it. . Worth 1 point.

    Subtracts to isolate log2k\log_2 k algebraically. . Worth 1 point.

    States explicitly that nn cancels out, so the result holds for every n>0n > 0 and not only the specific case in part B. . Worth 2 points. needs an explanation, not just an answer

  4. 4. Testing an assumption behind the product rule . Reasoning, 11 points. Question 4 of 5.

    The product rule logb(MN)=logbM+logbN\log_b(MN) = \log_b M + \log_b N was proved in the lesson under the hypothesis M>0M > 0 and N>0N > 0. This question checks a pair where only one of MM and NN is negative, generalizes the result, and asks what the outcome actually shows about the rule.

    1. Part A.

      Let M=4M = -4 and N=9N = 9. Is logb(MN)\log_b(MN) defined? Is logbM+logbN\log_b M + \log_b N defined? Justify each answer using the domain of a logarithm, checking logbM\log_b M and logbN\log_b N separately.

      Justify your claim State the claim, then give the reason it has to be true. 4 points

    2. Part B.

      Prove, for ANY M<0M < 0 and N>0N > 0, that logb(MN)\log_b(MN) is always undefined, and that logbM+logbN\log_b M + \log_b N is always undefined too, however large or small NN is.

      Complete the derivation Each line should follow from the one above it. Say what lets you take each step. 4 points

    3. Part C.

      State exactly what the pair in parts A and B does, and does not, establish about the product rule as it applies to positive MM and NN.

      Explain what it means Words, not just symbols. Say what the number is telling you about the situation. 3 points

    Hints

    One at a time, each one a step further than the last. Take only as many as you need.

    Answer and solution

    Check your answer first. If it is wrong, go back to your paper: the worked solution will still be here.

    Rubric

    Mark your own paper against this. Give yourself the points for each element you actually wrote down, not the ones you meant to.

    Part A 4 points

    Computes the product MNMN correctly and uses its sign to determine that the left side is undefined. . Worth 1 point.

    Checks logbM\log_b M and logbN\log_b N separately, finding one defined and the other undefined, rather than judging the sum as a whole. . Worth 2 points.

    States that a sum with even one undefined term is itself undefined, so the whole right side fails despite logbN\log_b N being fine. . Worth 1 point. needs an explanation, not just an answer

    Part B 4 points

    States that MN<0MN < 0 for any M<0,N>0M < 0, N > 0, with the reason (a negative times a positive). . Worth 1 point.

    States that logbM\log_b M never exists for any negative MM, regardless of NN, so the sum fails for EVERY such pair, not just the one tested in part A. . Worth 2 points. needs an explanation, not just an answer

    Notes explicitly that here both sides fail together, contrasting it with a case where MM and NN are both negative and only the right side would fail. . Worth 1 point.

    Part C 3 points

    States that the pair shows the hypothesis M>0,N>0M > 0, N > 0 is necessary, and that dropping it can make either side, or both sides, fail to exist. . Worth 2 points.

    Distinguishes this from refuting the rule itself, explaining that the rule is conditional and the pair falls outside its hypothesis. . Worth 1 point. needs an explanation, not just an answer

  5. 5. Flipping the base: proving $\log_{1/b} M = -\log_b M$ . Reasoning, 11 points. Question 5 of 5.

    Change of base lets you rewrite a logarithm in any base you like. This question uses it to prove a general identity relating a base to its reciprocal, then reads the result back through the mirror between a function and its inverse.

    1. Part A.

      For a valid base bb (so b>0b > 0, b1b \neq 1) and M>0M > 0, use the change-of-base formula with base a=ba = b to rewrite log1/bM\log_{1/b} M, then simplify logb ⁣(1b)\log_b\!\left(\tfrac{1}{b}\right) using the reciprocal rule logb ⁣(1N)=logbN\log_b\!\left(\tfrac{1}{N}\right) = -\log_b N. Conclude that log1/bM=logbM\log_{1/b} M = -\log_b M.

      Complete the derivation Each line should follow from the one above it. Say what lets you take each step. 4 points

    2. Part B.

      Use the identity from part A to evaluate log1/5125\log_{1/5} 125 exactly, without converting to decimals.

      Carry your own answer forward Use the identity log1/bM=logbM\log_{1/b}M = -\log_b M from part A as given, even if your own derivation did not land on exactly that form: apply it here with b=5b = 5.

      Solve and show your work Write each step out, and end with the value and its units. 4 points

    3. Part C.

      The graphs of y=logbxy = \log_b x and y=log1/bxy = \log_{1/b} x are reflections of each other across the xx-axis. Using the identity from part A, explain in one or two sentences why that reflection is exactly what the algebra predicts, without appealing to the picture at all.

      Explain what it means Words, not just symbols. Say what the number is telling you about the situation. 3 points

    Hints

    One at a time, each one a step further than the last. Take only as many as you need.

    Answer and solution

    Check your answer first. If it is wrong, go back to your paper: the worked solution will still be here.

    Rubric

    Mark your own paper against this. Give yourself the points for each element you actually wrote down, not the ones you meant to.

    Part A 4 points

    Applies change of base with a=ba = b to rewrite log1/bM\log_{1/b} M. . Worth 1 point.

    Simplifies logb ⁣(1b)\log_b\!\left(\tfrac{1}{b}\right) to 1-1 using the reciprocal rule and logbb=1\log_b b = 1. . Worth 2 points.

    Substitutes to reach the general identity and states it holds for every valid bb and every M>0M > 0. . Worth 1 point. needs an explanation, not just an answer

    Part B 4 points

    Applies the identity from part A with b=5b = 5, M=125M = 125. . Worth 1 point.

    Evaluates log5125=3\log_5 125 = 3 and applies the sign from the identity correctly. . Worth 2 points.

    Checks the result against the definition of a logarithm rather than leaving it unverified. . Worth 1 point.

    Part C 3 points

    States that a reflection across the xx-axis means negating the yy-value at every input. . Worth 2 points.

    Connects that fact directly to the identity log1/bM=logbM\log_{1/b}M = -\log_b M from part A. . Worth 1 point. needs an explanation, not just an answer