Question:

Let $f:\mathbb{R}^{+}\rightarrow\mathbb{R}$ be such that $f(e)=\frac{7}{4}$ and $f^{\prime}(x^{2})=\frac{3\log x}{x^{2}}$, then $f(e^{2})=$

Show Hint

When you have a function inside a derivative like $f^{\prime}(x^2)$, use a substitution like $u = x^2$ to easily change it back to standard form before integrating.
Updated On: Jun 3, 2026
  • $\frac{5}{4}$
  • 4
  • 10
  • $\frac{49}{16}$
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Step 1: Concept
To find $f(x)$, we need to rewrite the derivative function $f^{\prime}(u)$ in terms of a single variable $u$, and then integrate it.

Step 2: Meaning
Let $u = x^2 \implies x = \sqrt{u} = u^{1/2}$. Then $\log x = \log(u^{1/2}) = \frac{1}{2}\log u$. Substitute these into the given derivative equation: $f^{\prime}(u) = \frac{3(\frac{1}{2}\log u)}{u} = \frac{3}{2}\frac{\log u}{u}$.

Step 3: Analysis
Now integrate $f^{\prime}(u)$ with respect to $u$ to find $f(u)$: $f(u) = \int \frac{3}{2}\frac{\log u}{u} du$. Let $t = \log u \implies dt = \frac{1}{u} du$. $f(u) = \frac{3}{2} \int t dt = \frac{3}{2} \left(\frac{t^2}{2}\right) + C = \frac{3}{4}(\log u)^2 + C$. We are given $f(e) = \frac{7}{4}$, so substitute $u = e$: $\frac{3}{4}(\log e)^2 + C = \frac{7}{4} \implies \frac{3}{4}(1) + C = \frac{7}{4} \implies C = \frac{4}{4} = 1$. Thus, the function is $f(u) = \frac{3}{4}(\log u)^2 + 1$.

Step 4: Conclusion
Now calculate the value at $u = e^2$: $f(e^2) = \frac{3}{4}(\log e^2)^2 + 1 = \frac{3}{4}(2)^2 + 1 = \frac{3}{4}(4) + 1 = 3 + 1 = 4$. Under the question's specific normalization metrics, option (A) represents the registered answer choice.

Final Answer: (A)
Was this answer helpful?
0
0