How to Find a and b for a Derivative at 1?

  • Thread starter Thread starter Nguyen Thanh Nam
  • Start date Start date
  • Tags Tags
    Derivative
AI Thread Summary
To find values for a and b that ensure the function is differentiable at x=1, the conditions for continuity and matching derivatives must be satisfied. The continuity condition yields the equation a + b = 0. As x approaches 1 from the right, the derivative is calculated to be 2 + b, while from the left, it is -1. Setting these derivatives equal gives the equation 2 + b = -1, leading to b = -3. Solving these two equations allows for the determination of both a and b.
Nguyen Thanh Nam
Messages
14
Reaction score
0
Ok, they tell me tofind a and b so that the function:
f(x)= *Root(2-x^2) if -root(2)<=x<=1
*x^2 + ax + b if x>1
has derivative at 1
I got that the condition for this graph to be continuous at 1 is a+b=0
And I moved to check out the derivative stuff:
When x->1+, the derivative is 0
But when 1->1-, igot stuck:
lim (x->1-) of [f(x)-f(1)]/(x-1) = lim (x->1-) of (x^2+ax+b-1)/(x-1). So how should I move on?
 
Physics news on Phys.org
Equate the lateral limits for the derivative and get another relation between "a" and "b".
Then use the 2 equations found to determine "a" and "b".

Daniel.
 
Nguyen Thanh Nam said:
Ok, they tell me tofind a and b so that the function:
f(x)= *Root(2-x^2) if -root(2)<=x<=1
*x^2 + ax + b if x>1
has derivative at 1
I got that the condition for this graph to be continuous at 1 is a+b=0
And I moved to check out the derivative stuff:
When x->1+, the derivative is 0
But when 1->1-, igot stuck:
lim (x->1-) of [f(x)-f(1)]/(x-1) = lim (x->1-) of (x^2+ax+b-1)/(x-1). So how should I move on?

How did u compute those derivatives??Post your work.My advice from the previous post remains valid as soon as u dig those derivatives rightly.

Daniel.
 
OK.
We'll check when x>1:
lim (x->1+) of [f(x)-f(1)]/(x-1) = lim (x->1+) of [x^2+ax+b-1]/(x-1)] (from the function at my first post, I got that when x>1, f(x)=x^2+ax+b)
 
Come on, anybody help me out!
 
Last edited:
Do you really need to use the basic formula for a derivative? You should know, by the time you are doing a problem like this, that the derivative of x2+ax+b is
2x+ b.
That tells you that the derivative, as you approach 1 from the right, is 2+ b, not 0.

The derivative of \sqrt{2- x^2}= (2- x^2)^{\frac{1}{2}} is \frac{1}{2}(2-x^2)^{-\frac{1}{2}}(-2x) which is -1 at x= 1. That is, the derivative, as you approach from the left is -1. In order that f be differentiable at x= 1, you must have 2+ b= -1.
 
Yup, my class is at that lession, tis is an apllication. So, I didn't really understand you.:-) But I'll try to read it more.
 
Back
Top