Calculus 3

Gradient: \nabla f = \langle f_x,\ f_y,\ f_z\rangle Directional derivative (unit vector u): D_uf = \nabla f\cdot u Unit direction from A→B: u = \frac{B-A}{\|B-A\|} Tangent plane to z=f(x,y): z - z_0 = f_x(x_0,y_0)(x-x_0)+f_y(x_0,y_0)(y-y_0) Critical points: Solve f_x=0, f_y=0. D = f_{xx}f_{yy} - (f_{xy})^2 Min if D>0,f_{xx}>0. Max if D>0,f_{xx}<0. Saddle if D<0.

General double integral: Type I (y inner): \int_a^b \int_{g_1(x)}^{g_2(x)} f\, dy\, dx

Type II (x inner):

\int_c^d \...

See on Wikiteka »

123123123

SIDE A: DATABASE, SQL & PHP INTEGRATION

1. SQL FUNDAMENTALS (Chapters 8 & 9)

  • Data Definition Language (DDL) - Structure

    • Create DB: CREATE DATABASE publications; USE publications;

Create Table:
SQL
CREATE TABLE users (

   id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,

   username VARCHAR(128),

   password CHAR(255) -- Fixed length best for hashes

) ENGINE MyISAM;

  • Alter Table:

    • ALTER TABLE users ADD email VARCHAR(255);

    • ALTER TABLE users DROP email;

    • ALTER TABLE

...

See on Student Notes »

cheat

eeeeeeeeeeeeeeeeeeeeeeee

Your question about national symbols feeling personally meaningful really made me pause, because even though I grew up balancing Chinese cultural traditions with my Catholic upbringing, there were moments when certain national events hit me in a deeper way than I expected. One moment that stands out was during the 2010 Vancouver Olympics. I was still young, but I remember how the entire country felt united in a way I had never experienced before—people cheering in the...

See on Student Notes »

CMAUN4

Marginal Costing: Meaning, Features and Advantages 


1. Meaning of Marginal Costing

Marginal costing is a costing technique in which only variable costs (direct materials, direct labour, variable overheads) are considered for product costing, while fixed costs are treated as period costs and charged directly to the Profit and Loss Account.

The marginal cost of a product refers to the additional cost incurred to produce one extra unit of output.
In formula form:

Marginal Cost = Prime Cost + Variable

...

See on Student Notes »

cmaun3

6. Explain Inter-process Profit and its treatment. (16 Marks)


Inter-process Profit and its Treatment (16 Marks)

Process costing is used in industries where production is continuous and passes through successive processes such as chemicals, textiles, petroleum, paper, or food processing. In such industries, the output of one process becomes the input of the next process. When this transfer of output takes place at a price above cost, the difference is called Inter-process Profit.


1. Meaning of

...

See on Student Notes »

cmoun2

1. Discuss the various methods of wage payment. 

An effective wage payment system is essential for improving labour productivity, controlling labour cost, and maintaining harmonious employer-employee relations. Wage payment refers to the method used for calculating compensation paid to workers in exchange for their labour services. The overall goal is to establish a system that is FAIR, MOTIVATIONAL, ECONOMICAL, and EFFICIENT.

Wage payment methods are broadly classified into Time-Based Systems,

...

See on Student Notes »

Benzene

Communication is a fundamental process involving the exchange of information, ideas, and feelings. Understanding its basic theories, the role of feedback, and principles for effectiveness is essential.
🗣️ Basic Theories of Communication
Communication theories provide frameworks for analyzing the process. They can be broadly categorized based on their perspective:
 * Linear Transmission Models: View communication as a one-way process where a sender transmits a message through a channel to a receiver,

...

See on Student Notes »

comun1

Meaning of Material Control

Material control refers to the systematic planning, purchasing, storing, and utilization of materials to ensure that the right quantity and quality of materials are available at the right time, place, and cost. It aims to regulate the flow of materials from the point of purchase to the point of consumption so that production runs smoothly without interruptions or excessive investment in inventory. Material control is an essential component of cost accounting as it directly

...

See on Student Notes »

HoneySing

UNIT – I

1. Objective of Cost Accounting

The primary objective of cost accounting is to determine the cost of products or services accurately so that management can make informed decisions. It helps in controlling costs by analyzing material, labor, and overhead expenses. Cost accounting also supports budgeting, cost reduction, price fixation, and profitability analysis. It enables comparison between standard and actual costs to identify variances and improve efficiency. Another objective is to

...

See on Student Notes »