If the function f(x) is differentiable and f(x)= {ax^3-6x; if x<=1 bx^2+4; x>1 , then a = ?
take the derivatives plug in 1 set them equal solve for a
a function f(x) is differentiable if 1) f(x) is continuous AND 2) f ' (x) is continuous
\[f(x) = ax^3-6x;~~if~~x \le1~~~~ bx^2+4;~~~x>1~,then~~a=\]
although i am a bit confused because there is no a in the second one
\[f(x)=ax^3-6x\\ f'(x)=?\]
f'(x)= 3ax^2-6
ok and \[f'(1)=3a-6\]
\[f(x)=bx^2+4\\ f'(x)=?\]
Is the function this? \[\Large f(x) = \begin{cases} ax^3-6x \ \ \ \text{if } x \le 1 \\ bx^2+4 \ \ \ \ \ \ \text{if } x>1 \end{cases}\]
f'(x)= 2bx
right and \[f'(1)=2b\]
yes, how did you do the piecewise like that?
set \[3a-6=2b\] solve for \(a\) i guess
if you want to see the code, right click choose "show math as" then "latex"
well you need left limit=right limit of original function also
you will have a system of equations to solve
ooh right!!
yeah, freckles is correct, you need to make sure f(x) is continuous at x = 1
\[f(x) = \left\{\begin{array}{rcc} ax^3-6x& \text{if} & x <1 \\ bx^2+4& \text{if} & x \geq 1 \end{array} \right.\] is another way to make a piecewise function
plug 1 in to both, set them equal
take the derivatives of both plug in 1 again and set them equal
you will have two equations and two unknowns
satellite73 you have the inequality signs mixed up
the first one is supposed to be if x<=1 and the 2nd x>1
yeah i know
the beauty if it makes absolutely no difference
*is not "if"
ok so I pug in I get: a-6=b+4
you can almost do it in your head since 1 is so easy to compute with the first equation is \[a-6=b+4\]
yup
yeah i take the derivative
ok then plug in 1
take the derivative of \(ax^2-6a\) as before you did this already
lol yeah but i made a typo it is \[ax^3-6x\]
3ax^2 - 6 and 2bx
yes
plug in 1, set them equal
3a-6=2b
k almost done
\[a-6=b+4\\ 3a-6=2b\] solve that system
I got -14
now it is donkey work solving this i wouldn't give it any attention, i would cheat http://www.wolframalpha.com/input/?i=a-6%3Db%2B4%2C+3a-6%3D2b
\(a=-14\) is what wolfram got, so you must have done it right (i hope)
yay :) thanks
yw and don't forget if you ever need code right click on it good for copying and pasting too
how do I type a piece wise function?
Fanduekisses, right click on this code (shown below) \[\Large f(x) = \begin{cases} ax^3-6x \ \ \ \text{if } x \le 1 \\ bx^2+4 \ \ \ \ \ \ \text{if } x>1 \end{cases}\] go to "show math as" then go to "tex commands", you'll see something like this pop up `\Large f(x) = \begin{cases} ax^3-6x \ \ \ \text{if } x \le 1 \\ bx^2+4 \ \ \ \ \ \ \text{if } x>1 \end{cases}` you would type that out and surround it with `\[ \]` to have the server process your code and turn it into LaTex. You can also use the equation button below the text box
Join our real-time social learning platform and learn together with your friends!