6. Logarithmic and exponential functions

Syllabus
0606–2028–2029
Topic
6
Level

Learning objectives

Connect exponential and logarithmic graphs

y=exy=e^x and y=lnxy=\ln x are inverse functions. Their graphs are reflections in y=xy=x: swapping every point (p,q)(p,q) to (q,p)(q,p) also swaps domain with range and horizontal features with vertical ones.

Graph Domain Range Intercept Asymptote
y=exy=e^x all real xx y>0y>0 (0,1)(0,1) horizontal y=0y=0
y=lnxy=\ln x x>0x>0 all real yy (1,0)(1,0) vertical x=0x=0

For y=kenx+ay=ke^{nx}+a with k0k\ne0 and n0n\ne0, the horizontal asymptote is y=ay=a and the yy-intercept is (0,k+a)(0,k+a); its range is y>ay>a if k>0k>0 and y<ay<a if k<0k<0. For y=kln(ax+b)y=k\ln(ax+b) with non-zero a,ka,k, require ax+b>0ax+b>0, the vertical asymptote is x=b/ax=-b/a, and the xx-intercept satisfies ax+b=1ax+b=1.

y=4ex+3y=4e^x+3 has horizontal asymptote y=3y=3 and yy-intercept (0,7)(0,7). For y=ln(4x3)y=\ln(4x-3), the domain is x>3/4x>3/4, the vertical asymptote is x=3/4x=3/4, and the xx-intercept is (1,0)(1,0).

An asymptote is found from the transformed input or output, not copied unchanged. The exponential graph never reaches y=ay=a, and the logarithmic graph is undefined where ax+b0ax+b\le0. Series expansions are outside this syllabus objective.

Use logarithm laws with valid arguments

For a real logarithm, the base must satisfy a>0a>0 and a1a\ne1, and every logarithm argument must be positive. Logarithm laws rewrite multiplication, division and powers; they do not distribute across addition.

Structure Logarithm form
uvuv loga(uv)=logau+logav\log_a(uv)=\log_a u+\log_a v
u/vu/v loga(u/v)=logaulogav\log_a(u/v)=\log_a u-\log_a v
uru^r loga(ur)=rlogau\log_a(u^r)=r\log_a u
change of base logau=lnulna=logbulogba\log_a u=\dfrac{\ln u}{\ln a}=\dfrac{\log_b u}{\log_b a}
reciprocal bases logab=1/logba\log_a b=1/\log_b a

3lgx2lg(y2)3=lg(x31000y4),x>0, y03\lg x-2\lg(y^2)-3=\lg\left(\frac{x^3}{1000y^4}\right),\qquad x>0,\ y\ne0

The coefficients become powers, and 3=lg10003=\lg1000 supplies the constant inside the quotient. Because the original expression contains lg(y2)\lg(y^2), its real-domain condition is y0y\ne0; the final logarithm has the same condition.

Never write log(u+v)=logu+logv\log(u+v)=\log u+\log v. When solving, record the original positive-argument restrictions before combining logs, then reject any candidate that violates them.

Solve exponential equations efficiently

Equation after isolation Best move
af(x)=ag(x)a^{f(x)}=a^{g(x)} equate exponents: f(x)=g(x)f(x)=g(x)
af(x)=ba^{f(x)}=b with no useful common base take logarithms: f(x)lna=lnbf(x)\ln a=\ln b

ax=b,a>0, a1, b>0x=lnblnaa^x=b,\quad a>0,\ a\ne1,\ b>0\quad\Longrightarrow\quad x=\frac{\ln b}{\ln a}

Solve 4e2x3=7e5x4e^{2x-3}=7e^{5-x}. Divide first: e3x8=7/4e^{3x-8}=7/4. Taking natural logarithms gives 3x8=ln(7/4)3x-8=\ln(7/4), so x=8+ln(7/4)32.85x=\dfrac{8+\ln(7/4)}{3}\approx2.85.

Isolate the exponential expression before taking logs. Keep the exact logarithmic form until the final line, then round only if requested. Any logarithm base gives the same solution when used consistently.

For a positive base, axa^x is always positive, so ax=ba^x=b has no real solution when b0b\le0. Do not equate exponents unless both sides have first been expressed with the same valid base.