I am familiar with the main rules of natural deduction:
$∧i, ∧e1, ¬¬e, ⇒e, ⇒i, ∨i, ∨e$ (slightly).
However, when presented with the following premise:
$$\sim a ∧ (a ∨ b)$$
I used $∧ e$ to obtain:
$$\sim a , (a ∨ b)$$
Now I am stuck on what exact 'rule' to apply here. I have clearly derived $\sim a$ to be true, and thus a must be false. This means that from the truth expression $(a ∨ b)$ we can deduce $b$. However I don't know what rule says we can just eliminate $∨$ this way, since the only $∨$ elimination rule I am aware of includes proving both assuming both $a$ and $b$ and proving a result.
The key to this is indeed the $\lor \ E$ rule, which is the most difficult rule to master for most beginning students of formal logic.
Yes, this rule has you assume each of the disjuncts of some disjunction that you have, and derive the same result in each case, so that you can therefore conclude that that result follows from the very disjunction.
Applied to your situation: you have the disjunction $a \lor b$, and so you do two subproofs: one in which you assume that $a$ is true, and one in which you assume that $b$ is true.
Ok, but what should be the 'same result' that yu should be looking for in each of these subproofs? Well, given that you are ultimately looking for $b$, it makes sense to see if you can indeed derive that in each of the cases $a$ and $b$.
Now, let's first focus on the second subproof, i.e the one where you assume that $b$ is true. So here you are looking to derive $b$ .... but that is trivial: if $b$ is assumed to be true, then of course you can derive $b$. Ok, so we can indeed derive $b$ in this second subproof.
OK, but what about the first subproof, i.e. the one where you assume $a$? Can you derive $b$ in that case as well? Well, sure! Note that aside from the assumption $a$, you also have $\neg a$, since you had derived that earlier. So, you have both $a$ and $\neg a$. But that is a contradiction, and from a contradiction you can infer anything you want (tis is sometimes called the Principle of Explosion) ... including $b$. OK, so yes, we should be able to infer $b$ in the first subproof as well.
Finally, then, we use the $\lor \ E$ rule: we have a disjunction $a \lor b$, so we know that at least one of $a$ and $b$ is true, but we don't know which one. However, we have also shown that whichever one of these is true, we can always derive $b$. OK, but that means that $b$ is definitely true ... and that is what the $\lor \ E$ can now conclude.
Now, the specific way some of these rules ar formally implemented differs from formal proof system to formal proof system, so I can't tell you exactly what this formalproof is going to look like, but it will be along these conceptual lines.