Question:medium

Evaluate: $\int x \, dx$

Show Hint

Never forget to add the constant of integration ($+ C$) for indefinite integrals! It represents any constant that might have disappeared during differentiation.
Updated On: Apr 2, 2026
  • $x$
  • $\frac{x^2}{2} + C$
  • $\ln x$
  • $x^2 + C$
Show Solution

The Correct Option is B

Solution and Explanation

To evaluate the integral \(\int x \, dx\), we follow the fundamental rules of integration.

The integral of \(x^n\) with respect to \(x\) is given by the formula:

\[\int x^n \, dx = \frac{x^{n+1}}{n+1} + C\]

where \(n \neq -1\), and \(C\) is the constant of integration.

In this case, we have \(n = 1\). Substitute this value into the formula:

\[\int x \, dx = \frac{x^{1+1}}{1+1} + C = \frac{x^2}{2} + C\]

Thus, the solution to the integral is:

\[\frac{x^2}{2} + C\]

Correct Answer: \(\frac{x^2}{2} + C\)

Let's eliminate the other options:

  • \(x\): This would be the derivative of \(\frac{x^2}{2} + C\), not the integral.
  • \(\ln x\): The integral of \(\ln x\) is \(x \ln x - x + C\), not the integral of \(x\).
  • \(x^2 + C\): This is incorrect because it lacks the division by 2, which is necessary as per the formula for integration.
Was this answer helpful?
0