0% found this document useful (0 votes)
20 views17 pages

ISC Maths Project Invertible Functions

The document is a project report on 'Invertible Functions: A Graphical Demonstration' for ISC Class 12 Mathematics, detailing the definitions, conditions, and properties of invertible functions along with graphical demonstrations. It covers various types of functions including linear, quadratic, trigonometric, exponential, and logarithmic functions, emphasizing their invertibility through tests like the Vertical and Horizontal Line Tests. The project also highlights the applications of invertible functions in fields such as cryptography, coding theory, and computer graphics.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views17 pages

ISC Maths Project Invertible Functions

The document is a project report on 'Invertible Functions: A Graphical Demonstration' for ISC Class 12 Mathematics, detailing the definitions, conditions, and properties of invertible functions along with graphical demonstrations. It covers various types of functions including linear, quadratic, trigonometric, exponential, and logarithmic functions, emphasizing their invertibility through tests like the Vertical and Horizontal Line Tests. The project also highlights the applications of invertible functions in fields such as cryptography, coding theory, and computer graphics.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

ISC Class 12 Mathematics Project:

Invertible Functions

A Graphical Demonstration

Submitted By:

[Your Name/Roll Number]

Class:

XII [Your Section]

Session:

2025-2026

School:

[Your School Name]

Submitted To:

[Your Teacher’s Name]

Acknowledgement

I would like to express my sincere gratitude to my Mathematics teacher, [Your Teacher’s


Name], for their invaluable guidance and support throughout this project. Their insights and
encouragement were instrumental in the completion of this work. I also extend my thanks
to my parents and friends for their constant motivation.
Certificate

This is to certify that this project report on “Invertible Functions: A Graphical


Demonstration” has been successfully completed by [Your Name], a student of Class XII
[Your Section], [Your School Name], during the academic year 2025-2026. This project is
submitted in partial fulfillment of the requirements for the ISC Class 12 Mathematics
examination.

Date: May 24, 2026

Signature of Student: _______________

Signature of Teacher: _______________

Signature of External Examiner: _______________

Table of Contents

1. Introduction

2. Understanding Functions

3. Invertible Functions: Definition and Conditions


One-to-One (Injective) Functions

Onto (Surjective) Functions

Bijective Functions

4. Tests for Invertibility


Vertical Line Test

Horizontal Line Test

5. Graphical Demonstrations of Invertible Functions


Linear Function: f(x) = 2x + 3

Quadratic Function with Restricted Domain: f(x) = x² for x ≥ 0

Trigonometric Function with Restricted Domain: f(x) = sin(x)

Exponential and Logarithmic Functions: f(x) = eˣ and f⁻¹(x) = ln(x)


6. Properties of Inverse Functions

7. Applications of Invertible Functions

8. Conclusion

9. Bibliography

1. Introduction

Mathematics, often regarded as the language of the universe, provides powerful tools to
understand and describe the world around us. Among its fundamental concepts, functions
play a pivotal role in modeling relationships between quantities. A function establishes a
unique output for every input. Building upon this, the concept of an invertible function
introduces a fascinating symmetry: a function that can be reversed, mapping its outputs
back to their original inputs. This project aims to delve into the intricacies of invertible
functions, exploring their definitions, conditions for existence, and properties. A significant
focus will be placed on graphical demonstrations, illustrating how the visual
representation of a function and its inverse reveals their inherent symmetry and
relationship. We will also examine various types of functions, including linear, quadratic
(with restricted domains), trigonometric, exponential, and logarithmic functions, to
understand their invertibility through graphical analysis. This comprehensive study will not
only enhance our theoretical understanding but also provide practical insights into the
application of invertible functions in diverse mathematical contexts.

2. Understanding Functions

Before delving into invertible functions, it is crucial to have a solid understanding of what a
function is. In mathematics, a function is a relation between a set of inputs and a set of
permissible outputs with the property that each input is related to exactly one output. If we
denote the input set as the domain and the output set as the codomain, a function f
from set A to set B (denoted as f: A → B ) assigns to each element x in A exactly one
element y in B . The element y is called the image of x under f , and we write y =
f(x) .

Key characteristics of a function include:


Domain: The set of all possible input values for which the function is defined.

Codomain: The set of all possible output values that the function could produce.

