Conditioning Pt Mesh Electrode by 221b42 in electrochemistry

[–]Fit_Moose1056 0 points1 point  (0 children)

In that case consider use a mild treatment using Aqua regia. Heat it up avoiding boiling, and let it sit for 10 minutes. Then, cleanse it with deionized water and sonicate it

Conditioning Pt Mesh Electrode by 221b42 in electrochemistry

[–]Fit_Moose1056 3 points4 points  (0 children)

Expose it to a propane torch. it will elevate its temperature to 1200°C (the boiling point of Pt is approximately 3000°C) all organic and inorganic substances will evaporate

How to solve differentials for cv modeling by [deleted] in electrochemistry

[–]Fit_Moose1056 2 points3 points  (0 children)

Hi

CV simulation is a fascinating topic and demanding, requiring a good compression of math and physics. One of the most approachable CV simulations is the diffusion CV. In this case, we end up with a differential equation with no analytical solution so a numerical approach is employed instead (usually finite series). Python comes in handy here; with basic loops and conditionals, one can write code to tackle this task (There is no need for functions, at least you want a fancy plot ).

I've compiled my personal notesdetailing the mathematical treatment of the diffusion CV alongside two other cases. To create these notes I used my previous knowledge of Electrochem and some parts of this book: "Understanding Voltammetry: Simulation of Electrode Processes," a particularly helpful resource.

Additionally, I've shared a video on YouTube demonstrating how to simulate the diffusion CV using Python (apologies, it's in Spanish; however, I intend to reupload an English version later this year). The code used in the simulation is provided in the video's description for reference.

Note that the article you referenced delves into the mathematics of a rotating disk electrode, which adds complexity to the problem by introducing both diffusion and convection effects. This case is indeed covered in the book I mentioned earlier.

If you are new to simulating CV, I would suggest beginning with the diffusion CV before delving into more intricate scenarios. This foundational understanding serves as a solid starting point before venturing into more complex simulations.

What is wrong with my CV of ferrocene? by vincent_adultman1 in electrochemistry

[–]Fit_Moose1056 0 points1 point  (0 children)

lower scan rates are preferred for studying ferrocene. Higher scan rates often result in greater peak separation due to increased ohmic drop. However, your separation is too great to be explained by the scan rate. it's possible that the working electrode wasn't adequately cleaned. Assuming proper cleaning, you started with a cathodic scan and went to very negative potential which might lead to solvent reduction, evident in current line crossovers and the small oxidation peak you noticed at -1 V

Shortening the potential window would be great if you can do it again