0% found this document useful (0 votes)
9 views4 pages

Functions: Key Concepts and Types

A function is a special relation where each input has exactly one output, denoted as y = f(x). Key concepts include domain (all possible inputs), range (all possible outputs), and types of functions such as linear, quadratic, and constant. The document also covers function notation, composite functions, inverse functions, and characteristics of even and odd functions.

Uploaded by

sirtaqeebabbas
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views4 pages

Functions: Key Concepts and Types

A function is a special relation where each input has exactly one output, denoted as y = f(x). Key concepts include domain (all possible inputs), range (all possible outputs), and types of functions such as linear, quadratic, and constant. The document also covers function notation, composite functions, inverse functions, and characteristics of even and odd functions.

Uploaded by

sirtaqeebabbas
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

✳️FUNCTIONS – COMPLETE NOTES

🔹 1. Definition

A function is a special relation in which each input (x) has exactly one output (y).
It shows how one quantity depends on another.

Notation:
[
y = f(x)
]
Read as “y is a function of x.”

🔹 2. Function as a Relation

A relation is any set of ordered pairs (x, y).


A function is a special type of relation — no two different x-values have the same y.

Relation Function? Reason


(1,2), (2,3), (3,4) ✅ Yes Each x has one y
(1,2), (1,3), (2,4) ❌ No x = 1 has two y-values

🔹 3. Domain, Range, and Co-domain

Term Meaning Example (f(x) = 2x + 3)


Domain All possible input values (x) All real numbers
Range All possible output values (y) All real numbers
Co-domain Set containing all possible outputs Real numbers

Example:
If ( f(x) = x^2 ) and x = {1, 2, 3},
→ f(x) = {1, 4, 9}
✅ Domain = {1,2,3}, Range = {1,4,9}

🔹 4. Representation of a Function
1. Algebraically → ( f(x) = 3x - 2 )
2. Table Form →

x f(x) = 3x - 2
11
24
37

3. Graphically → Plot (x, f(x)) on a coordinate plane.

🔹 5. Function Test (Vertical Line Test)

If a vertical line crosses the graph only once at every point, it’s a function.
If it cuts more than once → not a function.

🔹 6. Types of Functions

Type Example Description


Linear f(x) = 2x + 3 Graph is a straight line
Quadratic f(x) = x² + 2x + 1 Graph is a parabola
Cubic f(x) = x³ S-shaped curve
Constant f(x) = 5 Horizontal line
Identity f(x) = x Output equals input
Reciprocal f(x) = 1/x Two branches, undefined at x = 0
Modulus f(x) = x
Step Function f(x) = [x] Jumps at integer values

🔹 7. Function Notation

If ( f(x) = 2x + 1 ),
then:
f(1) = 2(1) + 1 = 3
f(5) = 2(5) + 1 = 11
✅ f(x) means “replace x by the number.”

🔹 8. Composite Functions
then (f ∘ g)(x) = f(g(x))
If f(x) and g(x) are two functions,

= apply g first, then f.

Example:

(f ∘ g)(x) = f(g(x)) = 2(x + 3) = 2x + 6


f(x) = 2x, g(x) = x + 3

✅ (f ∘ g)(x) = 2x + 6

🔹 9. Inverse Function

An inverse function reverses another function.


If f(x) = 2x + 3,
then f⁻¹(x) = (x - 3)/2

✅ Check: f(f⁻¹(x)) = x

To find inverse:

1. Replace f(x) by y.
2. Swap x and y.
3. Solve for y.
4. Replace y with f⁻¹(x).

🔹 10. Even and Odd Functions

Type Rule Example


Even Function f(-x) = f(x) f(x) = x²
Odd Function f(-x) = -f(x) f(x) = x³

✅ Even → Symmetric about y-axis


✅ Odd → Symmetric about origin

🔹 11. Practice Examples

1. f(x) = 3x + 2, find f(4)


