6 BETA

Logarithmic and exponential functions

3 learning objectives

1. Overview

Logarithmic and exponential functions are fundamental in Additional Mathematics. They are inverses of each other and are crucial for modelling various real-world phenomena. Mastering these functions is essential for success in both Paper 1 (non-calculator) and Paper 2 (calculator) exams. Expect to encounter questions involving simplifying expressions using log laws, solving exponential equations, and understanding the properties of their graphs. This revision note covers key definitions, laws, and techniques, with a focus on avoiding common mistakes and maximising your exam performance.


Key Definitions

  • Exponential Function: A function of the form f(x)=axf(x) = a^x, where a>0a > 0. The most important base is Euler’s number e2.718e \approx 2.718.
  • Natural Logarithm (lnx\ln x): A logarithm to the base ee. It is the inverse of the exponential function exe^x.
  • Common Logarithm (lgx\lg x): A logarithm to the base 10.
  • Asymptote: A line that a graph approaches infinitely closely but never touches.
  • Extraneous Solution: A solution that emerges from the algebraic process but is invalid because it falls outside the domain of the original function (e.g., ln(2)\ln(-2) is undefined).

Core Content

3.1 The Graphs of exe^x and lnx\ln x

  • y=exy = e^x: Passes through (0,1)(0, 1). It has a horizontal asymptote at y=0y = 0. The domain is xRx \in \mathbb{R} and the range is y>0y > 0.
  • y=lnxy = \ln x: Passes through (1,0)(1, 0). It has a vertical asymptote at x=0x = 0. The domain is x>0x > 0 and the range is yRy \in \mathbb{R}.
  • Inverse Relationship: f(x)=exf(x) = e^x and g(x)=lnxg(x) = \ln x are reflections of each other in the line y=xy = x.
    • elnx=xe^{\ln x} = x
    • ln(ex)=x\ln(e^x) = x

Transformed Graphs:

  • For y=kenx+ay = ke^{nx} + a: The horizontal asymptote shifts to y=ay = a.
  • For y=kln(ax+b)y = k \ln(ax + b): The vertical asymptote is found by setting ax+b=0ax + b = 0.
📊Two curves on one set of axes. One curve y=exy=e^x rising sharply from the negative x-axis through (0,1). Another curve y=lnxy=\ln x rising from the negative y-axis through (1,0). The line y=xy=x is shown as a dashed line of symmetry between them.

3.2 Laws of Logarithms

For any positive base aa:

  1. Product Rule: loga(xy)=logax+logay\log_a(xy) = \log_a x + \log_a y
  2. Quotient Rule: loga(xy)=logaxlogay\log_a(\frac{x}{y}) = \log_a x - \log_a y
  3. Power Rule: loga(xn)=nlogax\log_a(x^n) = n \log_a x
  4. Change of Base: logab=logcblogca\log_a b = \frac{\log_c b}{\log_c a} (Useful for Paper 2 calculator questions).
  5. Special Cases: logaa=1\log_a a = 1 and loga1=0\log_a 1 = 0.

Worked Example 1 — Simplifying Logarithmic Expressions

Express 2lnx13lny+42\ln x - \frac{1}{3}\ln y + 4 as a single logarithm.

Step 1: Apply the power rule to the first two terms. 2lnx=ln(x2)2\ln x = \ln(x^2) 13lny=ln(y13)=ln(y3)\frac{1}{3}\ln y = \ln(y^{\frac{1}{3}}) = \ln(\sqrt[3]{y}) Reason: Power rule of logarithms.

Step 2: Express the constant 4 as a natural logarithm. 4=4lne=ln(e4)4 = 4\ln e = \ln(e^4) Reason: Since lne=1\ln e = 1, we can multiply by 4 and then use the power rule.

Step 3: Combine the logarithmic terms using the product and quotient rules. ln(x2)ln(y3)+ln(e4)=ln(x2y3)+ln(e4)=ln(e4x2y3)\ln(x^2) - \ln(\sqrt[3]{y}) + \ln(e^4) = \ln\left(\frac{x^2}{\sqrt[3]{y}}\right) + \ln(e^4) = \ln\left(\frac{e^4x^2}{\sqrt[3]{y}}\right) Reason: Quotient rule, then product rule.

Final Answer: ln(e4x2y3)\boxed{\ln\left(\frac{e^4x^2}{\sqrt[3]{y}}\right)}


Worked Example 2 — Solving Exponential Equations

