school
techniques
- interleaving
- if multiple topics/subjects, spend some time (e.g. 25-50 minutes) on each topic/subject. retention and transfer improves.
- error journal
- focus on mistakes and what you could be doing better. log any wrong answers, solve it, write a short sentence on what was done wrong/how it’s been fixed, and review the whole journal later.
- check school/src/errorJournal.
- learning through creating
- create something with what you just learned. for example, when programming or making psuedocode, make a project. when studying math, form your own math problem. this makes you engage with the material in a different manner and can expose weaknesses.
- blurting
- study the info then take it away. then, write everything you remember about the material. this identifies any knowledge gaps and strengthen memory by forcing the brain to retrieve info without looking at notes.
- strategy studying
- study different MCQ and SQ techniques.
syllabus links
| subject | syllabus |
|---|---|
| chemistry | chemistry-syllabus.pdf |
| biology | biology-syllabus.pdf |
| business | business-syllabus.pdf |
quick links
| resource | link |
|---|---|
| past papers | past papers website |
| physics & maths tutor | physics & maths tutor |
| classroom | google classroom |
| gmail | gmail |
| math | math |
Physics Multiple Choice Exam (Internal) Errors
Topics to work on
- Pressure
- Thermal physics
- Optics
- Mechanics (forces, moments, etc.)
- Elasticity
- Dynamics (momentum, impulse, etc.)
Multiple choice questions
-
Which quantities, in addition to the acceleration of free fall, g, affect the pressure at the bottom of a pond of water?
- Correct: A (the density of the water and the depth of the pond only)
- Why it’s CORRECT: The pressure exerted by a fluid at a certain depth is calculated using P = ρgh, where:
- P is the pressure
- ρ is the density of the water
- g is the acceleration of free fall
- h is the depth of the pond
- Why it’s CORRECT: The pressure exerted by a fluid at a certain depth is calculated using P = ρgh, where:
- Chose D (the depth of the pond, the density of the water, and the surface area of the pond).
- Why it’s WRONG: Surface area does not matter. The total force on the bottom of the pond depends on the area, but pressure is force per unit area (P = F/A). Since the area cancels out in the derivation, the surface area or shape of the pond has no effect on the pressure at the bottom.
- Correct: A (the density of the water and the depth of the pond only)
-
What is the temperature difference between the fixed points on the C temperature scale?
- Correct: B (100°C)
- Why it’s CORRECT: The Celsius scale is defined by two reference points, the temperature at which pure water freezes/pure ice melts, set at 0°C, and the temperature at which pure water boils/steam condenses, set at 100°C. To find the difference between these two fixed points, it’s simply 100°C - 0°C = 100°C.
- Chose A (10°C).
- Why it’s WRONG: It does not match the answer to the difference between the temperature where pure water boils/steam condenses and the temperature where pure water freezes/pure ice melts.
- Correct: B (100°C)
-
Four thermometers, with their bulbs painted different colors, are placed at equal distances from a radiant heater. Which thermometer shows the slowest temperature rise when the heater is first switched on?
- Correct: D (shiny white)
- Why it’s CORRECT: When the heater is switched on, it emits thermal radiation (infared radiation). The rate at which the thermometers heat up depends on how well their bulbs absorb this radiant energy. The two main factors that affect absorption are color (dark = good absorber, light = good reflector) and texture (dull = good absorber, shiny = good reflector).
- Chose B (dull white).
- Why it’s WRONG: Even though white is a good reflector of heat, it has a dull texture which is good at absorbing heat. Therefore, it does not have the slowest temperature rise.
- Correct: D (shiny white)
-
An object is placed 30cm in front of a plane mirror. Which statement describes the image of the object?
- Correct: B (The image is the same size and 60cm from the object.)
- Why it’s CORRECT: Plane mirrors create images with specific properties:
- The object distance is the same as the image distance. The virtual image appears just as far behind the mirror as the object is in front of it.
- The magnification is 1. The image is always the exact same size as the original object.
- The question asks for the distance between the OBJECT and its IMAGE, NOT the distance from the MIRROR.
- Total dist. = Dist. from obj. to mirror + Dist. from mirror to image
- Total dist. = 30cm + 30cm = 60cm.
- Why it’s CORRECT: Plane mirrors create images with specific properties:
- Chose A (The image is the same size and 30cm from the object.)
- Why it’s WRONG: The fundamental rule of plane mirrors is that the image is formed the exact same distance behind the mirror as the object is in front of it. You have to add the two distances of the object from the mirror and the image from the mirror together.
- Correct: B (The image is the same size and 60cm from the object.)
-
A wheelbarrow has a weight W of 140N. Which vertical force F is needed to support the wheelbarrow in the position shown?
- Correct: A (60N)
- Why it’s CORRECT: To find the correct vertical force F, you take moment about the wheel (the pivot). For the wheelbarrow to be supported in equilibrium, the clockwise moment must equal the anticlockwise moment.
- First, find the clockwise moment. Force = 140N, Perpendicular distance from pivot = 1.4m - 0.8m = 0.6m. Clockwise moment = 140N x 0.6m = 84Nm
- Second, find the anticlockwise moment. Force = F, Perpendicular distance from pivot = 1.4m, Anticlockwise moment = F x 1.4m
- Third, equate and solve. Anticlockwise = Clockwise. **F x 1.4m = 84Nm. F = 84/1.4 = 60N.
- Chose B (80N).
- Why it’s WRONG: When finding the clockwise moment, you used the wrong distance, 0.8m. You were supposed to use 1.4m, which yielded 80N.
- Correct: A (60N)
-
Which property of an object is a consequence of the effect of a gravitational field acting on it?
- Correct: D (weight)
- Why it’s CORRECT: Weight is the gravitational force acting on an object’s mass. It is calculated using the formula, W = mg. Since weight directly depends on the strength of the gravitational field, g, an object’s weight will change depending on where it is in the universe.
- Chose A (density)
- Why it’s WRONG: Density is the mass per unit volume, ρ = m/V. Since both mass and volume are independent of gravity, density is as well.
- Correct: D (weight)
-
A spring, which obeys Hooke’s Law, has an unstretched length of 10cm. A load of 20N is suspended from the spring. The new length of the spring is 36cm. What is the spring constant, k, of the spring?
- Correct: B (0.77N/cm)
- Why it’s CORRECT: Hooke’s Law states that the force F applied to a spring is directly proportional to its extension x. The formula is F = kx. where:
- F is the load/force applied (in this case 20N)
- k is the spring constant
- x is the extension (how much the spring stretched and NOT its total length)
- First, find the extension, x. The extension is final length - initial length. x = 36cm - 10cm = 26cm.
- Second, rearrange the formula to solve for k. k = F/x.
- Third, plug in the values into the formula. k = 20N/26cm = 0.77N/cm.
- Why it’s CORRECT: Hooke’s Law states that the force F applied to a spring is directly proportional to its extension x. The formula is F = kx. where:
- Chose A (0.56N/cm).
- Why it’s WRONG: You have to calculate the extension, NOT the total length. Error is found when calculating k: k = 20N/36cm.
- Correct: B (0.77N/cm)
-
A cricket ball has a mass of 0.16kg. The ball travels at 30m/s. The ball is hit by a bat with a force of 10,800N. After being hit, the ball moves off at 30m/s in the opposite direction. For how long was the ball in contact with the bat?
- Correct: B (0.00089s)
- Why it’s CORRECT: The problem uses the relationship between force, impulse, and momentum. The formula relating these quantities is F = Δp/t. Rearrange this to t = Δp/F to solve for time.
- First, calculate the change in momentum, Δp. Because momentum is a vector quantity, direction matters immensely. Let the ball’s initial direction be positive (+30m/s) and the opposite return direction be negative (-30m/s). Δp is calculated as Δp = m(v - u).
- Δp = 0.16kg x (-30m/s - 30m/s)
- Δp = 0.16kg x (-60m/s)
- Δp = -9.6kg • m/s (Negative sign indicates direction of the force; the magnitude 9.6kg • m/s can be used for the time calculation)
- Second, solve for contact time, t.
- t = Δp/F
- t = 9.6kg • m/s / 10,800N
- t = 0.00089s
- Guessed A.
- Correct: B (0.00089s)
Physics Structured Questions (Internal) Exam
Topics to work on
- Graph skills and calculations
- Finding the spring constant (k) from different axes
- Interpreting y-intercepts (total length graphs do not start at 0; always subtract original length to find extension)
- Graph scale precision
- Speed-time graphs and motion
- Energy transfers
- Properties of matter (Hooke’s law)
- The limit of proportionality
- Limit of proportionality vs. elastic limit
- Volume
Structured questions
-
A student adds 20 drops of water to the water that is in the measuring cylinder in Fig 1.1 (for reference the volume of water inside is 21cm³). The new volume of water in the measuring cylinder is 25cm³. Calculate the average volume of one drop of water.
- Correct working:
- Added vol. = 25cm³ - 21cm³ = 4cm³
- Avg. = 4 / 20 = 0.2cm³ for one drop
- Feedback: You wrote 20cm³ when you were trying to find the volume added when the drops were added.
- Correct working:
-
Fig 2.3 shows the speed-time graph (view image in 2026/sq) for another car. Calculate the distance travelled by this car between time = 2.0s and time = 6.0s.
- Correct working:
- In the graph, draw two lines that go down to 2.0s and 6.0s. That is your area to calculate.
- In order to calculate the area of the part between 2.0s and 6.0s, you draw a triangle and a rectangle. You can label either of those as A₁ and A₂. A₁ will be the triangle, and A₂ will be the rectangle for this working out.
- With this, calculate A₁’s area. The formula is (b * h)/2. To apply the formula for speed, s = d/t, you will replace “b” and “h” with “speed” and “time”, forming (s * t)/2.
- (12 * 4)/2 = 24m
- Now, calculate A₂’s area. The formula for calculating this area is simply bh, but replace those with the variables inside the formula for calculating distance to make it st.
- 6 x 4 = 24m
- With our values for A₁ and A₂, we can simply add those together to find the total distance travelled within 2.0s and 6.0s:
- 24m + 24m = 48m
- Feedback: In your previous working, you only found the area for the triangle, leaving out the rectangle, which caused it to be wrong.
- Correct working:
-
i) Describe two useful energy transfers when the sailor uses the winch to raise the sail.
- Correct answers:
- Chemical energy to kinetic energy. The chemical energy stored in the sailor’s muscles are transferred into kinetic energy of the winch handle and the internal gears.
- Kinetic energy to gravitational potential energy. The kinetic energy of the winch as it rotates is transferred into kinetic energy of the rope attached to the sail and the sail which lifts the sail upward.
- Feedback:
- You simply listed “kinetic energy” and “gravitational potential energy”. This is wrong because the questions asks you to DESCRIBE. The question also asks you for ENERGY TRANSFERS, NOT only the types of energy involved.
- Correct answers:
-
ii) Describe one non-useful energy transfer when the sailor uses the winch to raise the sail.
- Correct answer:
- Kinetic energy to thermal and sound energy. As the sailor turns the winch and the rope tightly wraps around the winch drum, moving parts rub against each other. This causes friction and it also causes heat. Some energy is also transferred as sound waves from the mechanical components and from the rope.
- Feedback:
- Same mistakes as before, did NOT describe the energy transfers and only listed one energy type.
- Correct answer:
-
State what is meant by the limit of proportionality.
- Correct answer:
- The limit of proportionality is the point up to which the extension of an elastic object is directly proportional to the force applied to it.
- Feedback:
- You wrote “The limit of proportionality is when the elasticity of an elastic object reaches the limit of the elastic limit”. This no longer obeys Hooke’s law.
- Correct answer:
-
Using Fig. 6.2 (refer to the image in the 2026/sq folder), determine the spring constant of this spring.
- Correct working:
- On the graph, weight (F) is on the x-axis and length (L) is on the y-axis. We will calculate the gradient of the line on the graph. The formula will be Δy/Δx.
- The change in length is basically exstension. Therefore, the gradient formula would be extension / weight, x/F.
- We need to find the spring constant, so the formula for Hooke’s law becomes k = F/x.
- The gradient is the upside-down version of the spring constant. Therefore, k effectively becomes k = 1/gradient.
- First, pick two points on the straight-line section of the graph.
- Point 1 will be (0N, 0.12m).
- Point 2 will be (10.8N, 0.58m).
- Second, calculate Δy and Δx.
- Δy = 0.58 - 0.12 = 0.46m
- Δx = 10.8 - 0 = 10.8m
- Third, find the gradient.
- Δy/Δx = 0.46/10.8 = 0.043N/m
- Fourth, invert the gradient to find the spring constant k.
- k = 1/gradient = 1 / 0.043N/m = approx. 23.25N/m.
- Correct working:
Chemistry Multiple Choice Questions (Internal Exam)
Topics to work on
- Relative atomic mass and isotope calculation
- Calculating weighted averages using isotopic mass and percentage abundance
- Applying significant figure rules strictly to calculated atomic masses
- Acid-base theory and dissociation equations
- Differentiating strong acids from weak acids
Multiple choice questions
| relative mass of isotope | abundance / % |
|---|---|
| 238 | 66 |
| 244 | 34 |
- A sample of element Q has two isotopes. Their relative masses and abundances are shown. What is the relative atomic mass of this sample of Q to three significant figures?
- Correct: A (240)
- Why it’s CORRECT: In order to calculate the relative atomic mass of the sample, you calculate the weighted average of the isotope masses based on their percentage abundances: (mass₁ x abundance₁) + (mass₂ x abundance₂) / total abundance.
- Multiply each mass by its abundance. The first isotope would be 15,708 (238 x 66) and the second isotope would be 8,296 (244 x 34).
- Sum the values and divide by 100%. The total sum would be 24,004 (15,708 + 8,296). After dividing by the total abundance, 24,004 / 100, you would get 240.04.
- Round to three significant figures (in instructions). 240.04 rounded to 3 significant figures gives 240. Therefore, the correct choice in the question is A.
- Why it’s CORRECT: In order to calculate the relative atomic mass of the sample, you calculate the weighted average of the isotope masses based on their percentage abundances: (mass₁ x abundance₁) + (mass₂ x abundance₂) / total abundance.
- Chose B.
- Why it’s WRONG: Most likely a guess or wrong calculation.
- Correct: A (240)
| hydrochloric acid | ethanoic acid | |
|---|---|---|
| A | HCl(aq) → H⁺(aq) + Cl⁻(aq) | CH₃COOH(aq) ⇌ H⁺(aq) + CH₃COO⁻(aq) |
| B | HCl(aq) ⇌ H⁺(aq) + Cl⁻(aq) | CH₃COOH(aq) ⇌ H⁺(aq) + CH₃COO⁻(aq) |
| C | HCl(aq) → H⁺(aq) + Cl⁻(aq) | CH₃COOH(aq) → H⁺(aq) + CH₃COO⁻(aq) |
| D | HCl(aq) ⇌ H⁺(aq) + Cl⁻(aq) | CH₃COOH(aq) → H⁺(aq) + CH₃COO⁻(aq) |
- Which row shows the equations for the dissociation of hydrochloric acid and of ethanoic acid in aqueous solution?
- Correct: A
- Why it’s CORRECT:
- Hydrochloric acid is a strong acid. Strong acids dissociate completely in aqueous solution, and complete dissociation is represented by a single forward arrow.
- Ethanoic acid is a weak acid. Weak acids only partially dissociate in aqueous solution, setting up a dynamic equilibrium. Partial/reversible dissociation is represented by a reversible reaction arrow.
- Why it’s CORRECT:
- Chose C.
- Why it’s WRONG: In C, the equation for the dissociation of ethanoic acid has a single forward arrow. This is wrong because ethanoic acid partially dissociates.
- Correct: A
Chemistry Structured Questions (Internal) Exam
Topics to work on
- Moles and quantitave chemistry
- Converting mass to particles via Avogadro’s constant
- Multi-step titration calculations and volumetric unit conversions
- Practical titrations and salt preparation
- Distinguishing chemical reaction steps (neutralization) from physical separation steps (crystallization)
- Purification techniques: Using activated charcoal/carbon to absorb indicator dye before crystallization.
- Enthalpy and energetics
- Counting total individual bonds broken/formed
- Collision theory and exam terminology
- Explicitly including activation energy, Eₐ, and collision frequency (collisions per unit time) when explaining temperature effects on reaction rate.
- Experimental design and thermometric titrations
- Describing specific trends *(e.g. “higher temperature increase”) rather than vague impact terms like “affects the temperature”.
- Explaining post-endpoint temperature drops (reaction completion + excess cold reactant/heat loss).
- Equipment trade-offs: Burette vs. measuring cylinder
Structured questions
- (c) Complete Table 1.2.
- Correct answers (format: x(atomn) y(protn) El(elem) e+/-(electrons))
- Feedback: You wrote negative for the electrons, which is wrong because there are more protons than electrons. Protons give a positive charge.
| atom or ion | number of protons | number of neutrons | number of electrons |
|---|---|---|---|
| 40 18 Ar | 18 | 22 | 18 |
| 32 16 S 2- | 16 | 16 | 18 |
| 50 22 Ti 2+ | 22 | 28 | 20 |
-
(e) Calculate the number of atoms in 2.00g of argon. Give your answer in standard form.
- Correct working:
- First, find the molar mass (Mr) of Argon. It is approximately 39.95 g/mol.
- Second, calculate the number of moles. Use the formula:
- mol = mass / Mr
- mol = 2.00g / 39.95g/mol = 0.0501 mol
- Third, calculate the number of atoms. You must multiply the number of moles by Avogadro’s constant, 6.02 x 10²³ atoms/mol.
- no. of atoms = no. of mol x 6.02 x 10²³
- no. of atoms = 0.050065 mol x (6.02 x 10²³) = 3.0149 x 10²² atoms
- Fourth, express in standard form.
- 3.01 x 10²² atoms
- Feedback: You went straight into calculating the number of atoms using 2.00g instead of calculating the number of moles. You can’t calculate the number of atoms using the value 2.00g because Avogadro’s constant uses atoms/mol, not atoms/g.
- Correct working:
-
(a) Complete the symbol equation for the reaction. Include state symbols.
- Correct answer:
- H₂SO₄(aq) + 2NaOH(aq) → Na₂SO₄(aq) +2H₂O(l)
- Feedback: You were missing the 2 in 2H₂O.Your symbol equation would be unbalanced without the 2 in front of the H₂O.
- Correct answer:
-
(b) State the type of exothermic reaction taking place.
- Correct answer: Neutralization.
- Neutralization is an acid reacting with a base to form a salt and water is specifically called a neutralization reaction.
- This fits the symbol equation of sulfuric acid reacting with sodium hydroxide as there is an acid reacting with a base to form sodium sulfate, the salt, and the water (2H₂O).
- Feedback: Initially, you wrote “crystallization” due to the phrase “dry crystals” in step 4. This would be right IF the question specifically asked for the process in step 4. The question asked for the type of REACTION. The actual chemical reaction occurs in step 3, where the H₂SO₄ is mixed with NaOH to form the salt and water.
- Correct answer: Neutralization.
-
(e) Calculate the volume of H₂SO₄(aq), in cm³, added in step 3.
- Correct answer:
- First, find the moles of H₂SO₄ reacted:
- From the balanced equation, the molar ratio of H₂SO₄ : NaOH is 1 : 2.
- mol of H₂SO₄ = mol of NaOH / 2
- Second, calculate the volume in dm³.
- Given that the concentration of H₂SO₄ is 0.200 mol/dm³, we can use the volume formula to find the answer.
- vol = mol / conc = 0.00500 mol / 0.200 mol/dm³ = 0.0250 dm³
- Third, convert the volume to cm³.
- vol in cm³ = 0.0250 x 1000 = 25.0 cm³
- The answer is 25.0 cm³.
- First, find the moles of H₂SO₄ reacted:
- Correct answer:
-
(g) The dry crystals formed in step 4 are colored and not white. This is because the student should do an additional step between step 3 and step 4. Suggest what the student should do in this additional step to produce white crystals.
- Correct answer: Add activated charcoal (carbon) to the solution to absorb the indicator, and filter the mixture to remove the charcoal before evaporating the solution.
- In order to obtain pure white crystals, the student needs to remove the indicator before evaporating.
- Feedback: You wrote “heat the crystals so it becomes anhydrous.” Both hydrated sodium sulfate (Na₂SO₄ • 10H₂O) and anhydrous sodium sulfate (Na₂SO₄) are NATURALLY white. The crystals turned colored due to the methyl orange indicator added in step 2, which remained in the solution when it was evaporated. Therefore, heating the crystals will NOT remove or decolorize the indicator dye.
- Correct answer: Add activated charcoal (carbon) to the solution to absorb the indicator, and filter the mixture to remove the charcoal before evaporating the solution.
-
(b) The equation for the reaction can be represented as shown in Fig 4.2. Table 4.1 shows some bond energies. Use the bond energies in Table 4.1 and the value of ΔH of the reaction to calculate the S=O bond energy in kJ/mol.
- Correct answers:
- Calculate the energy needed to break the bonds in the reactants.
- S-F bonds: 4 x 330 = 1320 kJ
- O-H bonds: 4 x 460 = 1840 kJ
- Total reactants = 1320 + 1840 = 3160 kJ
- Calculate the energy released when the bonds in the products form.
- Let x equal S=O bond energy.
- S=O bonds: 2 x x = 2x
- H-F bonds: 4 x 570 = 2280 kJ
- Total products = 2280 + 2x kJ
- Calculate the S=O bond energy.
- Using the fundamental bond energy enthalpy formula, ΔH = Energy to break bonds (reactants) - Energy released forming bonds (products)
- Substitute all known values into the equation. -54 = 3160 - (2280 + 2x)
- Simplify and solve for x.
- -54 = 3160 - 2280 - 2x
- -54 = 880 - 2x
- 2x = 880 + 54
- 2x = 934
- x = 934 / 2 = 467 kJ/mol.
- Calculate the energy needed to break the bonds in the reactants.
- Feedback: When counting the O-H bonds in water, you wrote that there are 2 total bonds to break instead of 4 O-H bonds, which resulted in a wrong calculation. The product SO₂ contains 2 S=O bonds. You need to account for the S=O bonds in products to prevent miscalculations.
- Correct answers:
| bond | S-F | O-H | H-F |
|---|---|---|---|
| bond energy in kJ/mol | 330 | 460 | 570 |
-
(c) The equation for the reaction is shown (see photos directory). State the effect, if any, on the position of equilibrium when the following changes are made. Give a reason for each of your answers.
- Correct answers:
- The temperature is increased: Equilibrium shifts to the left because the reverse reaction is endothermic (absorbs heat).
- Feedback: Since ΔH = -54 kJ/mol, the forward reaction is EXOTHERMIC (gives off heat). Le Chatelier’s principle states that when you increase temperature, the system tries to cool down by shifting in the endothermic direction to absorb heat.
- Correct answers:
-
(d) Explain, in terms of collision theory, why reducing the temperature decreases the rate of the reverse reaction.
- Correct answer:
- Lower temperature means particles have less kinetic energy (and move slower).
- There are fewer collisions per second (less frequent collisions).
- Fewer particles have greater energy than or equal to the activation energy (Eₐ).
- Feedback: Exam mark schemes usually demand the term activation energy (Eₐ) for temperature-rate questions.
- Correct answer:
-
(d) Explain why the temperature change decreases towards the end of each experiment.
- Correct answer: The reaction is complete (all the alkali has reacted), so adding excess cold acid cools down the solution (or heat is lost to the surroundings).
- Feedback: You wrote “temperature decreases because the OH- ions in the sodium hydroxide and the H+ ions in hydrochloric acid have dissociated.” Saying ions have dissociated does NOT explain why cooling occurs once the peak is passed.
-
(f) Explain how the results would be different if a polystyrene cup is used instead of the beaker.
- Correct answer:
- The temperature changes would be higher/greater.
- Polystyrene is a better insulator than glass (or reduces heat less to the surroundings).
- Feedback: You wrote “the polystyrene cup would affect the temperature changes of solution G and H.” Exam schemes require you to state the direction of change rather than using vague words like “affect,” followed by the scientific reason.
- Correct answer:
-
(g) Give an advantage and a disadvantage of using a burette rather than a measuring cylinder to add the dilute hydrochloric acid to solution G and solution H.
- Correct answer:
- Disadvantage: It is harder to read or set up.
- Feedback: You left the disadvantage blank.
- Correct answer:
Biological Molecules
Chemical elements and large molecules
- All living organisms are made of organic molecules containing Carbon (C). These large molecules (polymers) are built from smaller, simpler subunits (monomers).
| Large molecule | Chemical elements present | Smaller subunits |
|---|---|---|
| Carbohydrates | C, H, O | Glucose (forms starch, glycogen, cellulose) |
| Proteins | C, H, O, N, S | Amino acids |
| Fats and oils | C, H, O | Fatty acids and glycerol |
Food tests
Iodine test for starch
- Add a few drops of iodine solution directly to the sample.
- Negative: Remains yellow-brown.
- Positive: Turns blue-black.
Benedict’s test for reducing sugars
- Add an equal volume of Benedict’s solution to the sample. Must heat the mixture in a water batth for about 5 minutes.
- Negative: Remains blue.
- Positive:
- Turns green/yellow (low concentration)
- Turns orange (medium)
- Turns brick-red (high concentration)
Biuret test for proteins
- Add an equal volume of Biuret solution to the sample. Shake gently.
- Negative: Remains blue.
- Positive: Turns purple/violet.
Ethanol emulsion test for fats and oils
- Dissolve the sample by shaking it thoroughly with ethanol.
- Filter or pour the liquid into a clean test tube containing distilled water.
- Negative: Clear, colorless liquid.
- Positive: A milky-white emulsion forms.
DCPIP test for Vitamin C
- Add the sample drop by drop into a fixed volume of blue DCPIP solution.
- Negative: Solution stays blue.
- Positive: The blue solution turns colorless. The fewer drops required to make it colorless, the higher the concentration of Vitamin C.
DNA (deoxyribonucleic acid) structure
- Double helix: A DNA molecules consists fo two strands coiled together to form a double helix (like a twisted ladder).
- Bases: Each strand contains smaller chemical subunits along its length called bases.
- Cross-bonds: The two strands are held firmly together by bonds forming between the pairs of bases.
- Complementary base pairing:
- Adenine to Thymine
- Cytosine to Guanine
Enzymes
- A catalyst as a substance that increases the rate of a chemical reaction and is not changed by the reaction.
- Enzymes as proteins that are involved in all metabolic reactions, where they function as biological catalysts
Why enzymes are important
- In living organisms, metabolism must happen very quickly to maintain life processes like respiration, digestion, and excretion. At normal body temps., these reactions would occur far too slowly to sustain life.
- Enzymes lower the activation energy required for these reactions, allowing them to happen fast enough to keep organisms alive.
Enzyme action
Key words
- A substrate is the molecule(s) entering the reaction (the “key”).
- An active site a specifically shaped region on the surface of the enzyme where the substrate binds (the “lock”).
- Enzyme-substrate complex: The temporary structure formed when the substrate binds tightly to the enzyme’s active site.
- Product: The molecule(s) released from the active site at the end of the reaction.
Process
- The enzyme and substrate collide.
- The substrate binds to the active site because their shapes are complementary.
- An enzyme-substrate complex is formed, and the reaction takes place.
- The products are released. The enzyme emerges completely unchanged and is free to catalyze another reaction.
Enzyme specificity
- Enzymes are highly specific. This means one enzyme can only catalyze one specific reaction.
- The reason for this is entirely due to the complementary shape of the active site. If the substrate’s three-dimensional shape does not perfectly match the fit of the active site, no enzyme-substrate complex can form, and no reaction will occur.
Factors affecting enzyme activity
Temperature
| Temp. stage | What happens to the molecules | Effect on reaction rate |
|---|---|---|
| Low temps. | Kinetic energy is low. Molecules move slowly. | Very slow rate. Low frequency of effective collisions between enzymes and substrates. |
| Rising temps. | Kinetic energy increases. Molecules move faster. | Rate increases. The frequency of effective collisions increases. |
| Optimum temp. | The temp. at which the enzyme works at its maximum possible rate (approx. 37°C in humans). | Peak reaction rate. |
| High temps. | Excessive thermal energy breaks the weak bonds holding the protein structure together. | Rate drops rapidly to zero. The enzyme is denatured. |
- When an enzyme denatures, the shape of its active site is permanently altered. The substrate can no longer fit into the active site, meaning no effective collisions can happen and the reaction stops.
pH
- Every enzyme has an optimum pH where it functions best. For most cellular enzymes, this is around pH 7 (neutral), but there are exceptions (e.g. pepsin in the acidic stomach works best at a low pH, like pH 2).
- Going too far or below the optimum pH alters the chemical bonds within the enzyme protein, resulting in the change of the shape and fit of the active site. This is denaturation.
Leaf Structure
Leaf adaptations
- Large surface area maximizes the absorption of sunlight and provides a larger area for carbon dioxide to diffuse out the leaf.
- Its thinness creates a very short diffusion distance for carbon dioxide to travel from the air spaces to the photosynthesizing cells, and allows light to penetrate completely through the leaf.
Dicotyledonous plant
Diagram
Structural adaptations for photosynthesis
| Structure | Description | How it adapts the leaf |
|---|---|---|
| Waxy cuticle | A clear, non-cellular, protective layer covering the top and bottom of the leaf. | Waterproof to reduce water loss by evaporation; transparent to allow light to pass directly through to the photosynthetic cells below. |
| Upper epidermis | A single layer of tightly packed, thin cells at the top of the leaf containing no chloroplasts. | Protects inner tissues from mechanical damage; transparent to allow maximum light penetration into the palisade layer. |
| Palisade mesophyll | Column-shaped cells packed closely together vertically near the upper surface. | Contains the highest density of chloroplasts per cell; situated at the top of the leaf to absorb the maximum amount of sunlight. |
| Spongy mesophyll | Loosely packed, rounded cells situated below the palisade layer. Contains fewer chloroplasts. | Forms a network of large air spaces that allow gases (carbon dioxide and oxygen) to diffuse rapidly between the stomata and the palisade cells. |
| Air spaces | Large gaps between the cells of the spongy mesophyll layer. | Increases the internal suface area for efficient gas exchange and allows carbon dioxide to circulate freely. |
| Lower epidermis | The bottom layer of protective cells on the leaf. | Contains the majority of the guard cells and stomata to regulate gas exchange while minimizing water loss from the shaded underside. |
| Stomata (sg. stoma) | Tiny pores or openings found mostly in the lower epidermis. | Act as the entry and exit points for gases; allows carbon dioxide to diffuse into the leaf and oxygen (plus water vapour) to diffuse out. |
| Guard cells | Pairs of specialized epidermal cells surrounding each stoma. | Control the opening and closing of the stomata. They open during the day to allow carbon dioxide entry for photosynthesis and close at night (or during drought) to conserve water. |
| Vascular bundle | The transport system of the leaf, containing the xylem and phloem. | Provides structural support to keep the leaf blade flat and well-positioned to cattch sunlight, while containing the transport vessels. |
| Xylem | Thick-walled, dead vessels found in the upper part of the vascular bundle. | Transports water and dissolved mineral ions from the roots up to the leaf cells. Water is a direct raw material for photosynthesis. |
| Phloem | Living transport tissue found in the lower part of the vascular bundle. | Transports sucrose and amino acids made from the products of photosynthesis away from the leaf to growing regions or storage organs (translocation). |
| Chloroplasts | Organelles concentrated mainly within the mesophyll layers. | Contain chlorophyll to trap light energy and convert it into chemical energy for synthesizing carbohydrates. |
Photosynthesis
- Photosynthesis is the process by which plants synthesize carbohydrates from raw materials using energy from light.
Equations
Word equation
Balanced chemical equation
Chlorophyll
- Chlorophyll is the green pigment found inside chloroplasts within plant cells.
- It absorbs light energy and transfers that light energy into chemical energy for the synthesis of carbohydrates.
Use and storage of carbohydrates
| Carbohydrate | Primary use/function |
|---|---|
| Glucose | Used immediately in respiration to release energy for plant growth and active transport. |
| Starch | Used as an energy store. It is insoluble, meaning it does not affect the water potential of the cell (prevents unwanted osmosis). |
| Cellulose | Used to build cell walls, providing structural strength and support to the plant cells. |
| Sucrose | Used for transport through the phloem. It is less reactive than glucose and dissolves easily. |
| Nectar | Used to attract insects to the flowers for pollination. |
Nitrate and magnesium ions
Nitrate ions
- Essential for amino acid production, which link together to build proteins.
- A deficiency of this is stunted growth and yellowing of older leaves.
Magnesium ions
- Required for chlorophyll production.
- A deficiency of this is chlorosis, where leaves turn yellow between the veins because they cannot produce enough green pigment.
Limiting factors
- A limiting factor is something present in the environment in such short supply that it restricts life processes.
- In this case, limiting the rate of photosynthesis.
- The three main limiting factors are:
- light intensity
- carbon dioxide concentration
- temperature.
Light intensity
- As light intensity increases, the rate of photosynthesis increases proportionally. Light energy is providing the power for the reaction.
- At a certain point, the graph plateaus. Further increases in light intensity do not increase the rate. This means light is no longer the limiting factory; either temperature or carbon dioxide concentration is in short supply.
Carbon dioxide concentration
- Carbon dioxide is a raw material for the reaction. As carbon dioxide concentration increases, the rate of photosynthesis increases.
- The graph plateaus when the plantt’s chloroplasts are working at maximum capacity or another factor (like light/temp.) becomes limtiing.
Temperature
- Photosynthesis is controlled by enzymes.
- As temperature increases, kinetic energy increases, leading to more frequent successful collisions between enzymes and substrates, boosting the rate.
- Beyond the optimum temperature, the enzymes denature. The active sites lose their shape, the reaction slows down rapidly, and eventually stops.
Practical investigations
Starch test
- Boil leaf in water for 30 secs. to break down cell membrans and stop all chemical reactions.
- Boil leaf in ethanol using a water bath to remove the chlorophyll so color changes can be seen clearly.
- Rinse in cold water to soften the leaf.
- Add iodine solution.
- Positive result: Blue-black
- Negative result: Brown/orange
Investigating requirements for photosynthesis
- Before running these tests, the plant must be destarched by placing it in a dark cupboard for 48 hrs. so it uses up its stored starch.
- Destarching is the process of removing stored starch from the leaves of a plant before running a photosynthesis experiment.
- Chlorophyll: Use a variegated leaf (a leaf that has more than one color, usually appearing with green parts and white or pale yellow parts, occurs because chlorophyll is not distributed evenly across the leaf). Only the green parts will turn blue-black witth iodine.
- Light: Cover part of a destarched leaf with aluminium foil and expose it to light. Only the uncovered areas will test positive for starch.
- Carbon dioxide: Place a plant inside a sealed bag with soda lime (to absorb carbon dioxide). The leaves will test negative for starch because no carbon dioxide was available for the plant to photosynthesize.
Investigating the effects of environmental factors on rate
- Usually done using an aquatic plant like pondweed.
- Measuring the rate: Count the number of oxygen bubbles released per minute, or collect the gas volume over time using a gas syringe.
- Varying factors:
- Light intensity: Move a lamp to different distances from the plant.
- Carbon dioxide concentration: Add varying amounts of sodium hydrogencarbonate to the water.
- Temperature: Place the boiling tube in water baths set to different temperatures.
Investigating gas exchange with hydrogencarbonate indicator
- Hydrogencarbonate incdicator is sensitive to pH changes caused by changes in carbon dioxide concentration (dissolved carbon dioxide forms a weak acid).
- Atmospheric carbon dioxide levels (equilibrium): Red
- High carbon dioxide levels: Yellow (indicates respiration is happening more than photosynthesis, or it’s dark).
- Low carbon dioxide levels: Purple (indicates rapid photosynthesis is consuming carbon dioxide faster than respiration produces it).
- Experimental setup with an aquatic plant:
- Tube in light: Purple (photosynthesis > respiration > carbon dioxide decreases)
- Tube in dark (wrapped in foil): Yellow (respiration only > carbon dioxide increases)
- Control tube (no plant): Stays red
Absorption
- Absorption is the movement of small, digested food molecules and ions through the walls of the intestine into the blood or lymphatic system.
- The small intestine is where nutrients are absorbed.
- A common misconception is that water is only absorbed by the large intestine. Most water is actually absorbed in the small intestine alongside dissolved nutrients. The colon (large intestine) also absorbs some of the remaining water to compact undigested material into solid feces.
Villi and microvilli
- To absorb massive quantities of nutrients efficiently before food passes out of the body, the small intestine requires a huge internal surface area. This is achieved through thousands of finger-like projections called villi (sg. villus).
- The villi are folds in the inner lining (mucosa) of the small intestine. They multiply the inner surface area by a factor of many hundreds.
- The microvilli are microscopic foldings on the cell surface membranes of the individual epithelial cells that cover each villus.
- By having both villi and microvilli, the small intestine dramatically increases its surface area : volume ratio. This structural adaption ensures a significantly faster rate of diffusion and active transport, allowing nutrients to move out of the gut cavity and into the bloodstream as quickly as possible.
Structure and adaptaions of villi
Single-cell thick epithelium
- The outer layer of the villus is only one cell later thick, providing a short diffusion distance for food molecules to pass through, accelerating the rate of absorption.
Dense capillary network
- A rich network of microscopic blood vessels runs directly beneath the epithelium.
- They absorb water, soluble carbohydrates (glucose), amino acids, mineral ions, and water-soluble vitamins.
- The continuous flow of blood rapidly carries these absorbed nutrients toward the liver (via the hepatic portal vein), maintaining a steep concentration gradient so diffusion can continue uninterrupted.
Central lacteal
- A small tube located right in the center of the villus, which is a part of the lymphatic system.
- Lipids (fats and oils) are too large and hydrophobic to safely enter standard blood capillaries directly. Instead, digested fatty acids and glycerol are recombined into small fat droplets inside the epithelial cells and absorbed straight into the lacteal. The lymphatic system later empties these lipids into the main bloodstream.
Chemical Digestion
- Chemical digestion is the breakdown of large insoluble molecules into small soluble molecules.
Role of chemical digestion in absorption
- Large food molecules (e.g. starch, proteins, lipids) are polymers that are physically too big to cross the cell membranes of the epithelium lining the alimentary canal.
- Chemical digestion breaks the covalent bonds within these polymers, turning them into tiny, soluble monomers (e.g. glucose, amino acids).
- Once they are small and soluble, they can dissolve in the watery fluids of the digestive tract, pass through the walls of the small intestine, and enter the blood capillaries or lacteals to be transported around the body.
Functions of digestive enzymes
| Enzyme group | Substrate (insoluble) | Product(s) (insoluble) | Secreted by | Site of action |
|---|---|---|---|---|
| Amylase | Starch | Simple reducing sugars (maltose) | Salivary glands, pancreas | Mouth, duodenum (small intestine) |
| Protease | Protein | Amino acids | Stomach wall, pancreas | Stomach, duodenum (small intestine) |
| Lipase | Fats and oils | Fatty acids and glycerol | Pancreas | Duodenum (small intestine) |
Role of hydrochloric acid
- Killing harmful microorganisms. The extreme acidity denatures the enzymes and structural proteins of bacteria and other pathogens present in swallowed food, protecting the body from infection.
- Providing an optimum acidic pH. The main protease enzyme in the stomach requires a highly acidic environment to change into its active shape and catalyze the breakdown of proteins efficiently.
Digestion of starch
- Starch cannot be broken down into glucose all at once. It requires a precise two-step biochemical pathway.
- Amylase breaks down starch into maltose. This occurs via salivary amylase in the mouth and pancreatic amylase in the duodenum.
- Maltase breaks down maltose into glucose. This enzyme is located on the membranes of the epithelium lining the small intestine, ensuring glucose is produced directly at the surface where it can be immediately be absorbed.
Digestion of protein
- Proteins are digested by two different types of protease enzymes that are structurally adapted to function at opposite ends of the pH scale.
- Pepsin, site of action is the stomach.
- Requires acidic conditions (provided by HCl) to function safely without denaturing. It breaks long protein chains down into smaller polypeptide fragments.
- Trypsin, site of action is the duodenum (small intestine).
- Secreted by pancreas as part of pancreatic juice. It breaks down the polypeptides into individual, fully soluble amino acids, but it requires alkaline conditions to function.
Neutralizing role of bile
- Bile is an alkaline mixture that neutralizes the acidic mixture of food and gastric juices entering the duodenum from the stomach, to provide a suitable pH for enzyme action.
Diet
-
A balanced diet is a diet that contains all the essential nutrients in the correct proportions and right quantities needed to maintain health, growth, and development.
-
A balanced diet must include:
- enough energy (provided by carbohydrates, fats, and proteins)
- essential amino acids from proteins
- essential fatty acids from fats
- micronutrients (vitamins and minerals)
- water to replace water lost in urine, sweat, breath and feces
- fibre for moving food from the mouth to the anus along the gut.
- If eaten in the correct proportions, these components make up a balanced diet which is a healthy diet.
Principal dietary sources and importance
Carbohydrates
- From rice, pasta, bread, potatoes, cereals.
- Primary source of energy. Broken down during respiration to release energy for cellular processes.
Fats and oils
- From butter, cheese, vegetable oils, nuts, fatty fish, meat.
- Long-term energy storage, thermal insulation and making cell membranes.
Proteins
- From meat, fish, eggs, beans, pulses, tofu, dairy.
- Growth and tisue repair. Essential for manufacturing enzymes, anttibodies, and certain hormones.
Vitamin C
- From citrus fruits (e.g. oranges, lemons), strawberries, green vegetables.
- Essential for maintaining healthy skin and gums, critical for collagen production and wound healing.
Vitamin D
- From oily fish, eggs, liver, dairy products, sunlight.
- Needed for the absorption of calcium in the small intestine to build strong bones and teeth.
Calcium and iron
- Calcium comes from milk, cheese, yogurt, green leafy vegetables (e.g. broccoli).
- Calcium is essential for structural strength of bones and teeth, muscle contraction, and blood clotting.
- Iron comes from red meat, liver, spinach, egg yolks, dark chocolate.
- Iron is an essential component of hemoglobin in red blood cells, which binds and transports oxygen around the body.
Fibre (roughage)
- From wholemeal bread, brown rice, oats, fruit, vegetable skins.
- Adds bulk to food in the alimentary canal, providing muscles with something to push against to stimulate peristalsis and prevent constipation.
Water
- From drinking water, juices, milk, water-rich fruits (e.g. melon, tomatoes).
- Acts as a solvent for metabolic/chemical reactions, serves as a transport medium (plasma, urine) and aids in temperature regulation (sweating).
Nutrient deficiency diseases
Scurvy
- Scurvy is caused by a severe deficiency of Vitamin C.
- Key symptoms of scurvy are:
- severe joint pain
- bleeding gums
- loose teeth
- wounds that fail to heal properly because of the breakdown of collagen fibers.
Rickets
- Rickets is caused by a severe deficiency of Vitamin D.
- Key symptoms of rickets are:
- soft, weak bones that bend or bow outward under the body’s weight that lead to skeletal deformities
- dental problems
Portion sizes
- Fruit and vegetables: 5 portions per day
- Starchy carbs: 3-4 portions per day
- Beans, pulses, fish, eggs, meat, and other proteins: 2-3 portions per day
- Dairy and alternatives: 2-3 portions per day
Digestive System
Diagram
The five stages of food processing
- Ingestion, the taking of substances (e.g. food and drink, into the body).
- Digestion, the breakdown of food. This involves both mechanical breakdown and chemical breakdown by enzymes).
- Absorption, the movement of nutrients from the intestines into the blood.
- Assimilation, the uptake and use of nutrients by cells.
- Egestion, the removal of undigested food from the body as feces.
Structures and functions of the digestive system
Alimentary canal
- Mouth
- Function: Site of ingestion.
- Mechanical digestion: Teeth chew and break food into smaller pieces (increasing surface area)
- Chemical digestion: Saliva containing the enzyme amylase begins breaking down starch into maltose.
- Oesophagus
- Function: A muscular tube connecting the mouth to the stomach. It moves the bolus downward via peristalsis.
- Stomach
- Function: A muscular bag where about 1L of food (but can stretch to accommodate more) is held for a few hours.
- Mechanical digestion: Churns and squeezes food into a liquid called chyme.
- Chemical digestion: Secretes gastric juice containing protease (pepsin) to break down proteins into peptides. It also secrets hydrochloric acid which kills harmful bacteria and provides the optimum acidic pH (pH 1.5-2.0) for pepsin to work.
- Small intestine, divided into two main parts: duodenum and ileum.
- Function of duodenum (first part): Main site of chemical digestion. Enzymes from the pancrease and bile from the liver are released here to complete the breakdown of large molecules.
- Function of ileum (second part): Main site of absorption. Highly adapted for moving digested nutrients (glucose, amino acids, fatty acids) out of the intestine and into the bloodstream. It has a massive surface area covered in microscopic, finger-like projections called villi.
- Large intestine, divided into the colon, rectum, and anus.
- The colon is responsible for the absorption of remaining water from undigested material, turning liquid waste into semi-solid feces.
- The rectum stores the feces temporarily until they are ready to be expelled.
- The anus is a sphincter muscle controlling egestion; it relaxes to remove undigested food from the body as feces.
Associated organs
- Salivary glands secrete saliva into the mouth to lubricate food and release amylase.
- The pancreas secretes pancreatic juice into the duodenum. This juice contains a cocktail of digestive enzymes:
- amylase for carb. digestion
- protease/trypsin for protein digestion
- lipase for fat digestion.
- NaHCO to neutralize stomach acid.
- The liver produces bile, which neutralizes stomach acid and emulsifies fats. The liver is also heavily involved in assimilation, where it sorts, processes, and stores nutrients arriving from the blood via the hepatic portal vein (e.g. converting excess glucose to glycogen, or deaminating excess amino acids).
- The gall bladder is a small storage sac that stores bile produced by the liver before releasing it into the duodenum via the bile duct.
Physical Digestion
- Physical digestion is the breakdown of food into smaller pieces without chemical change to the food molecules.
- Physical digestion increases the surface area of food for the action of enzymes in chemical digestion.
- When large lumps of food are broken into many smaller pieces, the total surface area exposed to the outside increases significantly.
- This provides a much larger area for digestive enzymes to collide with the food molecules, speeding up the rate of chemical digestion.
Teeth
Diagram of types of human teeth
Diagram of tooth structure
Types of human teeth
- Incisors
- Shape: Chisel-shaped with a sharp, flat edge. Located at the front of the mouth.
- Function: Used for biting, cutting, and slicing pieces off chunks of food.
- Canines
- Shape: Pointed, dagger-like teeth situated next to the incisors.
- Function: Used for tearing and gripping tough food.
- Premolars
- Shape: Broad, flat top surface with two pointed ridges (cusps)
- Function: Used for crushing and chewing food down into manageable pieces.
- Molars
- Shape: Larger, broader flat top surface with four or five ridges (cusps). Located at the back of the mouth.
- Function: Used for grinding and chewing food into a smooth paste before swallowing.
Tooth structure
- The enamel is the extremely hard, outer layer covering the crown (visible part) of the tooth. It contains calcium salts and is the hardest substance made by the human body. It protects the tooth from the mechanical wear and tear of chewing.
- The dentine (labeled as dentin) is the layer directly beneath the enamel. It forms the bulk of the tooth structure and is similar in texture to bone but slightly softer than enamel.
- The pulp cavity is the central living region of the tooth. It contains blood vessels (to deliver nutrients and oxygen to the tooth cells) and nerves (to detect pressure and temp. changes).
- The cement is a specialized bone-like substance covering the root of the tooth. Itt helps anchor the root firmly to the surrounding fibers within the jawbone.
Function of stomach in physical digestion
- When the mouth starts physical digestion, the stomach continues it mechanically through churning.
- The stomach wall contains three strong layers of smooth muscle oriented in different directions. These muscles periodically contract and relax, rhythmically squeezing, pounding, and mixing the food with gastric juices.
- This mechanical action breaks the solid bolus down into a thick, semi-liquid mixture called chyme, maximizing its exposure to stomach acid and pepsin.
Role of bile in emulsification
- Fats and oils are hydrophobic and naturally clump together into large, dense globules when mixed with water in the watery environment of the duodenum.
- This presents a major obstacle for the water-soluble enzyme lipase, only attacking the outer edges of these giant droplets.
The mechanical action of bile
- Bile is produced by the liver and stored in the gall bladder. It does not contain enzymes, so its action is entirely physical.
- When bile enters the duodenum, it breaks down these big, greasy fat globules into millions of tiny microscopic droplets.
- This physical process is called emulsification.
- Emulsification does not break any chemical bonds within the lipids. Instead, it drastically increases the total surface area of the fats and oils, giving the enzyme lipase vastly more physical space to bind and rapidly digest lipids into fatty acid and glycerol.
Translocation
- Translocation is the movement of sucrose and amino acids (in phloem) from the leaves (sources) to regions of respiration, growth and storage (sinks).
- Unlike transpiration which is a passive process driven by the evaporation of water, translocation is an active process. It requires metabolic energy from the plant’s living phloem cells to move dissolved nutrientts (sap) throughout the organism.
- Transport in translocation is bidirectional, where it can move up or down the plant depending on where the materials are needed.
Sources and sinks
Sources
- The parts of a plant that release sucrose or amino acids into the phloem.
- Examples include:
- fully grown, photosynthesizing green leaves (producing sucrose)
- germinating seeds or storage organs (like tubers) when they break down stored food reserves.
Sinks
- The parts of a plant that use or store sucrose or amino acids.
- Examples include:
- for growth/usage, growing shoot and root tips, developing buds, flowers and expanding leaves (requires materials to build new cells + respire)
- for storage, developing fruits, seeds, or specialized underground storage organs (e.g. potato tubers, carrots, flower bulbs)
Why some parts of a plant may act as a source and a sink at different times
During the growing season (summer/autumn)
- The leaves are the SOURCE. The leaves are fully developed and photosynthesizing rapidly. They produce far more glucose (converted to sucrose) than they need.
- The roots/tubers are the SINK. The excess sucrose is sent downward to the roots or underground storage organs (e.g. potato tuber) where it is converted into insoluble starch and stored for the winter.
During the early spring (after winter)
- The roots/tubers become the SOURCE. The plant has lost its leaves over winter and cannot photosynthesize. To grow new leaves, it must break down the insoluble starch stored in its roots/tubers back into soluble sucrose. The roots release this sucrose into the phloem.
- The new buds/leaves become the SINK. The newly forming buds and young leaves absorb this sucrose from the phloem, using it for cellular respiration and rapid growth until they are mature enough to photosynthesize on their own.
Transpiration
- Transpiration is the evaporation of water at the surfaces of the mesophyll cells, followed by the diffusion of water vapour through stomata to the atmosphere.
Factors affecting transpiration rate
| Factor | Effect on rate | Explanation |
|---|---|---|
| Increasing temp. | Increases | Water molecules gain more kinetic energy, increasing the rate of evaporation from mesophyll cells. Increases molecular movement, accelerating diffusion out of stomata. |
| High wind speed | Increases | Moving air blows away the escaped water vapour accumulating just outside the leaf surface. This maintains a steep concentration gradient between the inside and outside of the leaf. |
| Humid | Decreases | High humidity means the air outside the leaf is already saturated with water vapour, flattening/reducing the concentration gradient, slowing down diffusion. |
- A potometer is used to measure the rate of water uptake (which is closely equal to the rate of transpiration).
- Function: As the leafy shoot transpires, it draws water from the capillary tube. This moves an air bubble along a scale. By measuring the distance the bubble travels in a set amount of time, you can calculate the rate of transpiration.
- Varying conditions in an experiment:
- Testing temp.: Place the apparatus under a heat lamp or in rooms of different temps.
- Testing wind speed: Place a fan at varying distances or speed settings next to a plant.
Structural factors affecting water vapour loss
- Large internal surface area: The spongy mesophyll layer contains a vast network of interconnecting air sppaces. This creates a highly maximized internal surface area for water to evaporate into, accelerating the rate of water vapour accumulation.
- Size and number of stomata: Leaves with more stomata or wider stomatal openings provide more exit pathways, increasing the rate of diffusion out of the leaf.
Transpiration pull
- Transpiration pull is when water moves upwards in the xylem and this pull draws up a column of water molecules, held together by forces of attraction between water molecules.
Mechanism
- Cohesion: Water molecules tend to attract each other, sticking together and moving upwards together.
- Adhesion: The water molecules tend to stick to the inside of the xylem vessel so reducing the chance that the columns of water will be broken.
- Continuous column: Since water molecules cohere strongly, they form an unbroken, continuous column of water stretching all the way from the roots, up through the xylem in the stem, and into the leaves.
Wilting
- If water loss > water uptake, plants wilt because of lack of turgor in cells in stems and leaves.
Detailed explanation
- The water loss (or transpiration) > water uptake causes a water deficit which then causes wilting.
- Water moves out of vacuoles of plant cells. These cells lose their internal fluid pressure and change from being turgid to flaccid.
- Without this turgor pressure pushing against the rigid cell walls, the cells can no longer mechanically support the plant’s weight. The leaves and stem droop downward.
How it helps
- Wilting is a survival mechanism.
- When the leaves droop downward, their exposed surface area decreases and the stomata often close, which cuts down further water loss.
Water Uptake
Root hair cells
Structure
Functions and adaptations
- A root hair cell’s function is to absorb water via osmosis and mineral ions via active transport from the soil, anchoring the plant firmly.
- It has a large surface area. Each cell has a long, narrow extension that projects out into the soil spaces.
- This significantly increases the surface area available for absorption, maxmizing the rate of water and mineral uptake.
- It also has a thin cell wall that provides a short diffusion distance for faster movement of water into the cell.
Pathway of water through the plant
- Once water enters the root hair cell, it travels down a water potential gradient across the plant tissues. The exact sequence of structures it passes through is:
- **Water in soil ** Root hair cells Cells of cortex Xylem Mesophyll cells
Process
- Root hair cells: Water enters from the soil by osmosis because the cytoplasm of the root hair cell has a lower water potential than the surrounding soil water.
- Root cortex cells: Water moves from cell to cell across the root cortex via osmosis until it reaches the central vasuclar cylinder.
- Xylem: Water enters the hollow xylem vessels, where it is pulled upwards throught he stem to the leaves by the transpiration stream.
- Mesophyll cells: Once in the leaves, water leaves the xylem and moves into the surrounding mesophyll cells, where it is used for photosynthesis or evaporates into the air spaces before transpiring out through the stomata.
Investigation of the pathway of water (staining experiment)
- Apparatus needed:
- a fresh stalk of celery with leaves
- beaker
- water
- water-soluble stain
- Place the base of the plant stem or celery stalk into the beaker filled with the colored dye.
- This is to allow the plant to take up the stained water via the transpiration stream.
- Leave the plant in a warm, well-lit, and well-ventilated area for a few hrs.
- Warmth and light maximize the rate of transpiration, speeding up water movement.
- Cut thin cross-sections (transverse cuts) of the steam at various heights using a scalpel.
- Allows you to see exactly which internal structures have carried the colored water.
Observations
- In the stem, there are distinct colored dots arranged in a ring. They are the xylem vessels within the vascular bundles, demonstrating that water travels up the stem specifically through the xylem.
- In the leaves, the colored dye will eventually spread into the veins, highlighting the continuation of the vascular system from the stem into the leaves.
Xylem and Phloem
Functions of xylem and phloem
- Vascular tissues are responsible for mass flow transport over long distances within a plant. They are split into two distinct systems:
- the xylem, which transports water and mineral ions from the roots up to the leaves and provides structural support to the plant due to its rigid walls
- transportation is in one direction only. from roots via stem to leaves
- the phloem, which transports sucrose and amino acids from the source (where they are made or stored, like leaves) to the sink (where they are used or stored, like roots, flowers, and growing tips).
- transportation is throughout the whole plant
- the xylem, which transports water and mineral ions from the roots up to the leaves and provides structural support to the plant due to its rigid walls
Diagram of positions of xylem and phloem
Structure of xylem vessels
- Xylem vessels are highly specialized dead cells that form a continuous piping system. Their structures directly enable efficient water transport.
| Feature | Relating to function |
|---|---|
| Thick walls with lignin | Lignin makes the cell walls storng and waterproof, preventing vessles from collapsing inward under the extreme pressure (tension) created by transpiration, while also offering support to keep the plant upright. |
| No cell contents | The cells are dead and completely empty (no cytoplasm, nucleus, or organelles). This leaves a completely hollow central space (lumen) so water can flow freely with minimal resistance. |
| Joined end-to-end with no cross walls | Individual cells break down their end walls where they meet to form a long, continuous tube. This allows water columns to travel uninterrupted from the deepest roots all the way to the top of the leaves at the top. |
Blood Vessels
Diagram
Structure of arteries, veins and capillaries
| Feature | Artery | Vein | Capillary |
|---|---|---|---|
| Relative wall thickness | Very thick (muscular and elastic) | Thin (less muscle and elastic tissue) | Extremely thin (one cell thick) |
| Lumen diameter | Narrow | Wide | Extremely narrow (wide enough for red blood cells) |
| Valve presence | None (except SL valves at heart exit) | Present throughout | None |
| Direction of flow | Away from the heart | Toward the heart | Links arteries to veins; site of exchange |
| Blood pressure | High | Low | Low/falling |
How the structure relates to blood pressure
- For arteries:
- the heart pumps blood into arteries in high-pressure surges. To withstand this without bursting, arteries have thick, reinforced walls.
- To maintain this presure between heartbeats, their walls contain elastic fibers that stretch when blood surges and recoil to push the blood along.
- For veins:
- by the time blood reaches the veins, it has lost most of its pressure. Since the pressure is low, thick walls are unnecessary; instead, veins have a wide lumen to minimize resistance and help blood flow easily back to the heart.
- Because blood moves slowly under low pressure, veins require valves to prevent the backflow of blood due to gravity.
How the structure of capillaries is related to their function
- Diagram:
- Capillaries do not only transport blood, but they are the sites of material exchange between the blood and body tissues.
- They allow the exchange of oxygen, glucose, carbon dioxide, nutrients, and waste products between blood plasma and the surrounding tissue cells.
- Their walls are made of a single layer of endothelial cells (flat cells that form the inner lining of blood vessels). This feature provides an extremely short diffusion distance, allowing substances to move into and out of tissues rapidly.
- Capillaries form vast, intricate networks through every tissue in the body, providing a massive total surface area for efficient diffusion.
- The lumen is so tiny that red blood cells must squeeze through in a single-file line. This slows down the blood flow for maximum time for gas and nutrient exchange to occur.
Main blood vessels of the body.
To and from the heart
- Vena cava: Main vein that collects deoxygenated blood from the body organs and drops it into the right atrium.
- Aorta: Largest artery in the body. Leaves the left ventricle to deliver high-pressure, oxygenated blood to the rest of the circulatory system.
To and from the lungs
- Pulmonary artery: Carries deoxygenated blood away from the right ventricle to the lungs.
- Pulmonary vein: Returns oxygenated blood from the lungs back to the left atrium.
To and from the kidney
- Renal artery: Branches off the aorta to bring oxygenated blood containing metabolic wastes (e.g. urea) into the kidneys for filtration.
- Renal vein: Carries filtered, deoxygenated blood away from the kidneys and joins the vena cava.
To and from the liver
- Hepatic artery: Supplies oxygenated blood directly from the aorta to the liver tissue to fulfill its high oxygen demands.
- Hepatic vein: Carries deoxygenated blood from the liver back to vena cava.
- Hepatic portal vein: An important vessel. It carries nutrient-ricj blood directly from the digestive tract (stomach and intestines) straight to the liver.
- This allows the liver to sort, store, or detoxify absorbed nutrients before they are distributed to the rest of the body.
Blood
Diagram
Components as viewed in diagrams
- Red blood cells: Very numerous. Circular discs with a lighter center (biconcave shape). Contains no nucleus.
- White blood cells: Larger than red blood cells, fewer in numbers. Has a dark-staining nucleus.
- Phagocytes: Easily identified by their lobed (segmented) nucleus and an irregular, flexible outer cell membrane.
- Lymphocytes: Identified by a large, round nucleus that occupies nearly the entire volume of the cell, leaving only a thin rim of cytoplasm inside.
- Platelets: Irregular cell fragments. Appear as small dots scattered between the red blood cells.
- Plasma: Empty space surrounding the blood cells.
Functions of blood components
| Component | Functions |
|---|---|
| Red blood cells | Oxygen transport from lungs to respiring tissues. They contain hemoglobin, an iron-rich protein that binds reversibly to oxygen to form oxyhemoglobin. |
| Phagocytes | Protect the body by engulfing and digesting pathogens (bacteria/viruses) via a process called phagocytosis. |
| Lymphocytes | Protect the body by producing antibodies. These proteins bind to antigens on pathogens, clumping them together or marking them for destruction by phagocytes. |
| Platelets | Responsible for initiating the blood clotting process when a blood vessel is damaged. |
| Plasma | Liquid that serves as the transport medium for blood cells, ions, nutrients (glucose, amino acids), waste products (urea and carbon dioxide) and hormones. |
Roles of blood clotting
- Prevents excessive blood loss by sealing the broken vessel.
- Prevents the entry of pathogens into the bloodstream, which could otherwise cause infections.
Mechanism
- Activating platelets: Damage to the blood vessel lining exposes collagen fibers, causing platelets to adhere to the site and release clotting factors.
- Protein conversion: These factors trigger a process that converts a soluble plasma protein called fibrinogen into an insoluble fibrous protein called fibrin.
- Mesh formation: The fibrin strands stretch across the damaged area, forming a sticky, microscopic mesh.
- Trapping cells: Red blood cells and additional platelets flowing past become trapped within the fibrin mesh, forming a solid plug (clot) that later hardens into a scab.
Circulatory Systems
- The circulatory system is a system of blood vessels with a pump and valves to ensure one-way flow of blood.
Key components
- The heart acts as the central pump, providing the necessary pressure to push blood through the network.
- The heart and valves ensure a one-way flow of blood around the circulatory system.
- Blood vessels (arteries, veins, capillaries) form a continuous closed loop.
- Valves are seen in the heart and veins. Their crucial function is to prevent the backflow of blood, ensuring a strictly one-way flow.
Single circulation of a fish
- In a fish, blood passes through the heart only once for each complete circuit of the body.
Diagram
Pathway
- Deoxygenated blood from the body enters the heart.
- Heart pumps it to the gills (where it picks up oxygen).
- Oxygenated blood travels directly from the gills to the rest of the body organs.
- Deoxygenated blood returns to the heart.
Anatomy
- Fish have a single two-chambered heart consisting of one atrium and one ventricle.
Double circulation of a mammal
Diagram
Pathway
- In mammals, blood passes through the heart twice for each complete circuit of the body. It is split into two distinct loops.
- Pulmonary circuit, heart to lungs to heart. The right side of the heart pumps dexoygenated blood to the lungs to pick up oxygen and release carbon dioxide. The oxygenated blood then returns to the left side of the heart.
- When the heart pumps blood to the lungs, there is low pressure required, resulting in little resistance. The reasons why are because:
- the distance from heart to lungs is short
- the low pressure is also important to protect the delicate lung tissue, and the capillaries are only one cell thick for efficient diffusion, which can be ruptured if the heart pumped at high pressures.
- When the heart pumps blood to the lungs, there is low pressure required, resulting in little resistance. The reasons why are because:
- Systemic circuit, heart to body to heart. The left side of the heart pumps this oxygenated blood at high pressure to the rest of the body organs. Deoxygenated blood then returns to the right side of the heart.
Advantages of double circulation
- Oxygenated and deoxygenated blood are kept separate.
- Blood is pumped to lungs at low pressure so they are not damaged.
- Blood is pumped to the rest of the body at high pressure to give fast supply of oxygen and nutrients to respiring tissues.
The Heart
Diagram
Structures of the heart
- Atria (sg. atrium): The two upper chambers. Thin walls and receive blood entering the heart from the veins.
- Ventricles: Two lower chambers. They have thick muscular walls and pump blood out of the heart into the arteries
- Septum: A solid wall of muscle that separates the left and right sides of the leart.
- It prevents oxygenated blood (left side) from mixing with deoxygenated blood (right side), ensuring the body receives the maximum possible concentration of oxygen.
- Valves: Flaps of tissue that keep blood flowing in one direction.
- Atrioventricular (AV) valves: Situated between the atria and ventricles. They stop blood from flowing back into the atria when the ventricles contract.
- Semilunar (SL) valves: Found at the entrances to the pulmonary artery and aorta. They prevent blood from flowing back into the ventricles when the heart relaxes.
- Coronary arteries: A network of blood vessels running across the outside of the heart. They branch off the aorta to supply the heart muscle tissue itself with its own constant supply of oxygenated blood and glucose.
- Blood is pumped AWAY FROM the heart by the ARTERIES.
- Blood is returned TO the heart by the VEINS.
Relative thickness of the ventricles and atria
| Comparison | Thickness difference | Explanation |
|---|---|---|
| Atria vs. Ventricles | Ventricles are much thicker than atria. | Atria only need to pump blood a very short distance (just down into the ventricles). Ventricles must pump blood out of the entire heart to the lungs or body. |
| Left vs. right ventricle | Left ventricle wall is significantly thicker than the right ventricle wall. | The right ventricle only pumps blood to the lungs (a short distance, requiring low pressure to protect delicate tissues). The left ventricle must pump blood to the entire rest of the body, overcoming high resitance and requiring much higher pressure. |
Monitoring heart activity
- The activity of the heart may be monitored by:
- ECG (electrocardiogram): Traces the electrical impulses passing through the heart muscle during the cardiac cycle.
- Pulse rate: Measuring the expansion and recoil of an artery (commonly at the wrist or neck) per minute as the left ventricle pumps blood.
- Listening to sounds of valves closing: Listening directly to the lub-dub sounds of the internal heart valves closing and opening
Effect of exercise
- When you exercise, your muscles contract much more frequently and powerfully.
- Active muscles require a significantly higher amount of energy, which they release via aerobic respiration.
- To sustain this, the muscles need an increased supply of oxygen and glucose. They also produce carbon dioxide waste much faster, which must be removed.
- The brain detects the increase of carbon dioxide in the blood and signals the heart to beat faster and contract harder (increasing stroke volume). This speeds up blood circulation to fulfill the metabolic demands of the working tissues.
Coronary heart disease
- Coronary heart disease is caused by blockage of the coronary arteries that supply the heart with glucose and oxygen.
Risk factors
- Diet: Consuming high amounts of saturated fats and cholesterol increases plaque buildup.
- Lack of exercise: Weakens the heart muscle and contributes to high blood pressure and obesity.
- Smoking: Nictonie constricts blood vessels and damages their linings, making plaque buildup more likely. Carbon monoxide reduces the blood’s oxygen-carrying capacity.
- Stress: Releases hormones that chronically elevate blood pressure, putting strain on the arteries.
- Genetic predeposition: A family history of cardiovascular disease can mean naturally higher blood pressure or cholesterol levels.
- Age: The risk increases naturally as blood vessels lose their elasticity over time.
- Sex: Males statistically face a higher risk than pre-menopausal females due to the protective effects of oestrogen.
Prevention (roles of diet and exercise)
- Diet adjustments: Replacing saturated fats with unsaturated fats, reducing salt intake (lowers blood pressure), and increasing dietary fiber helps lower blood cholesterol levels and reduces the rate of plaque buildup.
- Regular exercise: Strengthens the heart muscle, increases cardian efficiency (lower resting heart rate), lowers systemic blood pressure, and helps metabolize excess lipids/cholesterol.
Mechanics of a heartbeat
- Contraction of atria: The muscles of the left and right atria contract simutaneously. This squeezes blood through the open atrioventricular valves into the ventricles. The semilunar valves remain shut.
- Contraction of ventricles: The ventricles contract from the bottom up. This rise in pressure forces the atrioventricular valves shut to prevent backflow to the atria and also to create the first “lub” sound of the heartbeat. The pressure forces the semilunar valves open, shooting blood into the pulmonary artery and the aorta.
- Heart relaxes: The heart muscles relax. To prevent the high-pressure blood in the arteries from slipping back down into the ventricles, the semilunar valves snap shut to create the second “dub” sound. Blood from the vena cava and pulmonary vein trickles back into the passive atria, and the cycle repeats.
Drugs
- A drug is any substance taken into the body that modifies or affects chemical reactions in the body.
Use of antibiotics
- Antibiotics are a distinct class of drugs used to treat infections.
- They are used for the treatment of bacterial infecttions.
- They work by **disrupting the cellular processes of bacteria (e.g. preventing them from building cell walls/reproducing), killing them or stopping their growth.
- Antibiotics do NOT affect viruses.
Why antibiotics can’t kill viruses
- Bacteria are living cells with their own metabolic pathways and structures (such as cell walls).
- Viruses are non-living particles that do not have their own cell walls, cell membranes, or independent transport systems. Instead, they hijack your body’s own cells to reproduce.
- Antibiotics target bacterial structures specifically, rendering it useless against viral infections (e.g. common cold, flu, chickenpox).
Antibiotic resistance
Issue
- Some bacteria possess genes that make them resistant to specific antibiotics. When an antibiotic is used, these resistant bacteria are not killed, which significantly reduces the effectiveness of the drug.
Development of antibiotic resistance (natural selection)
- Random mutation. Within a population of bacteria, some individuals undergo random genetic mutations. A mutation may accidentally give a bacterium a gene that makes it resistant to a specific antibiotic.
- Selection pressure. When a person takes an antibiotic, the drug acts as a selection pressure. It kills off all the normal, vulnerable bacteria.
- Survival. The mutant, resistant bacteria survive the antibiotic treatment.
- Reproduction. With their competitors wiped out, the surviving resistant bacteria have more resources. They multiply rapidly, passing on the gene for antibiotic resistance to their offspring.
- Spread. Over time, the entire population becomes resistant, creating a strain of superbugs.
MRSA (Methicillin-Resistant Staphylococcus aureus)
- MRSA is an example of a dangerous bacterium that has developed resistance to many commonly used antibiotics. It is problematic in hospitals where open wounds and weakened immune systems are common.
Limiting the development of resistant bacteria
- No prescriptions for viral infections: Doctors shoulld never prescribe antibiotics for colds or sore throats caused by viruses.
- Complete the full course: Patients must finish their entire prescribed course of antibiotics, even if they feel better. Stopping early leaves the most resillient bacteria alive to mutate and replicate.
- Restrict agricultural use: Avoid using antibiotics as growth promoters in livestock farming, as this introduces low levels of drugs into the environment, accelerating resistance.
- Hygeine controls: Maintaining strict hygeine in medical settings prevents the spread of existing resistant strains like MRSA.
Aerobic Respiration
- Aerobic respiration is the series of chemical reactions occurring inside living cells that use oxygen to completely break down nutrient molecules (primarily glucose) to release energy for metabolic processes.
- Since it completely oxidizes glucose, aerobic respiration releases a relatively large amount of energy compared to anaerobic respiration. Most of these reactions take place inside specialized cellular structures called mitochondria.
Equations of aerobic respiration
Word equation
glucose} + oxygen -> carbon dioxide + water
Balanced chemical equation
C6H12O6 + 6O2 -> 6CO2 + 6H2O
Key components
- The reactants are glucose from digested food and oxygen which is absorbed by gas exchange surfaces.
- The products are carbon dioxide and water (both are metabolic waste products excreted by the body).
- Useful energy is transferred to the cell in the form of ATP.
Anaerobic Respiration
- Anaerobic respiration is the series of chemical reactions in cells that break down nutrient molecules to release energy without using oxygen.
- Anaerobic respiration releases much less energy per glucose molecule than aerobic respiration.
Equations
In yeast
- Word equation:
- glucose -> alcohol + carbon dioxide
- Balanced chemical equation:
- C6H12O6 -> 2C2H5OH + 2CO2
In human muscles during vigorous exercise
- Word equation:
- glucose -> lactic acid
Lactic acid
- Lactic acid builds up in muscles and blood during vigorous exercise causing an oxygen debt.
- High concentrations of lactic acid can cause muscle fatigue and cramps.
- This lactic acid build up creates an oxygen debt. This is the extra volume of oxygen required by the body after exercise to completely break down the accumulated lactic acid.
How oxygen debt is removed after exercise
- Continuation of a fast heart rate: Your heart continues to beat quickly after exercise to rapidly transport lactic acid via the bloodstream away from your muscles and carry ti to the liver.
- Continuation of deeper and faster breathing: You continue to breathe heavily to take in extra oxygen. This oxygen is absorbed into the blood and transported directly to the liver.
- Aerobic respiration of lactic acid in the liver: Once inside the liver, the extra oxygen is used to aerobically respire the lactic acid, breaking it down safely into carbon dioxide and water.
Summary
| Feature | Aerobic | Anaerobic, muscles | Anaerobic, yeast |
|---|---|---|---|
| Oxygen required? | Yes | No | No |
| Glucose breakdown | Complete | Incomplete | Incomplete |
| Products | Carbon dioxide + water | Lactic acid | Alcohol (ethanol) + carbon dioxide |
| Energy released | High | Low | Low |
Gas Exchange
Diagram
Parts of the respiratory system
- Larynx: Located at the top of the trachea. Contains vocal cords used to produce sound.
- Trachea: Main airway leading from throat to lungs.
- Function of cartilage: Trachea is lined with C-shaped rings of cartilage. These rings keep the trachea open at all times, preventing it from collapsing inward whent eh pressure drops during inhalation.
- Bronchi: Trachea splits into 2 tubes, the left and right bronchi, each leading into a lung.
- Bronchioles: Smaller, highly branched tubes branching off the bronchi. Distributes air throughout all parts of the lungs.
- Alveoli: Tiny air sacs at the end of the bronchioles where gas exchange actually takes place. Surrounded by a network of associated capillaries.
- Diaphragm: A dome-shapped sheet of muscle separating the thorax (chest cavity) from the abdomen.
Features of gas exchange surfaces
- Large surface area: Millions of alveoli collectively create a massive surface area, allowing large amounts of gas to diffuse simultaneously.
- Thin surface: The walls of both the alveoli and the capillaries are only one cell thick. This ensures a very short diffusion distance for oxygen and carbon dioxide.
- Good blood suppply: A dense network of capillaries constantly moves blood past the alveoli. This brings carbon dioxide-rich blood to the lungs and carries oxygenated blood away, maintaing a steep concentration gradient.
- Good ventilation with air: Breathing continuously replaces old, low-oxygen air with fresh, high-oxygen air, preserving the steep concentration gradient required for rapid diffusion.
Investigating the differences (limewater test)
- To demonstrate that expired air contains significantly more carbon dioxide than inspired air, you can set up a simple boiling tube apparatus containing limewater.
- Carbon dioxide turns clear limewater milky or cloudy.
- Air is drawn through one flask when you inhale, and your exhaled breath is bubbled through a second flask when you exhale.
- The result is that the limewater in the exhalation tube turns cloudy almost instantly, whereas the inhalation tube remains clear for a long time, proving that expired air has a much higher concentration of carbon dioxide.
Inhalation vs. exhalation actions
| Feature/action | Inspiration (inhalattion) | Expiration (exhalation) |
|---|---|---|
| External intercostal muscles | Contracts (raises ribs upwards and outwards) | Relaxes |
| Internal intercostal muscles | Relaxes | Contracts (lowers ribs downwards and inwards) |
| Diaphragm action | Contracts and flattens | Relaxes and bulges up |
| Thorax volume | Increases | Decreases |
| Thorax pressure | Decreases (below atmospheric pressure) | Increases (above atmospheric pressure) |
| Air movement | Rushes into the lungs | Forced out the lungs |
Composition of inspired vs. expired air
| Gas | Inspired air (%) | Expired air (%) | Reason |
|---|---|---|---|
| Oxygen | 21 | 16 | Absorbed by diffusion into the blood at the alveoli to be used by cells for aerobic respiration |
| Carbon dioxide | 0.04 | 4 | Produced as a waste product of aerobic cellular respiration, carried by blood to lungs, and diffused out |
| Water vapour | Variable | Saturated (high) | Water evaporates from the moist lining of the gas exchange surfaces into the air sacs |
Effects of physical activity on breathing
- When you exercise, your muscles contract harder each time. This triggers a specific physiological loop.
The feedback loop
- Physical activity begins. Musccle cells increase their rate of aerobic respiration to produce more ATP for muscle contraction.
- Carbon dioxide accumulates. As a waste product of this respiration, the carbon dioxide concentration in the blood increases.
- Brain detects deoxygenated blood. The blood passes throught the brain, where specialized receptors detect this high carbon dioxide level.
- Signal is sent to the diaphragm and intercostal muscles.
- The response is an increase rate (more breaths per minute) and a greater depth (larger volume per breath of breathing.
- The purpose of the rapid gas exchange accelerates the removal of toxic carbon dioxide from the blood and supplies the extra oxygen needed by the muscles.
Protection of the breathing system
- The air we breathe contains dust, smoke particles, and pathogens. The respiratory tract uses a two-part defense mechanism to keep the lungs clean.
- Goblet cells are specialized cells scattered along the lining of the trachea and bronchi. They synthesize and secrete sticky mucus.
- Mucus traps dust, dirt, and pathogens before they can reach the alveoli.
- Ciliated cells are cells that have tiny, hair-like extensions called cilia.
- The cilia beat in a synchronized, wave-like motion, pushing the trapped mucus up and out of the airway toward the larynx/throat, where it can be safely swallowed or coughed out.
Respiration
- Respiration is the chemical reactions in cells that break down nutrient molecules and release energy for metabolism.
- Unlike breathing, which is the mechanical movement of air into and out of the lungs, respiration is a microscopic process that occurs continuously inside every living cell.
Uses of energy in living organisms
- Living organisms do NOT produce energy. They RELEASE it from food and use it to drive metabolic processes. There are seven specific uses of energy.
- Muscle contraction: To allow movement of the whole body, as well as internal movements (e.g. churning of stomach, heart beating).
- Protein synthesis: To link amino acids together into long chains to create proteins (e.g. enzymes, hormones, antibodies).
- Cell division: To power processes like mitosis and meiosis for growth and tissue repair.
- Active transport: To move substances across cell membranes against their concentration gradient (e.g. root hair cells absorbing mineral ions, or small intestine absorbing glucose).
- Reminder that active transport is the movement of ions or molecules across the cell membrane, against a concentration gradient, using energy from respiration.
- Growth: To make new cells and build complex biological molecules.
- Passage of nerve impulses: To pump ions across axon membranes, allowing electrical signals to travel through the nervous system.
- Maintenance of a constant body temperature: Used by mammals and birds to release heat energy to keep their internal core temperature steady, even when the environment is cold.
Investigating the effect of temperature on respiration in yeast
- Yeast is a single-celled fungus that respires to break down sugar. Because respiration is an enzyme-controlled reaction, it is highly sensitive to changes in temperature.
Method
- Mix a fixed volume of yeast suspension with a fixed volume of glucose solution in a test tube.
- Place the test tube into a water bath set at a specific temperature.
- Leave the tube for 5 mins. to allow the mixture to acclimatize (to adapt or adjust to a new environment) to the temperature.
- Attach a delivery tube leading from the test tube into a gas syringe, or invert a measuring cylinder over water to collect gas. Alternatively, count the number of bubbles produced per minute.
- Record the volume of carbon dioxide gas produced in a set time frame.
- Repeat the entire process using water baths set at different temps.
Identifying variables
- Independent variable: Water bath temp.
- Dependent variable: Rate of respiration (measured by the volume of carbon dioxide gas produced per minute or number of bubble per minute)
- Controlled variables: Concentration of glucose, volume of yeast suspension, volume of glucose solution, pH
Explaining results on a graph
- At low temperatures (e.g. 10°C – 20°C), the rate of respiration is low. Kinetic energy is low, meaning enzymes and glucose molecules move slowly and rarely collide.
- At optimum temperatures (~35°C – 40°C), the rate of respiration increases. Molecules gain more kinetic energy, leading to more frequent successful collisions between active sites and substrates.
- Past optimum temperatures (e.g. above 45°C – 50°C), the rate of respiration drops to zero. The high temperature disrupts the bonds holding the respiratory enzymes together which alters the shape of their active sites. The enzymes are denatured, and the reaction stops.
Excretion in Humans
- Excretion is the removal from the body of the waste products of metabolism, toxic materials, and substances in excess of requirements.
- The waste substances are removed from the body by the excretory organs, which are the lungs, liver and kidneys.
Excretory products
- Carbon dioxide, , is excreted through the lungs. Carbon dioxide is made in body tissues during respiration, and here, it diffuses out of the blood into the air in the alveoli, then exhaled out.
- Urea, excess water and ions are excreted through the kidneys. Urea is carried to the kidneys in the plasma where it is filtered out and leaves the body dissolved in the form of urine. Urea is formed in the liver from excess amino acids.
Diagram of the human excretory system
Diagram of kidney structure
The nephron
- The nephron is a functional, microscoping filtering unit of the kidney. Thousands of them span across the cortex and medulla.
Process of urine production
- Filtration in the glomerulus
- Blood enters the kidney under high pressure. It reaches the glomerulus, a tightly coiled knot of capillaries.
- Water, glucose, and urea are filtered out.
- Large molecules like blood cells and plasma proteins are too big to pass through, so they remain in the blood.
- Selective reabsorption
- As the filtered fluid flows along the nephron tubule, the body reclaims the substances it still needs. The blood vessels wrapped around the nephron pull these substances back into the bloodstream.
- All of the glucose is reabsorbed back into the blood for respiration.
- Some of the ions are reabsorbed depending on body requirements.
- Most of the water is reabsorbed to prevent dehydration.
- Urine formation
- Whatever is not reabsorbed passes to the end of the nephron and collects as urine. Urine flows into the ureter, then down to the bladder.
- Urine contains: urea, excess water, and excess ions.
Role of liver
Importance of excretion
- Excretion is important because metabolic wastes like urea are highly toxic. If urea builds up in the blood, it damages cells, disrupts cellular chemistry, and can lead to organ failure.
- Amino acid metabolism in the liver:
- Assimilation is when the food molecules that have been absorbed now become part of the cells or are used by the cells. The liver converts absorbed amino acids into useful plasma proteins, such as fibrinogen for blood clotting.
- Deamination is the removal of the nitrogen-containing part of amino acids to form urea. This process takes place in the liver to safely break down excess amino acids that the body cannot store.
Coordination and Response
- Electrical impulses travel along neurones.
- The role of the nervous system is the coordination and regulation of body functions.
Mammalian nervous system
- The mammalian nervous system consists of the CNS and PNS.
- The central nervous system consists of the brain and spinal cord. It acts as the body’s primary center for processing info and directing body functions. It is connected to different parts that make up the peripheral nervous system.
- The peripheral nervous system consists of the nerves outside the brain and spinal cord. The cranial nerves link the brain to all organs in the head and some in the thorax and abdomen. The spinal nerves leave the spinal cord in pairs through gaps in between the vertebrae.
Reflex actions
- A reflex action is automatically and rapidly integrating and coordinating stimuli with the responses of effectors (muscles and glands).
- The sequence of events is:
- stimulus receptor coordinator effector response
- A stimulus is a change in the environment that is detected by a sense organ.
- A receptor is a cell that detects stimuli.
- A coordinator is a part of the body connects info about the stimulus to the effector.
- An effector is an organ that brings about responses.
- A response is the reaction of an organism to a particular stimulus.
Neurones and reflex arcs
- Neurones are nerve cells. They are highly specialized. Their structure allows them to transmit information as nerve impulses over long distances.
- Sensory neurones transmit impulses from sense organs to the brain and spinal cord.
- Motor neurones transmit impulses away from the brain and spinal cord to effector organs (muscles and glands)
- Relay neurones connect the sensory neurone to the motor neurone inside the brain and spinal cord to facilitate communication.
Structure of neurones
- Sensory and motor neurones are surrounded by myelin.
- Myelin is formed by separate cells that grow around the neurones to form a layer rich in fat. This insulation makes impulses travel very quickly.
Reflex arcs
- A reflex arc is the arrangement of neurones that control a reflex action.
Synapses
- A synapse is a junction between two neurones.
- Synapses ensure that impulses travel in one direction only.
Structure
- The gap is called the synaptic gap.
- The presynaptic neurone is the neurone that carries the impulse to the synapse. The postsynaptic neurone is the neurone that carries the impulse away from the synapse.
- The synaptic bulbs are swellings at the axons of neurones.
- The presynaptic membrane is the surface of the synaptic bulb. It is separated by the synaptic gap from the postsynaptic membrane of the cell body or axon of the next neurone.
- The postsynaptic membrane has a large number of protein receptors for the neurotransmitter substance.
- There are vesicles in the synaptic bulb that contain many mitochondria and neurotransmitter molecules.
Synaptic transmission
- When an impulse arrives at the synaptic bulb it causes vesicles containing the neurotransmitter to move towards the presynaptic membrane.
- The vesicles fuse with the presynaptic membrane, releasing the neurotransmitter into the synaptic gap.
- The neurotransmitter diffuses across the synaptic gap and attaches to specific receptor sites on the postsynaptic membrane. These receptor sites ahve a complementary shape to the neurotransmitter, but the binding is only temporary.
- The binding of the neurotransmitter triggers an impulse in the postsynaptic neurone. Once this has happened the neurotransmitter is broken down by an enzyme in the synaptic gap.
- The mitochondria provide energy to reform the transmitter.
Homeostasis
- Homeostasis is the maintenance of a constant internal environment.
- An example is how the hormone insulin decreases blood glucose concentration when it gets too high.
Negative feedback control
- Homeostasis relies on a mechanism called negative feedback.
- The set point is the normal, ideal level for a condition in the body (e.g. a core body temp. of 37°C or a specific blood glucose level).
- How it works: If a factor deviates from the set point, the body detects this change and triggers a response that reverses the change to bring it right back to the set point.
Control of blood glucose concentration
High blood glucose levels
- The pancreas detects the rise and secretes insulin into the blood.
- Insulin travels to the liver.
- The liver converts excess glucose into stored glycogen.
- This causes the blood glucose concentration to decrease back to the set point.
Low blood glucose levels
- The pancreas detects the drop and secretes glucagon into the blood.
- Glucagon travels to the liver.
- The liver breaks down stored glycogen into glucose.
- The glucose is released into the blood, causing the blood glucose concentration to increase back to the set point.
Treatment of Type 1 diabetes
- Type 1 diabetes is a condition where the pancreas fails to secrete enough insulin, leading to dangerously high blood glucose levels. It is managed and treated using a combination of methods:
- Insulin injections/insulin pump therapy: Regular doses of insulin are injected directtly into the subcutaneous fat layer to artificially lower blood glucose levels.
- Blood glucose monitoring: Testing blood drop samples throughout the day to calculate exactly how much insulin is required.
- Controlled diet: Carefully managing and balancing carbohydrate intake to prevent massive blood sugar spikes.
Skin
Diagram
Structures
- Hairs: Extend above the skin surface. Can be raised or lowered.
- Hair erector muscles: Tiny muscles attached to the base of each hair follicle.
- Sweat glands: Coiled tubes in the dermis that produce sweat.
- Receptors: Specialized nerve endings that detect temp. and pressure changes.
- Sensory neurones: Send electrical impulses from the skin receptors to the CNS.
- Blood vessels: Arterioles and capillaries that supply nutrients and play a massive role in temp. control.
- Fatty tissue (subcutaneous layer): Located beneath the dermis. Acts as a layer of insulation.
Maintaining a constant body temperature
- The hypothalamus detects changes in the temp. of the blood and sends electrical impulses along nerves to trigger a corrective response *(like shivering or sweating)
High body temperature
- Sweating: Sweat glands secrete sweat onto the skin surface. As the water in sweat evaporates, it absorbs and removes heat energy from the skin, cooling the body down.
- Vasodilation: Arterioles supplying the skin surface capillaries widen (dilate). This allows more blood to flow close to the skin surface, meaning more heat energy is lost to the environment via radiation.
Low body temperature
- Shivering: Muscles contract and relax rapidly. This muscle activity requires a high rate of respiration, which releases heat energy to warm the blood.
- Insulation:
- The fatty tissue layer reduces heat loss from the core.
- Hair erector muscles contract, pulling the hairs upright. This traps a layer of still, warm air next to the skin, acting as insulation. More effective in furry mammals than humans.
- Vasoconstriction: Arterioles supplying the skin surface capillaries narrow (constrict). This restricts blood flow to the skin surface, redirecting it to vital core organs and minimizing heat loss via radiation.
Hormones
- A hormone is a chemical substance, produced by a gland and carried by the blood, which alters the activity of one or more specific target organs.
Endocrine glands and hormones
- An endocrine gland is a ductless organ that produces and secretes hormones directly into the bloodstream.
| Endocrine gland | Hormone secreted | Main role/target organ |
|---|---|---|
| Adrenal glands | Adrenaline | Prepares the body for action (fight/flight). |
| Pancreas | Insulin and Glucagon | Insulin lowers blood glucose levels if too high and glucagon raises blood glucose levels if too low. Glucagon is secreted by the pancreas. |
| Testes | Testosterone | Controls male secondary sexual characteristics. |
| Ovaries | Oestrogen and progesterone | Controls female secondary sexual characteristics and menstrual cycle. |
Adrenaline and “fight or flight”
- Adrenaline is released by the adrenal glands during stressful, scary or exciting situations to prepare your body to either fight the danger or flee away from it.
Effects of adrenaline
- Increased breathing rate. Delivers more oxygen to lungs so it can diffuse into the blood.
- Increased heart rate. Pumps blood faster to deliver oxygen and glucose to muscles rapidly.
- Increased pupil diameter. Allows more light into eyes to improve visuall claritty and awareness.
- Increased blood glucose concentration. Adrenaline stimulates the liver to break down stored glycogen into glucose. This extra glucose is released into the blood to provide energy for increased cellular respiration in working muscles.
Nervous and hormonal control
| Feature | Nervous control | Hormonal control |
|---|---|---|
| Form of transmission | Electrical impulses along neurones | Chemical substances in the blood |
| Speed of action | Very rapid (milliseconds) | Slower (can take minutes, hours, or days) |
| Duration of effect | Short-lived (stops as soon as impulses stop) | Longer-lasting (effects continue until hormone is broken down) |
| Area of response | Localized (precise cells/muscles) | Widespread (can affect multiple target organs) |
Sense Organs
- Sense organs are groups of receptor cells responding to specific stimuli: light, sound, touch, temperature and chemicals.
Eye structure
- The cornea refracts light.
- The lens changes its shape to focus light onto the retina.
- The suspensory ligaments hold the lens in place.
- The pupil is a small opening in the center of the eye. It regulates the amount of light entering the eye to enable vision.
- The iris controls the intensity of light entering through the pupil.
- The ciliary muscle changes the thickness of the lens when focusing.
- The retina is the inner light-sensitive layer that contains:
- rod cells for dim light
- cone cells for deteting color and details.
- The yellow spot or fovea is the most sensitive part of the retina that is responsible for sharp, detailed and color-rich central vision.
- The blind spot is the point where the optic nerve attaches to the eye. No light-sensitive cells here.
- The optic nerve carries nerve impulses away to the brain.
Pupil reflex
- The pupil reflex is an involuntary, automatic contraction of the iris muscle causing the pupil to constrict in response to bright light, and dilate in dim light.
- In bright light, eye receptors detect high light intensity and send signals via the optic nerve to the brain. The circular muscles contract and the radial muscles relax. The pupil constricts (becomes smaller).
- IN dim light, eye receptors detect low light intensity and send signals to the brain. The circular muscles relax and the radial muscles contract. The pupil dilates (becomes larger).
- These muscles never contract at the same time. This makes them antagonistic.
Tropic Responses
- Plants don’t have a nervous system, so they rely on chemical growth responses to interact with their environment. These growth responses are called tropisms.
- Gravitropism is a response in which parts of a plant grow towards or away from gravity.
- Phototropism is a response in which parts of a plant grow towards or away from the direction of the light source.
- Positive tropism is growth towards a stimulus.
- Negative tropism is growth away from a stimulus.
Investigating tropic responses
| Plant part | Phototrophism | Gravitropism | How it helps |
|---|---|---|---|
| Shoot | Positively | Negatively | Ensures leaves get maximum light for photosynthesis. |
| Root | Negatively | Positively | Anchors the plant firmly in the soil and helps absorb water and mineral ions. |
In the lab
- Phototrophism experiment:
- First, grow two sets of seedlings on wet cotton wool in Petri dishes in the dark.
- Second, cover the seedlings with a cardboard box with a slit in the side that allows the light to enter from only one direction so the seedlings are exposed to unilateral light.
- Third, place the seedlings on a clinostat arranged in a vertical position. The clinostat rotates four times every hour, exposing each side of the seedlings to the light.
- Fourth, after two days you can see that the seedlings exposed to unilateral light grew towards the light source.
- In conclusion, they were positively phototrophic.
- Gravitrophism experiment:
- Place a seedling horizontally in a dark room. The shoot will grow upwards and the root will grow downwards.
- To eliminate the effect of gravity as a control, a clinostat is used.
Auxin
- A plant hormone called auxin manages the growth of a plant.
The mechanism
- Production: Auxin is made continuously in the shoot tip.
- Diffusion: Auxin diffuses down through the plant from the shoot tip.
- Unequal distribution:
- In response to unidirectional light, auxin moves away from the light and accumulates on the shaded side of the shoot.
- In response to gravity (horizontal shoot), auxin settles due to gravity and accumulates on the lower side of the shoot.
- Cell elongation: Auxin stimulates cell elongation.
- The result is that since there is more auxin on the shaded/lower side, the cells on that size elongate much faster than the cells on the lit/upper side. This unequal growth causes the shoot to bend toward the light or upward away from gravity.
Asexual and Sexual Reproduction
Asexual reproduction
- Asexual reproduction is a process resulting in the production of genetically identical offspring from one parent.
- Since they are genetically identical, there is little variation among offspring. Any variation is due to the effect of the environment (e.g. availability of nutrients and water determine growth of organism).
- Binary fission is a form of asexual reproduction that is used by prokaryotes (e.g. bacteria) where a single cell divides into two identical daughter cells.
- EXAMPLE:Bacteria are microscopic organisms made up of one cell. THey do not have a nucleus, but a loop of DNA. When bacteria reproduce asexually, the DNA loop is duplicated so that there is some for each new cell. The bacterial cell divides into two by making a new cell wall.
Advantages and disadvantages of asexual reproduction (to a population of species in the wild)
| Advantages | Disadvantages |
|---|---|
| Fast. Organisms can reproduce rapidly to spread and colonize areas where the parent plants grow. Plants grow more rapidly from tubers than seeds. Also only requires one parent and it saves time instead of looking for a mate, which uses energy. | Lack of genetic variation. All offspring are genetically identical clones. If a change in their environment occurs, everyone is vulnerable. |
| Rapid colonization. Populations can increase very quickly in a favorable, stable environment, allowing the species to outcompete others. | Risk of extinction. If a new disease or change in climate occurs, the lack of variation means no individuals may have the resistance needed to survive, potentially wiping out the population. |
| Succession/traits given to offspring. Favorable traits are passed on 100% of the time, ensuring that if the parent is well-adapted to the niche, the offspring will be too. | Overcrowding. A rapidly increasing population may result in lots of competition for essential things such as food, water, and space. |
Advantages and disadvantages of asexual reproduction (crop production)
| Advantages | Disadvantages |
|---|---|
| Uniformity. Every plant will have the same characteristics, making it easier for farmers to manage and harvest crops mechanically. | Vulnerability to disease. If a specific pest or pathogen attacks one plant, then the whole field will be affected due to lack of variation and no genetic resistance. |
| Speed to market. Asexually reproduced plants typically reach maturity faster than seeds, making harvesting faster. | Lack of adaptation. The crops can’t adapt to long-term changes in the soil or climate over generations. |
| Certainty of quality. If a parent plant has a high yield or tastes pleasant, these characteristics will be passed on to offspring. | Storage issues. Some asexually reproduced structures (like tubers) do not store as easily or as long as seeds, which are naturally dormant and resistant to dessication (the removal of moisture). |
Sexual reproduction
- Sexual reproduction is a process involving the fusion of the nuclei of two gametes to form a zygote and the production of offspring that are genetically different from each other.
- In sexual reproduction, it requires two parents that have sex organs. The sex organs make gametes.
- Male gametes:
- In animals, the male gametes are sperm cells.
- In flowering plants, the male gametes are nuclei inside pollen grains.
- Female gametes:
- In animals, the female gametes are egg cells.
- In floweing plants, the female gametes are inside structures called ovules.
- Male gametes:
- During sexual reproduction, the nuclei of the gametes fuse together at fertilization. The fertilized egg or zygote divides to form an embryo, which may grow into a new individual plant.
- Fertilization is the fusion of nuclei of gametes.
- The nuclei of gametes are haploid and the nucleus of a zygote is diploid.
- A haploid nucleus contains two full sets of chromosomes.
- A diploid nucleus contains only one set of unpaired chromosomes.
Advantages and disadvantages of sexual reproduction (to a populaton of species in the wild)
| Advantages | Disadvantages |
|---|---|
| Genetic variation. Offspring are genetically different to each other. This is the raw material for natural selection. | Time and energy waste. Individuals must find and attract a mate. This involves energy-intensive processes like building a nest, developing bright plummage, or fighting rivals. |
| Adaptation to changes. If the environment changes (e.g. new predator, climate shift, or disease), variation ensures that some individuals may possess advantageous traits to survive and reproduce. | Risk of predatation or disease. The process of searching for a mate or the act of mating can make individuals vulnerable to predators or the transmission of parasites. |
| Removal of harmful mutations. Sexual reproduction can help remove the population of harmful genetic mutations over many generations through recombination. | Slower population growth. Because only females can bear offspring (in most species) and a mate is required, the population increases much more slowly than asexual populations. |
Sex Hormones
Puberty and adolescence
- Puberty is the age at which secondary sexual characteristics appear in boys and girls.
- The changes that take place are all controlled by hormones.
- The pituitary gland at the base of the brain starts to make hormones that stimulate the testes and the ovaries.
Puberty in boys
- The testes produce testosterone, which stimulates:
- the growth of the male sex organs
- the testes to make sperm cells
- growth of hair on face
- deepened voice
- development of muscles in the body.
Puberty in girls
- The ovaries start making oestrogen, which stimulates:
- the growth of female sex organs
- the start of the first menstrual cycle and the first period
- growth of hair on parts of body
- growth and development of breasts
- widening of hips.
Menstrual cycle
- Changes in the lining of the uterus:
- The uterus lining (endometrium) changes to ensure that if an egg is fertilized, it has a blood-rich place to implant.
- Days 1-5 is menstruation. If fertilization did not occur in the previous cycle, the thick uterus lining breaks down and is lost through the vagina, a period.
- Days 6-14 is repair and thickening. Stimulated by oestrogen, the lining starts to thicken again and its blood vessels regrow to prepare for a possible embryo.
- Days 15-28 is maintenance. Stimulated by progesterone, the lining is maintained at its full thickness. It becomes more filled with blood vessels to provide nutrients for an implanted embryo.
- Changes in the ovaries:
- The ovaries focus on the maturation and release of the female gamete (egg).
- Days 1-13 is the follicular phase. Inside the ovary, a follicle, which is a sac containing an immature egg, begins to develop and mature. This is triggered by Follicle Stimulating Hormone (FSH).
- Day 14 is ovulation. A surge in Luteinizing Hormone (LH) causes the mature follicle to burst, releasing the egg from the ovary into the oviduct.
- Days 15-28 is the luteal phase. The empty follicle transforms into a structure called the yellow body.
- If no pregnancy occurs, the yellow body degenerates, progesterone levels drop, and the cycle restarts with menstruation.
Sites of production of oestrogen and progesterone in the menstrual cycle
- The production sites change as the follicle develops and then transforms after ovulation.
- Oestrogen is produced by the ovaries, specifically by the maturing follicles. Its role is to stimulate the repair and thickening of the uterus during the first half of the cycle.
- Progesterone is produced by the yellow body (left behind in the ovary after egg is released). Its role is to maintain the thickness and blood supply of the uterus during the second half of the cycle.
Sites of production of oestrogen and progesterone during pregnancy
- If an embryo implants, the body must prevent menstruation, which requires keeping progresterone and oestrogen levels high.
- Early pregnancy, first trimester:
- The yellow body continues to produce oestrogen and progesterone. It is “saved” from breaking down by hormones released by the developing embryo.
- Late pregnancy, four months onward:
- The placenta takes over the role of hormone production. The placenta secretes high levels of both oestrogen and progesterone for the remainder of the pregnancy.
- Early pregnancy, first trimester:
Role of hormones in controlling the menstrual cycle and pregnancy
In the menstrual cycle
- FSH is produced in the pituitary gland and it is secreted at the start of the cycle. It stimulates the maturation of a follicle in the ovary and triggers the ovaries to start secreting oestrogen.
- Oestrogen is produced in the ovaries (developing follicle). It stimulates the repair and thickening of the uterus lining. High levels of oestrogen inhibit the further release of FSH to prevent multiple eggs from maturing, while stimulating a surge in LH.
- LH is produced in the pituitary gland. A sudden surge in LH around Day 14 triggers ovulation and also stimulates the remains of the follicle to develop into the yellow body.
- Progesterone is produced in the ovaries (yellow body). It maintains the thickness and blood supply of the uterus lining. It also inhibits the release of both FSH and LH to ensure no new follicles develop during the second half of the cycle.
During pregnancy
- If fertilization and implantation occur, the hormonal balance shifts to protect the developing embryo.
- Lining is maintained. Progesterone levels remain high instead of dropping, preventing the uterus lining from breaking down and also prevents mestruation and losing the embryo.
- Uterus and mammary gland development. Oestrogen levels remain high.
- Inhibition of FSH and LH. Since progesterone and oestrogen levels remain high, FSH and LH are suppressed to ensure no ovulation occurs during pregnancy.
- Placenta handles hormones. The placenta takes over the production of progesterone and oestrogen from the yellow body to maintain the pregnancy until birth.
Sexual Reproduction in Humans
Male reproductive system
Structures
- Testes: Produces sperm cells/male gametes. Produces testosterone.
- Testosterone is a hormone that stimulates changes in a boy’s body as he develops into an adult during puberty.
- Scrotum: Pouch of skin containing the testes. Hangs outside body. Keeps testes cooled because sperm cells need less than 37°C.
- Sperm duct: Connects tubules to urethra.
- Urethra is a duct that brings urine out of the body from the bladder.
- Prostate gland: Secretes fluid that mixes with sperm to form semen, which nourishes the sperm and helps them move.Sugars are used as an energy source for respiration.
- Seminal vesicles: Glands that produce a nutrient-rich, sugary fluid that provides energy for the sperm to swim. This fluid is a major component of semen.
- Penis: An organ that transfers semen into the female reproductive system during sexual intercourse.
Adaptive features of sperm
- The flagellum (tail) is a long, whip-like structure that extends the back of the sperm cell.
- Provides movement for sperm cell.
- By lashing back and forth, the flagellum propels through the cervix and uterus toward the oviduct, where fertilization occurs.
- Sperm cells have a high concentration of mitochondria packed into the section between the head and the tail.
- Mitochondria are the site of aerobic respiration.
- Provides energy for the flagellum to beat. Without this energy source, the sperm would not be able to sustain the long journey to the egg.
- The acrosome is a specialized vesicle (a small sac) located at the very front of the sperm’s head.
- It contains digestive enzymes.
- When the sperm contacts an egg, these enzymes are released to digest a pathway through the jelly coat of the egg cell. This allows the sperm nucleus to enter the egg and fuse with the nucleus.
Female reproductive system
Structures
- Ovaries: Female sex organs that produce the female gametes (ova or eggs).
- Oviducts: Narrow tubes that connect the ovaries to the uterus and contains cilia to push the egg along the oviduct. Also uses peristalsis. Site of fertilization.
- Fertilization is the fusion of nuclei from a male gamete (sperm) and a female gamete (egg cell).
- Uterus: Organ in the center of the pelvic cavity. Site of implantation of the embryo. Supports fetus by providing a thick, blood-rich lining (endometrium) and muscular walls that contract during birth.
- Cervix: Ring of muscle at the lower end of the uterus. Holds developing fetus in place during pregnancy. Dilates during labor to allow baby to pass into the vagina.
- Vagina: Muscular tube leading from cervix to outside of body. Site where sperm is deposited during sexual intercourse. Acts as birth canal during childbirth.
Adaptive features of egg cells
- The egg cell contains a large volume of cytoplasm which acts as an energy store.
- Rich in nutrients. Contains the yolk.
- Provides necessary energy and raw materials for the early development of the embryo. After fertilization, the zygote must divide many times as it travels down the oviduct toward the uterus; the energy store sustains it until it can implant in the uterus lining and begin receiving nutrients from the mother.
- The egg is surrounded by a specialized outer layer known as the jelly coat. This layer has two critical roles during fertilization:
- First, selection. It contains receptor sites that ensures only sperm from the same species can bind to and penetrate the egg.
- Second, the fertilization membrane. Immediately after the first sperm nucleus enters the egg, the jelly coat undergoes a chemical change that makes it harden or become impenetrable.
- The function of the jelly coat prevents more than one sperm cell penetrating the egg. If multiple sperm fertilized one egg, there would be too many sets of chromosomes and would not survive.
Fertilization and implantation
- In early development, the zygote forms an embryo which is a ball of cells that implants into the lining of the uterus.
- Implantation is the embedding of an embryo into the soft lining of the uterus.
- It may take a number of days for the embryo to reach the uterus.
Pregnancy
Structures
- Umbilical cord: Tube-like structure connecting fetus to placenta. Contains blood vessels that contains blood vessels that transport substances between placenta and fetus.
- The umbilical vein carries oxygenated blood and nutrients (e.g. glucose/amino acids, oxygen, mineral ions/vitamins, and water) to baby.
- The umbilical artery carries deoxygenated blood and waste products (e.g. , urea, water) away from baby.
- Placenta: Disc-shaped organ embedded in the wall of uterus, connected to fetus by umbilical cord. Exchanges materials, removes waste, barrier from pathogens, and produces hormone (progesterone, maintain lining of uterus during pregnancy).
- Some pathogens and toxins can pass across the placenta and affect the fetus.
- Amniotic sac: Tough, thin, transparent membrane that encloses the fetus and amniotic fluid. Contains amniotic fluid and prevents infections from reaching the fetus from the vagina.
- Amniotic fluid: Liquid that fills the amniotic sac, surrounds the developing fetus. Acts as a shock absorber, preventing the fetus from physical impact or injury. Maintains constant temperature. Allows fetus to move freely for bone and muscle development.
Sexual Reproduction in Plants
Flower diagram
Functions of the structures in flowers
- Sepals: Leaf like structures that protect the flower when it is a bud.
- Petals: Brightly colored and scented to attract insects to feed on nectar. Many have a nectary at the base that produce sugary nectar.
- Stamens: Male sex organs. Each one is made up of two parts:
- the anther, pollen grain production
- the filament, a stalk that holds the anther.
- Carpels: Female sex organs. Made up of:
- a stigma, where pollen grains attach during pollination
- a style, to connect the stigma to ovary, pollen tube grows down the style
- an ovary, swollen base that contains the ovules, usually becomes the fruit after fertilization
- an ovule, found in the ovary, containing female gametes (egg cells), after fertilization the ovules become seeds.
Wind-pollinated flowers
Diagram
Anther and stigma
- In wind-pollinated flowers, the anthers are different from those in insect-pollinated flowers:
- They are positioned like a pendulum, they are attached to long, thin filaments that hang outside the flower.
- The function of this is to allow the anthers to swing freely in the air, easily releasing light, smooth pollen grains into the air.
- The stigmas are made to catch pollen grains in the air.
- They are feathery or branched in appearance.
- They hang outside the flower.
- The feathery structure allows a large surface area to catch wind-borne pollen grains.
Pollen grains
- In terms of quantity, they are mass produced since most are lost in the air.
- They are very light in weight so they can be easily carried by the wind.
- They are smooth to prevent clumping together and to drift easily.
- They might have air sacs to stay in the wind longer.
Insect-pollinated flowers
Diagram
Pollen grains
- In terms of quantity, they are produced in smaller amounts for efficient transport.
- They are relatively heavy and larger.
- They are sticky and spiky to hook onto insect bodies.
- There are no special features for aerodynamics.
Comparison of pollen grains
| Feature | Wind-pollinated | Insect-pollinated |
|---|---|---|
| Quantity | Produced in massive amounts because most are lost in wind | Produced in small amounts for efficient transport |
| Weight and Size | Light and small to be carried by the wind | Heavy and large |
| Texture | Smooth to prevent clumping and to be drifted easier | Sticky or spiky to attach to insect bodies |
| Aerodynamics | Air sacs to float in the wind longer | No features. |
Pollination
- Pollination is the transfer of pollen grains from an anther to a stigma.
- Self-pollination is the transfer of pollen grains from the anther of a flower to the stigma of the same flower or a different flower on the same plant.
- Cross-pollination is the transfer of pollen grains from the anther of a flower to the stigma of a flower on a different plant of the same species.
Potential effects of self- and cross-pollination on a population
- Genetic variation:
- Since self-pollination is the transfer of pollen grains of the same flower, this leads to very low genetic variation in the offspring since they are very similar to the parent.
- Since cross-pollination is the transfer of pollen grains to a flower on a different plant of the same species, this leads to high genetic variation in the offspring because it combines two different genetic material from two individuals.
- Capacity to respond to environmental change:
- Self-pollinated flowers result in not being able to adapt easily to changes in the environment due to the lack of genetic variation .
- Cross-pollinated flowers provides the “raw material” for natural selection. If there is an afvantageous trait in a plant that allows them to survive or adapt to a change in the environment, this trait can be passed on to offspring.
- Reliance on pollinators:
- For self-pollinated flowers, there is little to no reliance on external pollinators (e.g. bees, wind), which is an advantage in habitats where pollinators are scarce or where plants are wildly scattered. This ensures there is still seed production even in isolation.
- For cross-pollinated flowers, there is a high reliance on pollinators or wind. If the specific pollinator for a species declines (e.g. caused by habitat loss or pesticides), the plant population may fail to reproduce, leading to a decline in numbers.
Sexually Transmitted Infections
- A sexually transmitted infection is an infection that is transmitted through sexual contact.
Human immunodeficiency virus (HIV)
- Human immunodeficiency virus (HIV) is a pathogen that causes an STI.
- HIV enters human cells and uses each cell to make more viruses, which then enters even more cells. HIV mainly affects a type of white blood cell.
Transmission
- HIV is transmitted from the blood and semen. The virus can pass from one person to another during unprotected sexual intercourse.
- HIV can also be transmitted via hypodermic needles contaminated with infected blood.
- HIV can be spread very quickly among drug addicts who share needles.
- Babies are also at risk of HIV.
- The virus can pass from the mother’s blood to the baby’s blood at birth when the two bloodstreams come into close contact.
- HIV can also be transmitted in breast milk.
- HIV can be transmitted through blood used for transfusions.
AIDS
- If left untreated, HIV may lead into the development of AIDS, acquired immunodeficiency syndrome.
Controlling the spread of STIs
- Methods to reduce the spread of STIs:
- using condoms to provide a physical barrier to the transmission of STIs during sexual intercourse
- setting up free needle exchange schemes for those who inject drugs; this reduces the risk of transmission from the user of shared needles and syringes
- screening donated blood for HIV antibodies and eliminating contaminated blood being used for transfusion
- education programmes to spread awareness of the methods of the spread of STIs and how it can be prevented.
Electrolysis
- Electrolysis is the decomposition of an ionic compound, when molten or in aqueous solution, by the passage of an electric current.
Simple electrolytic cell
- A simple electrolyic cell consist of:
- an anode as a positive (+) electrode
- a cathode as a negative (-) electrode
- the electrolyte as the molten or aqueous solution that undergoes electrolysis.
Molten lead(II) bromide
- When the power is turned on and electricity is passed through the molten substance, the positive metal lead ions will move to the cathode.
- Here, the lead ions will gain electrons to become lead atoms, and lead will form.
- The lead will be deposited on the surface of the electrode.
- The negative bromide ions will move to the anode
- Here, each bromide ion will lose one electron, forming bromine ions
- Two of the bromine atoms formed will combine to form bromine molecules, and you will see bubbles of bromine gas given off
- Equation: PbBr2 -> Pb(l) + Br2 (g)
Concentrated aqueous sodium chloride
- The products formed in the electrolysis of NaCl (aq) are:
- Hydrogen gas at the cathode
- Chlorine gas at the anode
- Leaves behind sodium hydroxide solution
- The observations at:
- the cathode: efferversence/bubbles of a colorless gas
- the anode: bubbles of a pale yellow-green gas formed by chlorine
- NOTE: Metals or hydrogen are formed at the cathode. Non-metals (except hydrogen) are formed at the anode.
Molten binary compounds
- A binary compound consists of only two elemets. When molten, the ions are free to move and are discharged at the electrodes.
- RULE In a molten binary compound, there are only two ions present, so predicting the products is straightforward.
- In order to predict the products, you do these steps:
- Identify compound and its ions A binary compound splits into a cation and an anion.
- Apply electrode rules
| Electrode | Charge | Attracts | Process | Product |
|---|---|---|---|---|
| Cathode | Negative | Cations | Reduction | The metal |
| Anode | Positive | Anions | Oxidation | The non-metal |
Electroplating
- Metal objects are electroplated to improve their appearance and resistance to corrosion.
- Electroplating is using electricity to coat one metal with another.
- To electroplate an object with metal x, the set-up is:
- the cathode: object that is undergoing electroplating
- the anode: metal x
- electrolyte: a solution of a soluble compound of x.
Transfer of charge during electrolysis
Movement of electrons in the external circuit
- The power supply drives electrons through the external circuit
- Electrons flow from the negative terminal of the battery to the cathode
- At the other end, electrons flow from the anode to the positive terminal of the battery
- So in the external circuit, electrons travel from anode to cathode through the wire.
LOSS or GAIN of electrons at the electrodes
| Electrode | Process | What Happens |
|---|---|---|
| Cathode | Reduction | Gains electrons (cations arrive and pick up electrons) |
| Anode | Oxidation | Loses electrons (anions arrive and give up electrons) |
- NOTE: Remember this mnemonic: OIL RIG, Oxidation is Loss, Reduction is Gain.
Movement of ions in the electrolyte
- Ions in the molten/dissolved electrolyte carry the charge through the liquid
- Cations move toward the cathode
- Anions move toward the anode
- This ion movement completes the circuit through the electrolyte. Notice how opposite charges attract?
When electrodes are NOT inert
- Inert means chemically inactive. This example uses a solution of copper(II) sulfate, which has blue copper ions, sulfate ions, and hydrogen and hydroxide ions.
- Using carbon/graphite electrodes (inert)
- At the cathode: Copper ions are discharged. The copper coats the electrode. 2Cu 2+ (aq) + 4e - -> 2Cu (s)
- At the anode: Oxygen bubbles off. 4OH - (aq) -> 2H2O (l) + O2 (g) + 4e -
- So copper and oxygen are produced. The blue color of the solution fades because the concentration of copper ions in it decreases as the ions are discharged.
- Using copper electrodes (not inert)
- At the cathode: Copper is formed and coats the electrode. Cu 2+ (aq) + 2e - -> Cu (s)
- At the anode: The anode dissolves, giving copper ions in solution. Cu (s) -> Cu 2+ (aq) + 2e -
- As the anode dissolves, the copper ions move to the cathode to form copper. So, copper moves from the anode to the cathode. The solution stays blue because the concentration of copper stays the same.
Rules for electrolysis of a solution
- At the cathode, either a METAL or HYDROGEN forms.
- The more reactive an element is, the longer it stays as an ion. Therefore, if a metal is more reactive than hydrogen, its ions stays in solution and hydrogen bubbles off.
- If a metal is less reactive than hydrogen, the metal forms.
- At the anode, a NON-METAL OTHER THAN HYDROGEN forms.
- If it is a concentrated solution of a halide (a compound containing Cl-, Br-, or I- ions), then chlorine, bromine, or iodine form.
- If the halide solution is dilute, or there is no halide, oxygen forms.
Exothermic and Endothermic Reactions
- An exothermic reaction transfers thermal energy to the surroundings leading to an increase in the temperature of the surroundings.
- An endothermic reaction takes in thermal energy from the surroundings leading to a decrease in the temperature of the surroundings.
Describing exothermic reactions
- The equation for exo. reactions is described as:
- reactants -> products + thermal energy
- The reactants and products have energy. It is stored as chemical energy in their bonds. The total energy does not change, during a reaction. It is the same on each side of the arrow. The products must have less energy than the reactants do.
- In an exothermic reaction, the products have less energy than the reactants do. Energy has been given out.
Describing endothermic reactions
- The equation for endo. reactions is described as:
- reactants + thermal energy -> products
- The total energy does not change, during the reaction. It is the sam eon each side of the arrow. So it follows that the products must have more energy than the reactants do.
- In an endothermic reaction, the products have more energy than the reactants do. Energy has been taken in.
Activation energy and enthalpy
- Activation energy is the minimum energy that colliding particles must have to react.
- The transfer of thermal energy during a reaction is called the enthalpy change, delta H of a reaction.
- Delta H is negative for exo. reactions and positive for endo. reactions.
Making and breaking bonds
- Bond breaking is an endo. process.
- Enthalpy change: Positive. The bonds in the reactant particles must be broken, taking in energy.
- Bond making is an exo. process.
- Enthalpy change: Negative. New bonds are made, giving the product particles, which releases energy.
Calculating enthalpy changes
- The overall change in enthalpy of the reaction is found like this:
- enthalpy change for the reaction = energy in for bond breaking - energy out from bond making
- Energy changes in reactions are given as kJ/mol.
- The bond energy is the energy needed to break bonds, or released when the same bonds form. It is given in kJ/mol.
The exothermic reaction between hydrogen and chlorine
- Equation: H2 + Cl2 -> 2HCl
- Bond equation: H-H + Cl-Cl -> 2 H-Cl
- Energy in to break each mole of bonds in the reactants (given in exam):
- 1 x H-H, 436 kJ
- 1 x Cl-Cl, 242 kJ
- Total energy in: 436 + 242 = 678 kJ
- Energy out from the two moles of bonds that form to give the product:
- 2 x H-Cl which is 2 x 431 = 862 kJ
- Enthalpy change = energy in - energy out
- 678 kJ - 862 kJ = -184 kJ
- It is negative, therefore it is an exo. reaction. 184 kJ of energy is given out when 1 mole of hydrogen and 1 mole of chlorine react.
The endothermic decomposition of ammonia
- Equation: 2NH3 -> N2 + 3H2
- Energy in to break the two moles of bonds:
- 6 x N-H which is 6 x 391 = 2346 kJ
- Energy out from the four moles of bonds forming:
- 1 x N≡N, 946 kJ
- 3 x H-H, 3 x 436 = 1308 kJ
- Total energy out: 947 + 1308 = 2254 kJ
- Enthalpy change delta H = energy in - energy out
- 2346 kJ - 2254 kJ = +92 kJ
- It is positive, indicating that this is an endo. reaction. So 92 kJ of energy is taken in to decompose 2 moles of ammonia.
Hydrogen-Oxygen Fuel Cells
- A hydrogen-oxygen fuel cell uses hydrogen and oxygen to produce electricity with water as the only chemical product.
Advantages & disadvantages of using hydrogen-oxygen fuel cells in comparison with gasoline engines in vehicles
The hydrogen-oxygen fuel cell
- Advantages:
- Only chemical produced is water, which is harmless
- Hydrogen can be made by the electrolysis of water, which is plentiful, on adding a little acid.
- Disadvantages:
- Hydrogen is a gas. To reduce its volume and make it practical to use, it must be stored as a liquid under high pressure. This can be expensive or hard to maintain.
- Hydrogen filling stations are not yet widely available.
- Most hydrogen is obtained by fossil fuels, and where it is obtained by electrolysis, the electricity is mostly from power stations that burn fossil fuels. These are linked to pollution and climate change.
The gasoline engine
- Advantages:
- Gas stations are widely available for drivers.
- Gas is relatively cheap (varies depending on world supply)
- Disadvantages:
- The burning of gas in engines produce harmful substances:
- , linked to climate change
- Oxides of nitrogen
- if gas burns in limited oxygen
- Unburnt volatile gases from the gas
- Petrol is obtained from oil, a limited and non-renewable resource.
- The burning of gas in engines produce harmful substances:
Chemical Reactions
Physical and chemical changes
Properties
- The properties of physical changes are:
- same internal structure
- reversible
- involves lower amount of energy exchange comapred to chemical reactions
- involves change in texture, shape, temp. or a change in the state of matter.
- Examples of physical changes are an ice cube melting, boiling water, or shredding paper.
- The properties of chemical changes are:
- new molecular bonds formed/broken, creating a new chemical formula
- irreversible
- involves significant energy changes
- involves color changes, releasing scent, formation of a precipitate, or fizzing.
- Examples of chemical changes are iron rusting, baking a cake, or digesting food.
Differences
| Feature | Physical | Chemical |
|---|---|---|
| New substance | No | Yes |
| Atomic bonds | Not broken or formed | Broken and formed to create new molecules |
| Reversibility | Usually reversible | Irreversible or hard to reverse |
| Mass | Stays the same | Stays the same (law of conservation of mass) |
| Visual clues | Changes in size, shape, or state of matter | Fizzing, fire, color change, or significant temperature change |
Rate of reaction
- Rate is a measure of the change that happens in a single unit of time.
- In general, to find the rate of a reaction, you should measure:
- the amt. of a reactant used up per unit of time, or
- the amt. of a product produced per unit of time.
Ways to change the rate of a reaction
- Changing the concentration of solutions
- A reaction goes faster when the concentration of a reactant is increased. Reduce the concentration to slow down the reaction.
- EXPLANATION: There are more particles per unit volume, ∴ higher frequency of collisions ∴ higher frequency of SUCCESSFUL collisions.
- Changing the pressure of gases
- A reaction involving gases goes faster when the pressure is increased. Decrease the presure to slow down the reaction.
- EXPLANATION: Increasing gas pressure means more gas particles per unit volume, ∴ successful collisions are more frequent.
- Changing the surface area of solids
- A reaction goes faster when the surface area of a solid reactant is increased. Decrease the surface area of a solid reactant to slow down the reaction.
- EXPLANATION: More particles of the solid are exposed, ∴ successful collisions are more frequent.
- Changing the temperature
- A reaction goes faster when the temperature is raised. A rate generally doubles for an increase of 10°C. Decrease the temperature to slow down a reaction.
- EXPLANATTION: There are two reasons: there are more collisions, and more have sufficient energy to be successful.
- Adding or removing a catalyst, including enzymes
- A catalyst is a substance that increases the rate of a reaction, and is unchanged at the end of the reaction.
- Enzymes are proteins made by cells, to act as biological catalysts.
- Adding a catalyst increases the rate of a reaction.
- EXPLANATION: A catalyst lowers the activation energy of a reaction, now the particles need less energy to react, ∴ more successful collisions and the reaction is faster.
Collision theory
- For a chemical reaction to occur, reacting particles must collide with one another. Not every collision results in a reaction. A successful collision must meet these conditions:
- The particles must collide with sufficient energy. This is the activation energy.
- The particles must collide with the correct orientation.
Reversible Reactions and Equilibrium
- In a reversible reaction, you can change the direection of the reaction by changing the reaction conditions.
- The symbol ⇄ is used to indicate that a reaction is reversible.
- A reversible reaction in a closed system is at equilibrium when:
- the rate of the forward reaction is equal to the rate of the reverse reaction
- the concentrations of reactants and products are no longer changing
Changing conditions to change direction
- The general reversible reaction for hydrated/anhydrous compounds is:
- hydrated salt ⇄ anhydrous salt + water
Effect of heat on hydrated compounds
- The forward reaction, hydrated → anhydrous + water, is endothermic because it requires heat to break the bonds between the salt and water moleucules.
- When heat is applied, the equilibrium shifts to the right (forward reaction)
- The hydrated compount loses its water of crystallization, forming the anhydrous compound.
- This is essentially thermal decomposition.
- Example: Blue hydrated copper(II) sulfate, , is heated, then it turns white as it becomes , releasing water vapor.
- Equation:
Addition of water to anhydrous compounds
- The reverse reaction, anhydrous + water → hydrated, is exothermic because energy is released when water bonds to the salt.
- When water is added to the anhydrous salt, the equilibrium shifts to the left (reverse direction).
- The anhydrous compound absorbs the water, reforming the hydrated compound.
- This is the reverse of dehydration.
- Example: White anhydrous CuSO_{4}·5H_{2}OCuSO_{4} + 5H_{2}O → CuSO_{4}·5H_{2}O$
Shifting the equilibrium
- When a reversible reaction is in equilibrium and you make a change, the system acts to oppose the change, and restore equilibrium. A new equilibrium mixture forms.
Change in temperature
- A high temperature favors the endothermic direction.
- TIP: If ΔH is given, it is endo. if it is +Δ.
- A low temperature favors the exothermic direction.
- TIP: If ΔH is given, it is exo. if it is -Δ.
Change in pressure (GASES ONLY)
- A high pressure shifts to the side with fewer moles of gas.
- A low pressure shifts to the side with more moles of gas.
- There is no effect is the gas moles are equal on both sides.
Change in concentration
- A high concentration of a reactant shifts the equilibrium to use up a reactant.
- A low concentration of a reactant shifts the equilibrium to replace it.
Using a catalyst
- There is NO CHANGE in position of equilibrium. Rate of both forward and reverse reactions increase equally.
- Remember that a catalyst speeds up the rate of a reaction without it being used up. It does not affect the equilibrium.
The Haber process
- The equation for the Haber process:
- $N_{2}(g) + 3H_{2}(g) ⇄ 2NH_{3}(g)$
- nitrogen + hydrogen ⇄ ammonia
How ammonia is made
- Nitrogen is obtained by:
- reacting natural gas, methane with steam
- cracking hydrocarbons from petroleum. The two gases are mixed and scrubbed to remove impurities.
- The mixture is compressed. More gas is pumped in until pressure reaches 200 atm.
- The compressed gas flows into the converter, a round tank with beds of iron at 450°C, where the key reaction occurs. Iron is the catalyst.
- The mixture is cooled until the ammonia condenses to a liquid. The nitrogen and hydrogen are recycled to the converter for another chance to react. Steps 3 and 4 are continually repeated.
- The ammonia is run into tanks and stored as a liquid under pressure.
- The typical conditions in the Haber process:
- 450°C to give a faster rate
- 200 atm / 20,000 kPa is safer and saves money
- an iron catalyst to speed up the reaction but does not affect yield.
The contact process
- The equation for the Contact process:
- $2SO_{2}(g) + O_{2}(g) ⇄ 2SO_{3}(g)S(s) + O_{2}(g) → SO_{2}(g)H_{2}SO_{4}H_{2}O(l) + SO_{3}(g) → H_{2}SO_{4}$
- Oleum, a thick fuming liquid, is mixed carefully with water.
- The typical conditions in the Contact process:
- 450°C for the catalyst since it is inactive below 400°C
- 2 atm / 200 kPa is low for acceptable yield
- vanadium(V) oxide catalyst to give a faster rate.
Characteristics of Acids and Bases
Key definitions
- Bases are oxides and hydroxides of metals. They neutralize acids.
- Examples: CuO (copper oxide) and NaOH (sodium hydroxide)
- Alkalis are soluble bases. They can dissolve in water to release hydroxide ions.
- Salts are ionic compounds formed when the hydrogen ions, H+ in an acid are completely or partially replaced by a metal ion or an ammonium ion, NH4+.
The effect of acids and alkalis on litmus, thymolphthalein, and methyl orange
| Indicatior | Color in Acid | Color in Alkali | Color in Neutral |
|---|---|---|---|
| Litmus | Red | Blue | Purple |
| Thymolphthalein | Colorless | Blue | Colorless |
| Methyl orange | Red | Yellow | Orange |
Chemical reactions of bases
- base + acid -> salt + water
- base (alkali) + ammonium salt -> salt + water + ammonia gas
Ions, pH, and universal indicator
Ions
- Aqueous solutions of acids contain hydrogen (H+) ions.
- Aqueous solutions of alkalis contain hydroxide (OH-) ions.
pH and universal indicator
- Universal indicator changes color gradually depending on the concentration of H+ ions in a solution:
- pH 0 to 6 (acidic): A high H+ conc. corresponds to lower pH numbers. For universal indicators, acidic solutions turn deep red/orange, meanwhile weak acids turn yellow/light green.
- pH 7 (neutral): Equal conc. of H+ and OH- ions. Universal indicator turns green.
- pH 8 to 14 (alkaline): Higher OH- conc. corresponds to higher pH numbers. Turns blue/deep purple.
Ionic equation for neutralization
- The equation for the neutralization reaction between an acid and an alkali to produce water: H+ (aq) + OH- (aq) -> H2O (l)
Proton transfer
- Acids are proton donors.
- Bases are proton acceptors.
Acid strength vs. solution concentration
- Strong/weak and concentrated/dilute describe completely different properties.
- Strength refers strictly to the percentage of acid molecules that split into ions when dissolved into water.
- A strong acid is an acid that is completely dissociated in aqueous solution.
- Every single acid molecule breaks apart to release H+ ions.
- An example is hydrochloric acid. HCl (aq) -> H+ (aq) + Cl- (aq)
- A weak acid is an acid that is partially dissociated in aqueous solution.
- Only a tiny fraction of the molecules split into ions. The rest remain intact as whole molecules.
- An example is ethanoic acid. CH3COOH (aq) ⇌ H+ (aq) + CH3COO- (aq)
Business Activity
The economic problem
- A need is a good or service essential for living.
- A want is a good or service which people would like to have, but which is not essential for living. People’s wants are unlimited.
- The economic problem is that there are unlimited wants but limited resources to produce the goods and services to satisfy those wants. This creates scarcity.
Nature of business activity
Factors of production
- The factors of production are those resources needed to produce goods or services. There are four factors of production and they are in limited supply.
- To produce any good or service, a business must utilize four scarch resources. If any of these factors are missing, production cannot happen.
- The four factors are:
- land: all natural resources provided by nature (e.g. fields, forests, oil, metals)
- labor: number of people available to make products, involves the human effort, skills, and mental or physical work put into production process
- capital: finance, machinery and equipment needed for the manufacture of goods
- enterprise: the skill and risk-taking ability of the person who brings the other resources or factors of production together to produce a good/service.
Added value
- Added value is the difference between the selling price of a product and the cost of bought-in materials and components.
- Added value is essential for making profits and covering costs.
How to increase added value
- Increase the selling price while keeping cost of materials the same. This can be to establish a higher quality image for its product or service. Consumers might be convinced to buy it at a high price as a novelty factor.
- Other costs might increase when trying to create this quality image.
- Reduce the cost of materials but keep the price the same. The firm could use cheaper wood, bricks, etc. A higher value would be added if this method is used.
- Lower priced materials might lower the quality of the product.
Opportunity cost
- Opportunity cost is the next best alternative given up by choosing another item.
Business Organization
- These are going to be common terms.
- Unlimited liability is a legal situation where the owners are fully responsible for all debts of the business. Because the owner and the business are legally seen as the same entity, the owner may be forced to sell their personal assets to pay back creditors if the business goes bankrupt.
- Limited liability is a legal protection for shareholders where their responsibility for business debts is restricted to the amount they invested in buying shares. If the business fails, their personal possessions are completely safe and cannot be used to pay off debts.
Different types of business organizations
Sole traders (unincorporated)
- A sole trader is a business owned by one person.
- Advantages:
- Easy and cheap to set up.
- Owner keeps all profit.
- Complete control over all decisions.
- Disadvantages:
- Unlimited liability.
- Hard to raise capital. Banks perceive it as risky.
- No continuity without the owner.
- Advantages:
Partnership (unincorportated)
- A partnership is a form of business in which two or more people agree to jointly own a business.
- Advantages:
- More capital can be invested.
- Shared workload and responsibilities.
- Partners bring different skills (multi-skilled).
- Disadvantages:
- Unlimited liability.
- Potential for disagreements or arguments.
- Profits must be shared among partners.
- Advantages:
Private limited company (Ltd) (corporated)
- Private limited companies are businesses owned by shareholders but they cannot sell shares to the public.
- Advantages:
- Limited liability for shareholders.
- Separate legal identity.
- Easier to raise capital by selling private shares.
- Disadvantages:
- Complex and expensive legal setup.
- Cannot sell shares to the public.
- Financial accounts are partially viewable by competitors.
- Advantages:
- Public limited companies are businesses owned by shareholders but they can sell shares to the public and their shares are tradeable on the Stock Exchange.
- Advantages:
- Can raise massive amounts of capital quickly.
- High public profile and status.
- Exploits economies of scales easily.
- Disadvantages:
- Extreme risk of takeover by outsiders buying shares.
- Full public disclosure of accounts is required.
- Divorce of ownership and control (shareholders vs directors).
- Advantages:
Forms of business organization
Franchises
- A franchise is a business based upon the use of the brand names, promotional logos and trading methods of an existing successful business.
- The franchisee buys the licence to operate this business from the franchisor.
Advantages:
| To the franchisor | To the franchisee |
|---|---|
| Franchisee buys licence from franchisor to use brand name. | Chances of business failure are much reduced because a well-known product is being sold. |
| Expansion of the franchised business is much faster than if the franchisor had to finance all new outlets. | Franchisor pays for advertising. |
| Management of outlets is the responsibility of franchisee. | All supplies obtained from a central source, the franchisor. |
| All products sold must be obtained from franchisor. | Fewer decisions to make than with an independent business. Prices, store layout and range of products are decided by franchisor. |
| Training for staff and management is provided by franchisor. | |
| Banks are often willing to lend to franchisees due to low risk. |
Disadvantages:
| To the franchisor | To the franchisee |
|---|---|
| Poor management of one franchised outlet could lead to a bad rep. for the whole business. | Less independence than with operating a non-franchised business. |
| Franchisee keeps profits from outlet. | May be unable to make decisions that would suit the local area (e.g. new products that aren’t a part of the range offered by franchisor). |
| Licence fee must be paid to the franchisor and possible a percentage of the annual turnover. |
Joint ventures
- A joint venture is where two or more businesses start a new project together, sharing capital, risks, and profits.
| Advantages | Disadvantages |
|---|---|
| Sharing of costs, important for expensive projects | If the project is successful, profits have to be shared with partner |
| Local knowledge when joint venture is already based in the country | Disagreements over important decisions might occur |
| Risks are shared | Partners might have different ways of running a business (different cultures). |
Business Stakeholder Objectives
- Business objectives are the aims or targets that a business works towards.
Different business objectives
- The most common objectives for businesses in the private sector are to achieve:
- business survival
- Focuses on keeping cash flowing and covering basic costs to avoid going out of business.
- profit
- Total income of a business (revenue) less total costs.
- Private sector businesses aim to maximize or reach a target profit level to reqard owners and reinvest in the business.
- Profits are needed to pay a return to the business owners for the capital invested and the risk taken and to provide finance for further investment in the business.
- returns to shareholders
- A shareholder is any individual, group, or institution that owns at least one share of a company’s stock. They are the legal owners of a limited company.
- It is increased by increasing profit and increasing share price.
- growth of the business
- Expanding the business by opening new branches, increasing output, or hiring more staff.
- Growth allows a business to benefit from economies of scale (lower average costs) and reduce risk of being taken over by competitors.
- market share
- % of total market sales held by one brand or business.
- service to community
- A social enterprise has social objectives as well as an aim to make a profit to reinvest back into the business.
- business survival
Importance of business objectives
- Direction. They give managers and employees a clear target which reduces confusion about what the business is trying to achieve.
- Motivation. Clear, achievable goals give employees something to work toward, increasing productivity.
- Measurement. They act as a benchmark. At the end of the year, a business can compare its actual performance against its initial objectives to see if it succeeded.
- Decision-making. They help prioritize resources. If the objective is growth, managers will approve budgets for expansion rather than saving cash.
Role of stakeholder groups
- A stakeholder is any person or group with a direct interest in the performance and activities of a business.
Internal and external stakeholder groups
| Stakeholder group | Classification | Primary objectives |
|---|---|---|
| Owners (sole traders, partnerships, shareholders) | Internal | High profits, strong returns on investment (dividends), and long-term business growth |
| Managers | Internal | Job security, high salaries, status, and opportunities of promotion |
| Employees | Internal | Fair wages, safe working conditions, job security, satisfaction, motivation |
| Customers | External | High-quality products, safe and reliable goods, value for money, reliability of service and maintenance |
| Suppliers | External | Regular orders, fair prices for their raw materials, paid on time |
| Lenders/banks | External | Repayment of loans on time and regular interest payments |
Conflict scenarios
- Profits against wages: Owners want to maximize profits and dividends. Employyes want higher wages. This increases the business’s costs and lowers overall profit.
- Growth against environment: Managers want to expand to achieve growth and boost status. The local community will object due to increased traffic, noise, air pollution, or destruction of natural spaces.
- Price against profit quality: Customers want the highest quality goods at the lowest possible prices. Owners want to keep production costs low and selling prices high to maintain healthy profit margins.
Classification of Businesses
Primary, secondary, tertiary sectors
Primary sector
- The primary sector of industry extracts and uses the natural resources of Earth to produce raw materials used by other businesses.
- Examples include:
- farming
- fishing
- mining
- oil extraction
- forestry
Secondary sector
- The secondary sector of industry manufactures goods using the raw materials provided by the primary sector.
- Examples include:
- car manufacturing
- food processing
- computer assembly
- house construction
- chemical refining
Tertiary sector
- The tertiary sector of industry provides services to consumers and the other sectors of industry.
- Examples include:
- transport
- banking
- retail
- insurance
- hotels
Private and public sectors
- A mixed economy has both a private sector and a public sector.
| Feature | Private sector | Public sector |
|---|---|---|
| Ownership | Private individuals, partners, or shareholders | The state, local or central govt. |
| Primary goal | To maximize profit or increase market share | To provide essential services to society |
| Funding | Bank loans, personal savings, or selling shares | Govt. tax revenues (income tax, corporate tax) |
| Examples | Local grocery shops, Apple, Nike, private clinics | State schools, public hospitals, police, military forces |
Enterprise, Business Growth and Size
Enterprise and entrepreneurship
- An entrepreneur is a person who organizes, operates and takes the risk for a new business venture.
Characteristics
- Hard working (long hours and short holidays are typical for many entrepreneurs to make their business successful)
- Risk-taker (willing to invest their own savings into an uncertain venture)
- Creative (new ideas about products, services, ways of attracting customers, to make it different from other firms)
- Optimistic (looking forward to a better future)
- Self-confident (to convince other people of your skills, convince banks, other lenders, and customers that your business wil be successful)
- Innovative (being able to put new ideas into practice in different ways)
- Independent (have to work on their own before employing others)
- Effective communicator (talking clearly and confidently to banks, other lenders, customers and govt. agencies about the business).
Business plan
- A business plan is a document containing the business objectives and important details about the operations, finance and owners of the new business.
- A business plan is important because:
- it forces the entrepreneur to think ahead and identify potential problems before they happen, reducing the risk of failure.
- banks and investors will refuse to lend capital without this business plan because the plan proves the business can repay its debts.
Contents
| Element | What it includes |
|---|---|
| Overview/summary | A clear statement of the business idea and core products |
| Objectives | The short-term and long-term targets |
| Market research | Data about consumer demographics, market size, competitors |
| Marketing strategy | The planned price, promotional tactics, distribution channels |
| Operations | Details on how production will occur, location, equipment needed |
| Finance | Cash flow forecasts, projected income statements, break-even targets |
| People & resources | Management structure, staff requirements, job roles |
Government’s support for start-ups
Why?
- To reduce unemployment
- To increase competition (gives consumers more choice)
- To increase output (economy benefits from this)
- To benefit society
- To make the business grow further
How?
| Business start-ups need | Support is given by |
|---|---|
| Business idea and help | Organizing training for entrepreneurs that gives advice, and support sessions offered by experienced business people |
| Premises | Enterprise zones, which provide low-cost premises |
| Finance | Loans for small businesses at low interest rates and grants if businesses start up in depressed areas of high unemployment |
| Labor | Grants to small businesses to train employees and help increase productivity |
| Research | Encouraging universities to make their research facilities available to new business entrepreneurs |
- A loan is a sum of money borrowed from a bank or govt. that must be paid back over an agreed period of time, usually with an extra cost called interest.
- A grant is a sum of money given to a business by a govt. or supporting organization that does NOT have to be paid back, provided the business uses it for the agreed purpose (such as setting up in a high-unemployment area).
Methods and limitations of measuring business size
Methods
- Number of employees: Easy to calculate and compare with other businesses.
- Value of output: Total financial revenue earned from selling goods.
- Volume of output: Physical quantity of units produced and sold.
- Capital employed: Total value of long-term capital investments (e.g. machinery, factories) inside the firm.
Limitations
- Number of employees: Some firms use production methods which employ very few people but produce high output levels. This is commmon for highly automated factories.
- Value of output: A high level of output does not mean that a business is large when using the other methods of measurement.
- Example: A firm employing few people might produce several highly expensive computers each year. This might give higher output figures than a firm selling cheaper products but more workers.
- Capital employed: Similar limitation to the number of employees. A company employing many workers may use labor-intensive methods of production, giving low output levels and use little capital equipment.
Why some businesses grow and others remain small
- Possibility of higher profits for the owners.
- More status and prestige for the owners and managers. Higher salaries are often paid to managers who control bigger businesses.
- Lower average costs.
- Larger share of its market. The proportion of total market sales it makes is greater, giving the business more influence when dealing with suppliers and distributors, and consumers are often attracted to the ‘big names’ in an industry.
Methods
- By internal growth:
- Internal growth occurs when a business expands its existing operations. Examples include creating brand-new products, and setting up websites to target new global markets.
- By external growth:
- External growth is when a business takes over or merges with another business. This is through a merger or a takeover.
Types of integration
- A merger is when the owners of two businesses agree to join their business together to make one business.
- Horizontal integration is when one business merges with or takes over another on ein the same industry at the same stage of production.
- Vertical integration is when one business merges with or takes over another one in the sam eindustry but at a different stage of production. Can be forward or backward.
- Forward is merging with a business at a later stage of production.
- Backward is merging with a business at an earlier stage of production.
Benefits and limitations
- Horizontal integration:
- Advantages: Reduces no. of competitors, opportunities for economies of scale, bigger share of the total market
- Disadvantages: High risk of management and staff culture clashes.
- Forward vert. integration:
- Advantages: Guaranteed outlet for its product, profit margin made by retailer is absorbed by expanded business, info about consumer needs and preferences are obtained by manufacturer.
- Disadvantages: Might lack operational experience running a retail sector shop.
- Backward vert. integration:
- Advantages: Guaranteed supply of important components, profit margin of supplier is absorbed by expanded business, supplier prevented from supplying other manufacturers, costs of components and supplies are controlled.
- Disadvantages: Managing raw material extraction requires totally different skills than final production.
Problems linked to growth
| Problem | How to overcome it |
|---|---|
| Diseconomies of scale (larger business is difficult to control it) | Operate the business in small units (decentralization) |
| Poor communication | Operate business in small units, use latest IT equipment and telecommunications |
| Expansion costs so much that business is short of finance | Expand more slowly (use profits from slowly expanding business to pay for growth) and ensure sufficient long-term finance is available |
| Integrating with another business is difficult (different ways of doing this) | Introducing a different management style requires good communicatoin with the workforce. They will need to understand the reasons for the change |
Why some businesses remain small
- Business usually remain small because of:
- the type of industry the business operates in
- the market size
- the owners’ objectives.
Type of industry
- Examples of industries where small businesses are common are hairdressing, window cleaning, convenience stores, car repairs, plumbers. Businesses in these industries offer personal services or specialized products.
- If they grew too large, it would be challenging to offer the close and personal service demanded by customers.
Market size
- If the total number of customers is small, the businesses are most likely going to remain small. This also applies to businesses that produce goods or services of a specialized kind because this only appeals to a limited number of consumers.
Owners’ objectives
- The business can remain small depending on the owners’ preferences. The owner might keep their business small because they have a close relationship with staff, or it is easier to manage and avoids stress.
Why businesses succeed or fail
| Success | Failure |
|---|---|
| Excellent management skills | Lack of management skills |
| High demand and product that meets consumer needs | Unplanned changes in business environment |
| Economic opportunities | Liquidity problems or poor financial management |
| Strong financial capital | Over-expansion |
Human Resource Management (HRM)
Recruiting and selecting employees
- Recruitment is the process from identifying that the business needs to employ someone up to the point at which applications have arrived at the business.
- Internal recruitment is when a vacancy is filled by someone who is an existing employee of the business.
- External recruitment is whena vacancy is filled by someone who is not an existing employee and will be new to the business.
- Employee selection is the process of evaluating candidates for a specific job and selecting an individual for employment based on the needs of the organization.
Stages
- Vacancy arises
- Job analysis: Identifies and records the responsibilities and tasks relating to a job.
- Job description: Outlines the responsibilities and duties to be carried out by someone employed to do a specific job.
- Job specification: A document which outlines the requirements, qualifications, expertise, physical characteristics, etc. for a specified job.
- Job advertised in appropriate media
- Application forms and shortlisting
- Interviews and selection
- Vacancy filled
Selection methods
- Curriculum vitae (CV), resumés, application forms: A summary of a person’s qualifications, experience and qualities, written in a standard format.
- Interviews: A series of questions asked to someone face-to-face or virtually. Used to assess personality, communication skills, and cultural fit.
- Testing/assessment centers: Aptitude tests, or practical skills tasks to prove capabilities under pressure.
- References: Statements from previous employers confirming reliability and performance history.
Internal and external recruitment
| Recruitment Type | Advantages | Disadvantages |
|---|---|---|
| Internal | Cheaper and quicker, candidate already knows culture, motivates current staff because there is a chance for promotion | No new ideas brought in, creates another vacancy, can cause jealousy/conflict |
| External | Brings in new skills, fresh perspectives, insights, avoids internal conflicts, more applicants to choose from | High advertising and recruitment agency fees, longer induction/training period needed, risk of hiring someone who doesn’t fit in the culture |
Employment contracts and legal controls
Contents of an employment contract
- A contract of employment is a legal agreement between an employer and employee, listing the rights and responsibilities of workers.
- The content:
- name of employer and employee
- job title
- date of the start of employment
- working hrs.
- rate of pay + other benefits (e.g. bonus, sick pay, pension)
- date of payment
- holiday entitlement
- amt. of notice that the employer or employee must give to end the employment
Benefits
- For the employer:
- Reduces labor turnover because expectations are legally set.
- Protects trade secrets.
- Gives a clear framework if they need to dismiss an employee for poor performance.
- For the employee:
- Provides job security.
- Ensures they cannot be forced to work extra hrs. without clear pay structures.
- Serves as legal proof if they need to sue for unfair treatment.
Legal controls over employment issues
- Unfair dismissal is when an employer ends a worker’s contract of employment for a reason that is not covered by the contract.
- Discrimination at work is when the employer makes decisions that are based on ‘unfair’ reasons (e.g. skin color/race, different religion, opposite sex, age, disabled).
- Health and safety is required for businesses. Businesses should provide clean water, proper ventilation, safety gear, and adequate training.
- Legal minimum wage is the lowest hourly rate an employer can legally pay a worker.
Training
- The importance of training to:
- the business is that it increases productivity, reduces mistakes, improves customer service and makes the business more adaptable to technology changes.
- the employee is that it boosts job satisfaction, increases safety, reduces stress, and opens up promotion opportunities.
Types of training and advantages & disadvantages
| Type | Desc. | Advantages | Disadvantages |
|---|---|---|---|
| Induction | Intro given to a new employee, explaining the activities, customs, and procedures and introducing them to their fellow workers. | Workers settle in faster, prevents costly initial mistakes, understands company health & safety | Takes up time on day one, workers are paid while not yet producing anything |
| On-the-job | Watching a more experienced worker doing the job | Very cheap (no ext. fees), directly relevant to the exact machinery/tasks, remains productive | Bad habits can be passed down, trainee slows down the trainer’s output |
| Off-the-job | Being trained away from the workplace, usually by specialist trainers. | Taught by true experts, multi-skilled training with no distractions, high-quality development | Very expensive course fees, worker is away ∴ output drops to zero during training, employee might leave for a better job once trained |
Methods of Communication
Importance of communication
- Communication is the transferring of a message from the sender to the receiver, who understands the message.
- A message is the information or instructions being passed by the sender to the receiver.
- Effective communication is important because it:
- reduces errors
- speeds up decision making
- improves motivation
- strengthens customer relations
Internal and external communication
- Internal communication is between members of the same organization.
- Examples include:
- notices on a table/board
- someone asking a question
- phone call
- Examples include:
- External commmunication is between the organization and other organizations or individuals.
- Examples include:
- orders for goods from suppliers
- sending info to customers about prices and delivery times
- advertising goods or services
- asking customers to pay bills on time
- Examples include:
Methods of communication
| Method | Type | Advantages | Disadvantages |
|---|---|---|---|
| Meetings | Verbal | Allows immediate feedback, body language and tone can be read, good for brainstorming | Can take up too much working time, no permanent written record of what was said, hard to coordinate across time zones |
| Writtten | Fast, low cost and leaves a permanent record, can send large documents to multiple people instantly | Risk of information overload, vulnerable to security hacks/viruses, lack of personal connection | |
| Text messages | Written | Instant, direct, and high open rates, great for quick, urgent updates | Limited space for detailed info, can look unprofessional for external clients |
| Social media | Visual/written | Massive external reach to potential customers, dyanmic, interactive and relatively cheap | Public mistakes can ruin a brand’s reputation instantly, requires constant monitoring for negative comments |
| Phone calls | Verbal | Quick, personal, allows instant feedback, good for resolving tense issues | No written proof of conversation, can be distruptive if the receiver is busy |
| Posters & noticeboards | Visual | Cheap, eye-catching, stays up long-term, reaches a large internal audience passively | Easily ignored after a few days, one-way only (no mechanism for feedback) |
Communication barriers
- Communication barriers are factors that stop effective communication of messages.
| Barrier | Example | Problem | Solution |
|---|---|---|---|
| Problems with sender | Manager uses technical jargon | Receiver misinterprets instructions and makes errors | Use clear, everyday language. Train managers to adapt to their audience |
| Problems with medium | A printed poster is placed on a crowded, messy noticeboard | Message is unseen | Use direct, high-impact channels like text alerts or direct emails |
| Problems with receiver | Employee does not trust manager or is distracted | Worker ignores the directive, leading to poor morale or missed targets | Hold interactive, face-to-face meetings where two-way communication is required |
| Problems with feedback | No channel is provided for the receiver to ask questions | Sender assumes the message was understood when it actually fails | Mandate confirmation replies or include clear Q&A sessions at the end of briefings |
Motivating Employees
Why people work
- Motivation is the reason why employees want to work hard and work effectively for the business.
- People might work because of:
- money (to pay for necessities, luxuries)
- social needs, affiliation (feeling part of a group)
- esteem needs (self-importance)
- job satisfaction (feeling that you’ve done a good job)
- security (knowing that your job and pay are safe. unlikely to lose your job).
Benefits of a well-motivated workforce
- High productivity (output per worker) in a business usually comes from a highly motivated workforce that wants to work effectively, which results in profits. The main benefits are:
- high output per worker, keeping costs low and increase profits
- willingness to accept change
- two-way communication with management
- low labor turnover/a loyal workforce, reducing the cost of recruiting workers who leave
- low rates of abstenteeism, reducing the disruption caused by absence from work
- low rates of strike action, avoiding damage to customer relations.
The main motivational theories
Maslow
- Maslow’s hierarchy of needs covers the idea that money is not the only motivation to work. He produced a hierarchy of five needs.
- The idea of this theory is that a lower level MUST be satisfied BEFORE a worker can be motivated by the next level up of the hierarchy.
F.W. Taylor
- F.W. Taylor’s assumption is that workers were purely motivated by money or personal gain. Therefore, if workers were paid more, they will work more effectively.
- Taylor broke down factory workers’ jobs into simple processes and then calculated how much output they should be able to do in a day. If they produced this target output, they would be paid more money.
- Taylor saw employees rather like machines. When they were working hard, their productivity would be high, therefore labor costs would be low for each unit produced.
- THE ISSUE: Completely ignores the emotional and social sides of working. Makes jobs monotonous. Can cause high staff turnover and strikes in the long run.
Herzberg
| Motivators |
|---|
| achievement |
| recognition |
| personal growth/development |
| advancement/promotion |
| work itself |
| ‘Hygeine’ or ‘maintenance’ factors |
|---|
| status |
| security |
| work conditions |
| company policies & administration |
| relationship with supervisor |
| relationship with subordinates |
| salary |
- According to Herzberg, humans have two sets of needs:
- one is for the basic needs (the ‘hygiene’ factors)
- second is for a human being to be able to grow psychologically (the ‘motivatiors’).
- The ‘hygiene’ factors are things surrounding the job. This prevent dissatisfaction, but do NOT motivate. If these basic needs are not meant, workers will be deeply dissatisfied. Note that improving these will NOT make workers work harder, it stops them from complaining.
- The ‘motivators’ relate to the actual content of work itself. These factors help increase their productivity.
Methods of motivation (financial rewards)
Wages
- A wage is payment for work, usually paid weekly.
- Wages are a variable cost for the business. This is because they depend on hrs. worked/pcs. made.
Time rate
- *Time rate is the amount paid to an employee for one hour of work.
Piece rate
- Piece rate is an amount paid for each unit of output.
- Advantage: High output. Fast workers earn more.
- Disadvantage: Workers rush, dropping quality. Friction if machinery malfunctions and can’t produce.
Salaries
- A salary is payment for work, usually paid monthly.
- Salaries are a fixed cost for the business. It is calculated as an annual amount, split into 12 equal monthly payments, no matter how many hours are worked.
Bonuses
- A bonus is an additional amount of payment above basic pay as a reward for good work.
Commission
- Commission is payment relating to the number of sales made.
- Advantage: Great for motivating sales staff to actively pursue customers.
- Disadvantage: Can lead to pushy sales tactics that ruin customer relations. Unstab;e income for staff if economy drops.
Profit sharing
- Profit sharing is a system whereby a proportion of the company’s profits is paid out to employees.
- Advantage: Aligns worker goals with company goals (everyone wants the business to succeed).
- Disadvantage: Individual effort isn’t directly rewarded. Lazy staff receive same share as hard workers.
Fringe benefits
- Fringe benefits are non-cash perks that have financial value.
Methods of motivation (non-financial)
- Job satisfaction is the enjoyment derived from feeling that you have done a good job.
Job rotation
- Job rotation involves workers swapping aroud and doing each specific task for only a limited time and then changing around again.
- Advantage: Reduces boredom. Creates a multi-skilled workforce, making it easy to substitute for absent staff.
- Disadvantage: Does not actually increase the skill level of the job. It’s just moving from one boring task to another.
Job enrichment
- Job enrichment involves looking at jobs and adding tasks that require more skill and/or responsibility.
- Advantage: Satisfies Maslow’s esteem/self-actualization needs. Prepares workers for promotion.
- Disadvantage: Some workers do not want extra responsibility and may feel stressed or demand higher pay.
Autonomous work groups or teamworking
- Teamworking involves using groups of workers and allocating specific tasks and responsibilities to them.
Training
- Training is the process of improving a worker’s skills.
Opportunities for promotion
- Promotion is the advancement of an employee in an organization, for example, to a higher job/managerial level.
Organization and Management
Simple organizational structures
- An organizational structure refers to the levels of management and division of responsibilities within an organization.
Operations
- Responsible for making the product or providing the service.
- Examples include:
- manufacturing
- quality control.
Marketing
- Responsible for market research, advertising, pricing, and sales.
Finance
- Handles budgeting, cash flow tracking, invoicing, and preparing financial statements.
Human Resources (HR)
- Manages recruitment, selection, training, contracts, and workforce welfare.
Simple hierarchical structures
Tall and flat levels of hierarchy
- The levels of hierarchy are the number of layers of authority from the top manager down to the lowest worker.
- Tall structures have many levels of hierarchy, a long chain of command, but a narrow span of control.
- Flat structures have few levels of hierarchy, a short chain of command, but a wide span of control.
Chain of command
- The route or path through which orders and communication are passed down from senior management to lower-level workers.
Span of control
- The exact number of subordinates (workers) working directly under a single manager.
Different ways of flexible working
Home working
- Employees complete their tasks from their own residences, reducing office rent and utility costs for the firm and cuts commute stress for workers.
Flexible hours
- Allows staff to choose their start and end times as long as core hours are met, which improves employee work-life balance.
Part-time and full-time employees
- Part-time employment is often considered to be between 1 and 30-35 hours a week.
- Full-time employees will usually work 35 hours or more a week.
| Type | Advantages | Disadvantages |
|---|---|---|
| Full-time | High loyalty and deep understanding of the firm, always available during standard business operations | High fixed costs (salaries must be paid even on slow seasons) |
| Part-time | Highly flexible (can be scheduled only during peak demand), fewer benefits required | Less committed to the long-term goals of the company, harder to coordinate team meetings |
Functions of management
POCCC (Planning, Organizing, Coordinating, Commanding, Controlling)
- Planning is to set clear goals for the future and deciding how to reach them.
- Organizing is allocating resources, equipment, and tasks to the right departments or people.
- Coordinating is ensuring all departments work smoothly together to avoid conflicting actions.
- Commanding is to guide, instruct, and lead staff to ensure they get their daily work done.
- Controlling is checking actual business performance against original targets and taking corrective action if things go wrong.
Delegation
- Delegation means giving a subordinate the authority to perform particular tasks.
Advantages for the manager
- Frees up their time to focus on strategic planning.
- Helps them identify which subordinates are ready for promotion.
Advantages for the subordinate
- Boosts motivation (satisfies esteem needs)
- Provides valuable hands-on training for future roles.
Disadvantages
- If the subordinate lacks skills, the task might be completed poorly, or they might feel overly stressed by the extra workload.
Leadership styles
- Leadership styles are the different approaches to dealing with people and making decisions when in a position of authority.
- The main leadership styles are:
- autocratic
- democratic
- laissez-faire
Autocratic leadership
- Autocratic leadership is where the manager expects to be in charge of the business and to have their orders followed.
- Best for: Crisis situations, fast-food kitchens, or managing unskilled workers where quick decisions are critical.
- Drawback: Drastically lowers worker morale and creativity.
Democratic leadership
- Democratic leadership gets other employees involved in the decision-making process.
- Best for: Highly skilled professionals where creative input improves the final output.
- Drawbacks: Decision-making becomes much slower.
Laissez-faire leadership
- Laissez-faire leadership makes the broad objectives of the business known to employees, but then they are left to make their own decisions and organize their own work.
- Best for: Research labs or creative design studios with highly independent, self-motivated experts.
- Drawback: Can lead to a complete lack of direction or coordination if the team lacks discipline.
Why reducing the size of a workforce may be necessary
Downsizing
- Downsizing is the deliberate process of reducing the total number of employees a business employs to cut operating costs and improve structural efficiency.
- Downsizing happens due to:
- Automation: Replacing human labor with mechanical machinery or computerized automation systems to boost output speeds and cut long-term operational costs.
- Reduced demand: Falling sales due to economic recession or shifting consumer tastes mean fewer workers are needed to handle output.
- Need to lower costs: Facing fierce competitor prices forces a firm to cut its wage bill to protect profit margins.
Redundancy and dismissal
- Redundancy is when an employee is no longer needed and so loses their job. It is not due to any aspect of their work being unsatisfactory.
- Dismissal is when employment is ended against the will of the employee, usually for not working in accordance with the employment contract.
Role of trade unions
- A trade union is a group of employees who have joined to ensure their interests are protected.
Benefits
- Strength in numbers when negotiating wages and working hours with employers.
- Improved conditions of employment, such as rates of pay, holidays and working hrs.
- Improved environment and safety where people work, such as health & safety, noise, and heating.
- Legal protection, providing free legal advice and representation if an employee faces unfair dismissal or discrimination from management.
- Improved job satisfaction by encouraging training.
- More secure employment where there is a closed shop.
- A closed shop is when all employees must be a member of the same trade union.
Marketing Strategy
- A marketing strategy is a plan to combine the right combination of the four elements of the marketing mix for a product or service to achieve a particular marketing objective(s).
Importance of the different elements in the marketing mix
Product
- The product must align with a premium quality and unique selling points.
- The business should consider what type of product the target market likes, if the product is innovative or existing, and if the product needs to be changed to meet consumer wants.
Price
- The price must be reasonable and can establish a high price to reflect high quality, therefore consumers are willing to purchase it as a novelty factor.
- The business should also take competitors prices into consideration, and decide what pricing strategy to use (e.g. competitive, penetration).
Place
- The business must consider how the target market should buy its products, and where should it be sold, what channels of distribution should be used, and what channels of distributions competitors use.
Promotion
- The business must consider what method they should use to promote the product to attract the target market, what methods competitors use, and check the budget available to promote the product.
Recommending and justifying a marketing strategy
- Consider and develop these points for your answer.
- Marketing objective, for example, is it to increase sales or to launch new products?
- Marketing budget, for example, can TV advertising be afforded or would social media be more cost effective?
- Target market, for example, high-income consumers or families with young children?
- Balanced marketing mix, for example, do all four elements of the mix fit together and tell the same story about the product?
The Marketing Mix: Place
- After deciding on the product, price and promoting the product, the business has to actually sell the product to the consumer. The business must ensure that the product or service must be available where and when the customers want to buy it. Businesses should consider how and where consumers can buy the product and how will it affect how well it will sell.
Distribution channels
- A distribution channel is the means by which a product is passed from the place of production to the customer.
- These are the main distribution channels used:
- producer -> consumer
- producer -> retailer -> consumer
- producer -> wholesaler -> retailer -> consumer
- producer -> agent -> wholesaler -> retailer -> consumer
Direct to consumers
- Advantages:
- Very simple. Manufacturers selling directly to consumer.
- Suitable for certain products (e.g. specific types of food) which are sometimes sold straight from the farm.
- Lower price if sold directly to customers (cuts out wholesaler/retailer).
- Products can be sold by mail order catalogue or via the internet.
- Disadvantages:
- Usually impractical for most products because the consumers probably do not live near to the factory and could not go there to buy the products.
- May not be suitable for products that can’t be easily sent by post.
- Can be very expensive to send products by post or courier, ∴ may not be cost effective.
Using retailer as only intermediary
- Advantages:
- Producer sells large quantities to retailers.
- Reduced distribution costs compared to selling directly to consumers.
- Disadvantages:
- No direct contact with customers.
- Price is often higher than direct selling as the retailer has to cover its costs and make a profit.
Using a wholesaler and retailer as intermediaries
- The wholesaler performs the function of breaking bulk, where wholesalers buy products from manufacturers in large quantities and then divide up the inventory into much smaller quantities for retailers to buy.
- Advantages:
- Wholesaler saves storage space for small retailer and reduces storage costs.
- Small retailers can purchase fresh products in small quantities from wholesaler because they have a relatively short shelf life before they deteriorate.
- Wholesaler may give credit to retail customers so they can take the goods straightaway and pay at a later date.
- Wholesaler can give advice to small retailers about what is selling well. They can also tell the manufacturer what is selling well.
- Disadvantages:
- May be more expensive for the small shop to buy from a wholesaler than if it bought straight from the manufacturer.
- Wholesaler may not have full range of products to sell.
- Takes longer for fresh produce to reach the shops, so may not be as good quality.
- Wholesaler may be a long way from the small retailers.
- The consumer price is often higher than direct selling as both the wholesaler and retailer have to cover costs and make a profit.
- Without a wholesaler, a manufacturer has to process many orders from retailers.
- With a wholesaler, a manufacturer has less paperwork.
Using an additional intermediary such as an agent
- An agent is an independent person or business that is appointed to deal with the sales and distribution of a product or range of products.
- Advantages:
- Manufacturer may not know the best way to sell the product in other markets.
- Agents will be aware of local conditions and will be in the best position to select the most effective places in which to sell.
- Disadvantages:
- Producer has less control over the way the product is sold to customers.
The Marketing Mix: Price
- When deciding a price for either an existing product or a new product, the business must be very careful to choose a price which will fit in twith the rest of the marketing mix for the product. Business must be careful when considering a pricing strategy for the specific type of product being sold to consumers.
Pricing methods
Cost-plus pricing
- DEFINITION: The cost of manufacturing the product plus a profit mark-up. It involves estimating how many units of the product will be produced, calculating the total cost of producing this output, and adding a percentage mark-up for profit.
- Benefits:
- Easy to apply the method.
- Different profit mark-ups could be used in different markets.
- Each product earns a profit for the business.
- Limitations:
- If the selling price is higher than competitors’ prices, businesses can lose sales.
- A total profit will only be made if sufficient units of the product are sold.
- No incentive to reduce costs. Any increase in costs is just passed on to the customer as a higher price.
- Benefits:
Competitive pricing
- DEFINITION: When the product is priced in line with or just below competitors’ prices to try to capture more of the market.
- Benefits:
- Sales are likely to be high since the price is at a realistic level and the product is not under- or over-priced.
- Avoids price competition, reducing profits for all businesses in the industry.
- Used when it is difficult for consumers to distinguish between products of different businesses.
- Limitations:
- If *costs of production for a business are higher than those of competitors (maybe due to higher quality), then a competitive price could lead to losses being made.
- A higher quality product might need to be sold at a price above competitiors’ prices to give it a higher quality image.
- Detailed research would be needed into what prices competitors are charging, and this research costs time and money.
- Benefits:
Penetration pricing
- DEFINITION: When the price is set lower than the competitors’ prices in order to be able to enter a new market.
- Benefits:
- Used for newly launched products to create an impact with customers.
- Should ensure that sales are made and the new product enters the market successfully.
- Market share should build up quickly.
- Limitations:
- Product is sold at a low price and therefore profit per unit may be low.
- Customers might adapt to low prices and can reject the product if the business starts to raise the price after the product’s early success.
- Might not be appropriate for a branded product known for quality.
- Benefits:
Price skimming
- DEFINITION: Where a high price is set for a new product on the market. This is mainly used for a product that is a new invention, or a new development of an old product, ∴ it can be sold on the market at a high price and people are willing to purchase this at a high price because of the novelty factor.
- Benefits:
- Can help establish the product as being of good quality.
- High research and development costs can be rapidly regained from the profit made on the product at the high price.
- If the product is unique, a high price will lead to profits being made before competitors launch similar products ∴ the price has to be reduced.
- Limitations:
- High price can discourage some potential customers from buying it.
- High price and high profitability may encourage more competitors to enter the market.
- Benefits:
Promotional pricing:
- DEFINITION: When a product is sold at a very low price for a short period of time. Businesses might be using this to increase short-term sales.
- Benefits:
- Useful for getting rid of unwanted inventory that will not sell.
- Can help renew interest in a product if sales are failing (e.g. during an economic recession).
- Limitations:
- Revenue will be lower because price of each item is reduced.
- Might lead to a price competition with competitors, so the business might have to reduce prices again.
- Benefits:
Price elasticity of demand
- Price elastic demand is where consumers are very sensitive to changes in price. For example, if the price of a chocolate bar rose by 5%, they might find alternative chocolate bars and sales might fall by 15%. The percentage change in quantity demanded is greater than the percentage change in price.
- Price inelastic demand is where consumers are not sensitive to changes in price. For example, if electricity prices rose by 15%, it would not cause much of a fall in sales (perhaps 5%) as most consumers will carry on buying the product at the higher price. The percentage change in quantity demanded is less than the percentage change in price.
Impact of psychology on price decisions
- A very high price for a high quality product may mean that high-income customers wish to purchase it as a status symbol.
- If a price is set just below a whole number (e.g. 99 cents instead of 1 dollar) creates the impression of a very cheap product.
- Supermarkets may charge low prices for products purchased on a regular basis, which will give customers the impression of being given good value for money.
- Repeat sales are often made when the price reinforces consumers’ perceptions of the product. This may be its brand image when the price is set high.
Using different pricing methods for the same product
- Many businesses sell their products using different pricing methods for different segments of the market or at different times. This is often called dynamic pricing.
- Dynamic pricing is when businesses change product prices, usually when selling online, depending on the level of demand.
The Marketing Mix: Product
Common Definition
- The marketing mix is a term which is used to describe all the activities which go into marketing a product or service. These activities are summarized as the four P’s:
- Product, applying to the good or service itself (design, features, quality). Business have to consider how the product compares to other competitors’ products, the packaging to help identify it, and if it’s a service, the service should be better than the rivals’ services.
- Price, the cost at which the product is sold to the customer. A comparison must be made with the prices of competitors’ products. This should cover costs.
- Place, the channels of distribution that are selected. Business should consider how the product will get into the market and to the customer that wants to use the product. The manufacturer should also consider if the product is sold to shops that sell to the public or to wholesalers or to customers directly.
- Promotion, how the product is advertised. The advertising media is considered when promoting. It includes discounts that may be offered or any other types of sales promotion (e.g. money-off vouchers or free gifts)
- (Remember these, as they are important to understand the activities mentioned in the marketing mix.)
Benefits and limitations of developing new products
Benefits
- Unique selling point: The special feature of a product that differentiates it from the products of competitors.
- Diversification for the business, giving it a broader range of products to sell.
- Allows the business to expand into new markets.
- Allows the business to expand into existing markets.
Limitations
- There are costs of carrying out market research and analyzing the findings.
- There are costs of producing trial products, including the costs of wasted materials.
- Lack of sales if the target market is wrong.
- Loss of company image if the new product fails to meet customer needs.
Importance of brand image
- A brand name is the unique name of a product that distinguishes it from other brands.
- Advertising and other promotions will constantly refer to this brand name and will make consumers aware of the qualities of the product to try to persuade them to buy it.
- Brand loyalty is when consumers keep buying the same brand again and again instead of choosing a competitor’s brand.
- Brand image is an image or identity given to a product which gives it a personality of its own and distinguishes it from its competitors’ brands.
The role of packaging
- Packaging is the physical container or wrapping for a product. It is also used for promotion and selling appeal.
- These are the main considerations of packaging:
- It must be suitable for the product.
- It should protect the product.
- It should not allow the product to spoil.
- It has to allow the product to be used easily.
- It has to be suitable for transporting the product from the factory to the shops (should not be too delicate or else the product could easily get damaged).
- The packaging has to appeal to the consumer, therefore the color and shape of the container is very important.
- The labels on some products must, as a legal requirement, carry important information about the product (e.g. how to store it, expiry dates, ingredients that it contains).
The product life cycle
- The product life cycle describes the stages a product will pass through from its introduction, through its growth until it is mature, and then finally its decline.
- Development
- Product is developed.
- Testing prototype.
- Market research is carried out before product is launced on to market.
- No sales.
- Introduction
- Slow sales growth initially because consumers don’t know product is on market.
- Informative advertising is used until product is known.
- Price skimming may be used if product is a new development and there are no competitors.
- No profits made because no development costs are covered yet.
- Growth
- Advertising transitions to persuasive advertising to encourage brand loyalty.
- Slightly reduced prices as new competitors enter market to take some customers.
- Profits are made as development costs are covered.
- Maturity
- Sales now slowly increase.
- Intense competition.
- Pricing strategies are now competitive or promotional pricing.
- Lots of ads to maintain sales growth.
- Profits are at their highest.
- Saturation
- Sales are now stabilized at their highest point.
- High competition but no new competitors.
- Profits start to fall as sales are static.
- Prices have to be reduced to stay competitive.
- Decline
- Sales decline as new products come along or because product loses appeal.
- Product is usually withdrawn from market when sales become so low and prices have been reduced so far that it becomes unprofitable to produce product.
- Advertising is reduced then stops.
Graph
How stages of the product life cycle influence marketing decisions
- Pricing
- A branded product is likely to be sold at a high price when it is first introduced to the market. A low price could give the wrong message about quality.
- Prices are likely to be relatively higher than those of competitors in the growth stage as the product may still be newer than those of rivals.
- In the saturation or maturity stage, when the business will want to try to stop sales declining, the price is likely to be reduced as competitors may have launched newer versions of their own products.
- Some substantial price discounts might be offered during the decline stage, especially if the business does not plan to extend its life.
- Promotion
- Spending on production is higher than the introduction because the business needs to inform consumers of the product. A clear identity needs to be established if the product is a completely new brand.
- Advertising will be used less when the product has become well known or if the business wants to spend budget on marketing for other products.
- Promotion spending might be increased again if the business decides to implement an extension strategy.
- An extension strategy is a way of keeping a product at the maturity stage of the life cycle and extending the cycle.
The Marketing Mix: Promotion
- Promotion is where marketing activities aim to raise awareness of a product or brand, generating sales and helping to create brand loyalty.
The aims of promotion
- These are the aims of promotion:
- to inform people about particular issues, often used by the government
- to introduce new products on to the market
- to compete with competitors’ products
- to create a brand image
- to increase sales
- to improve the company image.
Different forms of promotion
- Advertising can be either informative or persuading.
- Advertising is paid for communication with potential customers about a product to encourage them to buy it.
- Informative adverising is where the emphasis of advertising or sales promotion is to give full information about the product.
- Persuasive advertising is advertising or promotion which is trying to persuade the consumer that they really need the product and should buy it.
Process of advertising
- Set objectives.
- The business will have to decide the purpose of the advertising.
- Is it to capture a new market?
- is it to increase market share?
- Is it to improve the image of the company?
- Is it to create or improve a brand image?
- The business will have to decide the purpose of the advertising.
- Decide the advertising budget.
- The business will need to decide how much to spend on advertising. Too much = money wasted, too little = less effective advertising.
- For cost-effectiveness, the business can predict how much sales will be in the future and then spend a percentage of the predicted sales on advertising the product.
- Using this method, the expense of advertising is related to the revenue brought in by the sales of the product.
- Sometimes the budget will be set by how much competitiors spend on advertising.
- The budget is also decided by how much the business can afford to spend, true for small businesses.
- Create an advertising campaign.
- The business will need to decide what sort of advertising campaign to run. For example, will the ads need to attract young people?
- The target audience refers to people who are potential buyers of a product or service. The target audience and the purpose of the advertising are considered when making a campaign.
- Select the media to use.
- The business will need to decide which is the best type of advertising media to use. The target audience determines the suitable form of media. They need to ensure it reaches the target audience.
- For cost-effectiveness, it is better to choose a cheaper, suitable medium if the target audience isn’t a part of the mass market. It would be pointless to use a popular medium such as television if your target audience is a part of a niche market.
- Evaluate the effectiveness of the campaign.
- The business needs to see if sales have increased as a result of the advertising campaign or see if the product’s brand image has improved. For example, has the campaign met its objective?
Types of advertising media
TV
- Advantages:
- Will go to millions
- Can be shown in a favorable, attractive way
- Reaches biggest number of consumers and can reach a target audience by advertising at the correct times where the audience might be watching
- Disadvantages:
- Expensive
- Some usually download films/music and may not watch TV programmes
Radio
- Advantages:
- Cheaper than TV
- Reaches large audience
- Uses memorable song or tune so ad can be remembered
- Disadvantages:
- No visual message
- More expensive than other media
- Ad needs to be remembered since there is no hard copy of the ad
- Audience is still smaller than TV
Newspapers
- Advantages:
- National newspapers are bought for specific people, ∴ ad can be selected for those specific people
- Large number read newspapers
- Cheap to place ads, cost-effective
- Ads are permanent
- Lot of info can be put in ad
- Disadvantages:
- Newspaper ads are often only in black and white ∴ not very attractive, especially if the ad is small
- Young people don’t read newspapers
Magazines
- Advantages:
- Magazines are read by a specific type of person or business, ∴ ad can be used to reach target audience
- Ads are in color, making it look attractive
- Disadvantages:
- Only published once a month/week
- More expensive than newspapers
Posters/billboards
- Advantages:
- Permanent
- Relatively cheap
- Seen by many who passes them
- Disadvantages:
- Can easily be missed as people pass them
- No detailed info can be included
Cinema, DVD and Blu-ray discs
- Advantages:
- Can give visual image of the product and show the product in a positive way
- Relatively low cost
- Can be very effective if the target audience goes to see particular films
- Disadvantages:
- Seen by only a limited number of people who go to watch the film or buy the DVD or Blu-ray disc
Leaflets
- Advantages:
- Cheap
- Given out in street/wide range of people
- Direct mail (delivered door to door or mailed to a large number of people)
- Can contain a money-off voucher to encourage the reader to keep reading the ad
- Ads are permanent and can be kept for future reference
- Disadvantages:
- May not be read
- Can be annoying and put customers off buying the product
Internet
- Advantages:
- A large amount of info can be placed on a website, which can be seen by many people at home and abroad
- Orders can be made instantly via the website
- Direct mail sent via email is cheap
- Disadvantages:
- Internet searches may miss the website
- Internet is limited in some places
- Lot of competition from other websites
- Security issues may discourage customers from buying online
Other forms of publicity
- Advantages:
- Very cheap form of advertising
- Disadvantages:
- May not be seen by target market
Sales promotion
- Sales promotions are incentives such as special offers or special deals aimed at consumers to achieve short-term increases in sales.
Methods
- After-sales service
- Gifts
- BOGOF
- Price reductions
- Competitions
- Point-of-sale displays and demonstrations
- Free samples
- Product placement
Technology and the Marketing Mix
How technology influences the marketing mix
- Social media marketing is a form of internet marketing that involves creating and sharing content on social media networks in order to achieve marketing and branding goals.
- It includes activities such as posting text and image updates, videos, and other content that achieves audience engagement, as well as paid social media advertising.
- Viral marketing is when consumers are encouraged to share information online about the products of a business.
- e-commerce is the ‘online’ buying and selling of goods and services using computer systems linked to the internet and apps on mobile phones.
- Examples of e-commerce are:
- mobile phone/internet banking
- online shopping
- online ticketing
- Examples of e-commerce are:
e-commerce for businesses
Advantages
- Websites can be used to promote the company and its products worldwide much more cheaply than other forms of marketing (e.g. setting up shops in many countries).
- Orders can be taken via the internet and sent directly to the warehouse for dispatch.
- Consumers might be encouraged to purchase more products than intended by attractive and easy-to-follow websites (e.g. links to other products that could be bought with the original purchase).
- Can easily make online purchases of supplies and materials from other businesses, called business-to-business (B2B) e-commerce.
- Selling onlinme makes dynamic pricing much easier for businesses.
Disadvantages
- Since many businesses are now offering e-commerce websites, the competition is very high. If a business charges higher prices than competitiors, consumers can easily find an alternative.
- Website design must be very clear, attractive, and easy to handle. Website designs can be expensive, and frequent updates add more costs.
- Transport costs per product sold are likely to be higher than selling through traditional shops. The business has to consider whether the consumer has to pay for these costs, or if that becomes uncompetitive for the business.
- No face-to-face contact, which does not give the business useful market research feedback.
- Consumers in most countries have the legal right to reject goods brought through e-commerce because they have not seen, touched, or worn the actual good. Returns can add to business costs.
- A large warehouse + efficient inventory control system is essential to fulfil consumers’ orders accurately and efficiently despite not needing to establish shops in many countries.
- e-commerce is not suitable for businesses that sell personal services because this may require face-to-face service for consumers
e-commerce for consumers
Advantages
- No need to leave the house to go shopping, allowing for convenience.
- Comparisons between prices and products or services offered can be easily made by going from one website to another, or using price comparison websites.
- Payment by credit or debit card is easy.
- Consumers can now easily access products and services from businesses located abroad. This would be expensive without e-commerce.
- Consumers can buy some products for prices much lower than they would be without the competition of e-commerce.
- Customers can buy parts or components from manufacturers without the addition of retailers’ profit margin.
- Packaging and transport costs have fallen due to competition on the internet, making it cheaper to buy from abroad now.
Disadvantages
- Consumers need access to the internet to see and purchase products or services.
- Computer systems failures or weak internet connections can result in frustrated consumers who are unable to access websites or make their purchases.
- Products can’t be seen, touched or tried on and returning products because they are unsuitable is often inconvenient.
- No face-to-face contact with sales staff so it can be difficult to find out more info about the good or service being sold other than that which is provided on the website.
- Note that in the book it is quite old. It is now possible to email, call, or make meetings with these sales staff.
- Many consumers are concerned about identity theft or fraudulent use of credit cards if they buy goods online.
- *Again, the book is quite old. Security systems have significantly improved.
Accuracy & limits
Changing the subject
Simultaneous equations
Formula Sheet
Motion, forces, and energy
Average speed
v = d/t
- v = speed (m/s)
- d = distance (m)
- t = total time (s)
Acceleration
a = change in speed / t or a = (v - u) / t
- a = acceleration (m/s²)
- v = final velocity (m/s)
- u - initial velocity (m/s)
- t = time taken (s)
Weight
W = mg
- W = weight (N)
- m = mass (kg)
- g = acceleration due to gravity (9.8m/s², or 10m/s²)
Density
p = m/V
- p = density (kg/m³, or g/cm³)
- m = mass (kg or g)
- V = volume (m³ or cm³)
Force
*F = ma
- F = resultant force (N)
- m = mass (kg)
- a = acceleration (m/s²)
Moment
Moment = Fd
- Moment = turning effect (Nm)
- F = force (N)
- d = perpendicular distance from pivot (m)
Momentum
p = mv
- p = momentum (kg m/s)
- m = mass (kg)
- v = velocity (m/s)
Impulse
Impulse = change in momentum or F x change in time or m(v - u)
- F = resultant force (N)
- v = final velocity (m/s)
- u = initial velocity (m/s)
Kinetic energy
Ek = 1/2mv²
- Ek = kinetic energy
- m = mass (kg)
- v = speed (m/s)
Gravitational potential energy
Ep = mgh
- Ep = gravitational potential energy
- m = mass (kg)
- g = gravitational field strength (N/kg)
- h = change in height (m)
Work done
W = change in energy or Fd
- W = work done (J)
- F = force (N)
- d = distance moved in direction of force (m)
Power
P = W/t or change in energy / t
- P = power (J/s or W)
- W = work done (J)
- t = time taken (s)
Efficiency
Efficiency = useful / total
- Expressed as % or decimal.
Pressure
p = F/A
- p = pressure (Pa or N/m²)
- F = force (N)
- A = surface area (m²)
Thermal physics
Boyle’s law (gas pressure)
P1V1 = P2V2
- P1, P2 = initial and final pressures (Pa or atm)
- V1, V2 = initial and final volumes (m³ or cm³)
- (Constant mass and temp.)
Specific heat capacity
c = change in energy / m x change in temperature
- c = specific heat capacity (J/(kg C°))
- m = mass (kg)
Waves
Wave equation
v = fλ
- v = wave speed (m/s)
- f = frequency (Hz)
- λ = wavelength (m)
Frequency and period
f = 1/T
- f = frequency (Hz)
- T = time period for one wave (s)
Refractive index (angles)
n = sin i / sin r
- n = refractive index
- i = angle of incidence
- r = angle of refraction
Refractive index (speed)
n = c/v
- n = refractive index
- c = speed of light in air/vaccum (3.0 x 10⁸ m/s)
- v = speed of light in medium (m/s)