Industrial Chemistry: Polymers, Corrosion, and Water Analysis
Preparation and Applications of PMMA
Poly(methyl methacrylate) (PMMA), also known as acrylic glass, is prepared by the addition polymerization (free radical mechanism) of Methyl Methacrylate (MMA) monomers using a benzoyl peroxide initiator at 60°C–80°C.
Reaction:
n[CH2=C(CH3)COOCH3] —Peroxide/Δ→ [—CH2—C(CH3)(COOCH3)—]n
The peroxide decomposes into free radicals, opening the double bond of the MMA to form a linear polymer chain.
Properties: High optical clarity (92% light transmission,
Read MoreArchitect Interview Success: Technical and BIM Skills
Tell Me About Yourself
VERSIÓN BREVE |
Core C Language Fundamentals and Practical Programs
C Program to Find the Largest of Three Numbers
#include <stdio.h>
int main() {
int a, b, c;
printf("Enter three numbers: ");
scanf("%d %d %d", &a, &b, &c);
if (a >= b && a >= c) {
printf("%d is the largest.\n", a);
} else if (b >= a && b >= c) {
printf("%d is the largest.\n", b);
} else {
printf("%d is the largest.\n", c);
}
return 0;
}C Program to Check Positive, Negative, or Zero
#include <stdio.Read More
Lanthanide Separation, Trans Effect, and Inner Sphere Mechanism
Separation of Lanthanides by Ion Exchange
Lanthanides are challenging to separate due to their similar chemical properties and common +3 oxidation state. Due to lanthanide contraction, their ionic radii decrease gradually from La³⁺ to Lu³⁺. The ion exchange method is highly efficient for the purification of individual lanthanides.
Principle
This method relies on slight differences in the stability of complexes formed with agents like EDTA, ammonium citrate, or α-hydroxyisobutyric acid (α-HIBA)
Read MoreCorporate Finance Principles: Agency, Bonds, and Valuation
A1. The Agency Relationship in Public Companies
An agency relationship exists when a principal hires an agent to make decisions on their behalf. In a publicly listed company, shareholders are the principals (owners), and managers and directors are the agents (operators).
Why It Arises
It stems from the separation of ownership and control. Listed companies have thousands of dispersed shareholders who delegate management to professionals.
The Agency Problem
Managers may pursue personal interests over shareholder
Read MoreProbability Formulas and Combinatorics Reference
Probability Formulas and Counting Techniques
1. Basic Probability Rules (7.2)
Probability of an Event: P(A) = (Number of favorable outcomes) / (Total number of outcomes) = n(A) / n(E)
Probability Range: 0 ≤ P(A) ≤ 1
P(A) = 0 means the event is impossible.
P(A) = 1 means the event is certain to occur.
Complementary Events (Not A): P(A’) = 1 – P(A) OR P(A) + P(A’) = 1
General Addition Formula (For any two events A and B): P(A ∪ B) = P(A) + P(B) – P(A ∩ B)
Mutually Exclusive Events: If A and B cannot
Comprehensive Environmental Studies Notes for Students
Here is the extracted text from the study sheet, organized line-by-line and section-by-section to match the original document’s structure:
Environmental Studies Complete Study Sheet
Pure Black & White Printing Edition | 100% Unabridged Text | Cut along Dashed Square Borders
Unit 1: Introduction to Environmental Studies
1. Multidisciplinary Nature of Environmental Studies
Environmental Studies is inherently multidisciplinary because understanding environmental issues requires knowledge from a wide
Read MoreVoluntary Winding Up: Companies Act 2017 Sections 361-369
Introduction
A company is an artificial legal person created under the Companies Act, 2017. Like a natural person, a company may also come to an end. The legal process through which a company ends its existence is called winding up. During this process, the company’s business is stopped, its assets are collected and sold, its debts and liabilities are paid, and any remaining property is distributed among the shareholders. After the completion of these legal formalities, the company is dissolved and
Read MoreComprehensive Business Management, Organization Design and Leadership Principles
1. Management Basics
Efficiency vs. Effectiveness
- Efficiency: Doing things right (maximizing output, minimizing inputs, costs, and waste).
- Effectiveness: Doing the right things (achieving goals and customer needs).
A combination of High Efficiency + High Effectiveness is ideal. Reaching goals but being wasteful means the process is effective but not efficient. Conversely, being cheap and fast with the wrong goal or product means it is efficient but not effective.
POLC Framework
- Planning: Establishing
English Writing Structures and Grammar Reference
Informal E-mail
From: [Your Email]
To: [Recipient Email]
Subject: [Brief Subject]
Hi ______,
It’s been ages! I’m really sorry I haven’t written lately, but I’ve been completely swamped. I hope everything’s going well with you.
Anyway, I just had to tell you about ____.
You’re not going to believe what happened. So, last ____ I decided to ____.
Write back soon and let me know how you’ve been. I’d love to hear all your news!
Take care,
Lots of love,
Paula
Grammar: Conditionals
- Present: 2nd Conditional
- Past: 3rd
