Find the variable to make the function continuous

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 5K views
Painguy
Messages
118
Reaction score
0

Homework Statement


Find k so that the following function is continuous on any interval.

j(x) = {k cos(x), x ≤ 0
{10ex − k, 0 < x

Homework Equations




The Attempt at a Solution


I originally thought i had to check if the limits of both parts of the functions existed, and if so to set them equal to each other, but then I reread the question and realized that it wasn't asking me if its continuous, but to make it continuous by finding the value of k. I figured that i might be able to to set the two functions equal to each other to see if I can get k, but I'm not sure if that's right or not.
 
Physics news on Phys.org
Painguy said:

Homework Statement


Find k so that the following function is continuous on any interval.

j(x) = {k cos(x), x ≤ 0
{10ex − k, 0 < x

Homework Equations




The Attempt at a Solution


I originally thought i had to check if the limits of both parts of the functions existed, and if so to set them equal to each other, but then I reread the question and realized that it wasn't asking me if its continuous, but to make it continuous by finding the value of k. I figured that i might be able to to set the two functions equal to each other to see if I can get k, but I'm not sure if that's right or not.

For x > 0 do you mean 10*e*x - k, or do you mean 10*ex - k?

RGV
 
Painguy said:

Homework Statement


Find k so that the following function is continuous on any interval.

j(x) = {k cos(x), x ≤ 0
{10ex − k, 0 < x

Homework Equations




The Attempt at a Solution


I originally thought i had to check if the limits of both parts of the functions existed, and if so to set them equal to each other, but then I reread the question and realized that it wasn't asking me if its continuous, but to make it continuous by finding the value of k. I figured that i might be able to to set the two functions equal to each other to see if I can get k, but I'm not sure if that's right or not.


Maybe to give a 100% answer, just state that right of zero and left of zero there are

no problems of continuity. Then , also, f is continuous if the value at a point coincides

with the right- and left- limits.
 
Ray Vickson said:
For x > 0 do you mean 10*e*x - k, or do you mean 10*ex - k?

RGV

I'm sorry i meant 10*ex - k
 
Painguy said:

Homework Statement


Find k so that the following function is continuous on any interval.

j(x) = {k cos(x), x ≤ 0
{10ex − k, 0 < x

Homework Equations



The Attempt at a Solution


I originally thought i had to check if the limits of both parts of the functions existed, and if so to set them equal to each other, but then I reread the question and realized that it wasn't asking me if its continuous, but to make it continuous by finding the value of k. I figured that i might be able to to set the two functions equal to each other to see if I can get k, but I'm not sure if that's right or not.
Chose k to make the following two limits equal to each other.

[itex]\lim_{x\to0^+}\,j(x)\,,[/itex] this is where j(x) = 10ex − k .

[itex]\lim_{x\to0^-}\,j(x)\,,[/itex] this is where j(x) = k cos(x) .

Then make sure that those limits equal j(0) (which of course, they will).
 
I see. That helps. That's what i intended to to at first, but I am not sure how i misinterpreted the question. Anyway thanks for all your help guys