For Example:
$\int x^2 dx$
This is a very simple integral yet I have trouble grasping the meaning of various notations. Does the placement of '$dx$' next to $x^2$ mean multiplying $dx$ by the object of integration which is $x^2$?
If it did, then this would be solved by taking the integral of $x^2$ (this equals $\frac{x^3}{3}$) and multiplying it by the derivative of $x^2$ , the derivative of $x^2$ is $2x$.
$\frac{x^3}{3}$ $*$ $2x$ = $\frac{2x^4}{3}$
This is not correct.
Instead when we have $\int x^2 dx$ we use the power rule and come to the result:
$\frac{x^3}{3}$
In my mind this seems to ignore 'dx', so why do we even include it in the first place? Why is the integral not written as:
$\int x^2 $
The $dx$ is not an important part of the actual calculation, no. If you like the view that the integral notation means "integrate whatever is between $\int$ and $dx$", you can do that. However, it will make anything more advanced than simple anti-differentiation difficult to remember and do correctly.
Historically, $dx$ comes from the transformation that underlies the definition of integrals $$ \sum_i f(x_i)\Delta x \to \int f(x)dx $$ and it can be seen simply as a relic from that, if you want.
However, an actual meaning may be given to $dx$, and having one in mind that will make more advanced things like theoretical arguments and substitution a lot easier to do correctly.
In fact, there are several possible meanings, depending on your taste. I think the simplest one to explain intuitively may be the one from measure theory: $f(x)dx$ can here be seen as a density, and you integrate up density along a bit of the number line to find total mass. This would make $dx$ the standard, unit density of the number line, while $f(x)$ tells you the actual density at any point, in units of $dx$.