Home

The Fug has mathematical hints for you 

Hints, Hints, and More Hints
Mathematical Mayhem

Be dazzled at the ways you can remember mathematics
Some will be silly but if you pass you will be happy and so will I.

    Rule One              You really can do Mathematics.
    Rule Two
                It is difficult when you try to do too much too soon.
    Rule Three
              Smile, Laugh and have Fun if all else fails you won’t!
     

Give me a hint on what you want hints on!!!

Functions   Limits     Differentiation  Differentiation Max and Min  
Profit, Cost, and Revenue Linear Programming   Integration

I will try to add on more each week, so keep looking at this space.
If you find a mistake,
please tell me.  I may give you a surprise

Functions

Domain and range are  x and y values (g and y both have tails)
You can only have values of x that give definite answers not ones zooming off to the unknown

Watch out for these functions as not all x-values are valid:

Square rootsÖ          You can only square root positive values and zero.
So
Ö (x 2- 9)               The number part has to be greater than or equal to 3. 
                                   It can be positive or negative because of the square.

So Ö (9 - x 2)               The number part has to be less than or equal to 3.
                                   It can be positive or negative because of the square.

Logarithms ln            You can only have positive numbers not zero!!
So ln( x2 - 9)              The number part has to be greater than 3.
                                   It can be positive or negative because of the square.
So ln(9 - x2)                The number part has to be less than 3.
                                   It can be positive or negative because of the square.

Fractions a / b           The bottom can never equal zero as it zooms off in an undefined way.
                                   This is the only way for a fraction to be zero is if the top equals zero.

Absolute value l x l      This means just take the number part whether it is positive or  
                                     negative.
                                   Remember that the smallest value of an absolute number is zero unless
                                   there are restrictions. Since negative and positive absolute values are
                                   both positive.        l -3 l  = l 3 l = 3
Back to top

Limits

Without too much theory, a limit is the answer an expression goes towards when nearing a certain value. Usually as x tends to a number, the expression that has x in it, tends towards an answer.  For a limit to exist it must approach the same number from above and below the value of x.
For example if the limit of a function is 5 as the x-value approaches 20 then the answer must be going towards 5, when x is 19.9 and again when x is 20.1.  This is what you mean by a bit above and a bit below the x-value.  19.9 and 20.1 are just numbers that I chose.

Now we will have a problem similar to that of the domains of functions such as zeroes on the bottom of fractions.  This is a complete no-no!!! Fear not we have ways of making it work!

How to approach limit questions when we have zero where we don’t want it:

  • Put in the x value and see if it gives an answer that is valid.
  • If the answer is invalid, then try to factorise and see if you can cancel out the problem term.
  • If factorising doesn’t work or is not an option, then multiply top and bottom by an expression which removes the problem.

So let’s look at examples that will explain when you do it,  what you do it, and why you do it.

Example One
                     limx
® 3 ( x2- x  + 6 ) / (x - 3)

We can try to put the value 3 in but the bottom of the fraction becomes zero.
Now there is not much we can do with the bottom so let’s look at the top.
Let’s try factorising after all it is only a quadratic.  Remember the two numbers add to give -1 and multiply to give + 6. 
Hint, we hope the bottom of the fraction is one of the brackets, so try a short cut and find a bracket to multiply by
(x - 3) to give( x 2 - x  + 6 ). This time it works and the bracket is (x + 2).
So the limit becomes limx
® 3 (x - 3)(x + 2)   = limx® 3 (x + 2) 
                                                           (x - 3)

So now we put the value 3 into the limit and we will get limx® 3(x + 2) = 5.

We must remember to say x ¹ 3, as this is the case in the original question.

Example Two
                     lim x
® 5 ( x2- 25) /(x - 5)

We can try to put the value 5 in but the bottom of the fraction becomes zero.
Now there is not much we can do with the bottom again, so let’s look at the top.

We can try factorising, if you look closely the top is the difference of two squares.  This is a common happening so keep a look out for it. 
(x 2 and 25 (5 2). This factorises to the products of the square roots added and subtracted so, ( x 2- 25) = (x - 5)(x + 5).
This is good as we will now be able to cancel the part that was causing the trouble on the bottom of the fraction.

             lim x® 5 (x - 5)(x + 5)   =  lim x® 5   (x + 5)
                                   (x - 5)

Now we can put 5 into the expression so, it goes to a valid answer

             lim x® 5   (x + 5) =  5 + 5 = 10
So the answer is
                      
lim x® 5 ( x 2- 25) /(x - 5) = 10     x ¹ 5

Example Three

      limx® 0 (Ö  (x +3) - Ö 3 )
                                 x
      Please read
      Ö  (x +3) as the square root of (x + 3)

Well, once again we cannot substitute the value in, as the bottom goes to zero.
Now the top does not look like an easy factorisation.
So what we will do is multiply the top and bottom by an expression which will get rid of our problem usually by cancelling after the multiplication.

Remember the difference of two squares from the last example. 
We are going to multiply by the other bracket. If we have two terms that are added then we multiply by the two terms subtracted or if we have the two terms that are subtracted then we multiply by the two terms added.

         limx® 0   (Ö  (x +3) - Ö3 ) (Ö (x +3)   + Ö3 )
                                       x         (
Ö  (x +3)   + Ö 3)

So now we have the difference of two squares on top which is written as.

       
limx® 0     (Ö (x + 3) )2 - (Ö 3)2     =   limx® 0           (x + 3) - (3)       
                           x   (
Ö  (x +3)   + Ö 3)                           x  (Ö  (x +3)   + Ö 3)

         limx® 0                   x                  =  limx® 0                 1           
                               x (
Ö  (x +3)   + Ö 3)                               (Ö (x+  3 ) + Ö 3)


        limx® 0                  1                    =                    1           
                                   (
Ö  (x +3)   + Ö 3)                   (Ö  (0+3)   + Ö 3)  

So the answer is

    limx® 0 (Ö  (x +3) - Ö  3 )     =    1
                               x                    2
    Ö 3
     

This is called rationalising as it removes a square root sign, you can rationalise the numerator or denominator of a fraction.  It is often used in limits questions.

What if the limit is tending to infinity, whether positive or negative, what do we do now?
If you think of infinity as being the opposite to zero so just as we wanted to move zero away from the bottom of a fraction we want to put infinity on the bottom of a fraction.  When a big number is on the bottom of a fraction, the answer gets smaller and smaller as it goes towards zero.
So we will divide every term by the highest power of the variable.

Example Four

                         limx® -¥         4 -  x4
                                               2x3- 5x4

So we will divide each term by x4.
 

                         limx® -¥          4/ x4 -    x4/  x4
                                                       2x3/  x4-    5x4/  x4

                        limx® -¥         4/ x4   -    1
                                                 2/ x    -  5                      

Now the values ( 4 / x4 ) and ( 2 / x )  become smaller and smaller as x gets bigger and bigger. 
So the limit becomes
                                     limx® -¥      0  -  1   =     -  1     =   1
                                                           0 -  5            - 5          5

The answer is

                           limx® -¥        4 -  x4         1   
                                               2x3- 5x4               5

Back to top