I am struggling with c) part these differential equations, I am not sure i obtained it correctly or not, but i solved in matlab also, and i dont think it is correct answer.
My work: $$-50q_1'-100000q_1+100(I-q_1')=0$$ $$-50q_2'-100000q_2+150(I-q_2')=0$$ $$-50q_1'-100000q_1-50q_2'-100000q_2+75=0$$
Can you check my equations also? Here $I$ is the function of time $t$

If R1 and R3 are in parallel and R2 and R3 in parallel always for any time t, then this question is a piece of cake for me. Can u confirm are they in parallel ? ?
I solved it using laplace and both MATLAB now, Thanks if anyone else has tried

Well, we are trying to analyze the following circuit:
When we use and apply KCL, we can write the following set of equations:
$$ \begin{cases} \text{i}_\text{i}=\text{i}_1+\text{i}_3\\ \\ \text{i}_1=\text{i}_2+\text{i}_5\\ \\ \text{i}_4=\text{i}_3+\text{i}_5\\ \\ \text{i}_\text{i}=\text{i}_2+\text{i}_4 \end{cases}\tag1 $$
When we use and apply Ohm's law, we can write the following set of equations:
$$ \begin{cases} \text{i}_1=\frac{\text{v}_\text{i}-\text{v}_1}{\text{R}_1}\\ \\ \text{i}_2=\frac{\text{v}_1}{\text{R}_2}\\ \\ \text{i}_3=\frac{\text{v}_\text{i}-\text{v}_2}{\text{R}_3}\\ \\ \text{i}_3=\left(\text{v}_2-\text{v}_3\right)\text{sC}_1\\ \\ \text{i}_4=\frac{\text{v}_3-\text{v}_4}{\text{R}_4}\\ \\ \text{i}_4=\text{v}_4\text{sC}_2 \end{cases}\tag2 $$
Here I used small letters to denote the s-domain (using the Laplace transform). And notice that $\text{v}_1=\text{v}_3$.
Using this Mathematica code:
I found:
To find $\text{q}\left(\text{s}\right)$, you can use:
$$\text{i}\left(\text{s}\right)=\text{s}\cdot\text{q}\left(\text{s}\right)\space\Longleftrightarrow\space\text{q}\left(\text{s}\right)=\frac{\text{i}\left(\text{s}\right)}{\text{s}}\tag3$$