I.
First of all, it is correct to say that "minimal logic is exactly equivalent to IPC with $\bot$ interpreted as an extra propositional variable". If you disagree with that sentence, you probably misunderstood the sentence, or misunderstood something fundamental about minimal logic.
Minimal logic has the exact same formulae as intuitionistic logic, but it does not have the same tautologies. Instead, given a formula $\varphi$ of intuitionistic logic, we have an equivalence between the following statements:
- the formula $\varphi$ constitutes a tautology of minimal logic;
- the formula $\varphi[\bot:=P]$, obtained by replacing all occurrences of $\bot$ with a fresh variable symbol $P$ (one which does not occur in $\varphi$) constitutes a tautology of intuitionistic logic.
As far as minimal logic is concerned, $\bot$ really just denotes an arbitrary propositional variable using a funny symbol, and $\neg P$ just denotes the implication $P \rightarrow \bot$.
On the other hand, in intuitionistic logic $\bot$ has a special property: it obeys the principle of explosion, $\bot \rightarrow \varphi$ constitues an intuitionistic tautology for any formula $\varphi$.
Unlike minimal logic, positive intuitionistic logic has a different set of formulae from intuitionistic logic. Certain formulae of minimal logic, such as $\bot$, $\neg P$ or $\bot \wedge (A \rightarrow \bot)$ are not formulae of positive intuitionistic logic.
II.
You ask if $\bot$ is definable in positive intuitionistic logic.
Alas, turning this into a well-posed question would require much more context, context you have not provided. You would need to explain what you mean by "definable", and even what you mean by $\bot$: neither term has a fixed meaning in this setting. In particular, positive intuitionistic logic simply does not include the symbol $\bot$.
Some moderators might say this question should get closed for missing context at this point. Instead of voting to close, I will instead try to guess your intent.
As mentioned above, in intuitionistic logic $\bot$ has the special property that $\bot \rightarrow \varphi$ constitues a tautology for any formula $\varphi$.
So perhaps your real question concerns whether one can replicate that kind of behavior inside positive intuitionistic logic, without using $\bot$ directly. More precisely, I think you wish to ask:
Does positive intuitionistic logic contain a formula with this explosion property, i.e. $\psi$ such that $\psi \rightarrow \varphi$ constitutes a positive intuitionistic tautology for any other formula $\varphi$?
I will give a negative answer to this question below.
III.
There is no such formula $\psi$. In this part I briefly sketch a proof-theoretic argument, which I'll turn into a straightforward semantic argument in Part IV. If you have yet to study proof theory, you should just read Part IV now.
Assume for a contradiction that we found such a positive formula $\psi$. Then for any positive formula $\varphi$, the sequent $\psi \vdash \varphi$ would have a cut-free proof.
Take any propositional letter $Q$ that does not occur in $\psi$. I claim that there is no cut-free proof of $\psi \vdash Q$. By the subformula property, each branch of the proof tree would have to terminate in an application of the identity axiom $\overline{P \vdash P}$ where $P$ occurs as some subformula of $\psi$. But no matter what rules we use, some branch of the tree will always have $Q$ on the right of the turnstile, and that branch cannot terminate in an application of the identity axiom, since $Q$ is not a subformula of $\psi$. Thus, as I claimed, a cut-free proof of $\psi \vdash Q$ cannot exist.
But by assumption, for any positive formula $\varphi$, the sequent $\psi \vdash \varphi$ has a cut-free proof. The assumption that such a $\psi$ exists leads to a contradiction.
IV.
We can turn the proof-theoretic observation of Part III into a straightforward (albeit perhaps less insightful) semantic proof.
By the usual Heyting-valued semantics of intuitionistic logic, if some positive formula $\psi$ was explosive, then for any other positive formula $\varphi$, the equality $v(\psi \rightarrow \varphi) = 1$ would hold for any valuation $v$ taking values in a Heyting algebra $(H,\wedge,\vee,\rightarrow,0,1)$ (see e.g. a related question about lattice-like semantics for minimal logic).
Consider the two-element Boolean algebra $B$ as a Heyting algebra. Observe that
$$ 1 \vee 1 = 1 \wedge 1 = 1 \rightarrow 1 = 1 $$
holds in $B$.
Take any positive formula $\psi$. Take a propositional letter $Q$ that does not occur in $\psi$.
Consider the $B$-valued valuation $v$ that assigns the value $v(P) = 1$ to every variable $P$ that occurs in $\psi$, but assigns $v(Q) = 0$. Using the observation above, inducting on the length of the formula $\psi$, one gets that $v(\psi) = 1$. But then $$v(\psi \rightarrow Q) = v(\psi) \rightarrow v(Q) = 1 \rightarrow 0 = 0 \neq 1$$ so $\psi$ is not explosive.
Since $\psi$ was an arbitrary positive formula, this proves that no positive formula is explosive.