#studynotes — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #studynotes, aggregated by home.social.
-
Alright, future engineers!
**Pomodoro Technique:** Work in focused, timed intervals to boost productivity.
Ex: Study 25 min, break 5 min. (Repeat 4x, then a longer break).
Pro-Tip: Use a timer & minimize distractions. Maximize focus, prevent burnout!
#StudyHacks #TimeManagement #STEM #StudyNotes -
Alright, future engineers!
**Pomodoro Technique:** Work in focused, timed intervals to boost productivity.
Ex: Study 25 min, break 5 min. (Repeat 4x, then a longer break).
Pro-Tip: Use a timer & minimize distractions. Maximize focus, prevent burnout!
#StudyHacks #TimeManagement #STEM #StudyNotes -
Alright, future engineers!
**Euler's Method:** Approximates solutions to differential equations by taking small linear steps.
Formula: `y_n+1 = y_n + h * f(x_n, y_n)`
Pro-Tip: Smaller step size (h) improves accuracy but increases computational cost! -
Alright, future engineers!
The **Fundamental Theorem of Calculus (FTC)** bridges diff. & int., showing they're inverse ops!
Ex: `Int_a^b f'(x)dx = f(b) - f(a)`
Pro-Tip: This is WHY you use antiderivatives to solve definite integrals!
#Calculus #FTC #STEM #StudyNotes -
Alright, future engineers!
A **Logarithm** is the inverse of exponentiation. It answers: what power must base 'b' be raised to get 'x'?
Ex: `log_2(8) = 3` because `2^3 = 8`.
Pro-Tip: Remember `log_b(x) = y` is equivalent to `b^y = x`! -
Alright, future engineers!
A **Derivative** measures the instantaneous rate of change of a function or the slope of its tangent line.
Ex: Power Rule: `d/dx (x^n) = n*x^(n-1)` (e.g., `d/dx(x^3) = 3x^2`).
Pro-Tip: Think 'slope'! It tells you how fast something is changing *at that exact moment*.
#Calculus #Derivatives #STEM #StudyNotes -
Alright, future engineers!
**Type I Error (alpha):** Rejecting a true null hypothesis (a false positive).
Ex: Concluding a new material is unsafe when it actually meets specs.
Pro-Tip: Balancing Type I (alpha) and Type II (beta) errors is crucial in your design & testing decisions!
#HypothesisTesting #DecisionMaking #STEM #StudyNotes -
Alright, future engineers!
**Gravitational Potential Energy (GPE)** is stored energy due to an object's position in a gravitational field.
Formula: `GPE = mgh`
Pro-Tip: Only *changes* in height matter. Pick a convenient zero-height reference!
#Physics #Mechanics #STEM #StudyNotes -
Alright, future engineers!
**Newton-Raphson:** Iteratively finds function roots (where f(x)=0).
Formula: `x_n+1 = x_n - f(x_n) / f'(x_n)`
Pro-Tip: A poor initial guess can lead to divergence or finding the wrong root!
#NumericalMethods #RootFinding #STEM #StudyNotes -
**Fundamental Theorem of Calculus (FTC):** The vital connection between differentiation & integration.
Ex: `Int(f(x)dx) from a to b = F(b) - F(a)` (where `F'(x) = f(x)`).
Pro-Tip: It's *why* antiderivatives calculate definite areas! Master this core concept.
#Calculus #FTC #STEM #StudyNotes -
Engineers!
**Active Recall:** Retrieving info from memory *without* cues.
Ex: Close your textbook, then explain the topic out loud or write it down.
Pro-Tip: It builds strong memory. Force your brain to *find* the answer!
#StudyHacks #Memory #STEM #StudyNotes -
Alright, future engineers!
A **Limit** describes the value a function approaches as its input gets closer to a specific point.
Ex: `lim (x->0) sin(x)/x = 1`.
Pro-Tip: Limits are the bedrock of derivatives & continuity! Understand them well.
#Calculus #Limits #STEM #StudyNotes -
Alright, future engineers!
**Linear Momentum (p)** is the quantity of motion of an object, combining its mass and velocity.
Ex: `p = mv`. A heavy train has huge momentum, even moving slowly.
Pro-Tip: It's a VECTOR! Direction is key in conservation problems.
#Physics #Mechanics #STEM #StudyNotes -
Alright, future engineers!
The **Quadratic Formula** solves `ax^2+bx+c=0` for x.
Formula: `x = (-b ± sqrt(b^2 - 4ac)) / 2a`.
Pro-Tip: Discriminant `b^2-4ac` tells you if roots are real or complex! -
Alright, future engineers!
**Normal Force (N)** is the perpendicular contact force a surface exerts on an object.
Ex: A book on a table. If flat & still, N = mg.
Pro-Tip: Always perpendicular to the *surface*, not necessarily vertical! Crucial for inclined planes. -
Alright, future engineers!
**Interleaving:** Mix different problem types or topics in one study session.
Ex: Alternate between derivatives & integrals, rather than blocking.
Pro-Tip: Boosts your ability to discern *when* to apply different concepts, not just *how* to solve them!
#StudyHacks #LearnSmart #STEM #StudyNotes -
**Truncation Error:** Inaccuracy from approximating infinite math processes (e.g., series) with finite steps.
Ex: Using `x` for `sin(x)` near 0.
Pro-Tip: It's an error in the *method*, not computer precision.
#NumericalMethods #Error #STEM #StudyNotes -
Alright, future engineers!
**Power** is the rate at which work is done or energy is transferred.
Formula: `P = W/t` or `P = Fv`.
Pro-Tip: A powerful engine moves heavy loads FAST. High power doesn't always mean high efficiency!
#Physics #Mechanics #STEM #StudyNotes -
Alright, future engineers!
**Spaced Repetition:** Reviewing material at increasing intervals over time.
Ex: Study integration Day 1, then Day 3, Day 7, Day 14.
Pro-Tip: Beat the forgetting curve by hitting concepts *just before* you forget them!
#StudyHacks #Memory #STEM #StudyNotes -
Alright, future engineers!
**Torque (τ)** is the rotational equivalent of force, causing angular acceleration.
Ex: `τ = rFsin(θ)`. Think tightening a bolt with a wrench.
Pro-Tip: Max torque happens when your force is perpendicular to the lever arm!
#Physics #Mechanics #STEM #StudyNotes -
A **Definite Integral** calculates the signed area under a curve between two points.
Ex: `int(f(x)dx)` from `a` to `b` = `F(b)-F(a)`.
Pro-Tip: Think total accumulation! It's used for total displacement, volume, or work done.
#Calculus #Integrals #STEM #StudyNotes -
Alright, future engineers!
**Active Recall:** Retrieve info from memory *without* notes.
Ex: After a lecture, close notes & list key concepts or solve problems from scratch.
Pro-Tip: Make it hard! The struggle solidifies understanding.
#StudyHacks #LearnSmart #STEM #StudyNotes -
Alright, future engineers!
**Bisection Method:** Finds f(x)=0 roots by repeatedly halving intervals where sign changes.
Ex: If `f(a)f(b)<0`, root's in `[a,b]`. `x_new = (a+b)/2`.
Pro-Tip: Guaranteed convergence if root is bracketed, but can be slow!
#NumericalMethods #RootFinding #STEM #StudyNotes -
Alright, future engineers!
**Work (W)** is energy transferred by a force acting over a distance.
Ex: `W = Fdcos(θ)`. Lifting a 10kg box 2m.
Pro-Tip: Only the force component *parallel* to displacement does work! -
Alright, future engineers!
**Work** is the energy transferred when a force causes displacement.
Ex: `W = F * d * cos(theta)`.
Pro-Tip: Only the force component *parallel* to displacement does work! Perpendicular force does zero work.
#Physics #Mechanics #STEM #StudyNotes -
Alright, future engineers!
**Newton-Raphson** finds roots of `f(x)=0` by iteratively refining guesses.
Ex: `x_new = x_old - f(x_old)/f'(x_old)`.
Pro-Tip: A good initial guess speeds up convergence & prevents divergence! -
Alright, future engineers!
**Difference of Squares** is factoring a binomial where two perfect squares are subtracted.
Formula: `a^2 - b^2 = (a - b)(a + b)`.
Ex: `x^2 - 25 = (x - 5)(x + 5)`.
Pro-Tip: Spot this pattern to factor & simplify expressions super fast!
#Algebra #Factoring #STEM #StudyNotes -
Alright, future engineers!
A **Partial Derivative** measures how a multi-variable function changes when *only one* variable shifts, keeping others fixed.
Ex: If `f(x,y) = x^2y`, then `∂f/∂x = 2xy`.
Pro-Tip: Treat other variables like constants while differentiating!
#MultivariableCalc #Calculus #STEM #StudyNotes -
Alright, future engineers!
**Truncation Error** occurs when an exact mathematical procedure is replaced by an approximation, often by cutting off an infinite series.
Ex: Using only the first few terms of a Taylor series for `e^x`.
Pro-Tip: This error is *predictable* and *controllable* by refining your approximation!
#NumericalMethods #ErrorAnalysis #STEM #StudyNotes -
Alright, future engineers!
**The Chain Rule** helps differentiate composite functions (functions within functions).
Ex: If `y = sin(x^2)`, then `y' = cos(x^2) * 2x`.
Pro-Tip: Derivative of the outside, times derivative of the inside!
#Calculus #Derivatives #STEM #StudyNotes -
Alright, future engineers!
**Active Recall:** Intentionally recalling info from memory *without* looking at notes.
Ex: After reading, close your book & try to list key concepts.
Pro-Tip: Turn lecture slides/chapter headings into questions, then answer from memory!
#StudyHacks #Learning #STEM #StudyNotes -
Alright, future engineers!
The **Product Rule** differentiates a product of two functions.
Formula: `(fg)' = f'g + fg'`
Pro-Tip: 'First D Second + Second D First' is a classic mnemonic! -
Alright, future engineers!
**Feynman Technique**: Explain a complex topic in simple terms, as if to a child.
Ex: Explain Fourier Transforms to a 5-year-old (or your pet!).
Pro-Tip: Struggling? That's a knowledge gap! Review & simplify until it's crystal clear.
#StudyHacks #LearnSmart #STEM #StudyNotes -
Alright, future engineers!
The **Fundamental Theorem of Calculus (FTC)** links differentiation & integration. It states: If `F(x)=∫_a^x f(t)dt`, then `F'(x)=f(x)`.
Ex: If `F(x)=∫_0^x cos(t)dt`, `F'(x)=cos(x)`.
Pro-Tip: It's the ultimate 'undo' button between derivatives & integrals!
#Calculus #FTC #STEM #StudyNotes -
Alright, future engineers!
**Dual Coding** means learning by connecting verbal info with visuals. Ex: Sketch a free-body diagram while describing forces. Pro-Tip: Your brain processes info better with both, boosting retention! -
Alright, future engineers!
**Newton-Raphson** is an iterative method to find function roots (where f(x)=0).
Formula: `x_n+1 = x_n - f(x_n)/f'(x_n)`
Pro-Tip: Your initial guess `x_0` matters! Pick one close to the root for faster convergence.
#NumericalMethods #RootFinding #STEM #StudyNotes -
Alright, future engineers!
The **Mean Value Theorem (MVT)** guarantees that a function's instantaneous rate of change equals its average rate over an interval.
Ex: `f'(c) = (f(b)-f(a))/(b-a)` for some `c` in `(a,b)`.
Pro-Tip: It's all about guaranteeing a *specific point* where slopes match!
#Calculus #MVT #STEM #StudyNotes -
Alright, future engineers!
**Trapezoidal Rule:** Approximates `∫f(x)dx` by summing areas of trapezoids under the curve.
Ex: For one segment, `∫f(x)dx ≈ (b-a)/2 * (f(a) + f(b))`.
Pro-Tip: Use more segments (smaller `h`) for better accuracy!
#NumericalMethods #Integration #STEM #StudyNotes -
Alright, future engineers!
**Momentum (p)** measures an object's mass in motion.
Formula: `p = m * v` (mass times velocity).
Pro-Tip: It's a *vector*! Direction is crucial, especially when analyzing collisions where total momentum is conserved.
#Physics #Mechanics #STEM #StudyNotes -
**Critical Points**: Where `f'(x)=0` or `f'(x)` is undefined. These are spots where local max/min *might* occur.
Ex: `f(x)=x^2`, `f'(x)=2x`. `2x=0` means `x=0` is a crit. pt.
Pro-Tip: Always test critical pts (and endpoints!) for absolute extrema!
#Calculus #Optimization #STEM #StudyNotes -
Alright, future engineers!
**Relative Error:** Quantifies how much an approximation deviates, *relative to the true value*. Ex: `RE = |(Approx - True) / True|`. Pro-Tip: Essential for evaluating precision and setting engineering tolerances!
#NumericalMethods #ErrorAnalysis #STEM #StudyNotes -
Alright, future engineers!
**Interleaving** means mixing different problem types or topics within a single study session. Ex: Instead of 10 derivative problems, do 2 derivatives, 2 integrals, 2 limits. Pro-Tip: It forces your brain to discriminate, boosting deep understanding & retention!
-
Alright, future engineers!
A **Limit** is the value a function approaches as its input gets arbitrarily close to a specific point.
Ex: `lim(x->2) (x^2 - 4)/(x - 2) = 4`.
Pro-Tip: Always simplify first if you hit 0/0! -
Alright, future engineers!
The **Newton-Raphson Method** iteratively finds roots (where f(x)=0) using tangent lines.
Ex: `x_n+1 = x_n - f(x_n) / f'(x_n)`.
Pro-Tip: A good initial guess `x_0` is crucial for quick convergence!
#NumericalMethods #RootFinding #STEM #StudyNotes -
Alright, future engineers!
**U-Substitution:** Simplifies integrals by changing variables.
Ex: For `∫2x cos(x^2) dx`, let `u=x^2`, so `du=2x dx`.
Pro-Tip: Find a function & its derivative in the integrand! -
Alright, future engineers!
**Work-Energy Theorem**: Net work done on an object equals its change in kinetic energy. `W_net = ΔKE`.
Pro-Tip: It's your shortcut to relate forces applied over *distance* to an object's change in speed!
#Physics #Mechanics #STEM #StudyNotes -
Alright, future engineers!
**Euler's Method:** Approximates solutions to ODEs by taking small linear steps. Ex: `y_new = y_old + h * f(x_old, y_old)`. Pro-Tip: Accuracy depends heavily on step size `h`. Smaller `h` is better for precision!
#ODEs #NumericalMethods #STEM #StudyNotes -
Alright, future engineers!
**Spaced Repetition:** Reviewing material at increasing intervals. Ex: Review a concept today, then in 3 days, then 7 days. Pro-Tip: Use flashcard apps (like Anki) to automate your review schedule for maximum retention!
#StudyHacks #TimeManagement #STEM #StudyNotes -
Alright, future engineers!
**Truncation Error** is the inaccuracy from ending an infinite math process (like a series or integral) at a finite step. Ex: `e^x` approximated by `1+x`. Pro-Tip: You can *control* it by adjusting step size or terms, unlike round-off error!
-
Alright, future engineers!
**Active Recall** means retrieving info from memory without notes. Ex: After a lecture, explain the main points aloud. Pro-Tip: Turn headings into questions & answer them! It builds strong memory links.
#StudyHacks #STEMSuccess #STEM #StudyNotes