Explanation
To find the minimum value of the function f(x)=max(2x+1,3−4x), we need to look at how the two linear functions behave and where they intersect.
Step 1: Find the point of intersection
The function f(x) takes the upper boundary (the maximum) of the two straight lines:
y1=2x+1 (an increasing line with a positive slope)
y2=3−4x (a decreasing line with a negative slope)
The minimum value of a function defined as max(y1,y2) occurs exactly at their point of intersection. Let's find this intersection point by setting them equal to each other:
2x+1=3−4x
Step 2: Solve for x
Add 4x to both sides:
2x+4x+1=3
6x+1=3
Subtract 1 from both sides:
6x=2
Divide by 6:
x=62=31
Step 3: Calculate the minimum value of f(x)
Now, substitute x=31 back into either of the original equations to find the corresponding y-value (which represents the minimum value of f(x)).
Using y1=2x+1:
f(31)=2(31)+1
f(31)=32+1=35
Conclusion
The minimum value of f(x) is 5/3.
Correct Option: (b)