To solve the problem, we need to find the number of intersection points between the functions y=f(x) and y=g(x) in the range x≥0. Given a=53, we have:
f(x)=5⋅83(x−1)2+532−3=403(x−1)2+310−3=403(x−1)2−31.
The function g(x) is a periodic triangular wave with period 2, defined as:
g(x)={x−2n,−x+2n+2,2n≤x<2n+1,2n+1≤x<2n+2.
We analyze the intersections in each interval [2n,2n+2) for n≥0.
Case 1: n=0 (Interval [0,2))
-
Subinterval [0,1): g(x)=x. Solve 403(x−1)2−31=x:
403(x−1)2=x+31⟹3(x−1)2=40x+340⟹9(x−1)2=120x+40.
This quadratic equation has no real solutions in [0,1).
-
Subinterval [1,2): g(x)=−x+3. Solve 403(x−1)2−31=−x+3:
403(x−1)2=x+38⟹3(x−1)2=40x+3320⟹9(x−1)2=120x+320.
This quadratic equation has one real solution in [1,2).
Case 2: n=1 (Interval [2,4))
-
Subinterval [2,3): g(x)=x−2. Solve 403(x−1)2−31=x−2:
403(x−1)2=x−35⟹3(x−1)2=40x−3200⟹9(x−1)2=120x−200.
This quadratic equation has one real solution in [2,3).
-
Subinterval [3,4): g(x)=−x+5. Solve 403(x−1)2−31=−x+5:
403(x−1)2=x−316⟹3(x−1)2=40x−3640⟹9(x−1)2=120x−640.
This quadratic equation has one real solution in [3,4).
Case 3: n=2 (Interval [4,6))
-
Subinterval [4,5): g(x)=x−4. Solve 403(x−1)2−31=x−4:
403(x−1)2=x−311⟹3(x−1)2=40x−3440⟹9(x−1)2=120x−440.
This quadratic equation has one real solution in [4,5).
-
Subinterval [5,6): g(x)=−x+7. Solve 403(x−1)2−31=−x+7:
403(x−1)2=x−320⟹3(x−1)2=40x−3800⟹9(x−1)2=120x−800.
This quadratic equation has one real solution in [5,6).
Conclusion:
Each interval [2n,2n+2) for n≥0 contains exactly 2 intersection points. Since the function g(x) is periodic with period 2, this pattern repeats indefinitely. Therefore, the total number of intersection points in x≥0 is infinite. However, the problem likely expects the number of intersections in the first period [0,2), which is 2.
2