Finding a value to make piecewise continuous

  • Thread starter Thread starter BrianHare
  • Start date Start date
  • Tags Tags
    Continuous Value
BrianHare
Messages
3
Reaction score
0

Homework Statement



Find c such that it makes f(x) continuous.

Homework Equations



<br /> f(x)=\begin{cases}<br /> 2x+c&amp;x &lt; -5\\<br /> 3x^2&amp;-5 \leq x &lt; 0\\<br /> cx^2&amp;0 \leq x\\<br /> \end{cases}<br />

The Attempt at a Solution



I know that
\lim_{x\to 5^-}3x^2 = 2x+c
and
\lim_{x\to 0^+}3x^2 = cx^2

Which makes the 2 points where it disconnects at (-5, 75) and (0,0)
Given that I make 2x+c = 75, where x=-5. I get C= 85, and since cx^2=0 is any real, does that mean the answer is c=85?
 
Last edited:
Physics news on Phys.org
Welcome to PF!

BrianHare said:
I know that
\lim_{x\to 5^-}3x^2 = 2x+c
and
\lim_{x\to 0^+}3x^2 = cx^2

Which makes the 2 points where it disconnects at (-5, 75) and (0,0)
Given that I make 2x+c = 75, where x=-5. I get C= 85, and since cx^2=0 is any real, does that mean the answer is c=85?

Hi Brian! Welcome to PF! :smile:

Yes, c = 85.

(though you have a strange way of using lim …

you might as well say lim 3x2 = 3*(-5)2, and so on. :wink:)
 


tiny-tim said:
Hi Brian! Welcome to PF! :smile:

Yes, c = 85.

(though you have a strange way of using lim …

you might as well say lim 3x2 = 3*(-5)2, and so on. :wink:)

My teacher has a definition where

\lim_{x\to a}f(x) = f(c)

It was my understanding that f(x) = 3x^2, a = -5, and f(c) = 2x+c. So once I knew the answer to the limit, i knew that f(c) = 75, thus 2x+c must also be 75. Maybe I am misunderstanding the definition. Can anyone clarify?
 
BrianHare said:
My teacher has a definition where

\lim_{x\to a}f(x) = f(c)

:confused: that doesn't make any sense …

what is f(c) supposed to mean? :confused:

(f(c) = 2c + c or 3c2 or cc2)

does he mean \lim_{x\to a}f(x) = f(a)?​
 
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