What is the main difference between an invertible and a non-invertible function?
+
An invertible function is one-to-one and onto, meaning each output corresponds to exactly one input, allowing the function to have a unique inverse. A non-invertible function does not have this property and therefore cannot have a unique inverse.
How can you determine if a function is invertible?
+
A function is invertible if it is bijective—both injective (one-to-one) and surjective (onto). Practically, if the function passes the horizontal line test (no horizontal line intersects the graph more than once), it is invertible.
Can a non-invertible function be made invertible?
+
Yes, sometimes by restricting the domain of a non-invertible function to a subset where it is one-to-one, the function becomes invertible on that restricted domain.
Why are invertible functions important in mathematics?
+
Invertible functions allow us to reverse processes and solve equations uniquely. They are fundamental in fields like algebra, calculus, and cryptography because they guarantee that each output can be traced back to a unique input.
Is the function f(x) = x² invertible?
+
The function f(x) = x² is not invertible over all real numbers because it is not one-to-one (both positive and negative x give the same output). However, if the domain is restricted to x ≥ 0, it becomes invertible with the inverse f⁻¹(x) = √x.
What role does the derivative play in determining invertibility?
+
For differentiable functions, if the derivative is either always positive or always negative (monotonic function), the function is one-to-one and thus invertible on that interval. A zero or changing sign derivative may indicate the function is not invertible over that domain.