Sample preparation of sunscreen for use in UV-Vis

  • Thread starter Thread starter Anne
  • Start date Start date
  • Tags Tags
    Preparation
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 3K views
Anne
Messages
9
Reaction score
0
I am currently doing a project on sunscreen analysis using UV Vis Spectroscopy and I am using slides to prepare my samples for measurement.My setback is how to make the samples uniform so as not to affect the transmittance and absorbance results.Any ideas on how i can successfully makes all the samples on the slides even and uniform?
 
Chemistry news on Phys.org
Anne said:
I am currently doing a project on sunscreen analysis using UV Vis Spectroscopy and I am using slides to prepare my samples for measurement.My setback is how to make the samples uniform so as not to affect the transmittance and absorbance results.Any ideas on how i can successfully makes all the samples on the slides even and uniform?

One possibility is to use a bit of shim material (something thin) that you can clamp between two optical flats. If you have shim material that is cuttable, it would be easy to cut out a small section for your sample, put the shim on top of the bottom slide, place the sample in the cut-out, and place the top slide on top. Hold the whole thing together with tape, rubber band, binder clip, etc. Yu may need to make a channel for the excess sample to squeeze out. You can run a blank the same way.
 
Hello:
Why do you not dilute the sunblock in methanol and then read it in a quartz cuvete. That way you would not have to worry about the thickness of the film.
 
  • Like
Likes   Reactions: Borek and Quantum Defect
Thank you guys for the input.Used a cuvette and got my results.Another question is that the data collected is in excel format.I would like to plot graphs for all measurements in MATLAB but the roadblock is that its a lot of data since I did nine samples.I was told that i can use Singular Value Decomposition to reduce the dimensions.Anyone know how i can apply the SVD in my data in excel and also plot the graphs in matlab?
 
@Borek please guide me on how to do that.I would highly appreciate that.
 
Use Save as command and select CSV (comma separated values) as the output format. This is a simple text format with a single line being a row of the spreadsheet.
 
And how do i do singular value decomposition on the values in matlab?