Range: The set of all actual output values produced by the function, which is a
subset of the codomain.

Functions can be represented in various ways: algebraically (e.g., f(x) = x² ),


numerically (through tables of values), or graphically. The graphical representation of a
function is particularly insightful as it allows for a visual understanding of its behavior. A
fundamental test for determining if a graph represents a function is the Vertical Line Test.
If any vertical line intersects the graph at more than one point, then the graph does not
represent a function, because it implies a single input has multiple outputs.

For example, consider the equation of a circle, x² + y² = r² . If we try to express y as


a function of x , we get y = ±√(r² - x²) , meaning for a given x (within the domain),
there are two possible y values. Graphically, a vertical line can intersect a circle at two
points, thus failing the Vertical Line Test. This demonstrates that a circle is not a function.

Graphical Illustration: Vertical Line Test

To illustrate the Vertical Line Test, let’s consider the graph of a circle. As shown in Figure 1,
a vertical line drawn through the graph intersects it at two distinct points, indicating that for
a single x-value, there are two corresponding y-values. Therefore, this relation is not a
function.
Figure 1: Demonstration of the Vertical Line Test failing for a circle, indicating it is not a
function.

3. Invertible Functions: Definition and Conditions

A function f: A → B is said to be invertible if there exists another function g: B → A


such that for every x in A , g(f(x)) = x , and for every y in B , f(g(y)) = y . The
function g is called the inverse of f and is denoted by f⁻¹ . For a function to be
invertible, it must satisfy two crucial conditions: it must be both one-to-one (injective) and
onto (surjective). A function that is both one-to-one and onto is called a bijective
function.

One-to-One (Injective) Functions

A function f: A → B is said to be one-to-one (or injective) if different elements in the


domain A have different images in the codomain B . In other words, if f(x₁) = f(x₂)
implies x₁ = x₂ for all x₁, x₂ ∈ A . Graphically, a function is one-to-one if and only if
every horizontal line intersects its graph at most once. This is known as the Horizontal
Line Test.

Consider the function f(x) = x² . For example, f(-2) = 4 and f(2) = 4 . Here, two
different input values ( -2 and 2 ) produce the same output value ( 4 ). Therefore, f(x) =
x² is not a one-to-one function. Graphically, a horizontal line y = 4 would intersect the
parabola y = x² at two points, (-2, 4) and (2, 4) , thus failing the Horizontal Line
Test.

Graphical Illustration: Horizontal Line Test (Failure)

Figure 2 demonstrates the Horizontal Line Test for the function f(x) = x² . A horizontal
line intersects the graph at two points, indicating that the function is not one-to-one.
Figure 2: Demonstration of the Horizontal Line Test failing for f(x) = x² , indicating it is
not a one-to-one function.

Onto (Surjective) Functions

A function f: A → B is said to be onto (or surjective) if every element in the codomain B


is the image of at least one element in the domain A . In simpler terms, the range of the
function must be equal to its codomain. If there is any element in the codomain that is not
mapped to by any element in the domain, then the function is not onto.

For example, consider f: R → R defined by f(x) = x² . The codomain is the set of all
real numbers R . However, the range of f(x) = x² is [0, ∞) , which includes only non-
negative real numbers. Since the range is not equal to the codomain (i.e., negative real
numbers in the codomain are not mapped to), this function is not onto.

Bijective Functions

A function is bijective if it is both one-to-one (injective) and onto (surjective). This means
that every element in the codomain is mapped to by exactly one element in the domain. A
bijective function is also known as a one-to-one correspondence. Only bijective functions
are invertible. The existence of an inverse function f⁻¹ is guaranteed if and only if f is
bijective.

4. Tests for Invertibility

As discussed, the invertibility of a function hinges on its bijective nature. We can visually
assess these properties using graphical tests.

Vertical Line Test

(Reiterated for clarity in the context of invertibility)

The Vertical Line Test is used to determine if a given graph represents a function at all. If
any vertical line intersects the graph at more than one point, it means that for a single input
(x-value), there are multiple outputs (y-values), which violates the definition of a function.
Therefore, a prerequisite for a function to be invertible is that it must first pass the Vertical
Line Test.

Horizontal Line Test