Solve the equation 3x+2=52x13^{x+2} = 5^{2x-1} for xx. Give your answer in exact form.

Step 1: Take the natural logarithm of both sides. ln(3x+2)=ln(52x1)\ln(3^{x+2}) = \ln(5^{2x-1}) Reason: Applying the natural logarithm to both sides allows us to use the power rule.

Step 2: Apply the power rule to both sides. (x+2)ln3=(2x1)ln5(x+2)\ln 3 = (2x-1)\ln 5 Reason: Power rule of logarithms.

Step 3: Expand the brackets. xln3+2ln3=2xln5ln5x\ln 3 + 2\ln 3 = 2x\ln 5 - \ln 5 Reason: Expanding to isolate x terms.

Step 4: Rearrange to group terms with xx on one side. 2ln3+ln5=2xln5xln32\ln 3 + \ln 5 = 2x\ln 5 - x\ln 3 Reason: Isolating x terms.

Step 5: Factor out xx. 2ln3+ln5=x(2ln5ln3)2\ln 3 + \ln 5 = x(2\ln 5 - \ln 3) Reason: Factoring out x.

Step 6: Solve for xx. x=2ln3+ln52ln5ln3x = \frac{2\ln 3 + \ln 5}{2\ln 5 - \ln 3} Reason: Dividing to isolate x.

Step 7: Simplify using log rules (optional, but good practice for Paper 1). x=ln(32)+ln5ln(52)ln3=ln9+ln5ln25ln3=ln(45)ln(253)x = \frac{\ln(3^2) + \ln 5}{\ln(5^2) - \ln 3} = \frac{\ln 9 + \ln 5}{\ln 25 - \ln 3} = \frac{\ln(45)}{\ln(\frac{25}{3})} Reason: Applying power rule and then product/quotient rules.

Final Answer: x=ln45ln253\boxed{x = \frac{\ln 45}{\ln \frac{25}{3}}}


Worked Example 3 — Solving Equations with Substitution

Solve the equation e2x7ex+12=0e^{2x} - 7e^x + 12 = 0.

Step 1: Substitute u=exu = e^x. This means u2=e2xu^2 = e^{2x}. Reason: Simplifying the equation into a quadratic form.

Step 2: Rewrite the equation in terms of uu. u27u+12=0u^2 - 7u + 12 = 0 Reason: Substitution.

Step 3: Factorise the quadratic equation. (u3)(u4)=0(u - 3)(u - 4) = 0 Reason: Factorising to find the roots.

Step 4: Solve for uu. u=3u = 3 or u=4u = 4 Reason: Finding the roots of the quadratic.

Step 5: Substitute back exe^x for uu and solve for xx. ex=3    x=ln3e^x = 3 \implies x = \ln 3 ex=4    x=ln4e^x = 4 \implies x = \ln 4 Reason: Substituting back to find x.

Final Answer: x=ln3,ln4\boxed{x = \ln 3, \ln 4}


Worked Example 4 — Solving Logarithmic Equations

Solve the equation log2(x+2)+log2(x1)=2\log_2(x+2) + \log_2(x-1) = 2.

Step 1: Combine the logarithms using the product rule. log2((x+2)(x1))=2\log_2((x+2)(x-1)) = 2 Reason: Product rule of logarithms.

Step 2: Expand the expression inside the logarithm. log2(x2+x2)=2\log_2(x^2 + x - 2) = 2 Reason: Expanding the brackets.

Step 3: Convert the logarithmic equation to exponential form. x2+x2=22x^2 + x - 2 = 2^2 Reason: Definition of logarithm.

Step 4: Simplify and rearrange to form a quadratic equation. x2+x2=4x^2 + x - 2 = 4 x2+x6=0x^2 + x - 6 = 0 Reason: Rearranging to standard quadratic form.

Step 5: Factorise the quadratic equation. (x+3)(x2)=0(x+3)(x-2) = 0 Reason: Factorising to find the roots.

Step 6: Solve for xx. x=3x = -3 or x=2x = 2 Reason: Finding the roots of the quadratic.

Step 7: Check for extraneous solutions. If x=3x = -3, then log2(3+2)=log2(1)\log_2(-3+2) = \log_2(-1), which is undefined. Therefore, x=3x = -3 is an extraneous solution. If x=2x = 2, then log2(2+2)=log2(4)\log_2(2+2) = \log_2(4) and log2(21)=log2(1)\log_2(2-1) = \log_2(1), which are both defined.

Final Answer: x=2\boxed{x = 2}


Extended Content (Extended Only)

