For which a and b is the piececewise function continues everywhere

  • Thread starter Thread starter Boik
  • Start date Start date
  • Tags Tags
    Function
Boik
Messages
2
Reaction score
0
Homework Statement :

Sorry this is a more accurate translation:
For which a and b does the function have a derivative everywhere

<br /> <br /> f(x) = \begin{cases}<br /> ax+b, &amp; x≤1\\<br /> x^2, &amp; x&gt;1<br /> \end{cases}

I'd be grateful if someone explains to me the algorithm for solving these type of problems.
Thank you in advance.
 
Last edited:
Physics news on Phys.org
Both ax + b and x^2 are continues functions so all you have to do is set a and b so that ax+b = x^2 when x goes to 1.
 
Boik said:
Homework Statement :

Sorry this is a more accurate translation:
For which a and b does the function have a derivative everywhere

<br /> <br /> f(x) = \begin{cases}<br /> ax+b, &amp; x≤1\\<br /> x^2, &amp; x&gt;1<br /> \end{cases}

I'd be grateful if someone explains to me the algorithm for solving these type of problems.
Thank you in advance.

first, we want f to be continuous (if f is not continuous, we'll have a hard time taking the derivative, unless it's a removeable discontinuity).

the problem obviously lies at x = 1, we should like the two definitions to agree there.

but that gives more than one possible choice for a and b, so we should also like the derivatives of ax+b and x2 to agree at 1.

so calculate d/dx(ax+b) and d/dx(x2) at x = 1, and take it from there...

(in each case, the reasoning behind making the two forms of f and f' agree at x = 1, is so that the left-hand limits and the right-hand limits both agree, ensuring the continuity of f in the first case, and the differentiablity of f in the second case).
 
Deveno said:
first, we want f to be continuous (if f is not continuous, we'll have a hard time taking the derivative, unless it's a removeable discontinuity).

the problem obviously lies at x = 1, we should like the two definitions to agree there.

but that gives more than one possible choice for a and b, so we should also like the derivatives of ax+b and x2 to agree at 1.

so calculate d/dx(ax+b) and d/dx(x2) at x = 1, and take it from there...

(in each case, the reasoning behind making the two forms of f and f' agree at x = 1, is so that the left-hand limits and the right-hand limits both agree, ensuring the continuity of f in the first case, and the differentiablity of f in the second case).

So basically the limits of both parts must be the same when x is approching the point and both parts must have the same derivative at that point in order for the function to have a derivative everywhere?

Hence lim(ax+b) as x->1, x<1 must be equal to lim(x^2) as x->1, x>1
and (ax+b)' = (x^2)'

I got that a = 2 and b = -1
 
Last edited:
well, not exactly, but it's pretty clear f(x) = ax+b is differentiable anywhere to the left of x = 1, and f(x) = x2 is differentiable anywhere to the right of x = 1.

so the only place where the derivative might fail to exist, is at x = 1, which we can fix by choosing a and b wisely.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top