cmab
- 32
- 0
How to we do the inverse of y=(x-1)^2 ?
Would it be x = sqrt(y) +1 ?
Would it be x = sqrt(y) +1 ?
The discussion focuses on finding the inverse of the function y = (x-1)^2. By switching x and y, the inverse is derived as y = √x + 1. The conversation also highlights the importance of bijective functions for having an inverse, using the example of y = x^3 - x, which lacks an inverse due to multiple outputs for a single input. The necessity of functions being both injective and surjective for invertibility is emphasized.
PREREQUISITESStudents studying algebra, educators teaching function properties, and mathematicians interested in function analysis and inverses.