Additional Mathematics is a single-tier syllabus — all content above applies to all students.


Key Equations

logax=y    ay=x\log_a x = y \iff a^y = x (Definition of a logarithm)

logab=lnblna\log_a b = \frac{\ln b}{\ln a} (Change of base formula — given in 0606 formula sheet)

xn=1xnx^{-n} = \frac{1}{x^n} (Negative exponent rule — given in 0606 formula sheet)

lne=1\ln e = 1 and ln1=0\ln 1 = 0 (Key natural log values)

1logab=logba\frac{1}{\log_a b} = \log_b a (Reciprocal log identity)


Common Mistakes to Avoid

  • Wrong: ln(A+B)=lnA+lnB\ln(A + B) = \ln A + \ln BRight: There is no rule to expand the log of a sum. Only ln(AB)=lnA+lnB\ln(AB) = \ln A + \ln B.
  • Wrong: Retaining x=2x = -2 as a solution for ln(x)\ln(x). ✓ Right: Always check if your solution is within the domain. You cannot take the log of a negative number or zero.
  • Wrong: Writing lnAlnB\frac{\ln A}{\ln B} as ln(AB)\ln(A - B). ✓ Right: lnAlnB\frac{\ln A}{\ln B} is the change of base formula; ln(AB)=lnAlnB\ln(\frac{A}{B}) = \ln A - \ln B.
  • Wrong: In substitution, forgetting to solve for the original variable xx after finding uu. ✓ Right: Always substitute back (e.g., ex=ue^x = u) to find the final value of xx.
  • Wrong: Giving a decimal approximation when an exact answer (in terms of ln\ln or a surd) is required. ✓ Right: Unless the question explicitly asks for a decimal answer to a certain number of significant figures, leave your answer in exact form. For example, write ln5\ln 5 instead of 1.6091.609.
  • Wrong: Forgetting to check for extraneous solutions when solving logarithmic equations. ✓ Right: Always substitute your solutions back into the original equation to ensure that you are not taking the logarithm of a negative number or zero.
  • Wrong: Making sign errors when rearranging equations involving logarithms. ✓ Right: Be meticulous with your algebraic manipulations, paying close attention to signs, especially when expanding brackets or moving terms across the equals sign.
  • Wrong: Incorrectly applying the power rule of logarithms, e.g., writing (lnx)2(\ln x)^2 as 2lnx2\ln x. ✓ Right: Remember that ln(x2)=2lnx\ln(x^2) = 2\ln x, but (lnx)2(\ln x)^2 is simply (lnx)×(lnx)(\ln x) \times (\ln x).

Exam Tips

  1. Exact Values: Unless the question asks for "3 significant figures," always leave your answer in exact form (e.g., ln3\ln 3 or 1+52\frac{1 + \sqrt{5}}{2}).
  2. Show Your Steps: In "Show that" questions or Paper 1 (non-calculator), explicitly show the application of log laws. Jumping from 2lgplgq2 \lg p - \lg q to lg(p2q)\lg(\frac{p^2}{q}) without an intermediate step can lose marks.
  3. Command Words:
    • "Solve": Find the value of the variable.
    • "Express as a single logarithm": Use log laws to condense the expression.
    • "Find the exact coordinates": Use ln\ln or ee to find points where a graph crosses axes.
  4. Substitution Strategy: If you see an equation with both e2xe^{2x} and exe^x (or 32x3^{2x} and 3x3^x), it is almost always a quadratic in disguise. State your substitution clearly (e.g., "Let u=exu = e^x").
  5. Domain Restrictions: When solving log2(x+3)+log2(x)=\log_2(x+3) + \log_2(x) = \dots, if you get solutions x=2x=2 and x=5x=-5, you must reject x=5x=-5 because it would result in log2(5)\log_2(-5), which is undefined.
  6. Paper 1 Focus: Paper 1 requires strong algebraic skills. Practice simplifying logarithmic expressions and solving equations without a calculator. Pay close attention to exact values.
  7. Paper 2 Advantage: Use your calculator effectively in Paper 2 for change of base calculations and to check your answers. However, still show your working, especially in "show that" questions.




Exam-Style Questions

Practice these original exam-style questions to test your understanding. Each question mirrors the style, structure, and mark allocation of real Cambridge 0606 papers.

Exam-Style Question 1 — Paper 1 (No Calculator Allowed) [7 marks]

Question:

(a) Solve the equation 22x+1=9×2x2^{2x+1} = 9 \times 2^x. [4]

