Here are the LaTeX math equations formatted correctly with the appropriate syntax:
Arithmetic Sequence Term: tn=a+(n−1)d (where a is the first term and d is the common difference)
Sum of an Arithmetic Series: Sn=2n(2a+(n−1)d)
Geometric Sequence Term: tn=arn−1 (where a is the first term and r is the common ratio)
Sum of a Finite Geometric Series: Sn=a1−r1−rn
Sum of an Infinite Geometric Series: S=1−ra, provided that |r| < 1
Absolute Convergence: Both the original series ∑an and the absolute value series ∑∣an∣ converge.
Conditional Convergence: The original series ∑an converges, but the absolute value series ∑∣an∣ diverges.
Integral Test Conditions: If f(x) is positive, continuous, and decreasing for xge1 where f(k)=ak, then ∫1∞f(x)dx and ∑k=1∞ak either both converge or both diverge.
P-Series Test: ∑k=1∞kp1 converges if p > 1; diverges if 0 < p \le 1.
Direct Comparison Test: If 0≤an≤bn, then if ∑bk converges, so does ∑ak. If ∑ak diverges, then ∑bk diverges as well.
Ratio Test: Evaluate L=limk→∞akak+1. If L < 1, the series converges absolutely; if L > 1, it diverges; if L=1, the test is inconclusive.
n-th Term Test for Divergence: If limk→∞ak=0, then the series ∑ak diverges.
Alternating Series Test Conditions: 1. a_k > 0 for all k.
limk→∞ak=0.
ak+1≤ak (the terms are non-increasing).
Geometric Series Test: ∑arn converges if |r| < 1; diverges if ∣r∣≥1.
Limit Comparison Test: Evaluate c=limk→∞bkak. If 0 < c < \infty, then both series either both converge or diverge.
General Maclaurin Series: ∑n=0∞n!f(n)(0)xn
Maclaurin Series for sin(x): sin(x)=∑k=0∞(2k+1)!(−1)kx2k+1
Maclaurin Series for cos(x): cos(x)=∑k=0∞(2k)!(−1)kx2k
Maclaurin Series for e^x: ex=∑n=0∞n!xn
Maclaurin Series for \frac{1}{1-x}: 1−x1=∑n=0∞xn valid for |x| < 1.
General Taylor Series: ∑n=0∞n!f(n)(a)(x−a)n
Alternating Series Error Bound: ∣S−Sk∣≤ak+1.
Lagrange Error Bound: ∣En(x)∣≤(n+1)!M∣x−a∣n+1.
Interval of Convergence Three Possibilities:
Converges only at x=a (R=0)
Converges absolutely for all x (R=∞)
Converges for |x-a| < R and diverges for |x-a| > R, yielding interval (a−R,a+R).
Steps to Find Interval of Convergence:
Apply the Ratio Test to solve for |x-a| < R.
Test each endpoint x=a−R and x=a+R for convergence.
First Derivative for Parametric Equations: dxdy=dx/dtdy/dt.
Second Derivative for Parametric Equations: dx2d2y=dtdxdtd(dxdy).
Rectangular Coordinate Equations for Polar Coordinates: x=rcos(θ), y=rsin(θ), and x2+y2=r2.