Assume we have a planar graph $G$ with $2n+1$ vertices and $3n$ edges, such that it is bipartite $G=A\cup B$ and every vertex from $A$ is of degree $\leq 3$. Does it suffice to conclude that $G$ is a biconnected graph?
or guide me to the conditions from literature so that I can write what I have tried.
No, this is not true.
Consider the graph on $7=2\cdot3+1$ vertices $\{A,b,C,D,e,f,G\}$ with edges
This has $1+2+4+2=9=3\cdot3$ edges and a bipartition is $\{\text{upper-case}\}\sqcup\{\text{lower-case}\}$. Moreover, every vertex has degree at most $3$.
But removing $b$ disconnects the graph into $\{A\}$ and $\{C,D,e,f,G\}$.