(b) Find the value of xx for which log3(x+2)+log3(x2)=2\log_3(x+2) + \log_3(x-2) = 2. [3]

Worked Solution:

(a)

  1. Rewrite the equation using laws of indices: 22x×21=9×2x2^{2x} \times 2^1 = 9 \times 2^x Separating the powers

  2. Rearrange into a quadratic form: 2(2x)29(2x)=02(2^x)^2 - 9(2^x) = 0 Rearranging terms

  3. Factorise: 2x(2(2x)9)=02^x(2(2^x) - 9) = 0 Factoring out 2x2^x

  4. Solve for 2x2^x: 2(2x)9=02(2^x) - 9 = 0, so 2x=922^x = \frac{9}{2} Since 2x2^x cannot be 0

  5. Take logarithms base 2: x=log2(92)=log29log22=log291x = \log_2(\frac{9}{2}) = \log_2 9 - \log_2 2 = \log_2 9 - 1 Applying log rules

  6. Final answer: x=log291x = \log_2 9 - 1 Simplifying x=log291\boxed{x = \log_2 9 - 1} Writing the final answer

How to earn full marks: Show each step of algebraic manipulation clearly, especially when rearranging and factoring. Remember to use logarithm rules correctly.

(b)

  1. Combine the logarithms: log3((x+2)(x2))=2\log_3((x+2)(x-2)) = 2 Using the log rule loga+logb=logab\log a + \log b = \log ab

  2. Simplify: log3(x24)=2\log_3(x^2 - 4) = 2 Expanding the bracket

  3. Convert to exponential form: x24=32=9x^2 - 4 = 3^2 = 9 Converting from log to exponential form

  4. Solve for x2x^2: x2=13x^2 = 13 Adding 4 to both sides

  5. Solve for xx: x=±13x = \pm \sqrt{13} Taking the square root

  6. Check for validity: x=13x = -\sqrt{13} is not valid as it leads to the logarithm of a negative number. Checking for invalid solutions

  7. Final answer: x=13\boxed{x = \sqrt{13}} Writing the final answer

How to earn full marks: Remember to check for extraneous solutions after solving logarithmic equations. Clearly state why you are rejecting any invalid solutions.

Common Pitfall: Remember to always check your solutions when dealing with logarithms. Negative values inside a logarithm are undefined, so you must discard any solutions that lead to this.

Exam-Style Question 2 — Paper 1 (No Calculator Allowed) [8 marks]

Question:

(a) Given that logbx=p\log_b x = p and logby=q\log_b y = q, express logb(x3y2)\log_b(\frac{x^3}{y^2}) in terms of pp and qq. [2]

(b) Solve for xx in the equation log2(x+3)log2(3x7)=1\log_2(x+3) - \log_2(3x-7) = 1. [4]

(c) Find the exact value of xx satisfying e2x4ex+3=0e^{2x} - 4e^x + 3 = 0. [2]

Worked Solution:

(a)

  1. Apply the laws of logarithms: logb(x3y2)=logbx3logby2\log_b(\frac{x^3}{y^2}) = \log_b x^3 - \log_b y^2 Using the quotient rule for logarithms

  2. Simplify further: 3logbx2logby=3p2q3 \log_b x - 2 \log_b y = 3p - 2q Using the power rule for logarithms and substituting p and q

  3. Final answer: 3p2q\boxed{3p - 2q} Writing the final answer

How to earn full marks: Apply the logarithm rules correctly and substitute the given variables accurately. Show each step clearly.

(b)

  1. Combine the logarithms: log2(x+33x7)=1\log_2(\frac{x+3}{3x-7}) = 1 Using the quotient rule for logarithms

  2. Convert to exponential form: x+33x7=21=2\frac{x+3}{3x-7} = 2^1 = 2 Converting from log to exponential form

  3. Solve for xx: x+3=2(3x7)x+3 = 2(3x-7) Multiplying both sides by (3x-7)

  4. Expand and rearrange: x+3=6x14x+3 = 6x - 14 Expanding the bracket

  5. Simplify: 5x=175x = 17 Rearranging for x

  6. Final answer: x=175\boxed{x = \frac{17}{5}} Writing the final answer

How to earn full marks: Remember to combine the logarithms into a single term before converting to exponential form. Show all algebraic steps clearly.

