December 11, 2024
Result: $$\boxed{\dfrac{d}{dx}\dfrac{x}{2}=\dfrac{1}{2}}$$ At first, when you see this problem, you might be tempted to use the quotient rule, since the expression contains a quotient. Indeed, using the quotient rule would work, but here it is not necessary as 2 is a constant. To find the derivative of x/2, or $\dfrac{d}{dx}\dfrac{x}{2}$, we will use the constant […]
December 11, 2024
$$\dfrac{d}{dx}\left(\dfrac{2}{x+1}\right)=\boxed{-\frac{2}{(x+1)^2}}$$ In order to compute the derivative of 2/x+1, also written as $\dfrac{d}{dx}\left(\dfrac{2}{x+1}\right)$, we will use the chain rule. First, we can start by rearranging the expression to make the derivative easier to find. Keep in mind, it’s almost always more convenient to factor out a constant and express fractions or square roots as exponents. […]
October 28, 2024
Introduction Before diving into calculus and memorizing formulas, it is important to take a step back and understand what an integral actually means. What is an Integral? An integral, graphically, represents the area under a curve. You might be wondering why it’s useful to know the area under the curve. The reason is that the […]
October 8, 2024
Introduction One of the most common related rates problems is the ladder problem, which looks at how a ladder slides down a wall, assuming that the ladder always makes a right triangle with the wall. Let’s see how to solve these sorts of problems by working through a simple example. Example Let’s consider a ladder […]
October 8, 2024
Fundamental Theorem of Calculus: Part one: $$\int_a^bf(x)\:dx=F(b)-F(a)$$ Where $F(x)$ is an antiderivative of $f(x)$ Part two: $$\dfrac{d}{dx}\int^x_af(t)\:dt=f(x)$$ Basic Integration Rules: Constant Rule: $\displaystyle{\int} 0 \:dx =C$ Constant Multiple Rule: $\displaystyle{\int} Cf(x) \:dx = C\displaystyle{\int}f(x) \:dx$ Sum and Difference Rule: $\displaystyle{\int}\left[ f(x)\pm g(x) \right]\:dx = \displaystyle{\int}f(x) \:dx\pm \displaystyle{\int}g(x)\:dx$ Power Rule: $\displaystyle{\int}x^n \:dx= \dfrac{x^{n+1}}{n+1}+C$ Inverse Bounds Rule: […]