Skip to content

Commit

Permalink
Merge pull request #69 from ugent-korea/fix-limits-typo
Browse files Browse the repository at this point in the history
FIX: Typo in limits of composite functions
  • Loading branch information
jvkersch authored Oct 4, 2024
2 parents 239dad8 + 179e9cc commit 11f13af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presentations/03b-limits-continuity.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ In particular:

If $f(x)$ is continuous and $\lim_{x \to a} g(x) = b$, then
$$
\lim_{x \to a} f(g(x)) = f(b) = f\left( \lim_{x \to b} g(x) \right).
\lim_{x \to a} f(g(x)) = f(b) = f\left( \lim_{x \to a} g(x) \right).
$$

Example: $\displaystyle \lim_{x \to 2} \sin\left( \frac{2-x}{4-x^2}\pi\right)$
Expand Down

0 comments on commit 11f13af

Please sign in to comment.