Math

Top 30+ Essential Math Equations Every Student Should Know (With Examples)

๐ŸŽฏ Complete Math Micro-Lessons System

Arithmetic & Number Theory ๐Ÿงฎ

Algebra ๐Ÿ”ข

Geometry ๐Ÿ“

Trigonometry ๐Ÿ“ˆ

Calculus ๐Ÿ”„

Statistics & Probability ๐Ÿ“Š

Welcome to Complete Math Micro-Lessons! ๐Ÿš€

Click any category above to start your math journey!

Each lesson includes real-world examples, cool analogies, and fun challenges! ๐ŸŽฏ

โž• Addition: The Ultimate Combo Move!

โ‘  Why This Matters IRL

Ever wondered how you calculate your gaming loot or know if you've got enough cash for snacks AND a movie? That's addition working its magic! ๐Ÿ’ฐ Whether you're merging Spotify playlists or counting likes on your posts, addition is your ultimate team-up operation.

โ‘ก Concept Breakdown

Addition is like creating a super squad in your favorite game - you're combining different characters (numbers) to make one powerful team (sum). Think of it as "stacking" your inventory: if you've got 3 health potions and find 5 more, you're now rolling with 8! ๐ŸŽฎ

Formula: a + b = c where 'a' and 'b' are your numbers, and 'c' is your total.

โ‘ข Step-by-Step Example

Problem: 357 + 486 = ?

Step 1: Line up by place value
  357
+ 486
-----

Step 2: Add ones: 7 + 6 = 13 (write 3, carry 1)
Step 3: Add tens: 5 + 8 + 1 = 14 (write 4, carry 1)
Step 4: Add hundreds: 3 + 4 + 1 = 8
= 843 ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

25 + 34 = ?

Answer: 59

Medium ๐Ÿ’ช

576 + 238 = ?

Answer: 814

Hard ๐Ÿ”ฅ

7,839 + 4,267 = ?

Answer: 12,106

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

Three friends are saving up for a concert. Sarah has $45.75, Mike has $38.50, and Emma has $52.25. If tickets cost $150 each, how much more money do they need to buy all three tickets?

Solution:

Step 1: Add their current money: $45.75 + $38.50 + $52.25 = $136.50

Step 2: Calculate total ticket cost: $150 ร— 3 = $450

Step 3: Find the difference: $450 - $136.50 = $313.50

They need $313.50 more! ๐Ÿ’ธ

โž– Subtraction

Subtraction content goes here...

โœ–๏ธ Multiplication

Multiplication content goes here...

โž— Division

Division content goes here...

๐Ÿ”ข Prime Factorization: Breaking Down the Code!

โ‘  Why This Matters IRL

Prime factorization is like your phone's password security - breaking down complex numbers into their basic building blocks! ๐Ÿ” From cryptography protecting your online banking to optimizing your network connections, prime numbers are the secret sauce of digital security.

โ‘ก Concept Breakdown

Think of prime factorization as the "DNA" of numbers. Just like you can break down a YouTube video into individual pixels, you can break any number into its prime factors. Primes are like atoms - they can't be broken down further! โš›๏ธ

Formula: n = pโ‚แตƒ ร— pโ‚‚แต‡ ร— ... ร— pโ‚–แถป where p's are prime numbers and the powers show how many times each prime appears.

โ‘ข Step-by-Step Example

Problem: Find the prime factorization of 180

