Here's a specific example:
f(x) = x^2 if x <= 1 and
f(x) = 2x if x > 1
It's a parabola that turns into a line. It doesn't have any gaps or visible corners. The limit of f(x) as x approaches 1 is 2, and the limit of f'(x) as x approaches 1 is 2. But my calculus teacher says there's a corner at x = 1, and that piecewise polynomials always form a corner.
2006-11-08
15:48:29
·
5 answers
·
asked by
Pete
2
in
Science & Mathematics
➔ Mathematics
Sorry, I typed the function wrong. This is it:
f(x) = x^2 + 1 if x <= 1 and
f(x) = 2x if x > 1
2006-11-09
08:01:19 ·
update #1