🎓 BookMCQ
← Back to 1. Basics before calculus

📝 Exponential and logarithmic growth applications (13 MCQs)

📖 From Calculus • 1. Basics before calculus • 13 questions available

What is Exponential and logarithmic growth applications?

Definition:
Exponential growth (y=aekty = a e^{kt}) models rapid increase, while logarithmic growth (y=aln(t)+by = a \ln(t) + b) models slow increase, with applications in populations, finance, algorithms, and sensory perception, respectively.

Example:
A bacteria culture doubles every hour: N(t)=N02tN(t) = N_0 2^t; learning curve: y=5ln(t)+10y = 5 \ln(t) + 10 shows diminishing returns in skill improvement over time.

Reason:
Understanding these growth types helps in predicting trends, optimizing resources, and interpreting data in biology, economics, and computer science (e.g., time complexity).

4
Easy
6
Medium
3
Hard

📝 All Exponential and logarithmic growth applications MCQs

Q1. If y=exy = e^{x} exceeds 1000, which inequality must hold for xx?

A.x>ln1000x > \ln 1000
B.x<ln1000x < \ln 1000
C.x>1000x > 1000
D.x<1000x < 1000
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Since exe^{x} is strictly increasing, the inequality ex>1000e^{x}>1000 is equivalent to x>ln1000x>\ln 1000. Any smaller xx would give a value of exe^{x} less than 1000, so the only valid statement is x>ln1000x>\ln 1000.

Q2. Given that lnx>5\ln x > 5, which statement is always true?

A.x>5x > 5
B.x>e5x > e^{5}
C.x<e5x < e^{5}
D.x<5x < 5
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: The natural logarithm function is monotonic increasing, so lnx>5\ln x > 5 implies xx must be greater than the number whose logarithm is 5, namely e5e^{5}. Any value less than e5e^{5} would produce a logarithm at most 5, contradicting the premise.

Q3. Suppose f(x)=exf(x)=e^{x} and g(x)=lnxg(x)=\ln x. If for some a>0a>0 we have f(a)=g(a2)f(a)=g(a^{2}), which must be true about aa?

A.a>1a>1
B.a=1a=1
C.0<a<10<a<1
D.No solution ✅
💡 Difficulty: hard | ✅ Correct: D

📖 Explanation: Setting ea=ln(a2)e^{a}=\ln(a^{2}) leads to ea=2lnae^{a}=2\ln a. For a>0a>0, the left side grows exponentially while the right side grows only logarithmically, and at a=1a=1 the equality fails. Consequently the equation has no real solution, making “No solution” the correct choice.

Q4. If the function h(x)=ln(ex+1)h(x)=\ln(e^{x}+1) is increasing for all real xx, what can be inferred about its derivative h&#039;(x)?

A.h&#039;(x)=e^{x}+1
B.h&#039;(x)=\frac{1}{e^{x}+1}
C.h&#039;(x)=\frac{e^{x}}{e^{x}+1}>0
D.h&#039;(x)=\ln(e^{x}+1)
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: Differentiating gives h&#039;(x)=\frac{e^{x}}{e^{x}+1}. Because both numerator and denominator are positive for all real xx, the fraction is positive, confirming that h(x)h(x) is indeed increasing everywhere. The other options either misrepresent the derivative or give a non‑positive expression.

Q5. Which function grows faster as xx\to\infty: exe^{x} or x5x^{5}?

A.x5x^{5} grows faster
B.exe^{x} grows faster ✅
C.Both grow at the same rate
D.Cannot be compared
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: Exponential growth outpaces any polynomial. As xx becomes large, the ratio exx5\frac{e^{x}}{x^{5}} tends to infinity, showing that exe^{x} dominates x5x^{5}. Hence exe^{x} grows faster, which is captured by option B.

Q6. Evaluate limxlnxex\displaystyle\lim_{x\to\infty}\frac{\ln x}{e^{x}}.

A.\infty
B.1
C.Does not exist
D.0 ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: The exponential function grows much more rapidly than the logarithm. Applying L'Hôpital's Rule once gives limx1/xex=0\lim_{x\to\infty}\frac{1/x}{e^{x}}=0 because the numerator approaches zero while the denominator grows without bound. Therefore the original limit equals 0.

