Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

2.9 Q-4

Question Statement

Show that the function y=ln⁑xny = \frac{\ln x}{n} achieves its maximum value at x=ex = e.


Background and Explanation

To solve this problem, we need to:

  1. Find the critical points of the function by setting the first derivative (dydx\frac{dy}{dx}) equal to zero.
  2. Use the second derivative test to confirm if the critical point corresponds to a maximum.

The concepts involved include:

  • Derivatives of logarithmic functions.
  • The natural logarithm property ln⁑e=1\ln e = 1.
  • The second derivative test: If d2ydx2<0\frac{d^2y}{dx^2} < 0 at a critical point, the function has a maximum there.

Solution

Step 1: Given Function

The function is:

y=ln⁑xny = \frac{\ln x}{n}

Step 2: Compute the First Derivative

Differentiating yy with respect to xx:

dydx=ddx(ln⁑xn)=1nβ‹…ddx(ln⁑x)=1nβ‹…1x=1nx\frac{dy}{dx} = \frac{d}{dx}\left(\frac{\ln x}{n}\right) = \frac{1}{n} \cdot \frac{d}{dx}(\ln x) = \frac{1}{n} \cdot \frac{1}{x} = \frac{1}{n x}

Set dydx=0\frac{dy}{dx} = 0 to find the critical points:

1nx=0\frac{1}{n x} = 0

But 1nx\frac{1}{n x} is never zero for x>0x > 0, so it contradicts math .


Key Formulas or Methods Used

  1. Derivative of the natural logarithm: ddx(ln⁑x)=1x\frac{d}{dx} (\ln x) = \frac{1}{x}
  2. Second derivative test:
    • If d2ydx2<0\frac{d^2y}{dx^2} < 0 at a critical point, the function has a maximum.

Summary of Steps

  1. Write the function y=ln⁑xny = \frac{\ln x}{n}.
  2. Differentiate yy with respect to xx to find dydx\frac{dy}{dx}.
  3. Solve dydx=0\frac{dy}{dx} = 0 to find the critical point x=ex = e.
  4. Confirm the maximum by calculating the second derivative and checking that d2ydx2<0\frac{d^2y}{dx^2} < 0 at x=ex = e.