→ f(4) = 3(4) + 2 = 14
2. If f(x) = x², find f(-3)
→ f(-3) = (-3)² = 9
3. Find (f ∘ g)(x) where f(x)=x² and g(x)=x+1
→ (f ∘ g)(x)=f(g(x))=(x+1)² = x² + 2x + 1
4. Find inverse: f(x)=3x−2
→ y=3x−2 → swap → x=3y−2 → y=(x+2)/3
✅ f⁻¹(x) = (x+2)/3

🔹 12. Quick Summary

Concept Meaning
Function Each x → one y
Domain All inputs
Range All outputs
f(x) Output of function f
Inverse Reverses the function
Composite One function inside another
Even Symmetric about y-axis
Odd Symmetric about origin

✅ Quick Recap

 Function = special relation (one x → one y)


 Domain, Range, and Co-domain define input/output sets
 Types: linear, quadratic, constant, identity, etc.
 Use Vertical Line Test for graphs
 Composite: f(g(x)) Inverse: f⁻¹(x)

Common questions

Powered by AI

Even functions satisfy f(-x) = f(x), meaning they are symmetric about the y-axis. Graphically, flipping the graph across the y-axis results in an identical image. Conversely, odd functions satisfy f(-x) = -f(x), indicating symmetry about the origin. Graphically, rotating the graph 180 degrees about the origin yields the original image. For example, f(x) = x² is even, and f(x) = x³ is odd .

Function notation, such as f(x), is crucial for expressing mathematical relationships simply and intuitively. It clarifies that y is dependent on x, delineates function operations, and allows concise composition of complex functions and their inverses. Notation standardizes the presentation of functions across various problems and serves as a foundation for more advanced concepts, enabling efficient communication of mathematical reasoning .

A function is a special type of relation where each input (x) is associated with exactly one output (y). In contrast, a general relation may associate one input with multiple outputs. This distinction ensures that no two different x-values can have the same y, a property that can be verified through the Vertical Line Test .

The domain of a function is the set of all possible input values (x) for which the function is defined, whereas the range is the set of all possible output values (y) that the function can produce. The domain determines where the function exists on the x-axis and the range indicates the span of y-values the function takes. A function maps each element of the domain to an element in the range .

Linear functions have the form f(x) = ax + b, producing a straight line graph, and have a constant rate of change. Quadratic functions, like f(x) = ax² + bx + c, form parabolic graphs and involve squared terms, introducing a variable rate of change. Cubic functions, expressed as f(x) = ax³ + bx² + cx + d, result in S-shaped curves and involve a cubic term, adding complexity and non-linearity to the rate of change .

Composite functions are formed by applying two functions successively. If f(x) and g(x) are two functions, (f ∘ g)(x) = f(g(x)) means apply g to x first, then apply f to the result. An example is if f(x)=2x and g(x)=x+3, then (f ∘ g)(x) = f(g(x)) = f(x+3) = 2(x+3) = 2x+6 .

To determine if a function is one-to-one, verify that every y-value can be mapped to only one x-value, ensuring a unique reverse mapping. Graphically, a function is one-to-one if it passes the Horizontal Line Test (a horizontal line intersects the graph at most once). For instance, the function f(x) = 2x+3 is one-to-one because solving 2x₁+3 = 2x₂+3 implies x₁ = x₂, confirming each output is from a unique input .

The domain is the set of all possible input values for a function, dictating where the function starts and ends on the x-axis. The co-domain is a broader set that contains the range and theoretically includes all potential outputs for the function. The range, however, is the actual set of outputs that result from applying the domain to the function. While the co-domain includes potential outputs, the range includes only those that are actually attained .

To find the inverse of a function f(x), follow these steps: 1) replace f(x) with y, 2) swap x and y, 3) solve for y in terms of x, and 4) replace y with f⁻¹(x). To verify its correctness, check that applying the function and its inverse sequentially yields the original input: f(f⁻¹(x))=x. For instance, given f(x)=2x+3, its inverse is f⁻¹(x)=(x-3)/2, as verified by checking f(f⁻¹(x)) and f⁻¹(f(x)) both simplify to x .

To test if a graph represents a function, use the Vertical Line Test. If a vertical line drawn through the graph intersects it at only one point at any given position, the graph represents a function. If the line intersects the graph at more than one point, it is not a function .

You might also like