InterviewSolution
Saved Bookmarks
| 1. |
Does the graph of the function ` f(x) = 1//x^(3) ` have origin symmetry? |
|
Answer» We must check if f(-a) =- f(a). ` f(-a)=1//(-a)^(3) =- 1//a^(3) =- f(a)` Since f(-a) =- f(a) for all values of a, the graph of the function ` f(x) = 1//x^(3)` must be symmetric around the origin. |
|