The Horizontal Line Test is used to determine if a function is one-to-one. If any horizontal
line intersects the graph of a function at more than one point, it means that different input
values produce the same output value, implying the function is not one-to-one. If a function
fails the Horizontal Line Test, it cannot be invertible. Conversely, if a function passes the
Horizontal Line Test (i.e., every horizontal line intersects the graph at most once), then the
function is one-to-one. For a function to be invertible, it must pass both the Vertical and
Horizontal Line Tests (implying it is bijective).
5. Graphical Demonstrations of Invertible Functions

Let’s explore various types of functions and their inverses through graphical
representations. A key property of a function and its inverse is that their graphs are
symmetric with respect to the line y = x .

Linear Function: f(x) = 2x + 3

Consider the linear function f(x) = 2x + 3 . This function is both one-to-one (each x
maps to a unique y) and onto (its range is all real numbers, matching its codomain).
Therefore, it is invertible.

To find its inverse, we set y = 2x + 3 , swap x and y to get x = 2y + 3 , and solve for
y : x - 3 = 2y , so y = (x - 3) / 2 . Thus, f⁻¹(x) = (x - 3) / 2 .

Figure 3 shows the graph of f(x) = 2x + 3 and its inverse f⁻¹(x) = (x - 3) / 2 .


Observe the symmetry about the line y = x .
Figure 3: The graph of a linear function f(x) = 2x + 3 and its inverse f⁻¹(x) = (x -
3) / 2 , demonstrating symmetry about y = x .

Quadratic Function with Restricted Domain: f(x) = x² for x ≥ 0

As we saw earlier, the function f(x) = x² defined over all real numbers is not one-to-one
and thus not invertible. However, if we restrict its domain, we can make it invertible. Let’s
consider f(x) = x² with the domain restricted to x ≥ 0 . In this restricted domain, the
function becomes one-to-one (it passes the Horizontal Line Test) and onto (if the codomain
is [0, ∞) ).
To find the inverse, we set y = x² (for x ≥ 0 ), swap x and y to get x = y² (for y ≥
0 ), and solve for y : y = √x . Thus, f⁻¹(x) = √x for x ≥ 0 .

Figure 4 illustrates the graph of f(x) = x² with x ≥ 0 and its inverse f⁻¹(x) = √x .
Again, the symmetry about y = x is evident.

Figure 4: The graph of a quadratic function f(x) = x² with a restricted domain ( x ≥ 0 )


and its inverse f⁻¹(x) = √x , showing invertibility.
Trigonometric Function with Restricted Domain: f(x) = sin(x)

Trigonometric functions, by their periodic nature, are generally not one-to-one over their
natural domains. For instance, f(x) = sin(x) takes on the same value multiple times
(e.g., sin(0) = 0 , sin(π) = 0 , sin(2π) = 0 ). To make them invertible, we must
restrict their domains to intervals where they are one-to-one and onto.

For f(x) = sin(x) , a common restriction is to the interval [-π/2, π/2] . In this interval,
sin(x) is strictly increasing and covers the entire range [-1, 1] . Thus, f: [-π/2,
π/2] → [-1, 1] defined by f(x) = sin(x) is bijective and therefore invertible.

The inverse function is f⁻¹(x) = arcsin(x) (or sin⁻¹(x) ), with domain [-1, 1] and
range [-π/2, π/2] .

Figure 5 displays the graph of f(x) = sin(x) on [-π/2, π/2] and its inverse f⁻¹(x)
= arcsin(x) , demonstrating their symmetry about y = x .
Figure 5: The graph of f(x) = sin(x) with a restricted domain and its inverse f⁻¹(x) =
arcsin(x) , illustrating their symmetric relationship.

Exponential and Logarithmic Functions: f(x) = eˣ and f⁻¹(x) =


ln(x)

Exponential functions are inherently one-to-one and onto (when considering their range as
the codomain). Consider the natural exponential function f(x) = eˣ . Its domain is (-∞,
∞) and its range is (0, ∞) . If we define its codomain as (0, ∞) , then f(x) = eˣ is
bijective and thus invertible.
The inverse of f(x) = eˣ is the natural logarithmic function, f⁻¹(x) = ln(x) . The
domain of ln(x) is (0, ∞) and its range is (-∞, ∞) , which are precisely the range and
domain of eˣ , respectively.

