Find k for Continuous & Differentiable Function

golb0016
Messages
16
Reaction score
0

Homework Statement


find k for the function so it is continuous and differentiable.
x^2-1 x<=1
k(x-1) x>1

The Attempt at a Solution



k(x-1)=0 for x=1
k(0)=0
k = 0/0?

How do I know if the function is differentiable?
 
Physics news on Phys.org
Work on making it differentiable at x = 1 first - if you can, then you know it will be continuous there. (what are the left / right-hand derivatives)
 
Actually, that function is continuous for any value of k. The only point you have to worry about, both for continuity and differentiability, is the point x=1. You can explicitly show that the function is continuous at 1 by computing the limit of f as x approaches 1 and show that it equals f(1). You'll see it doesn't matter what k is for continuity.

To worry about differentiability, all you need to check is that the slope of the function k(x-1) at x=1 matches up with the slope of x2-1 at x=1. Remember that for a function to be differentiable at a point, the limit of the difference quotient at that point must exist. By checking that the slopes match up, you are checking that the left and right handed limits of the difference quotient equal each other (i.e., checking that the limit exists). The function is differentiable everywhere else since it is defined there by polynomials.
 
f(x) = x^2-1
f'(1) = 2(1) = 2

f(x) = k(x-1)
f'(1) = k = 2

Therefore k=2 and is differentiable at this point now, correct?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top