Q7. For which value of kk does the function f(x)=exklnxf(x)=e^{x}-k\ln x have exactly one critical point on (0,)(0,\infty)?

A.k = 0
B.k < 0
C.Any positive real number ✅
D.No such k
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: Setting the derivative to zero yields ex=k/xe^{x}=k/x or k=xexk=x e^{x}. The function xexx e^{x} is strictly increasing from 0 to \infty, so for every positive kk there is exactly one solution, giving a single critical point. Hence any positive kk works.

Q8. Consider p(x)=e2xp(x)=e^{2x} and q(x)=ln(x2)q(x)=\ln(x^{2}). Which statement correctly describes their relative growth for large xx?

A.q(x)q(x) eventually dominates p(x)p(x)
B.Neither dominates the other
C.They grow at comparable rates
D.p(x)p(x) eventually dominates q(x)q(x)
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: Because e2xe^{2x} grows exponentially while ln(x2)=2lnx\ln(x^{2})=2\ln x grows only logarithmically, the exponential term outpaces the logarithmic term for sufficiently large xx. Thus p(x)p(x) dominates q(x)q(x) as xx\to\infty.

Q9. Solve for xx: e2x=7e^{2x}=7.

A.x=ln7x = \ln 7
B.x=12ln7x = \frac{1}{2}\ln 7
C.x=12ln14x = \frac{1}{2}\ln 14
D.x=ln7x = \ln \sqrt{7}
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: Taking natural logs of both sides gives 2x=ln72x=\ln 7. Dividing by 2 yields x=12ln7x=\frac{1}{2}\ln 7. The other options either miss the factor of 2 or misapply logarithmic identities.

Q10. If y=ln(x)y=\ln(x) is shifted 3 units up, what is the new equation?

A.y=ln(x+3)y = \ln(x+3)
B.y=ln(x3)+3y = \ln(x-3)+3
C.y=ex+3y = e^{x}+3
D.y=ln(x)+3y = \ln(x)+3
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: A vertical shift adds a constant to the entire function. Raising the graph by 3 units changes the equation to y=ln(x)+3y=\ln(x)+3. The other choices represent horizontal shifts or unrelated transformations, which do not match a pure upward translation.

Q11. A population follows P(t)=P0ektP(t)=P_0 e^{kt}. If it doubles in 5 years, what is the expression for kk using natural logarithms?

A.k=5ln2k = 5\ln 2
B.k=2ln5k = \frac{2}{\ln 5}
C.k=ln25k = \frac{\ln 2}{5}
D.k=ln(2/5)k = \ln(2/5)
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: Doubling means P(t)=2P0P(t)=2P_0. Substituting gives 2P0=P0ek52P_0=P_0 e^{k\cdot5}e5k=2e^{5k}=2. Taking natural logs: 5k=ln25k=\ln 2k=ln25k=\frac{\ln 2}{5}. This isolates kk in terms of ln\ln.

Q12. Which expression represents the inverse of f(x)=exf(x)=e^{x}?

A.f1(x)=exf^{-1}(x)=e^{x}
B.f1(x)=lnxf^{-1}(x)=\ln x
C.f1(x)=1exf^{-1}(x)=\frac{1}{e^{x}}
D.f1(x)=log10xf^{-1}(x)=\log_{10} x
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: The inverse function reverses the effect of exe^{x}. Solving y=exy=e^{x} for xx yields x=lnyx=\ln y. Hence the inverse is f1(x)=lnxf^{-1}(x)=\ln x. The other options either repeat the original function or use unrelated operations.

Q13. What is the domain of the natural logarithm function lnx\ln x?

A.x0x\ge 0
B.All real numbers
C.x<0x<0
D.x>0x>0
💡 Difficulty: easy | ✅ Correct: D

📖 Explanation: The natural logarithm is defined only for positive arguments because lnx\ln x represents the exponent to which ee must be raised to obtain xx. Therefore the domain is the set of all real numbers greater than zero, i.e., x>0x>0.

🔗 Related Topics (MCQs)