krit.club logo

Continuity and Differentiability - Continuity and differentiability

Grade 12CBSE

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

Continuity at a Point: A function f(x)f(x) is continuous at x=cx = c if the limit of the function as xx approaches cc exists and is equal to the value of the function at cc. This requires that the Left Hand Limit (LHL), Right Hand Limit (RHL), and the function value f(c)f(c) are all equal: limxcf(x)=limxc+f(x)=f(c)\lim_{x \to c^-} f(x) = \lim_{x \to c^+} f(x) = f(c). Visually, this means you can draw the graph through that point without lifting your pen; there are no 'holes', 'jumps', or 'vertical asymptotes'.

Continuity in an Interval: A real-valued function ff is continuous in an open interval (a,b)(a, b) if it is continuous at every point in that interval. For a closed interval [a,b][a, b], it must also be continuous from the right at x=ax=a and from the left at x=bx=b. Geometrically, the graph represents a single, unbroken curve over that specific range of xx-values.

Differentiability: A function f(x)f(x) is differentiable at a point x=cx = c in its domain if the derivative f(c)f'(c) exists. This is true if the Left Hand Derivative (LHD) equals the Right Hand Derivative (RHD). Visually, differentiability implies 'smoothness'; the graph has a unique tangent line at that point. If the graph has a sharp corner (like a 'V' shape) or a vertical tangent, it is not differentiable there.

Relation between Continuity and Differentiability: A fundamental theorem states that if a function is differentiable at a point, it must also be continuous at that point. However, the converse is not always true. For example, the absolute value function f(x)=xf(x) = |x| is continuous at x=0x=0, but it is not differentiable there because it has a sharp corner, meaning the LHD (1-1) does not equal the RHD (11).

Chain Rule for Composite Functions: If a function yy is a composite of two functions ff and gg, such that y=(fg)(x)=f(g(x))y = (f \circ g)(x) = f(g(x)), its derivative is calculated as the derivative of the outer function with respect to the inner function, multiplied by the derivative of the inner function. Formulaically, dydx=dydududx\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}, where u=g(x)u = g(x).

Rolle's Theorem: For a function ff that is continuous on the closed interval [a,b][a, b], differentiable on the open interval (a,b)(a, b), and satisfies f(a)=f(b)f(a) = f(b), there must exist at least one point cc in (a,b)(a, b) such that f(c)=0f'(c) = 0. Visually, if the function starts and ends at the same height, there must be at least one peak or valley where the tangent line is horizontal.

Mean Value Theorem (MVT): If ff is continuous on [a,b][a, b] and differentiable on (a,b)(a, b), there exists a point cc in (a,b)(a, b) such that f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a}. Geometrically, this means there is a point on the curve where the slope of the tangent is equal to the slope of the secant line passing through the endpoints (a,f(a))(a, f(a)) and (b,f(b))(b, f(b)).

Logarithmic and Exponential Differentiation: Functions of the form y=[f(x)]g(x)y = [f(x)]^{g(x)} are best solved by taking the natural logarithm (ln\\ln) on both sides to transform the power into a product. This simplifies the differentiation process using the product rule and chain rule.

📐Formulae

Continuity condition: limxcf(x)=limxc+f(x)=f(c)\lim_{x \to c^-} f(x) = \lim_{x \to c^+} f(x) = f(c)

Left Hand Derivative (LHD): f(c)=limh0f(ch)f(c)hf'(c^-) = \lim_{h \to 0} \frac{f(c-h) - f(c)}{-h}

Right Hand Derivative (RHD): f(c+)=limh0f(c+h)f(c)hf'(c^+) = \lim_{h \to 0} \frac{f(c+h) - f(c)}{h}

Product Rule: ddx(uv)=udvdx+vdudx\frac{d}{dx}(uv) = u\frac{dv}{dx} + v\frac{du}{dx}

Quotient Rule: ddx(uv)=vdudxudvdxv2\frac{d}{dx}(\frac{u}{v}) = \frac{v\frac{du}{dx} - u\frac{dv}{dx}}{v^2}

Chain Rule: dydx=dydududx\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}

Mean Value Theorem: f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a}

Derivative of sin1x\sin^{-1} x: ddx(sin1x)=11x2\frac{d}{dx}(\sin^{-1} x) = \frac{1}{\sqrt{1-x^2}}

Derivative of tan1x\tan^{-1} x: ddx(tan1x)=11+x2\frac{d}{dx}(\tan^{-1} x) = \frac{1}{1+x^2}

💡Examples

Problem 1:

Find the value of kk so that the function f(x)={kx+1if x53x5if x>5f(x) = \begin{cases} kx + 1 & \text{if } x \le 5 \\ 3x - 5 & \text{if } x > 5 \end{cases} is continuous at x=5x = 5.

Solution:

Step 1: Find the Left Hand Limit (LHL) at x=5x = 5: limx5f(x)=limx5(kx+1)=5k+1\lim_{x \to 5^-} f(x) = \lim_{x \to 5} (kx + 1) = 5k + 1 Step 2: Find the Right Hand Limit (RHL) at x=5x = 5: limx5+f(x)=limx5(3x5)=3(5)5=10\lim_{x \to 5^+} f(x) = \lim_{x \to 5} (3x - 5) = 3(5) - 5 = 10 Step 3: Find the value of the function at x=5x = 5: f(5)=5k+1f(5) = 5k + 1 Step 4: For continuity at x=5x = 5, LHL=RHL=f(5)LHL = RHL = f(5): 5k+1=105k + 1 = 10 5k=9k=955k = 9 \Rightarrow k = \frac{9}{5}

Explanation:

To ensure continuity, we evaluate the limits from both sides of the point where the function definition changes. By setting the limits equal to each other, we solve for the unknown parameter kk.

Problem 2:

Differentiate y=xsinxy = x^{\sin x} with respect to xx.

Solution:

Step 1: Take natural log on both sides: lny=ln(xsinx)\ln y = \ln(x^{\sin x}) lny=sinxlnx\ln y = \sin x \cdot \ln x Step 2: Differentiate both sides with respect to xx using the Product Rule on the right: 1ydydx=sinxddx(lnx)+lnxddx(sinx)\frac{1}{y} \frac{dy}{dx} = \sin x \frac{d}{dx}(\ln x) + \ln x \frac{d}{dx}(\sin x) 1ydydx=sinx1x+lnxcosx\frac{1}{y} \frac{dy}{dx} = \sin x \cdot \frac{1}{x} + \ln x \cdot \cos x Step 3: Multiply by yy to isolate dydx\frac{dy}{dx}: dydx=y(sinxx+cosxlnx)\frac{dy}{dx} = y \left( \frac{\sin x}{x} + \cos x \ln x \right) Step 4: Substitute the original expression for yy: dydx=xsinx(sinxx+cosxlnx)\frac{dy}{dx} = x^{\sin x} \left( \frac{\sin x}{x} + \cos x \ln x \right)

Explanation:

This is a case of logarithmic differentiation. Since the variable xx is in both the base and the exponent, we use logs to pull the exponent down, allowing us to use the standard product rule for differentiation.