Indefinite integral of a constant

1.2k Views Asked by At

$$\int k \,\mathrm{d}x = k+c $$

Why is it that the upon integral is equal to $k+c$? Shouldn't it be $kx+c$? Since it's a constant. When you integrate constants you get $ax$ or $kx$?

1

There are 1 best solutions below

0
On

The integral calculates an expression that when it gets differentiated, it gives you the expression that was inside the integral. This means that :

$$\int kdx=kx+c$$

if $k \space \text{constant} \space \in \mathbb R$.

Double checking by what I mentioned above :

$$(kx+c)'=(kx)' + c' = k$$

which yields you the initial expression.