\begin{align}
\int \arctan x \, dx & = \overbrace{\int u\,dx = xu - \int x\,du}^
\text{integration by parts} \\[10pt] & \phantom{{} = \int u\,dx}
= x\arctan x - \int x\left( \frac{dx}{1+x^2} \right)
\end{align}
I want the overbrace to be right where it is, identifying the basic integration-by-parts identity, and I want the "=" on the next line to be aligned with the one in that identity, and I want to continue this for several more lines with the same alignment. Is there an elegant and efficient way to do this, as opposed to just repeating the phantom on every line?

\,, this looks good as is. Do you have a specific problem with it. Oh, and perhaps\mathrm{d}x, but that is a matter of taste. For future reference, while code snippets are useful in explanations, it is always best to compose a fully compilable MWE that illustrates the problem including the\documentclassand the appropriate packages so that those trying to help don't have to recreate it. – Peter Grill Jul 15 '16 at 20:12\phantom(perhaps\hphantomwould be better as you are only looking for horizontal alignment) is an acceptable approach. Another option is to use\tikzmarkand draw the brace separately -- then you do not have to use thehphantom, but some would consider that overkill. Instead of adding\,see ifx \mathrm{d}xworks for you. – Peter Grill Jul 15 '16 at 20:17\hphantom(or define a macro fork it). Adding spacing such as\,is a matter of taste, but I highly recommend you define a macro for\dxso that it is consistent. – Peter Grill Jul 15 '16 at 20:32