(c)

  1. Recognize the quadratic form: (ex)24ex+3=0(e^x)^2 - 4e^x + 3 = 0 Recognizing the quadratic form

  2. Factorise the quadratic: (ex1)(ex3)=0(e^x - 1)(e^x - 3) = 0 Factoring the quadratic

  3. Solve for exe^x: ex=1e^x = 1 or ex=3e^x = 3 Solving for exe^x

  4. Solve for xx: x=ln1=0x = \ln 1 = 0 or x=ln3x = \ln 3 Taking natural logarithms

  5. State the answer: x=0,ln3\boxed{x = 0, \ln 3}

How to earn full marks: Recognize the quadratic form and factorise correctly. Remember that ln(1)=0\ln(1) = 0.

Common Pitfall: When solving equations involving exe^x, remember that e0=1e^0 = 1, so ln1=0\ln 1 = 0. Don't forget this simple solution!

Exam-Style Question 3 — Paper 2 (Calculator Allowed) [7 marks]

Question:

(a) Solve the equation 42x1=9x+24^{2x-1} = 9^{x+2}, giving your answer correct to 3 significant figures. [4]

(b) The variables xx and yy are related by the equation y=Aekxy = Ae^{kx}, where AA and kk are constants. When x=1x=1, y=8y=8 and when x=4x=4, y=20y=20. Find the values of AA and kk, correct to 3 significant figures. [3]

Worked Solution:

(a)

  1. Take logarithms of both sides: ln(42x1)=ln(9x+2)\ln(4^{2x-1}) = \ln(9^{x+2}) Taking natural logarithms of both sides

  2. Apply the power rule of logarithms: (2x1)ln4=(x+2)ln9(2x-1)\ln 4 = (x+2)\ln 9 Using the power rule

  3. Expand the brackets: 2xln4ln4=xln9+2ln92x\ln 4 - \ln 4 = x\ln 9 + 2\ln 9 Expanding the brackets

  4. Rearrange to solve for xx: 2xln4xln9=2ln9+ln42x\ln 4 - x\ln 9 = 2\ln 9 + \ln 4 Rearranging

  5. Factorise and solve for xx: x(2ln4ln9)=2ln9+ln4x(2\ln 4 - \ln 9) = 2\ln 9 + \ln 4 Factoring out xx

  6. Final value: x=2ln9+ln42ln4ln9x = \frac{2\ln 9 + \ln 4}{2\ln 4 - \ln 9} Solving for xx

  7. Calculate the final numerical value: x=2ln9+ln42ln4ln916.1x = \frac{2\ln 9 + \ln 4}{2\ln 4 - \ln 9} \approx 16.1 Calculating the value

  8. State the answer: x=16.1\boxed{x = 16.1} Writing the final answer

How to earn full marks: Show all steps of algebraic manipulation, especially when rearranging to isolate xx. Give the final answer to the specified number of significant figures.

(b)

  1. Substitute the given values into the equation: 8=Aek8 = Ae^{k} and 20=Ae4k20 = Ae^{4k} Substituting the values

  2. Divide the second equation by the first equation: 208=Ae4kAek\frac{20}{8} = \frac{Ae^{4k}}{Ae^{k}} Dividing the equations

  3. Simplify: 2.5=e3k2.5 = e^{3k} Simplifying

  4. Take natural logarithms: ln2.5=3k\ln 2.5 = 3k Taking natural logarithms

  5. Solve for kk: k=ln2.530.305k = \frac{\ln 2.5}{3} \approx 0.305 Solving for kk

  6. Substitute kk back into one of the original equations to find AA: 8=Ae(0.305)8 = Ae^{(0.305)} Substituting back to find AA

  7. Solve for AA: A=8e(0.305)5.94A = \frac{8}{e^{(0.305)}} \approx 5.94 Solving for AA

  8. State the answers: A=5.94,k=0.305\boxed{A = 5.94, k = 0.305} Writing the final answers

How to earn full marks: Show the substitution of values and the division of equations clearly. Give both AA and kk to the specified number of significant figures.

Common Pitfall: When solving simultaneous equations with exponentials, dividing one equation by the other is a useful trick to eliminate one of the variables. Make sure you divide the equations in the correct order to avoid negative exponents.

Exam-Style Question 4 — Paper 2 (Calculator Allowed) [9 marks]

Question:

(a) Given that y=5ln(3x+2)6y = 5 \ln(3x+2) - 6, find the value of xx when y=4y=4. Give your answer correct to 3 significant figures. [3]

(b) (i) Sketch the graph of y=3e0.4x2y = 3e^{0.4x} - 2 for 5x5-5 \leq x \leq 5, showing the coordinates of any points where the curve crosses the axes. [4] (ii) Use your graph to estimate the solution to the equation 3e0.4x=43e^{0.4x} = 4. [2]

