MethodMath
Abstract Algebra
6 questions

Groups, rings, fields, and modules

Login to follow

Questions about Abstract Algebra

SR
Updated May 14, 2026

Question details

How to calculate the volume of a solid of revolution using disks and washers?

I'm studying calculus and I'm learning about volumes of solids of revolution. I know there are two methods: Disk method: V = π ∫_a^b [R(x)]² dx when rotating around the x-axis Washer method: V = π ∫_a^b [R(x)² - r(x)²] dx when there is a hole But I'm confused about when to use each method. Also, when should I integrate with respect to x versus y? Could someone explain with the example of finding the volume of the solid obtained by rotating the region bounded by y = √x, y = 0, and x = 4 about the x-axis?

more
1115
IM
Updated May 6, 2026

Question details

How to prove a function is injective, surjective, or bijective?

I'm studying discrete mathematics and I need to understand the three types of functions. Definitions: - Injective (one-to-one): f(x₁) = f(x₂) ⇒ x₁ = x₂ - Surjective (onto): For every y in the codomain, there exists x such that f(x) = y - Bijective: Both injective and surjective I understand the definitions but I struggle with the proof techniques. For example, how would I prove that f: ℝ \ o ℝ defined by f(x) = 3x + 2 is bijective? And how would I disprove injectivity or surjectivity for something like f(x) = x²? Also, what is the relationship between bijections and inverse functions?

more
1142
SR
Updated May 3, 2026

Question details

How to find the partial fraction decomposition of a rational function?

I need to integrate ∫ x² + 2x + 3/(x-1)(x+2)² dx and I know I need partial fractions first. The general decomposition is: x² + 2x + 3/(x-1)(x+2)² = A/x-1 + B/x+2 + C/(x+2)² But I always make mistakes solving for A, B, and C. Could someone show a clear method — preferably the cover-up method or Heaviside method — for finding these coefficients quickly? What is the general strategy for partial fractions with repeated linear factors?

more
179
ZP
Updated Apr 18, 2026

Question details

How to determine whether an infinite series converges or diverges?

I'm studying sequences and series in calculus. There are so many tests for convergence — the divergence test, ratio test, root test, integral test, comparison test, alternating series test — and I'm overwhelmed. Could someone provide a decision tree or systematic approach for determining which test to apply to a given series? For example, how would I determine convergence for: 1. ∑_(n=1)^(∞) n²/2ⁿ 2. ∑_(n=1)^(∞) 1/n ln n 3. ∑_(n=1)^(∞) (-1)ⁿ/n

more
139
MO
Updated Apr 10, 2026

Question details

Intuitive geometric interpretation of the Mean Value Theorem

I'm studying A-Level calculus and I can state the Mean Value Theorem: If f is continuous on [a,b] and differentiable on (a,b), then there exists c ∈ (a,b) such that: f'(c) = f(b) - f(a)/b - a But I am having trouble building intuition for what this really means geometrically. Why is this theorem so important in analysis? Can someone provide a clear geometric explanation with a diagram description?

more
1264
IM
Updated Apr 3, 2026

Question details

What is the difference between eigenvalue and eigenvector in intuitive terms?

I am studying linear algebra and I understand the formal definition: For a square matrix A, if Av = \lambdav for some scalar λ and non-zero vector v, then λ is an eigenvalue and v is the corresponding eigenvector. But I don't have geometric intuition. What do eigenvalues and eigenvectors really mean? Why are they so important in applications like PCA, quantum mechanics, and Google's PageRank?

more
196