MethodMath
Calculus
13 questions

Single-variable and multivariable calculus: limits, derivatives, integrals, infinite series, and vector calculus. Includes both computational and theoretical aspects.

Login to follow

Questions about Calculus

Abdessamad
Updated May 16, 2026

Question details

What is the difference between partial derivatives and total derivatives in multivariable calculus?

In multivariable calculus, I see both partial derivatives ∂ f/∂ x and total derivatives df/dx. When should I use each? For a function f(x, y) where y = y(x), the chain rule gives: df/dx = ∂ f/∂ x + ∂ f/∂ y dy/dx What does this mean intuitively? Can someone provide a concrete example where mixing them up leads to wrong results?

more
1496
DT
Updated May 16, 2026

Question details

How to compute the Gaussian curvature of a surface defined by a parametric equation?

I'm studying differential geometry and I need to compute the Gaussian curvature of a parametric surface r(u, v). Given the first fundamental form: E = r_u · r_u, F = r_u · r_v, G = r_v · r_v And the second fundamental form: L = r_(uu) · n, M = r_(uv) · n, N = r_(vv) · n The Gaussian curvature is: K = LN - M²/EG - F² Can someone walk through this computation for a specific surface like a torus or a helicoid?

more
0229
DT
Updated May 16, 2026

Question details

How to solve a second-order linear homogeneous ODE with constant coefficients?

I'm learning to solve ODEs of the form: a d²y/dx² + b dy/dx + c y = 0 I know the characteristic equation is ar² + br + c = 0. But what determines which form the solution takes? 1. If r₁ ≠ r₂ (real distinct roots): y = C₁ e^(r₁ x) + C₂ e^(r₂ x) 2. If r₁ = r₂ (repeated root): y = (C₁ + C₂ x) e^(r x) 3. If roots are complex: y = e^(α x)(C₁ cos β x + C₂ sin β x) Why does the repeated root case have the extra x factor? And what's a physical example of each case (e.g., damped harmonic oscillator)?

more
2523
MR
Updated May 16, 2026

Question details

How to compute contour integrals using the residue theorem?

The residue theorem states: ∮_C f(z) dz = 2π i ∑_(k) Res(f, z_k) where the sum is over all poles inside the closed contour C. I need help computing: ∫_(-∞)^(∞) dx/x² + 1 using contour integration. I know the answer is π, but I want to see the full setup: 1. Choosing the contour (semicircle in upper half-plane) 2. Showing the integral over the arc vanishes as R → ∞ 3. Computing the residue at z = i Are there tricks for computing residues at higher-order poles?

more
1482
SR
Updated May 7, 2026

Question details

What is Stokes' theorem and how does it generalise the fundamental theorem of calculus?

I'm studying multivariable calculus and I've encountered Stokes' theorem: ∮_(∂ S) F · dr = ∬_S (\ abla \ imes F) · n dS I'm told this is a generalisation of the fundamental theorem of calculus, but I don't see the connection. The original FTC says: ∫_a^b f'(x) dx = f(b) - f(a) How is Stokes' theorem related to this? And how does it relate to the divergence theorem and Green's theorem? Can someone explain the \"big picture\" of the fundamental theorems of vector calculus? Also, what is a concrete application of Stokes' theorem?

more
177
LH
Updated Apr 21, 2026

Question details

How to solve constrained optimization problems using Lagrange multipliers?

I'm studying multivariable calculus and I need to understand the method of Lagrange multipliers for constrained optimization. I understand that to find the extrema of f(x,y) subject to g(x,y) = 0, we solve: \ abla f = λ \ abla g g(x,y) = 0 But why does this work? What is the geometric intuition behind setting the gradients proportional? And how do I apply it to a concrete problem like maximizing f(x,y) = xy subject to x² + y² = 1? Also, how do I determine whether the critical point is a maximum or minimum?

more
1105
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
WT
Updated Apr 17, 2026

Question details

How to prove the quotient rule using the product and chain rules?

In A-Level Mathematics, we are taught the quotient rule for differentiation: d/dx(u/v\ ight) = v du/dx - u dv/dx/v² But I find it hard to memorise. My teacher said we can derive it from the product rule and chain rule. Could someone show the derivation step by step? I know that u/v = u · v^(-1), but I get confused when applying the chain rule to v^(-1).

more
1136
Chloe Villeneuve
Updated Apr 5, 2026

Question details

How to prove that the set of rational numbers is countable?

In my Real Analysis class, we proved that ℚ is countable by constructing a bijection with ℕ. The standard proof uses the diagonal array argument: 1/1 & 1/2 & 1/3 & 1/4 & ⋯ 2/1 & 2/2 & 2/3 & 2/4 & ⋯ 3/1 & 3/2 & 3/3 & 3/4 & ⋯ 4/1 & 4/2 & 4/3 & 4/4 & ⋯ ⋮ & ⋮ & ⋮ & ⋮ & ⋱ Then we traverse along diagonals and skip duplicates. But I'm confused: doesn't Cantor's diagonal argument also show that ℝ is uncountable? Why does the same diagonal argument work for countability of ℚ but uncountability of ℝ?

more
165
Chloe Villeneuve
Updated Apr 5, 2026

Question details

How to find the area between two curves using integration?

I'm studying calculus and I need to find the area between two curves. The general formula is: A = ∫_a^b [f(x) - g(x)] dx where f(x) ≥ g(x) on [a,b]. But I have trouble determining which function is on top (the upper curve) and finding the intersection points that serve as integration limits. Could someone work through a complete example: find the area bounded by y = x² and y = 2x - x²?

more
1321
ZP
Updated Apr 5, 2026

Question details

How to solve ∫ 1/x² + a² dx by trigonometric substitution?

I'm revising A-Level integration and I keep getting stuck on integrals of the form: ∫ 1/x² + a² dx I know the answer involves arctan, but I want to understand the substitution method. My textbook says to use x = a \ an \ heta, but I don't fully understand why this substitution works or how to derive the result. Could someone show the complete working with the substitution and the back-substitution step?

more
1111
OG
Updated Apr 4, 2026

Question details

Step-by-step solution for the Taylor series expansion of e^x about x = 0

I need to derive the Maclaurin series for f(x) = e^x from first principles for my AP Calculus BC exam. I know the formula is: f(x) = ∑_(n=0)^(∞) \frac f^((n))(a) n! (x-a)ⁿ For a = 0, this becomes: e^x = ∑_(n=0)^(∞) xⁿ/n! But I want to understand the step-by-step derivation, including why all derivatives of e^x at 0 equal 1, and how to determine the radius of convergence using the ratio test.

more
1154