Worked Solution:

(a)

  1. Substitute y=4y=4 into the equation: 4=5ln(3x+2)64 = 5 \ln(3x+2) - 6 Substituting y=4y=4

  2. Rearrange the equation: 10=5ln(3x+2)10 = 5 \ln(3x+2) Rearranging

  3. Divide by 5: 2=ln(3x+2)2 = \ln(3x+2) Dividing by 5

  4. Convert to exponential form: e2=3x+2e^2 = 3x+2 Converting to exponential form

  5. Solve for xx: 3x=e223x = e^2 - 2 Rearranging

  6. Final value of x: x=e2231.796x = \frac{e^2 - 2}{3} \approx 1.796 Solving for xx

  7. State the answer: x=1.80\boxed{x = 1.80} Writing the final answer

How to earn full marks: Show each step of rearranging the equation and converting to exponential form. Give the final answer to 3 significant figures.

(b) (i)

  1. Find the y-intercept: When x=0x=0, y=3e0.4(0)2=3(1)2=1y = 3e^{0.4(0)} - 2 = 3(1) - 2 = 1. The y-intercept is (0,1)(0, 1). Finding the y-intercept

  2. Find the x-intercept: When y=0y=0, 3e0.4x2=03e^{0.4x} - 2 = 0, so 3e0.4x=23e^{0.4x} = 2, e0.4x=23e^{0.4x} = \frac{2}{3}, 0.4x=ln230.4x = \ln \frac{2}{3}, x=ln230.41.01x = \frac{\ln \frac{2}{3}}{0.4} \approx -1.01. The x-intercept is approximately (1.01,0)(-1.01, 0). Finding the x-intercept

  3. Sketch the graph showing the y-intercept at (0,1) and the x-intercept at approximately (-1.01, 0). The graph is an increasing exponential curve. Sketching the graph

  4. Coordinates of intercepts: x-intercept: (1.01,0)(-1.01, 0) y-intercept: (0,1)(0, 1)

📊A set of axes with x from -5 to 5 and y from -3 to 20. An exponential curve y = 3e^(0.4x) - 2. The curve crosses the y-axis at (0, 1) and the x-axis at approximately (-1.01, 0). The curve approaches y = -2 as x approaches negative infinity.

How to earn full marks: Calculate the x and y intercepts accurately and label them clearly on your sketch. Make sure the shape of the exponential curve is correct.

(ii)

  1. Rewrite the equation: 3e0.4x2=423e^{0.4x} -2 = 4 -2 subtracting 2 from both sides

  2. Read the value of xx from the graph where y=42=2y = 4 - 2 = 2. finding where y = 2

  3. From the graph, x0.8x \approx 0.8. Reading from the graph

  4. State the answer: x=0.8\boxed{x = 0.8} Writing the final answer

How to earn full marks: Show how you are using the graph to find the solution. Draw a line on the graph at y=2 and read off the corresponding x-value.

Common Pitfall: When estimating solutions from a graph, make sure you read the axes carefully and provide a reasonable approximation. Don't just guess a number – show how you're using the graph to find your answer.

Frequently Asked Questions: Logarithmic and exponential functions

What is Exponential Function in Logarithmic and exponential functions?

Exponential Function: A function of the form f(x) = a^x, where a > 0. The most important base is Euler’s number e \approx 2.718.

What is Natural Logarithm (\ln x) in Logarithmic and exponential functions?

Natural Logarithm (\ln x): A logarithm to the base e. It is the inverse of the exponential function e^x.

What is Common Logarithm (\lg x) in Logarithmic and exponential functions?

Common Logarithm (\lg x): A logarithm to the base 10.

What is Asymptote in Logarithmic and exponential functions?

Asymptote: A line that a graph approaches infinitely closely but never touches.

What is Extraneous Solution in Logarithmic and exponential functions?

Extraneous Solution: A solution that emerges from the algebraic process but is invalid because it falls outside the domain of the original function (e.g., \ln(-2) is undefined).

What are common mistakes students make about Logarithmic and exponential functions?

Common mistake: \ln(A + B) = \ln A + \ln B → Correct: There is no rule to expand the log of a sum. Only \ln(AB) = \ln A + \ln B. Common mistake: Retaining x = -2 as a solution for \ln(x). → Correct: Always check if your solution is within the domain. You cannot take the log of a negative number or zero.