Skip to main content

Solution Formation

A solution is a homogeneous mixture created by dissolving one or more solutes in a solvent. The chemical
present in a smaller amount, the solute, is soluble in the solvent (the chemical present in a larger amount). Solutions with
accurately known concentrations can be referred to as standard (stock) solutions.
Method: The solid solute is weighed out on weighing paper or in a small container and then transferred directly to a
volumetric flask (commonly called a "vol flask"). A funnel might be helpful when transferring the solid into the slim neck
of the vol flask. A small quantity of solvent is then added to the vol flask and the contents are swirled gently until the
substance is completely dissolved. More solvent is added until the meniscus of the liquid reaches the calibration mark on
the neck of the vol flask (a process called “diluting to volume”). The vol flask is then capped and inverted several times
until the contents are mixed and completely dissolved. The disadvantage of this method is that some of the weighed solid
may adhere to the original container, weighing paper, or funnel. Also, solid may be spilled when it is transferred into the
slim neck of the vol flask.

Comments

Popular posts from this blog

Weight conversion program using functions in c++

#include<iostream> using namespace std; int num(int n) { cout<<"num of chocolate:"; cin>>n; return n; } int ounce(int a) { cout<<"weight in ounce:"; cin>>a; return a; } int pound(int b) { cout<<"weight in pound:"; cin>>b; return b; } int main () { int n, a, b; char choice; cout<<"enter choice 'o' for ounce and 'p' for pounds:"; cin>>choice; int x, y, z; x = num(n); y = ounce(a); z = pound(b); if (choice == 'o') {cout<<"total weight in ounce:"<<x*y;} if (choice == 'p') {cout<<"total weight in pounds:"<<x*z;} return 0; } ************************** Output:

Area Calculation By ImageJ

  Area Calculation By ImageJ      Open the Software      File => Open       Zoom in the Image and select the straight line        Mark the small line on graph and go to analyse => set scale      Set known distance 01, unit cm and click ok       Go to free hand and cover the area you want to calculate       Then press (ctrl + m) repeat the process for 3 time       After that go to the result and summarize 

Activation Energy Calculation in Origon

  Activation Energy ·          Click on the curve, go to analysis, fitting, and linear fit ·          Note the slope and error ·          Then follow the Formula to find activation energy              Ea =  mRln(10)1000 m= slope, R= 8.6173*10 -5 eV/K , ln(10) = 2.303