This chapter covers important concepts of continuity and differentiability of functions. Understanding these topics is essential for further studies in calculus and mathematical analysis.
Continuity and Differentiability - Practice Worksheet
Strengthen your foundation with key concepts and basic applications.
This worksheet covers essential long-answer questions to help you build confidence in Continuity and Differentiability from Mathematics Part - I for Class 12 (Mathematics).
Basic comprehension exercises
Strengthen your understanding with fundamental questions about the chapter.
Questions
Define continuity of a function at a point and explain with examples.
Continuity at a point c implies the limit of the function as x approaches c equals the function's value at c. Formally, f is continuous at c if: lim[x->c] f(x) = f(c). Example 1: f(x) = 2x + 3 is continuous at x=1. lim[x->1] f(x) = 2(1) + 3 = 5 = f(1). Example 2: f(x) = x^2 is continuous at x=0. lim[x->0] f(x) = 0 = f(0). These show a smooth graph without breaks.
Discuss the concept of differentiability and its relationship with continuity.
A function is differentiable at c if the derivative exists at that point, meaning that f'(c) = lim[h->0] (f(c+h) - f(c))/h. Differentiability implies continuity; if f is differentiable at c, f must be continuous there. Example: f(x) = |x| is continuous everywhere but not differentiable at x=0, where it has a cusp. Graphs differentiate smoothly where they are differentiable.
Provide the definition of a limit and illustrate it using the function f(x) = 1/x.
The limit of f(x) as x approaches a is L if f(x) approaches L when x is sufficiently close to a. For f(x) = 1/x as x approaches 0 from the right, lim[x->0+] f(x) = +∞ and from the left, lim[x->0-] f(x) = -∞; this shows the limit does not exist at x=0.
Examine the continuity of piecewise functions with an example.
Piecewise functions can be continuous or discontinuous at transition points. Example: f(x) = { 2x + 1, if x < 1; 3, if x = 1; x^2, if x > 1 }. To check continuity at x=1, evaluate limits from both sides. lim[x->1-] = 3, lim[x->1+] = 1. Note that f(1) = 3. Hence, f is discontinuous at x=1.
Discuss the concept of limits and continuity using the function f(x) = sin(x)/x.
The function f(x) = sin(x)/x is defined for all x ≠ 0. Using L'Hôpital's rule or Taylor series expansion, as x approaches 0, limit is 1. Therefore, if we define f(0) = 1, f(x) becomes continuous at x=0.
Define what it means for a function to be continuous over an interval and illustrate with an example.
A function is continuous over an interval [a, b] if it is continuous at every point in that interval. Example: f(x) = x^2 is continuous on [-1, 1] since it passes the intermediate value theorem and has no breaks. Thus, it's smooth and unbroken in behavior.
Analyze the differentiability of a function at a corner, using f(x) = |x|.
The function f(x) = |x| has a corner at x=0. To check differentiability, compute the left-hand derivative: lim[h->0-] (|0+h| - |0|)/h = -1, and right-hand derivative: lim[h->0+] (|0+h| - |0|)/h = 1. Since the derivatives are not equal, f is not differentiable at x=0.
Explain the algebra of continuous functions with an example of the sum of two functions being continuous.
If f(x) and g(x) are continuous at point c, then f(x) + g(x) is also continuous at c. Example: f(x) = x^2 (continuous) and g(x) = 2x (continuous); thus h(x) = f(x) + g(x) = x^2 + 2x is continuous. Evaluating limits shows h(c) = f(c) + g(c).
Check the continuity of a rational function with discontinuous point.
A rational function like f(x) = p(x)/q(x) has a point of discontinuity where q(c) = 0. For example, f(x) = 1/(x-1) is discontinuous at x=1 but continuous on its domain (all real numbers except 1). Thus, it is defined everywhere except the discontinuity.
Continuity and Differentiability - Mastery Worksheet
Advance your understanding through integrative and tricky questions.
This worksheet challenges you with deeper, multi-concept long-answer questions from Continuity and Differentiability to prepare for higher-weightage questions in Class 12.
Intermediate analysis exercises
Deepen your understanding with analytical questions about themes and characters.
Questions
Discuss the relationship between continuity and differentiability. Provide an example of a function that is continuous but not differentiable, and explain why.
A function is continuous at a point if its graph can be drawn without lifting the pencil. A function is differentiable at a point if the derivative exists. For example, the function f(x) = |x| is continuous everywhere but not differentiable at x = 0 because the left and right derivatives at x = 0 are not equal.
Demonstrate that if a function is differentiable at a point, it is also continuous at that point. Provide a mathematical proof.
Let f be differentiable at x = c. Then, by definition, the limit of the difference quotient exists at c. Showing that lim as x approaches c of f(x) equals f(c) suffices to prove continuity. Therefore, f must be continuous at c.
Examine the function f(x) = (x^3 - 3x) / (x - 1). Discuss its points of discontinuity and differentiate it.
The function is discontinuous at x=1 due to division by zero. For all other x, it is continuous and differentiable after simplification. Differentiate using the quotient rule: f'(x) = ( (3x^2)(x - 1) - (x^3 - 3x)(1) ) / (x - 1)^2.
Prove that the composite of two continuous functions is continuous. Illustrate with specific functions.
Let f(x) be continuous at a point c and g(x) be continuous at f(c). Then, lim as x approaches c of g(f(x)) = g(f(c)), proving continuity of g o f. Use examples such as f(x) = x^2 and g(x) = sin(x).
Using the formal definition of continuity, analyze the function f(x) = √(x^2 + 1) at x = 0. Is it continuous? Justify your answer.
Compute the limits. lim as x approaches 0 from both sides gives f(0) = 1. Therefore, since these limits match and equal f(0), the function is continuous at x = 0.
Evaluate the differentiability of the function f(x) = 3 - |x|. Where is it not differentiable? Provide justification.
The function is not differentiable at x = 0 because the left-hand derivative (slope -1) does not equal the right-hand derivative (slope 1). Show this using limit definitions.
Investigate the points of discontinuity of the function f(x) = tan(x) and its implications.
The function f(x) = tan(x) is discontinuous where cos(x) = 0, i.e., at x = (2k + 1)π/2 for any integer k. These points result in vertical asymptotes in the graph.
Prove that every polynomial function is continuous everywhere using the epsilon-delta definition.
Let f(x) = a_n * x^n + ... + a_0. For every ε > 0, choose δ sufficiently small such that |x - c| < δ implies |f(x) - f(c)| < ε, using polynomial limits.
Show that if f and g are both continuous at point c, then (f+g) is also continuous at c. Provide examples.
By definition of continuity, since f and g both equal their respective limits at c, their sum must also satisfy the limit condition as well. Examples: let f(x) = x and g(x) = 2x, then f + g = 3x is continuous.
Using graphical methods, explore how discontinuity affects derivatives, specifically using f(x) = |x|. Plot to show behavior.
Graphically, f(x) = |x| is continuous, but f'(x) does not exist at x = 0. The graph illustrates a cusp at that point, indicating a sharp turn.
Continuity and Differentiability - Challenge Worksheet
Push your limits with complex, exam-level long-form questions.
The final worksheet presents challenging long-answer questions that test your depth of understanding and exam-readiness for Continuity and Differentiability in Class 12.
Advanced critical thinking
Test your mastery with complex questions that require critical analysis and reflection.
Questions
Evaluate the implications of continuity at a jump discontinuity using a piecewise function.
Discuss the consequences on the function's graph and analyze the left and right limits.
Rigorously prove that every polynomial function is continuous.
Use the epsilon-delta definition of continuity and polynomial properties.
Determine whether the function f(x) = 1/x is continuous on its entire domain and identify points of discontinuity.
Discuss continuity in terms of limits at points approaching 0, and relate it to the function's behavior.
Evaluate the continuity of f(x) = sin(x)/x at x = 0 and justify the use of limits.
Apply L'Hôpital's rule or Taylor expansion to determine the limit as x approaches 0.
Explain and prove why the derivative of a function implies continuity.
Present a formal proof linking differentiability and continuity.
Analyze the function g(x) = |x| at x = 0 in terms of differentiability.
Discuss why g(x) is continuous but not differentiable at that point with proper limit analysis.
Consider the piecewise function defined as f(x) = { x^2 if x < 1, 2 if x = 1, 3-x if x > 1 }. Discuss its continuity and differentiability.
Explore the left-hand limit, right-hand limit, and the value of the function at x = 1.
Compare and contrast the continuity of composite functions.
Provide examples of continuous functions, continuous compositions, and discuss exceptions.
Examine the conditions under which a rational function is continuous.
Identify points of discontinuity related to the denominator becoming zero.
Discuss the behavior of limits of spatial functions that are not continuous everywhere and their implications for applications.
Provide real-life scenarios where such behavior is relevant, such as in physics or economics.
This chapter explores key concepts of relations and functions, including types of relations, properties of functions, and their compositions. Understanding these concepts is crucial for further studies in mathematics.
Start chapterThis chapter focuses on inverse trigonometric functions and their properties. Understanding these functions is crucial for solving equations and integrals in calculus.
Start chapterThis chapter introduces matrices, which are essential tools in various fields of mathematics and science. Understanding matrices helps simplify complex mathematical operations and solve systems of linear equations.
Start chapterThis chapter covers determinants, their properties, and applications, which are essential for solving linear equations using matrices.
Start chapterThis chapter explores how derivatives are applied in various fields such as engineering and science. It is crucial for understanding changes in values and optimizing functions.
Start chapter