Simplify Limit Problem for Function f = 1/(sqrt(1+x^2)) | K. Civilian

  • Thread starter rsnd
  • Start date
  • Tags
    Limit
In summary: In any case, I'm glad we agree.In summary, the conversation is discussing how to simplify a function in order to avoid having h in the denominator, which can cause issues when it tends to zero. Different methods are suggested, including using the identity sqrt(a)-sqrt(b)= 1/(sqrt(a)+sqrt(b)) and performing a binomial expansion. Ultimately, the goal is to find the derivative of the function.
  • #1
rsnd
26
0
I was told to differentiate by definition! Function
f = 1/(sqrt(1+x^2));

which gives me the expression
Lim(h->0) {(1/(sqrt(1+(x+h)^2)) - 1/(sqrt(1+x^2)))/h}
problem is...I can’t seem to get rid of the h at the bottom...I’ve tried all teh math packages I have including maple and all of them just seem to complicate things! what should be the simplified version of that function so I don’t get h at the bottom resulting in undefined numbers. or is there a different way to look at this definition problem?

Thanks heaps
K. Civilian
 
Mathematics news on Phys.org
  • #2
Why would you want to get rid of it? you need to let it tend to zero...


This ought to help:


Edit:


sqrt(a)-sqrt(b)= (a-b)/(sqrt(a)+sqrt(b))
 
Last edited:
  • #3
I suggest you start like this :

( 1 + (x+h)^2 )^(-1/2)

= ( 1 + x^2 + (2x+h)h )^(-1/2)

= (1 + x^2)^(-1/2) ( 1 + (2x+h)/(1+x^2) h )^(-1/2)

Then do a binomial expansion of the "(1 + (2x+h)/(1+x^2) h)^(-1/2)" factor and it's pretty straight forward from there.
 
  • #4
matt grime said:
Why would you want to get rid of it? you need to let it tend to zero...
Because if it is in the denominator as it goes to 0 it will cause a lot of trouble!


This ought to help:

sqrt(a)-sqrt(b)= 1/(sqrt(a)+sqrt(b))

Provided a-b= 1?
 
  • #5
Noted my mistake.

But the point is that if you use that corrected identity, then you get something where the h on bottom cancels off, and you just have an h on top, let it go to zero and the correct derivative drops out.

Since it's easier to typeset, here's the idea of 1/x

1/(x+h) - 1/x = -h/(x+h)(x)

divide through by h and now let he tend to zero to see that the derivative is -1/x^2

that works here too, but it's a bugger to typeset.
 
Last edited:
  • #6
matt grime said:
Noted my mistake.

But the point is that if you use that corrected identity, then you get something where the h on bottom cancels off, and you just have an h on top, let it go to zero and the correct derivative drops out.QUOTE]

Yes, but I assumed that was what the orginal post meant by "get rid of the h at the bottom".
 

FAQ: Simplify Limit Problem for Function f = 1/(sqrt(1+x^2)) | K. Civilian

What is a limit problem?

A limit problem is a mathematical concept that involves evaluating the behavior of a function as the input approaches a certain value. It is used to find the value that a function approaches as its input gets closer and closer to a specified value.

How do you solve a limit problem?

To solve a limit problem, you can use various methods such as direct substitution, factoring, rationalization, or the use of special limit rules. It is important to identify the type of limit problem and choose the appropriate method to solve it.

Why are limit problems important in mathematics?

Limit problems are important in mathematics because they help us understand the behavior of functions and their graphs. They are also essential in calculus and other areas of mathematics, as they are used to calculate derivatives and integrals.

Can limit problems have more than one solution?

Yes, limit problems can have more than one solution. Depending on the type of limit, it is possible to have multiple solutions or no solution at all. The key is to correctly identify the type of limit and use the appropriate method to solve it.

How can limit problems be applied in real life?

Limit problems have various real-life applications, such as in physics, engineering, and economics. For example, they can be used to calculate the velocity of an object, determine the maximum load a bridge can support, or predict the growth of a population over time.

Similar threads

Back
Top