First expression $(1)$ can be expanded using distributivity :
$$P\lor \lnot Q \lor (P\land \lnot Q) \tag{1}$$
$$\iff (P\lor \lnot Q \lor P)\land (P\lor \lnot Q \lor \lnot Q) \tag{1}$$
Since $P\lor P = P$ and $\lnot Q \lor \lnot Q = \lnot Q$, we have the first expression equivalent to:
$$ (P\lor \lnot Q) \land (P\lor \lnot Q) \tag{1}$$
Which is the same as:
$$ (P\lor \lnot Q) \tag{1}$$
As for the second expression $(2)$, you have:
$$ P\lor \lnot Q \land (1\lor P) \tag{2}$$
$$\iff P\lor \lnot Q \land 1 \tag{2}$$
$$\iff (P\lor \lnot Q) \land 1 \tag{2}$$
$$\iff P\lor \lnot Q \tag{2}$$
EDIT:
Since OP wants actually to get from his first expression to his second expression, here is a way to do it:
We previously saw that first expression is equivalent to:
$$(P\lor \lnot Q)$$
Next we can "artificially" add $1$ on the right:
$$\iff (P\lor \lnot Q)\land 1$$
Then, since $1 = 1\lor P$ (as OP correctly pointed out in one of his comments):
$$\iff (P\lor \lnot Q)\land (1 \lor P)$$
And that's it.
∨over∧(and distributivity of∧over∨) ? – niobium Nov 18 '23 at 09:57