Step 1: Divide by smallest prime (2)
180 รท 2 = 90
90 รท 2 = 45 (can't divide by 2 anymore)

Step 2: Try next prime (3)
45 รท 3 = 15
15 รท 3 = 5 (can't divide by 3 anymore)

Step 3: What's left is prime (5)
5 = 5

Step 4: Write in factored form
180 = 2ยฒ ร— 3ยฒ ร— 5 ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

Prime factorize: 24

Answer: 2ยณ ร— 3

Medium ๐Ÿ’ช

Prime factorize: 120

Answer: 2ยณ ร— 3 ร— 5

Hard ๐Ÿ”ฅ

Prime factorize: 2310

Answer: 2 ร— 3 ร— 5 ร— 7 ร— 11

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

A video streaming platform stores videos in chunks. If their server can only handle prime-numbered chunk sizes efficiently, and they need to split a 1,048,576 KB file, what prime factors would give them the most flexible storage options?

Solution:

1,048,576 = 2ยฒโฐ

Since it's only powers of 2, they can split into: 2 KB, 4 KB, 8 KB, ... 1024 KB chunks

Being a power of 2 gives maximum flexibility for binary systems!

Perfect for digital storage! ๐Ÿ’พ

๐Ÿ“ˆ Linear Equations: Your Life's Straight Path!

โ‘  Why This Matters IRL

Linear equations predict your Uber cost based on distance, calculate your phone bill based on data usage, or help you know when to charge your phone based on battery drain! ๐Ÿ“ฑ They're everywhere in the digital world where one thing affects another predictably.

โ‘ก Concept Breakdown

Linear equations are like TikTok followers - if you gain 100 followers per viral video (slope) and started with 500 (y-intercept), you can predict your total! It's a straight-line relationship between input and output. ๐Ÿ“Š

Formula: y = mx + b where 'm' is slope (rate of change), 'b' is y-intercept (starting point), 'x' is input, and 'y' is output.

โ‘ข Step-by-Step Example

Problem: Find the equation if a ride-share costs $5 base fee plus $2 per mile

Step 1: Identify components
Base fee = $5 (y-intercept, b)
Cost per mile = $2 (slope, m)

Step 2: Write equation
y = 2x + 5
where y = total cost, x = miles

Step 3: Test: 10-mile trip
y = 2(10) + 5
y = 20 + 5
Cost = $25 ๐Ÿš—

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

Find y when x = 3 in: y = 2x + 1

Answer: y = 7

Medium ๐Ÿ’ช

Find slope: Line passes through (2,5) and (4,11)

Answer: m = 3

Hard ๐Ÿ”ฅ

Write equation: slope = -2/3, passes through (6,1)

Answer: y = -2/3x + 5

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

A streaming service charges $8/month plus $0.50 per premium movie watched. If your budget is $25/month, write and solve an equation to find how many premium movies you can watch.

Solution:

Equation: y = 0.5x + 8 where y = total cost, x = movies

Set y = 25: 25 = 0.5x + 8

Solve: 0.5x = 17, x = 34

You can watch 34 premium movies! ๐ŸŽฌ

๐ŸŽฏ Quadratic Equations: The Curve of Life!

โ‘  Why This Matters IRL

From predicting the path of a basketball shot to calculating the perfect arc for your drone's flight, quadratics handle curved motion! ๐Ÿ€ They're also used in profit maximization, satellite dish design, and even in video game physics engines.

โ‘ก Concept Breakdown

Think of a quadratic equation as the shape of a skateboard ramp - it curves up and then down (or vice versa). It represents situations where things accelerate or decelerate, like a thrown object affected by gravity. ๐Ÿ›น

Formula: axยฒ + bx + c = 0 where 'a' determines curve direction, 'b' affects symmetry, and 'c' is the y-intercept.

โ‘ข Step-by-Step Example

Problem: Solve xยฒ + 5x + 6 = 0

Step 1: Factor the equation
Find two numbers that multiply to 6 and add to 5
Those numbers are 2 and 3

Step 2: Write factored form
(x + 2)(x + 3) = 0

Step 3: Set each factor to zero
x + 2 = 0 โ†’ x = -2
x + 3 = 0 โ†’ x = -3
Solutions: x = -2 or x = -3 ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

Solve: xยฒ - 9 = 0

Answer: x = 3 or x = -3

Medium ๐Ÿ’ช

Solve: xยฒ - 7x + 12 = 0

Answer: x = 3 or x = 4

Hard ๐Ÿ”ฅ

Solve: 2xยฒ + 3x - 5 = 0

Answer: x = 1 or x = -2.5

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

A game developer models a character's jump with h = -16tยฒ + 48t, where h is height and t is time. At what times is the character at height 32 feet?

Solution:

Set h = 32: 32 = -16tยฒ + 48t

Rearrange: 16tยฒ - 48t + 32 = 0

Divide by 16: tยฒ - 3t + 2 = 0

Factor: (t-1)(t-2) = 0

Character reaches 32 feet at t = 1 second and t = 2 seconds! ๐ŸŽฎ

๐Ÿ”ง Quadratic Formula: The Universal Problem Solver!

โ‘  Why This Matters IRL

When factoring gets messy, the quadratic formula is your cheat code! ๐ŸŽฎ Engineers use it for bridge design, programmers for algorithm optimization, and even economists for market analysis. It's like having the master key to all curved relationships.

โ‘ก Concept Breakdown

The quadratic formula is like a universal translator for curves - no matter how complex your quadratic equation, plug in the numbers and you'll get your answers. It always works, even when factoring fails! ๐Ÿ”‘

Formula: x = [-b ยฑ โˆš(bยฒ - 4ac)] / 2a

โ‘ข Step-by-Step Example

Problem: Solve 2xยฒ + 7x - 4 = 0

Step 1: Identify a, b, c
a = 2, b = 7, c = -4

Step 2: Calculate discriminant
bยฒ - 4ac = 7ยฒ - 4(2)(-4)
= 49 + 32 = 81

Step 3: Apply formula
x = [-7 ยฑ โˆš81] / 2(2)
x = [-7 ยฑ 9] / 4

Step 4: Find both solutions
xโ‚ = (-7 + 9) / 4 = 0.5
xโ‚‚ = (-7 - 9) / 4 = -4
Solutions: x = 0.5 or x = -4 ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

Solve: xยฒ + 6x + 5 = 0

Answer: x = -1 or x = -5

Medium ๐Ÿ’ช

Solve: 3xยฒ - 5x - 2 = 0

Answer: x = 2 or x = -1/3

Hard ๐Ÿ”ฅ

Solve: 2xยฒ + 3x - 7 = 0

Answer: x โ‰ˆ 1.266 or x โ‰ˆ -2.766

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

A game developer models bullet trajectory with y = -0.1xยฒ + 2x + 3. What's the max horizontal distance before the bullet hits the ground (y = 0)?

Solution:

Set y = 0: -0.1xยฒ + 2x + 3 = 0

Using quadratic formula: a = -0.1, b = 2, c = 3

x = [-2 ยฑ โˆš(4 - 4(-0.1)(3))] / 2(-0.1)

x = [-2 ยฑ โˆš(4 + 1.2)] / -0.2

x = [-2 ยฑ โˆš5.2] / -0.2

x = [-2 ยฑ 2.28] / -0.2

xโ‚ โ‰ˆ 21.4, xโ‚‚ โ‰ˆ -1.4 (reject negative)

Max distance: 21.4 units! ๐ŸŽฏ

โšก Difference of Squares: Factoring Shortcut!

โ‘  Why This Matters IRL

When programming algorithms for data compression or optimizing game physics engines, difference of squares helps simplify complex calculations instantly! ๐Ÿ’ป It's also used in signal processing for audio equipment and in financial models for risk assessment.

โ‘ก Concept Breakdown

Difference of squares is like finding the shortcut in a video game level - instead of going through all the steps, you instantly transform a complex expression into a simpler one. It's math's speedrun technique! ๐Ÿƒโ€โ™‚๏ธ

Formula: aยฒ - bยฒ = (a - b)(a + b)

โ‘ข Step-by-Step Example

Problem: Factor xยฒ - 49

Step 1: Identify perfect squares
xยฒ is a perfect square
49 = 7ยฒ is a perfect square

Step 2: Apply the formula
a = x, b = 7
xยฒ - 49 = xยฒ - 7ยฒ

Step 3: Write factored form
= (x - 7)(x + 7)
Factored: (x - 7)(x + 7) ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

Factor: yยฒ - 16

Answer: (y - 4)(y + 4)

Medium ๐Ÿ’ช

Factor: 9xยฒ - 25

Answer: (3x - 5)(3x + 5)

Hard ๐Ÿ”ฅ

Factor: 16aโด - 81bโด

Answer: (4aยฒ - 9bยฒ)(4aยฒ + 9bยฒ) = (2a-3b)(2a+3b)(4aยฒ+9bยฒ) *Corrected for full factorization*

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

A game dev needs to optimize collision detection for square objects. If the area difference between two squares is 144 sq units and their side lengths are consecutive odd numbers (let's assume this was intended, otherwise n=35 yields 35 and 37), find the side lengths.

Solution:

Let sides be n and n+2 (consecutive odd/even numbers)

(n+2)ยฒ - nยฒ = 144

Using difference of squares: [(n+2)-n][(n+2)+n] = 144

(2)(2n+2) = 144

4n + 4 = 144

4n = 140

n = 35

Side lengths are 35 and 37. (If consecutive odd was intended, check calculation/setup).

If consecutive odd: Let sides be 2k+1 and 2k+3. (2k+3)ยฒ - (2k+1)ยฒ = 144 -> [(2k+3)-(2k+1)][(2k+3)+(2k+1)] = 144 -> (2)(4k+4) = 144 -> 8k+8=144 -> 8k=136 -> k=17. Sides are 2(17)+1=35 and 2(17)+3=37. *Result is the same here.*

Side lengths: 35 and 37 units! ๐ŸŽฎ

๐Ÿ’ฏ Perfect Squares: Pattern Recognition Pro!

โ‘  Why This Matters IRL

Perfect squares appear in image processing for pixel calculations, in architecture for perfect symmetry designs, and in game development for creating balanced level designs! ๐ŸŽจ They're the foundation for understanding quadratic patterns in data analysis too.

โ‘ก Concept Breakdown

Perfect square trinomials are like Instagram's square crop feature - they create perfectly balanced mathematical expressions. When you spot the pattern, you can instantly simplify complex problems! ๐Ÿ“ธ

Formula: aยฒ ยฑ 2ab + bยฒ = (a ยฑ b)ยฒ

โ‘ข Step-by-Step Example

Problem: Factor xยฒ + 10x + 25

Step 1: Check for perfect squares
First term: xยฒ
Last term: 25 = 5ยฒ

Step 2: Check middle term
Middle term: 10x
Should be: 2 ร— x ร— 5 = 10x โœ“

Step 3: Apply formula
Since it's addition, use (a + b)ยฒ
= (x + 5)ยฒ ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

Factor: yยฒ + 6y + 9

Answer: (y + 3)ยฒ

Medium ๐Ÿ’ช

Factor: 4xยฒ - 12x + 9

Answer: (2x - 3)ยฒ

Hard ๐Ÿ”ฅ

Factor: 16aยฒ + 40ab + 25bยฒ

Answer: (4a + 5b)ยฒ

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

A square garden has a walkway of uniform width around it. If the total area (garden + walkway) forms the expression xยฒ + 14x + 49, find the width of the walkway if the garden side is x.

Solution:

Total area = xยฒ + 14x + 49

Factoring: (x + 7)ยฒ

This means total side length is x + 7

Garden side = x, Total side = x + 7

The difference (x+7) - x = 7 represents the width added on *both* sides of the garden.

Walkway width on one side = 7 / 2 = 3.5

Walkway width: 3.5 units! ๐ŸŒฟ

๐Ÿ”บ Area of Triangle: Half the Rectangle!

โ‘  Why This Matters IRL

From calculating pizza slices to designing tent layouts for camping, triangles are everywhere! ๐Ÿ•๏ธ Architects use triangle areas for roof designs, game developers for terrain mapping, and even fashion designers for pattern cutting.

โ‘ก Concept Breakdown

A triangle's area is like a pizza slice - it's half of what a rectangle would be with the same base and height. Imagine folding a rectangular napkin diagonally - you get a triangle with half the area! ๐Ÿ•

Formula: A = ยฝ ร— b ร— h where 'b' is base and 'h' is height.

โ‘ข Step-by-Step Example

Problem: Find area of triangle with base 12 cm and height 8 cm

Step 1: Identify measurements
Base (b) = 12 cm
Height (h) = 8 cm

Step 2: Apply formula
A = ยฝ ร— b ร— h
A = ยฝ ร— 12 ร— 8

Step 3: Calculate
A = ยฝ ร— 96
A = 48
Area = 48 cmยฒ ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

Base = 6 m, Height = 4 m

Answer: 12 mยฒ

Medium ๐Ÿ’ช

Base = 15 cm, Height = 9 cm

Answer: 67.5 cmยฒ

Hard ๐Ÿ”ฅ

Area = 84 ftยฒ, Height = 12 ft, Find base

Answer: 14 ft

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

A triangular sail for a boat has an area of 54 mยฒ. If its height is 1.5 times its base, what are the dimensions?

Solution:

Let base = b, then height = 1.5b

Using formula: 54 = ยฝ ร— b ร— 1.5b

54 = 0.75bยฒ

bยฒ = 54 / 0.75 = 72

b = โˆš72 โ‰ˆ 8.49 m

height = 1.5 ร— 8.49 โ‰ˆ 12.73 m

Base โ‰ˆ 8.5 m, Height โ‰ˆ 12.7 m! โ›ต

โญ• Area of Circle: Pi Are Square!

โ‘  Why This Matters IRL

From calculating how much pizza you're getting for your money to designing circular stages for concerts, circle area is everywhere! ๐ŸŽต Engineers use it for pipe calculations, and game designers for creating battle arenas.

โ‘ก Concept Breakdown

A circle's area is like spreading butter on a round toast - it's ฯ€ times the square of the radius. Think of it as how many small squares (ฯ€rยฒ) you need to completely cover a circular Instagram profile pic! ๐Ÿ“ธ

Formula: A = ฯ€rยฒ where 'r' is the radius and ฯ€ โ‰ˆ 3.14159.

โ‘ข Step-by-Step Example

Problem: Find area of circle with radius 7 cm

Step 1: Identify radius
r = 7 cm

Step 2: Apply formula
A = ฯ€rยฒ
A = ฯ€ ร— 7ยฒ
A = ฯ€ ร— 49

Step 3: Calculate (using ฯ€ โ‰ˆ 3.14159)
A โ‰ˆ 3.14159 ร— 49
A โ‰ˆ 153.94
Area โ‰ˆ 153.94 cmยฒ ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

Radius = 5 m

Answer: โ‰ˆ 78.54 mยฒ

Medium ๐Ÿ’ช

Diameter = 14 cm (so r = 7 cm)

Answer: โ‰ˆ 153.94 cmยฒ

Hard ๐Ÿ”ฅ

Area = 314 ftยฒ, Find radius (use ฯ€ โ‰ˆ 3.14 for this)

314 = 3.14 * rยฒ => rยฒ = 100 => r = 10 ft

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

A circular pizza costs $12 for 10-inch diameter. A 14-inch pizza costs $20. Which gives you more pizza per dollar?

Solution:

10-inch pizza: r = 5, Area = ฯ€ ร— 5ยฒ โ‰ˆ 78.54 inยฒ

Cost per inยฒ: $12 รท 78.54 โ‰ˆ $0.153/inยฒ

14-inch pizza: r = 7, Area = ฯ€ ร— 7ยฒ โ‰ˆ 153.94 inยฒ

Cost per inยฒ: $20 รท 153.94 โ‰ˆ $0.130/inยฒ

The 14-inch pizza has a lower cost per square inch.

14-inch pizza is the better deal! ๐Ÿ•

๐Ÿ”„ Circumference: The Circle's Perimeter!

โ‘  Why This Matters IRL

Need to know how much rope for a circular fence? How much LED strip for a round mirror? ๐Ÿ’ก From calculating tire rotation distance to designing running tracks, circumference is the hero of circular measurements!

โ‘ก Concept Breakdown

Circumference is like the friendship bracelet that wraps around your wrist - it's the distance around the circle. For every diameter, the circumference is ฯ€ times longer, which is why wheels work so well! ๐ŸŽก

Formula: C = 2ฯ€r or C = ฯ€d

โ‘ข Step-by-Step Example

Problem: Find circumference of wheel with radius 35 cm

Step 1: Identify radius
r = 35 cm

Step 2: Apply formula
C = 2ฯ€r
C = 2 ร— ฯ€ ร— 35

Step 3: Calculate (using ฯ€ โ‰ˆ 3.14159)
C โ‰ˆ 2 ร— 3.14159 ร— 35
C โ‰ˆ 219.91
Circumference โ‰ˆ 219.91 cm ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

Radius = 10 m

Answer: โ‰ˆ 62.83 m

Medium ๐Ÿ’ช

Diameter = 24 cm

Answer: โ‰ˆ 75.40 cm

Hard ๐Ÿ”ฅ

Circumference = 94.2 ft, Find radius (use ฯ€ โ‰ˆ 3.14)

94.2 = 2 * 3.14 * r => r = 94.2 / 6.28 = 15 ft

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

A bicycle wheel with 26-inch diameter makes 50 rotations. How far did the bike travel in feet?

Solution:

Circumference = ฯ€d = ฯ€ ร— 26 โ‰ˆ 81.68 inches

Distance per rotation = 81.68 inches

Total distance (inches) = 81.68 ร— 50 = 4084 inches

Convert to feet: 4084 รท 12 โ‰ˆ 340.33 feet

The bike traveled โ‰ˆ 340.33 feet! ๐Ÿšฒ

๐Ÿ“ Pythagorean Theorem: Right Triangle Power!

โ‘  Why This Matters IRL

From finding the shortest distance across a park to ensuring corners are square in construction, this theorem is fundamental! ๐Ÿ—๏ธ Navigation apps use it, carpenters rely on it, and game designers need it for distance calculations.

โ‘ก Concept Breakdown

The Pythagorean theorem is like a secret formula for right triangles - it tells you the relationship between the three sides. Think of it as the triangle's DNA: if you know two sides of a right triangle, you can always find the third! ๐Ÿงฌ

Formula: aยฒ + bยฒ = cยฒ where 'c' is the hypotenuse (longest side, opposite the right angle), and 'a' and 'b' are the other two sides (legs).

โ‘ข Step-by-Step Example

Problem: Find the hypotenuse (c) when legs are a = 3 and b = 4

Step 1: Set up the formula
aยฒ + bยฒ = cยฒ
3ยฒ + 4ยฒ = cยฒ

Step 2: Calculate squares
9 + 16 = cยฒ
25 = cยฒ

Step 3: Find c (take square root)
c = โˆš25 = 5
Hypotenuse = 5 units ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

a = 6, b = 8, find c

Answer: c = 10

Medium ๐Ÿ’ช

a = 5, c = 13, find b

Answer: b = 12

Hard ๐Ÿ”ฅ

a = 15, b = 20, find c

Answer: c = 25

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

A 13-foot ladder is leaning against a wall. If the base of the ladder is 5 feet from the wall, how high up the wall does the ladder reach?

Solution:

Ladder = hypotenuse (c) = 13 ft

Distance from wall = one leg (a) = 5 ft

Height up wall = other leg (b) = ?

Using aยฒ + bยฒ = cยฒ: 5ยฒ + bยฒ = 13ยฒ

25 + bยฒ = 169

bยฒ = 169 - 25 = 144

b = โˆš144 = 12

The ladder reaches 12 feet up the wall! ๐Ÿชœ

๐Ÿ›ข๏ธ Volume of Cylinder: Stacking Circles!

โ‘  Why This Matters IRL

From calculating soda can capacity to designing fuel tanks, cylinder volume is crucial! ๐Ÿฅค Engineers use it for pipelines, architects for columns, and even bartenders for cocktail portions!

โ‘ก Concept Breakdown

Think of a cylinder as a stack of circular pancakes - each pancake has area ฯ€rยฒ, and you multiply by the height (h) to get the total volume. It's finding the area of the base and multiplying by how tall it is! ๐Ÿฅž

Formula: V = ฯ€rยฒh where 'r' is radius and 'h' is height.

โ‘ข Step-by-Step Example

Problem: Find volume of cylinder with radius 4 cm and height 10 cm

Step 1: Identify measurements
r = 4 cm, h = 10 cm

Step 2: Apply formula
V = ฯ€rยฒh
V = ฯ€ ร— 4ยฒ ร— 10
V = ฯ€ ร— 16 ร— 10

Step 3: Calculate (using ฯ€ โ‰ˆ 3.14159)
V โ‰ˆ 3.14159 ร— 16 ร— 10
V โ‰ˆ 502.65
Volume โ‰ˆ 502.65 cmยณ ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

r = 3 m, h = 5 m

Answer: โ‰ˆ 141.37 mยณ

Medium ๐Ÿ’ช

d = 10 cm (so r = 5 cm), h = 15 cm

Answer: โ‰ˆ 1178.10 cmยณ

Hard ๐Ÿ”ฅ

V = 1256 cmยณ, r = 5 cm, find h (use ฯ€ โ‰ˆ 3.14)

1256 = 3.14 * 5ยฒ * h => 1256 = 78.5 * h => h = 16 cm

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

A cylindrical water tank has diameter 6 feet and height 12 feet. If water is being pumped in at 2 cubic feet per minute, how long to fill the tank?

Solution:

Diameter = 6 ft, so radius (r) = 3 ft

Volume = ฯ€rยฒh = ฯ€ ร— 3ยฒ ร— 12 โ‰ˆ 339.29 ftยณ

Time to fill = Total Volume / Rate

Time = 339.29 ftยณ / 2 ftยณ/minute โ‰ˆ 169.65 minutes

Convert to hours and minutes: 169.65 min โ‰ˆ 2 hours and 49.65 minutes

Tank fills in about 2 hours and 50 minutes! ๐Ÿ’ง

๐ŸŒ Volume of Sphere: The Perfect 3D Circle!

โ‘  Why This Matters IRL

From calculating the amount of air in basketballs to designing spherical water tanks, sphere volume is everywhere! ๐Ÿ€ Scientists use it for atomic models, and manufacturers for creating perfectly round products.

โ‘ก Concept Breakdown

A sphere's volume is a bit more complex than a circle's area! It's related to the cube of the radius. Think of filling a perfectly round gumball with tiny cubes. ๐Ÿฌ

Formula: V = (4/3)ฯ€rยณ where r is the radius.

โ‘ข Step-by-Step Example

Problem: Find volume of sphere with radius 6 cm

Step 1: Identify radius
r = 6 cm

Step 2: Apply formula
V = (4/3)ฯ€rยณ
V = (4/3) ร— ฯ€ ร— 6ยณ
V = (4/3) ร— ฯ€ ร— 216

Step 3: Calculate (using ฯ€ โ‰ˆ 3.14159)
V โ‰ˆ (4/3) ร— 3.14159 ร— 216
V โ‰ˆ 904.78
Volume โ‰ˆ 904.78 cmยณ ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

r = 3 m

Answer: โ‰ˆ 113.10 mยณ

Medium ๐Ÿ’ช

d = 14 cm (so r = 7 cm)

Answer: โ‰ˆ 1436.76 cmยณ

Hard ๐Ÿ”ฅ

V = 523.6 cmยณ, find r (use ฯ€ โ‰ˆ 3.14159)

523.6 = (4/3) * ฯ€ * rยณ => rยณ โ‰ˆ 125 => r = 5 cm

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

A spherical balloon is inflated such that its volume increases at a rate of 100 cmยณ/sec (dV/dt = 100). When the radius is 10 cm, how fast is the radius increasing (dr/dt = ?)? (Requires Calculus - Chain Rule)

Solution:

V = (4/3)ฯ€rยณ

Differentiate with respect to time (t): dV/dt = (4/3)ฯ€ * 3rยฒ * dr/dt

dV/dt = 4ฯ€rยฒ * dr/dt

Plug in known values: 100 = 4ฯ€(10)ยฒ * dr/dt

100 = 400ฯ€ * dr/dt

dr/dt = 100 / (400ฯ€) = 1 / (4ฯ€)

dr/dt โ‰ˆ 0.0796 cm/sec

Radius increases at โ‰ˆ 0.08 cm/sec! ๐ŸŽˆ

๐Ÿ“ Area of Rectangle: Cover Your Ground!

โ‘  Why This Matters IRL

Want to know if that gaming desk fits in your room? Planning to carpet your bedroom? From wrapping presents to building a Minecraft house, rectangle area helps you figure out how much space you're working with! ๐Ÿ—๏ธ

โ‘ก Concept Breakdown

Area is like the number of tiles needed to cover a floor. For rectangles, it's as simple as length ร— width - like counting pixels on a screen! If your phone screen is 6 inches tall and 3 inches wide, its area is 18 square inches of glorious display! ๐Ÿ“ฑ

Formula: A = l ร— w where 'l' is length and 'w' is width.

โ‘ข Step-by-Step Example

Problem: Find the area of a rectangle with length 15 cm and width 8 cm

Step 1: Identify the dimensions
Length (l) = 15 cm
Width (w) = 8 cm

Step 2: Apply the formula
A = l ร— w
A = 15 ร— 8

Step 3: Calculate
A = 120
Area = 120 cmยฒ ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

Rectangle: 6 m ร— 4 m = ?

Answer: 24 mยฒ

Medium ๐Ÿ’ช

Rectangle: 15.5 ft ร— 9 ft = ?

Answer: 139.5 ftยฒ

Hard ๐Ÿ”ฅ

If area = 156 cmยฒ and width = 12 cm, find length

156 = l * 12 => l = 13 cm

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

You're designing a phone wallpaper with a 16:9 aspect ratio (Width:Height). If the height is 1920 pixels, what's the width? What's the total area in pixels? If each pixel uses 3 sub-pixels (RGB), how many sub-pixels are there?

Solution:

Step 1: Use ratio Width/Height = 16/9 => Width/1920 = 16/9

Width = (16 ร— 1920) / 9 = 30720 / 9 = 3413.33... โ‰ˆ 3413 pixels (usually screens use integer pixels, check standard resolutions like 1080x1920 or 1440x2560 - a common 16:9 width for 1920 height is 1080)

Let's assume standard Full HD: Width=1080, Height=1920

Step 2: Calculate area: 1080 ร— 1920 = 2,073,600 pixels

Step 3: Sub-pixels: 2,073,600 ร— 3 = 6,220,800

Your wallpaper (Full HD) has over 2 million pixels and over 6 million sub-pixels! ๐ŸŽจ

๐Ÿ“ Sine Rule: The Triangle Solver!

โ‘  Why This Matters IRL

From calculating distances across lakes to designing roof trusses, the sine rule helps when you can't measure everything directly! ๐Ÿ”๏ธ Surveyors use it to map terrain, and pilots use it for navigation when they can't fly in straight lines.

โ‘ก Concept Breakdown

The sine rule is like a triangle's cheat code - it relates the sides of ANY triangle to the sines of their opposite angles. If you know an angle and its opposite side (a pair), plus one more side OR angle, you can find the rest! ๐Ÿ”

Formula: a/sin(A) = b/sin(B) = c/sin(C) where 'a' is the side opposite angle 'A', etc.

โ‘ข Step-by-Step Example

Problem: In triangle ABC, a = 7, Angle A = 45ยฐ, Angle B = 60ยฐ. Find side b.

Step 1: Identify known pair and target
Known pair: a = 7, A = 45ยฐ
Target: b, Known: B = 60ยฐ

Step 2: Apply sine rule
a/sin A = b/sin B
7/sin 45ยฐ = b/sin 60ยฐ

Step 3: Solve for b
b = (7 ร— sin 60ยฐ)/sin 45ยฐ
b โ‰ˆ (7 ร— 0.866) / 0.707 โ‰ˆ 8.57
Side b โ‰ˆ 8.57 units ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

a = 10, A = 30ยฐ, B = 45ยฐ, find b

Answer: b โ‰ˆ 14.14

Medium ๐Ÿ’ช

a = 12, A = 60ยฐ, b = 8, find angle B

Answer: B โ‰ˆ 35.26ยฐ

Hard ๐Ÿ”ฅ

a = 15, A = 40ยฐ, c = 20, find angle C

Answer: C โ‰ˆ 58.99ยฐ (or 121.01ยฐ, ambiguous case possible)

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

A cell tower (T) is being installed. From building A, the angle to the tower is 25ยฐ (โˆ TAB). From building B, the angle to the tower is 35ยฐ (โˆ TBA). If the buildings are 300m apart (side AB = c = 300), how far is the tower from building A (side b = AT)?

Solution:

First, find the angle at the tower (โˆ ATB = Angle T):
T = 180ยฐ - A - B = 180ยฐ - 25ยฐ - 35ยฐ = 120ยฐ

We want side b (AT). We know angle B (35ยฐ) opposite it. We have the pair: side c=300 and angle T=120ยฐ.

Using sine rule: b/sin(B) = c/sin(T)

b/sin(35ยฐ) = 300/sin(120ยฐ)

b = 300 ร— sin(35ยฐ) / sin(120ยฐ)

b โ‰ˆ 300 ร— 0.5736 / 0.8660 โ‰ˆ 198.72m

Tower is โ‰ˆ 198.72m from building A! ๐Ÿ“ก

๐Ÿ“ Cosine Rule: The Universal Triangle Solver!

โ‘  Why This Matters IRL

Need to find the distance between two points when you can't travel directly? Or find an angle when you only know sides? The cosine rule is your GPS alternative! ๐Ÿ—บ๏ธ It's used in robotics for arm movements, in game development for collision detection, and in architecture for irregular structures.

โ‘ก Concept Breakdown

The cosine rule is like the Pythagorean theorem's cool cousin - it works for ANY triangle, not just right ones! Use it when you know two sides and the angle *between* them (SAS) to find the third side, or when you know all three sides (SSS) to find any angle. ๐Ÿ”—

Formulas:
cยฒ = aยฒ + bยฒ - 2ab cos(C) (to find side c)
cos(C) = (aยฒ + bยฒ - cยฒ) / 2ab (to find angle C)

โ‘ข Step-by-Step Example

Problem: Find side c when a = 8, b = 6, and Angle C (between a and b) = 60ยฐ

Step 1: Identify known values (SAS)
a = 8, b = 6, C = 60ยฐ

Step 2: Apply cosine rule (for side c)
cยฒ = aยฒ + bยฒ - 2ab cos(C)
cยฒ = 8ยฒ + 6ยฒ - 2(8)(6)cos(60ยฐ)
cยฒ = 64 + 36 - 96(0.5) (since cos(60ยฐ)=0.5)

Step 3: Calculate
cยฒ = 100 - 48 = 52
c = โˆš52 โ‰ˆ 7.21
Side c โ‰ˆ 7.21 units ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

a = 5, b = 7, C = 45ยฐ, find c

Answer: c โ‰ˆ 4.97

Medium ๐Ÿ’ช

a = 12, b = 15, c = 10, find angle C

Answer: C โ‰ˆ 41.64ยฐ

Hard ๐Ÿ”ฅ

a = 25, b = 30, c = 35, find angle B

Answer: B โ‰ˆ 60.95ยฐ

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

A robotic arm has two segments: segment 1 (a) = 40cm and segment 2 (b) = 50cm. If the angle (C) between them at the joint is 75ยฐ, what's the straight-line distance (c) from the base (start of segment 1) to the end of the arm (end of segment 2)?

Solution:

We have SAS: a=40, b=50, C=75ยฐ. We need side c.

Using cosine rule: cยฒ = aยฒ + bยฒ - 2ab cos(C)

cยฒ = 40ยฒ + 50ยฒ - 2(40)(50)cos(75ยฐ)

cยฒ = 1600 + 2500 - 4000(0.2588)

cยฒ โ‰ˆ 4100 - 1035.2 = 3064.8

c = โˆš3064.8 โ‰ˆ 55.36cm

Arm reaches โ‰ˆ 55.36cm from base! ๐Ÿค–

๐Ÿ”„ Basic Trig Identities: The Holy Trinity!

โ‘  Why This Matters IRL

From audio engineering (modeling sound waves) to 3D animation (rotating objects) and electrical engineering (analyzing AC circuits), trig identities are the backbone of simplifying wave behavior and periodic functions! ๐ŸŽต

โ‘ก Concept Breakdown

Trig identities are equations involving trig functions that are true for all values where the functions are defined. Think of them as fundamental relationships or shortcuts. The main ones come from the unit circle and right triangle definitions. ๐Ÿ”‘

Key Identities:
sinยฒฮธ + cosยฒฮธ = 1 (Pythagorean Identity)
tanฮธ = sinฮธ/cosฮธ (Quotient Identity)
1 + tanยฒฮธ = secยฒฮธ (Derived Pythagorean)
1 + cotยฒฮธ = cscยฒฮธ (Derived Pythagorean)

โ‘ข Step-by-Step Example

Problem: If sinฮธ = 0.6 and ฮธ is in Quadrant I, find cosฮธ and tanฮธ.

Step 1: Use Pythagorean Identity for cosฮธ
sinยฒฮธ + cosยฒฮธ = 1
(0.6)ยฒ + cosยฒฮธ = 1
0.36 + cosยฒฮธ = 1
cosยฒฮธ = 1 - 0.36 = 0.64
cosฮธ = โˆš0.64 = 0.8 (Positive because Q1)

Step 2: Use Quotient Identity for tanฮธ
tanฮธ = sinฮธ / cosฮธ
tanฮธ = 0.6 / 0.8
tanฮธ = 6/8 = 3/4 = 0.75
cosฮธ = 0.8, tanฮธ = 0.75 ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

If cosฮธ = 0.8 (Q1), find sinฮธ

Answer: sinฮธ = 0.6

Medium ๐Ÿ’ช

If sinฮธ = 3/5 (Q1), find tanฮธ

Answer: cosฮธ=4/5, tanฮธ = 3/4

Hard ๐Ÿ”ฅ

If tanฮธ = 2 (Q1), find secฮธ

Answer: secยฒฮธ = 1+tanยฒฮธ = 1+4=5, secฮธ = โˆš5

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

Simplify the expression: cos(x) + sin(x)tan(x)

Solution:

Start with: cos(x) + sin(x)tan(x)

Use Quotient Identity: tan(x) = sin(x)/cos(x)

Expression becomes: cos(x) + sin(x) * [sin(x)/cos(x)]

= cos(x) + sinยฒ(x)/cos(x)

Find a common denominator (cos(x)):
= [cosยฒ(x)/cos(x)] + [sinยฒ(x)/cos(x)]

= [cosยฒ(x) + sinยฒ(x)] / cos(x)

Use Pythagorean Identity: sinยฒ(x) + cosยฒ(x) = 1

= 1 / cos(x)

Use Reciprocal Identity: 1/cos(x) = sec(x)

Simplified expression = sec(x)! ๐ŸŒŸ

๐Ÿ“ˆ Power Rule (Differentiation): The Derivative Superhero!

โ‘  Why This Matters IRL

From calculating instantaneous velocity from position, to finding marginal cost from total cost, the power rule helps us find rates of change instantly for polynomial functions! ๐Ÿš€ Game physics, optimization problems, and economic modeling all rely heavily on it.

โ‘ก Concept Breakdown

The power rule is the fundamental shortcut for differentiating terms like xโฟ. It tells you how the function's output changes for a tiny change in its input. If derivatives are the speedometer of functions, the power rule is your quick calculation tool! ๐ŸŽ๏ธ

Formula: d/dx [axโฟ] = a * n * xโฟโปยน (Bring the power down, multiply, then reduce the power by 1. 'a' is a constant coefficient.)

โ‘ข Step-by-Step Example

Problem: Find the derivative of f(x) = 3xโด + 2xยณ - 5x + 7

Step 1: Apply power rule to each term
d/dx[3xโด] = 3 * 4 * xโดโปยน = 12xยณ
d/dx[2xยณ] = 2 * 3 * xยณโปยน = 6xยฒ
d/dx[-5xยน] = -5 * 1 * xยนโปยน = -5xโฐ = -5(1) = -5
d/dx[7] (a constant) = 0

Step 2: Combine the results
f'(x) = 12xยณ + 6xยฒ - 5 + 0
f'(x) = 12xยณ + 6xยฒ - 5 ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

Find d/dx[xโต]

Answer: 5xโด

Medium ๐Ÿ’ช

Find d/dx[4xยณ - 2xยฒ]

Answer: 12xยฒ - 4x

Hard ๐Ÿ”ฅ

Find d/dx[xโปยฒ + 3xโปยณ]

Answer: -2xโปยณ - 9xโปโด

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

A particle's position (in meters) is given by s(t) = tยณ - 6tยฒ + 9t, where t is time in seconds. Find its velocity function v(t) and determine when the particle is stationary (velocity is zero).

Solution:

Velocity v(t) is the derivative of position s(t):
v(t) = s'(t) = d/dt[tยณ - 6tยฒ + 9t]

Apply power rule: v(t) = 3tยฒ - 12t + 9

The particle is stationary when v(t) = 0:

3tยฒ - 12t + 9 = 0

Divide by 3: tยฒ - 4t + 3 = 0

Factor: (t - 1)(t - 3) = 0

Solutions: t = 1 or t = 3

The particle is stationary at t = 1 second and t = 3 seconds! ๐ŸŽฏ

โœ–๏ธ Product Rule (Differentiation): The Teamwork Formula!

โ‘  Why This Matters IRL

Used when you need the rate of change of a quantity that is itself a product of two changing variables. Think: analyzing revenue (Price x Quantity), force (Mass x Acceleration if mass changes), or complex physical/economic models. ๐Ÿงช

โ‘ก Concept Breakdown

You can't just multiply the derivatives! The product rule handles differentiating a function formed by multiplying two other functions, u(x) and v(x). It's like taking turns: differentiate the first, keep the second; then keep the first, differentiate the second. ๐Ÿ’ƒ๐Ÿ•บ

Formula: d/dx[u * v] = u'v + uv' (Derivative of first times second, plus first times derivative of second)

โ‘ข Step-by-Step Example

Problem: Find d/dx[(xยฒ)(sin x)]

Step 1: Identify u and v
u = xยฒ, v = sin x

Step 2: Find their derivatives
u' = 2x, v' = cos x

Step 3: Apply product rule: u'v + uv'
= (2x)(sin x) + (xยฒ)(cos x)
= 2x sin x + xยฒ cos x ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

Find d/dx[x * eหฃ]

Answer: eหฃ + xeหฃ or eหฃ(1+x)

Medium ๐Ÿ’ช

Find d/dx[(3xยฒ)(ln x)]

Answer: 6x ln x + 3x or 3x(2lnx + 1)

Hard ๐Ÿ”ฅ

Find d/dx[(sin x)(cos x)]

Answer: cosยฒx - sinยฒx (which also equals cos(2x))

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

Revenue R(x) = x * p(x), where x is quantity and p(x) = 100e^(-0.1x) is the price function. Find the marginal revenue R'(x).

Solution:

R(x) = x * (100e^(-0.1x))

Let u = x, v = 100e^(-0.1x)

u' = 1

v' = 100 * e^(-0.1x) * (-0.1) = -10e^(-0.1x) (using chain rule)

R'(x) = u'v + uv'

R'(x) = (1)(100e^(-0.1x)) + (x)(-10e^(-0.1x))

R'(x) = 100e^(-0.1x) - 10xe^(-0.1x)

Factor out 10e^(-0.1x):

R'(x) = 10e^(-0.1x) * (10 - x)

Marginal Revenue R'(x) = 10e^(-0.1x)(10 - x) ๐Ÿ’ฐ

โž— Quotient Rule (Differentiation): The Division Detective!

โ‘  Why This Matters IRL

Used when finding the rate of change of ratios. Think: average cost (Total Cost / Quantity), efficiency ratios, concentrations (Amount / Volume), or complex rates in physics and engineering. ๐Ÿ“Š

โ‘ก Concept Breakdown

This rule tackles differentiating a function that is a fraction of two other functions, u(x) / v(x). Remember the rhyme: "Low D-high minus High D-low, square the bottom and away we go!" ๐Ÿค”

Formula: d/dx[u/v] = (vu' - uv') / vยฒ (Bottom times derivative of top, minus Top times derivative of bottom, all over Bottom squared)

โ‘ข Step-by-Step Example

Problem: Find d/dx[(xยฒ)/(x+1)]

Step 1: Identify u (top) and v (bottom)
u = xยฒ, v = x+1

Step 2: Find their derivatives
u' = 2x, v' = 1

Step 3: Apply quotient rule: (vu' - uv') / vยฒ
= [(x+1)(2x) - (xยฒ)(1)] / (x+1)ยฒ
= [2xยฒ + 2x - xยฒ] / (x+1)ยฒ
= [xยฒ + 2x] / (x+1)ยฒ
= x(x+2)/(x+1)ยฒ ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

Find d/dx[x/eหฃ]

Answer: (eหฃ - xeหฃ) / (eหฃ)ยฒ = (1-x)/eหฃ

Medium ๐Ÿ’ช

Find d/dx[sin x / x]

Answer: (x cos x - sin x) / xยฒ

Hard ๐Ÿ”ฅ

Find d/dx[tan x] (Hint: tan x = sin x / cos x)

Answer: secยฒx

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

The concentration C(t) of a drug in the bloodstream is C(t) = 50t / (tยฒ + 25) hours after injection. Find the rate of change of concentration, C'(t).

Solution:

u = 50t, v = tยฒ + 25

u' = 50, v' = 2t

C'(t) = (vu' - uv') / vยฒ

C'(t) = [(tยฒ + 25)(50) - (50t)(2t)] / (tยฒ + 25)ยฒ

= [50tยฒ + 1250 - 100tยฒ] / (tยฒ + 25)ยฒ

= [1250 - 50tยฒ] / (tยฒ + 25)ยฒ

Factor top: 50(25 - tยฒ)

C'(t) = 50(25 - tยฒ) / (tยฒ + 25)ยฒ

Rate of Change C'(t) = 50(25 - tยฒ) / (tยฒ + 25)ยฒ ๐Ÿ’Š

โ›“๏ธ Chain Rule (Differentiation): The Function Inside Function!

โ‘  Why This Matters IRL

Handles composite functions (functions inside functions). Think: How fast is the area of an oil spill (related to radius) changing if the radius is changing over time? Weather patterns, economic ripple effects, related rates problems all use it. ๐ŸŒช๏ธ Essential for most complex derivatives.

โ‘ก Concept Breakdown

The chain rule is like unpacking a Russian nesting doll - differentiate the outermost function (leaving the inside alone), then multiply by the derivative of the inner function. Repeat if there are more layers! ๐ŸŽญ

Formula: If y = f(g(x)), then dy/dx = f'(g(x)) * g'(x) (Derivative of outside evaluated at inside, times derivative of inside)

โ‘ข Step-by-Step Example

Problem: Find d/dx[sin(xยฒ)]

Step 1: Identify outer and inner functions
Outer f(u) = sin(u), Inner g(x) = xยฒ

Step 2: Find their derivatives
f'(u) = cos(u), g'(x) = 2x

Step 3: Apply chain rule: f'(g(x)) * g'(x)
= cos(xยฒ) * 2x
= 2x cos(xยฒ) ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

Find d/dx[e^(3x)]

Answer: 3e^(3x)

Medium ๐Ÿ’ช

Find d/dx[ln(xยฒ + 1)]

Answer: 2x / (xยฒ + 1)

Hard ๐Ÿ”ฅ

Find d/dx[cosยฒ(3x)] (Hint: this is [cos(3x)]ยฒ)

Answer: -6cos(3x)sin(3x) or -3sin(6x)

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

The radius of a circle is increasing at a rate of 2 cm/sec (dr/dt = 2). How fast is the area (A = ฯ€rยฒ) increasing when the radius is 10 cm?

Solution:

We want dA/dt. We know A = ฯ€rยฒ.

Differentiate A with respect to time t, using chain rule because r depends on t:

dA/dt = d/dt[ฯ€rยฒ] = ฯ€ * (2r) * (dr/dt)

dA/dt = 2ฯ€r * dr/dt

Now plug in the known values: r = 10 cm, dr/dt = 2 cm/sec

dA/dt = 2ฯ€(10) * (2)

dA/dt = 40ฯ€

dA/dt โ‰ˆ 125.66 cmยฒ/sec

The area is increasing at 40ฯ€ (โ‰ˆ 125.66) cmยฒ/sec! ๐Ÿ’ง

๐ŸŽฏ Fundamental Theorem of Calculus: The Grand Connection!

โ‘  Why This Matters IRL

This is the bridge between differentiation (rates) and integration (accumulation)! It allows calculating total change from a rate function (like total distance from velocity) or finding the exact area under a curve. Used everywhere from physics (work, displacement) to economics (total profit/cost). ๐Ÿš—

โ‘ก Concept Breakdown

Part 1: Connects differentiation and integration as inverse processes. Part 2 (Evaluation Part): Gives a practical way to calculate a definite integral (area/accumulation). If F(x) is an antiderivative of f(x), then the integral of f(x) from a to b is simply F(b) - F(a). ๐ŸŽข

Formula (Part 2): โˆซโ‚แต‡ f(x)dx = F(b) - F(a) where F'(x) = f(x)

โ‘ข Step-by-Step Example

Problem: Evaluate the definite integral โˆซโ‚ยณ 2x dx

Step 1: Find an antiderivative F(x) of f(x) = 2x
Using reverse power rule: F(x) = xยฒ (we can ignore +C for definite integrals)
(Check: F'(x) = 2x โœ“)

Step 2: Apply FTC Part 2: F(b) - F(a)
Here a = 1, b = 3
โˆซโ‚ยณ 2x dx = F(3) - F(1)
= (3)ยฒ - (1)ยฒ

Step 3: Calculate
= 9 - 1 = 8
The definite integral โˆซโ‚ยณ 2x dx = 8 ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

Find โˆซโ‚€ยฒ 3xยฒ dx

Answer: 8

Medium ๐Ÿ’ช

Find โˆซโ‚€^(ฯ€/2) cos x dx

Answer: 1

Hard ๐Ÿ”ฅ

Find โˆซโ‚แต‰ (1/x) dx (where e โ‰ˆ 2.718)

Answer: 1

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

A car's velocity is v(t) = 3tยฒ - 12t + 9 m/s. Find the car's net displacement (change in position) between t = 1 and t = 4 seconds.

Solution:

Net Displacement = โˆซ<0xE2><0x82><0x91>โฟ v(t) dt = โˆซโ‚โด (3tยฒ - 12t + 9) dt

Step 1: Find antiderivative F(t) of v(t):
F(t) = tยณ - 6tยฒ + 9t

Step 2: Apply FTC: F(4) - F(1)

F(4) = (4)ยณ - 6(4)ยฒ + 9(4) = 64 - 96 + 36 = 4

F(1) = (1)ยณ - 6(1)ยฒ + 9(1) = 1 - 6 + 9 = 4

Step 3: Calculate Displacement:
F(4) - F(1) = 4 - 4 = 0

The car's net displacement is 0 meters (it returned to its starting position at t=1)! ๐Ÿš—

*(Note: This is different from total distance traveled)*

๐Ÿ“Š Power Integration: The Accumulation Machine!

โ‘  Why This Matters IRL

This is the reverse of the power rule for differentiation. It helps find the original function when you know its rate of change (if it's a polynomial). Used to find total quantity from a rate, area under curves, and is a building block for more complex integration. ๐Ÿ“ˆ

โ‘ก Concept Breakdown

Integration finds the antiderivative. For power functions xโฟ, you do the opposite of differentiation: increase the power by 1, then divide by the new power. Don't forget the "+ C" (constant of integration) for indefinite integrals, representing the family of functions with the same derivative! ๐Ÿ”™

Formula: โˆซaxโฟ dx = [a * xโฟโบยน / (n+1)] + C (for n โ‰  -1)

โ‘ข Step-by-Step Example

Problem: Find the indefinite integral โˆซ(3xยฒ + 4x - 5) dx

Step 1: Apply power rule to each term
โˆซ3xยฒ dx = 3 * xยฒโบยน / (2+1) = 3xยณ/3 = xยณ
โˆซ4xยน dx = 4 * xยนโบยน / (1+1) = 4xยฒ/2 = 2xยฒ
โˆซ-5 dx = โˆซ-5xโฐ dx = -5 * xโฐโบยน / (0+1) = -5xยน = -5x

Step 2: Combine terms and add constant C
โˆซ(3xยฒ + 4x - 5) dx = xยณ + 2xยฒ - 5x + C
= xยณ + 2xยฒ - 5x + C ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

Find โˆซxโด dx

Answer: xโต/5 + C

Medium ๐Ÿ’ช

Find โˆซ(2xยณ - 6x) dx

Answer: xโด/2 - 3xยฒ + C

Hard ๐Ÿ”ฅ

Find โˆซxโปยณ dx (for x โ‰  0)

Answer: xโปยฒ/(-2) + C = -1/(2xยฒ) + C

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

The marginal cost for producing x items is MC(x) = 0.3xยฒ - 0.8x + 5 dollars per item. Find the total cost function C(x) if the fixed costs (cost when x=0) are $2000.

Solution:

Total Cost C(x) = โˆซ MC(x) dx

C(x) = โˆซ (0.3xยฒ - 0.8x + 5) dx

Integrate term by term:

C(x) = [0.3 * xยณ/3] - [0.8 * xยฒ/2] + [5x] + K (where K is integration constant)

C(x) = 0.1xยณ - 0.4xยฒ + 5x + K

We know fixed cost C(0) = 2000. Plug in x=0:

C(0) = 0.1(0)ยณ - 0.4(0)ยฒ + 5(0) + K = 2000

So, K = 2000

Total Cost Function:

C(x) = 0.1xยณ - 0.4xยฒ + 5x + 2000 ๐Ÿ’ฒ

๐Ÿ“Š Mean (Average): Find Your Middle Ground!

โ‘  Why This Matters IRL

Want to know your average gaming score? Figuring out your GPA? Calculating your daily screen time? The mean gives a central or typical value for a set of numbers - it's the most common measure of central tendency! ๐ŸŽฎ

โ‘ก Concept Breakdown

Mean is simply the sum of all values divided by the number of values. It's like leveling out a stack of books - you add up all the heights and divide by the number of books to find the average height. ๐Ÿ“ฑ

Formula: ฮผ = ฮฃx / n (for population mean) or xฬ„ = ฮฃx / n (for sample mean). ฮฃx is the sum of all values, n is the count.

โ‘ข Step-by-Step Example

Problem: Find the mean of test scores: 85, 92, 78, 88, 95

Step 1: Add all values (ฮฃx)
85 + 92 + 78 + 88 + 95 = 438

Step 2: Count the values (n)
n = 5 scores

Step 3: Divide sum by count (ฮฃx / n)
Mean = 438 / 5 = 87.6
Average score (Mean) = 87.6 ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

Find mean of: 10, 20, 30

Answer: 20

Medium ๐Ÿ’ช

Find mean of: 45, 52, 38, 61, 49

Answer: 49

Hard ๐Ÿ”ฅ

Find mean of: 7.5, 8.2, 6.9, 9.1, 7.8, 8.6

Answer: 8.017

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

Your YouTube video got these daily views for 5 days: Mon: 120, Tue: 250, Wed: 180, Thu: 320, Fri: 580. What's the average daily views for these 5 days? If Saturday's views were 870, what is the new average for the 6 days?

Solution:

Step 1: Sum of first 5 days: 120 + 250 + 180 + 320 + 580 = 1450 views

Step 2: Average for 5 days: 1450 / 5 = 290 views/day

Step 3: Sum for 6 days: 1450 (first 5) + 870 (Sat) = 2320 views

Step 4: Average for 6 days: 2320 / 6 โ‰ˆ 386.67 views/day

5-day Average: 290 views/day
6-day Average: โ‰ˆ 386.67 views/day ๐Ÿ“ˆ

๐Ÿ“ˆ Variance: The Spread Measure!

โ‘  Why This Matters IRL

Measures how spread out the data points are from the mean. High variance means data is widely scattered; low variance means it's clustered closely. Crucial in finance (risk), quality control (consistency), science (reliability of measurements). ๐ŸŒ

โ‘ก Concept Breakdown

Variance is the average of the squared differences between each data point and the mean. Squaring ensures differences don't cancel out and gives more weight to points far from the mean. Units are the square of the original data units (e.g., dollars squared). ๐ŸŽฏ

Formula: Population Variance ฯƒยฒ = ฮฃ(xแตข - ฮผ)ยฒ / N
Sample Variance sยฒ = ฮฃ(xแตข - xฬ„)ยฒ / (n-1) (Using n-1 corrects bias in sample)

โ‘ข Step-by-Step Example

Problem: Find the sample variance of: 2, 4, 4, 4, 5

Step 1: Find sample mean (xฬ„)
xฬ„ = (2+4+4+4+5) / 5 = 19 / 5 = 3.8

Step 2: Find squared differences from mean (xแตข - xฬ„)ยฒ
(2-3.8)ยฒ = (-1.8)ยฒ = 3.24
(4-3.8)ยฒ = (0.2)ยฒ = 0.04
(4-3.8)ยฒ = (0.2)ยฒ = 0.04
(4-3.8)ยฒ = (0.2)ยฒ = 0.04
(5-3.8)ยฒ = (1.2)ยฒ = 1.44

Step 3: Sum the squared differences (ฮฃ)
Sum = 3.24 + 0.04 + 0.04 + 0.04 + 1.44 = 4.8

Step 4: Divide by (n-1) for sample variance
n = 5, so n-1 = 4
sยฒ = 4.8 / 4 = 1.2
Sample Variance (sยฒ) = 1.2 ๐ŸŽฏ

โ‘ฃ Practice Problems (Calculate Sample Variance sยฒ)

Easy ๐Ÿƒ

Find sยฒ of: 1, 3, 5

Answer: sยฒ = 4

Medium ๐Ÿ’ช

Find sยฒ of: 10, 12, 11, 13

Answer: sยฒ = 1.67

Hard ๐Ÿ”ฅ

Find sยฒ of: 2.4, 2.8, 3.1, 3.0, 2.9

Answer: sยฒ โ‰ˆ 0.073

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

Daily high temperatures (ยฐC) for a week (sample): 15, 17, 16, 19, 20, 18, 14. Calculate the sample variance. What does a low vs high variance imply here?

Solution:

Step 1: Mean xฬ„ = (15+17+16+19+20+18+14) / 7 = 119 / 7 = 17ยฐC

Step 2: Squared differences (xแตข - xฬ„)ยฒ:
(15-17)ยฒ=4, (17-17)ยฒ=0, (16-17)ยฒ=1, (19-17)ยฒ=4, (20-17)ยฒ=9, (18-17)ยฒ=1, (14-17)ยฒ=9

Step 3: Sum of squares = 4+0+1+4+9+1+9 = 28

Step 4: Sample Variance sยฒ = Sum / (n-1) = 28 / (7-1) = 28 / 6 โ‰ˆ 4.67 (ยฐC)ยฒ

Sample Variance โ‰ˆ 4.67 (ยฐC)ยฒ.
Interpretation: A low variance would mean temperatures were very consistent day-to-day. A high variance means temperatures fluctuated significantly. This value suggests moderate variability. ๐ŸŒก๏ธ

๐Ÿ“ Standard Deviation: The Spread Detective!

โ‘  Why This Matters IRL

Standard deviation is the most common measure of data spread. It tells you the typical distance of data points from the mean. Used in error bars on graphs, comparing consistency (e.g., two shooters' scores), understanding normal distributions (68-95-99.7 rule). ๐Ÿ“Š

โ‘ก Concept Breakdown

It's simply the square root of the variance! This returns the measure of spread back into the original units of the data (e.g., dollars instead of dollars squared), making it easier to interpret. ๐ŸŽฏ

Formula: Population SD ฯƒ = โˆš[ฮฃ(xแตข - ฮผ)ยฒ / N]
Sample SD s = โˆš[ฮฃ(xแตข - xฬ„)ยฒ / (n-1)] (Just take the square root of the variance)

โ‘ข Step-by-Step Example

Problem: Find the sample standard deviation of: 2, 4, 4, 4, 5

Step 1: Find sample variance (from Variance lesson)
We found sยฒ = 1.2

Step 2: Take the square root of the variance
s = โˆšsยฒ = โˆš1.2

Step 3: Calculate
s โ‰ˆ 1.095
Sample Standard Deviation (s) โ‰ˆ 1.10 ๐ŸŽฏ

โ‘ฃ Practice Problems (Calculate Sample Standard Deviation s)

Easy ๐Ÿƒ

Find s of: 1, 3, 5 (sยฒ=4)

Answer: s = 2

Medium ๐Ÿ’ช

Find s of: 10, 12, 11, 13 (sยฒโ‰ˆ1.67)

Answer: s โ‰ˆ 1.29

Hard ๐Ÿ”ฅ

Find s of: 78, 82, 85, 79, 81, 83 (sยฒโ‰ˆ5.9)

Answer: s โ‰ˆ 2.43

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

Test scores (sample): 70, 75, 80, 85, 90. Mean=80, s โ‰ˆ 7.91. According to the Empirical Rule (for ~normal data), about 68% of scores should be within 1 SD of the mean. What is this range? Does it fit our data?

Solution:

Step 1: Calculate range: Mean ยฑ 1 * SD

Range = 80 ยฑ 7.91

Lower bound = 80 - 7.91 = 72.09

Upper bound = 80 + 7.91 = 87.91

Range โ‰ˆ [72.09, 87.91]

Step 2: Check data points within range:
75, 80, 85 are within the range.

Step 3: Compare percentage: 3 out of 5 scores = 60%

The range is [72.09, 87.91]. 60% of our data falls in this range, which is close to the expected 68% for a normal distribution. ๐Ÿ“

๐ŸŽฒ Binomial Probability: The Yes/No Master!

โ‘  Why This Matters IRL

Used for situations with a fixed number of independent trials, each having only two possible outcomes (Success/Failure) with constant probability. Examples: predicting # of heads in coin flips, # of defective items in a batch, # of successful sales calls. ๐ŸŽฎ

โ‘ก Concept Breakdown

Calculates the probability of getting exactly 'k' successes in 'n' trials. Needs: n (number of trials), k (number of successes), p (probability of success on one trial). Uses combinations (nCk) to count ways successes can occur. ๐Ÿช™

Formula: P(X=k) = nCk * pแต * (1-p)โฟโปแต where nCk = n! / [k!(n-k)!]

โ‘ข Step-by-Step Example

Problem: Flip a fair coin 5 times (n=5). Find probability of getting exactly 3 heads (k=3, p=0.5).

Step 1: Identify n, k, p
n = 5, k = 3, p = 0.5, (1-p) = 0.5

Step 2: Calculate combinations nCk
5C3 = 5! / [3!(5-3)!] = 5! / (3!2!) = (5*4)/(2*1) = 10

Step 3: Apply formula: nCk * pแต * (1-p)โฟโปแต
P(X=3) = 10 * (0.5)ยณ * (0.5)โตโปยณ
P(X=3) = 10 * (0.125) * (0.5)ยฒ
P(X=3) = 10 * 0.125 * 0.25 = 0.3125
Probability = 0.3125 or 31.25% ๐ŸŽฏ

โ‘ฃ Practice Problems

Easy ๐Ÿƒ

3 coin flips (n=3, p=0.5), P(exactly 2 heads, k=2)?

Answer: 0.375 or 37.5%

Medium ๐Ÿ’ช

Take 5 shots (n=5), 70% accuracy (p=0.7), P(exactly 4 hits, k=4)?

Answer: โ‰ˆ 0.360 or 36.0%

Hard ๐Ÿ”ฅ

10 MC questions (n=10), 4 choices (p=0.25), P(exactly 8 correct, k=8)?

Answer: โ‰ˆ 0.0000286 or 0.00286%

โ‘ค Spicy Challenge! ๐ŸŒถ๏ธ

A mobile game has a 15% chance (p=0.15) for a rare drop from a loot box. If you open 8 boxes (n=8), what's the probability of getting at least one rare item (k โ‰ฅ 1)?

Solution:

It's easier to calculate the complement: P(at least 1) = 1 - P(exactly 0).

Calculate P(k=0):
n=8, k=0, p=0.15, (1-p)=0.85

P(X=0) = 8C0 * (0.15)โฐ * (0.85)โธโปโฐ

P(X=0) = 1 * 1 * (0.85)โธ

P(X=0) โ‰ˆ 0.2725

Now find P(at least 1):

P(k โ‰ฅ 1) = 1 - P(X=0) = 1 - 0.2725 = 0.7275

โ‰ˆ 72.75% chance of at least one rare drop! ๐ŸŽ

Shares:

Related Posts

Math

2D and 3D shapes

YEAR 3 MATHSSUMMER 2WEEK 7ย ย  ย  ย  ย ย MATHS - ย  ย ย  HORIZONTAL, VERTICAL, PARALLEL AND PERPENDICULAR LINES.ย  ย  ย  ย  ย  ย  ย  ย  ย  ย ย ย - Do you know the
GCSE STATISTICS!
GCSE

GCSE STATISTICS WORKSHEETS

AVERAGES (MEAN, MODE AND MEDIAN + THE RANGE)Finding averages and range from datasets.ย 1Download File2Download File3Download File4Download File5Download Fileย ย AVERAGES FROM TABLES (MEAN, ESTIMATED MEAN AND MEDIAN)Discrete and grouped continuous data. Finding