Find All Values of a for f to be Continuous at c

  • Thread starter Thread starter Miike012
  • Start date Start date
  • Tags Tags
    Continuity
Miike012
Messages
1,009
Reaction score
0
A function f is defined as follows:



f(x) = 2cos(x) if x≤c,
= ax^2 + b if x > c .

Where a,b, and c are constants. If b and c are given. find all values of a for which f is continuous at the point x = c

Solution:
a = (2cos(c) - b)/c^2 if c ≠ 0 ; if c = 0 there is no solution unless b = 2.

I don't understand how if c = 0 and b = 2 there is a solution at c = 0

For instance... (2cos(c) - 2)/c^2 = (2/c)( Cos(c) - 1 )/c = 2/0*0 as c → 0 which is still a discontinuity.
 
Physics news on Phys.org
In order for f(x) to be continuous at x = 0, f(0) must be defined and:

\lim_{x \to 0^-} f(x) = \lim_{x \to 0^+} f(x) = f(0)

Looking at the limit part of this, calculate \lim_{x \to 0^-} f(x). What do you get? Now look at \lim_{x \to 0^+} f(x). What is the only value of b that we can have to get the right limit?
 
Miike012 said:
A function f is defined as follows:

f(x) = 2cos(x) if x≤c,
= ax^2 + b if x > c .

Where a,b, and c are constants. If b and c are given. find all values of a for which f is continuous at the point x = c

Solution:
a = (2cos(c) - b)/c^2 if c ≠ 0 ; if c = 0 there is no solution unless b = 2.

I don't understand how if c = 0 and b = 2 there is a solution at c = 0

For instance... (2cos(c) - 2)/c^2 = (2/c)( Cos(c) - 1 )/c = 2/0*0 as c → 0 which is still a discontinuity.
Generalizing on what gb7nash said: f is continuous at at x=c if and only if
\displaystyle \lim_{x \to c^-} f(x) = \lim_{x \to c^+} f(x) = f(c)​
Of course since cos(x) is continuous on ℝ, \displaystyle \lim_{x \to c^-}f(x)=f(c) is true for all real c.

\displaystyle \lim_{x \to c^-} f(x) = \lim_{x \to c^+} f(x) leads directly to the equation
\displaystyle 2\cos(c)=ac^2+b​
Use that last equation to solve the two cases:
(1) c = 0

(2) c ≠ 0​
 
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