Figure 6 shows the graphs of f(x) = eˣ and f⁻¹(x) = ln(x) , clearly exhibiting their
symmetry about the line y = x .

Figure 6: The graphs of the exponential function f(x) = eˣ and its inverse, the natural
logarithmic function f⁻¹(x) = ln(x) , demonstrating their symmetry.
6. Properties of Inverse Functions

Inverse functions possess several important properties that are direct consequences of
their definition:

1. Symmetry of Graphs: As graphically demonstrated, the graph of f⁻¹(x) is a


reflection of the graph of f(x) across the line y = x .

2. Domain and Range Interchange: The domain of f is the range of f⁻¹ , and the
range of f is the domain of f⁻¹ .

3. Composition Identity: For an invertible function f and its inverse f⁻¹ , their
composition results in the identity function: f(f⁻¹(x)) = x for all x in the domain
of f⁻¹ , and f⁻¹(f(x)) = x for all x in the domain of f .

4. Uniqueness: If a function is invertible, its inverse is unique.

5. Inverse of an Inverse: The inverse of the inverse of a function is the original function
itself: (f⁻¹)⁻¹(x) = f(x) .

7. Applications of Invertible Functions

Invertible functions are not merely theoretical constructs; they have wide-ranging
applications across various fields of science, engineering, and everyday life:

Cryptography: Invertible functions are fundamental to encryption and decryption


processes. An encryption function transforms plaintext into ciphertext, and its inverse
(the decryption function) reverses this process, allowing the original message to be
recovered. The one-to-one and onto properties ensure that each message can be
uniquely encrypted and decrypted.

Coding Theory: Similar to cryptography, invertible functions are used in error-


correcting codes, where data is encoded for transmission and then decoded at the
receiving end. The invertibility ensures that the original data can be perfectly
reconstructed.

Computer Graphics: Transformations like rotations, translations, and scaling in


computer graphics often involve invertible matrices. The inverse transformation
allows objects to be returned to their original positions or states.
Physics and Engineering: Many physical laws and engineering principles are
expressed as functions. When we need to determine the input that led to a particular
output, we are essentially using the concept of an inverse function. For example, if a
function describes the position of an object over time, its inverse could tell us the
time at which the object was at a certain position.

Economics: Supply and demand functions can sometimes be invertible, allowing


economists to determine the price given a quantity, or vice versa.

Data Transformation: In statistics and data analysis, data transformations are often
applied to achieve normality or stabilize variance. Invertible transformations allow for
the original data to be recovered if needed.

8. Conclusion

The study of invertible functions reveals a profound aspect of mathematical relationships.


A function’s ability to be reversed, to map outputs back to their unique inputs, is contingent
upon its bijective nature – being both one-to-one and onto. The graphical demonstrations,
particularly the symmetry about the line y = x , provide an intuitive and powerful way to
understand this concept. From simple linear equations to complex trigonometric and
exponential forms, the principle remains consistent: restrict the domain if necessary to
ensure bijectivity, and an inverse function emerges.

Beyond their theoretical elegance, invertible functions are indispensable tools in practical
applications, underpinning critical technologies like cryptography and influencing various
scientific and engineering disciplines. This project has aimed to provide a comprehensive
overview, combining rigorous definitions with clear graphical insights, thereby solidifying
the understanding of invertible functions as a cornerstone of advanced mathematics.

9. Bibliography

“Invertible Functions.” GeeksforGeeks, 23 July 2025,


[Link]/invertible-functions/. Accessed 24 May 2026.

“Class 12 Maths Project - Exploring Invertible Functions (XII C).” Studocu,


[Link]/in/document/st-xavier-high-school-junagadh/stress-
management/class-12-maths-project-helpful/38307824. Accessed 24 May 2026.
“ISC Class 12 Maths Project Format 2026.” Scribd,
[Link]/document/863949683/MATHEMATICS-PROJECT-ISC-2026-1.
Accessed 24 May 2026.

“ISC Project Guidelines for Class XII Maths (2024-25).” Studocu,


[Link]/in/document/kunskapsskolan/mathematics-applications-and-
interpretation-hl/isc-board-maths/95746880. Accessed 24 May 2026.

You might also like