<< Chapter < Page Chapter >> Page >
Graph of y = ( x + 6 ) ( x - 2 ) x + 6 .

We say that a function is continuous if there are no values of the independent variable for which the function is undefined.

Limits

We can now introduce a new notation. For the function y = ( x + 6 ) ( x - 2 ) x + 6 , we can write: lim x - 6 ( x + 6 ) ( x - 2 ) x + 6 = - 8 . This is read: the limit of ( x + 6 ) ( x - 2 ) x + 6 as x tends to -6 is 8.

Investigation : limits

If f ( x ) = x + 1 , determine:

f(-0.1)
f(-0.05)
f(-0.04)
f(-0.03)
f(-0.02)
f(-0.01)
f(0.00)
f(0.01)
f(0.02)
f(0.03)
f(0.04)
f(0.05)
f(0.1)

What do you notice about the value of f ( x ) as x gets close to 0.

Summarise the following situation by using limit notation: As x gets close to 1, the value of the function y = x + 2 gets close to 3.

  1. This is written as: lim x 1 x + 2 = 3 in limit notation.

We can also have the situation where a function has a different value depending on whether x approaches from the left or the right. An example of this is shown in [link] .

Graph of y = 1 x .

As x 0 from the left, y = 1 x approaches - . As x 0 from the right, y = 1 x approaches + . This is written in limits notation as: lim x 0 - 1 x = - for x approaching zero from the left and lim x 0 + 1 x = for x approaching zero from the right. You can calculate the limit of many different functions using a set method.

Method:

Limits: If you are required to calculate a limit like lim x a then:

  1. Simplify the expression completely.
  2. If it is possible, cancel all common terms.
  3. Let x approach a .

Determine lim x 1 10

  1. There is nothing to simplify.

  2. There are no terms to cancel.

  3. lim x 1 10 = 10

Determine lim x 2 x

  1. There is nothing to simplify.

  2. There are no terms to cancel.

  3. lim x 2 x = 2

Determine lim x 10 x 2 - 100 x - 10

  1. The numerator can be factorised. x 2 - 100 x - 10 = ( x + 10 ) ( x - 10 ) x - 10

  2. x - 10 can be cancelled from the numerator and denominator.

    ( x + 10 ) ( x - 10 ) x - 10 = x + 10

  3. lim x 10 x 2 - 100 x - 10 = 20

Average gradient and gradient at a point

In Grade 10 you learnt about average gradients on a curve. The average gradient between any two points on a curve is given by the gradient of the straight line that passes through both points. In Grade 11 you were introduced to the idea of a gradient at a single point on a curve. We saw that this was the gradient of the tangent to the curve at the given point, but we did not learn how to determine the gradient of the tangent.

Now let us consider the problem of trying to find the gradient of a tangent t to a curve with equation y = f ( x ) at a given point P .

We know how to calculate the average gradient between two points on a curve, but we need two points. The problem now is that we only have one point, namely P . To get around the problem we first consider a secant to the curve that passes through point P and another point on the curve Q . We can now find the average gradient of the curve between points P and Q .

If the x -coordinate of P is a , then the y -coordinate is f ( a ) . Similarly, if the x -coordinate of Q is a - h , then the y -coordinate is f ( a - h ) . If we choose a as x 2 and a - h as x 1 , then: y 1 = f ( a - h ) y 2 = f ( a ) . We can now calculate the average gradient as:

y 2 - y 1 x 2 - x 1 = f ( a ) - f ( a - h ) a - ( a - h ) = f ( a ) - f ( a - h ) h

Now imagine that Q moves along the curve toward P . The secant line approaches the tangent line as its limiting position. This means that the average gradient of the secant approaches the gradient of the tangent to the curve at P . In [link] we see that as point Q approaches point P , h gets closer to 0. When h = 0 , points P and Q are equal. We can now use our knowledge of limits to write this as:

gradient at P = lim h 0 f ( a ) - f ( a - h ) h .

and we say that the gradient at point P is the limit of the average gradient as Q approaches P along the curve.

Khan academy video on calculus - 1

For the function f ( x ) = 2 x 2 - 5 x , determine the gradient of the tangent to the curveat the point x = 2 .

  1. We know that the gradient at a point x is given by: lim h 0 f ( x + h ) - f ( x ) h In our case x = 2 . It is simpler to substitute x = 2 at the end of the calculation.

  2. f ( x + h ) = 2 ( x + h ) 2 - 5 ( x + h ) = 2 ( x 2 + 2 x h + h 2 ) - 5 x - 5 h = 2 x 2 + 4 x h + 2 h 2 - 5 x - 5 h
  3. lim h 0 f ( x + h ) - f ( x ) h = 2 x 2 + 4 x h + 2 h 2 - 5 x - 5 h - ( 2 x 2 - 5 x ) h ; h 0 = lim h 0 2 x 2 + 4 x h + 2 h 2 - 5 x - 5 h - 2 x 2 + 5 x h = lim h 0 4 x h + 2 h 2 - 5 h h = lim h 0 h ( 4 x + 2 h - 5 ) h = lim h 0 4 x + 2 h - 5 = 4 x - 5
  4. 4 x - 5 = 4 ( 2 ) - 5 = 3

  5. The gradient of the tangent to the curve f ( x ) = 2 x 2 - 5 x at x = 2 is 3.

For the function f ( x ) = 5 x 2 - 4 x + 1 , determine the gradient of the tangent to curve at the point x = a .

  1. We know that the gradient at a point x is given by: lim h 0 f ( x + h ) - f ( x ) h In our case x = a . It is simpler to substitute x = a at the end of the calculation.

  2. f ( x + h ) = 5 ( x + h ) 2 - 4 ( x + h ) + 1 = 5 ( x 2 + 2 x h + h 2 ) - 4 x - 4 h + 1 = 5 x 2 + 10 x h + 5 h 2 - 4 x - 4 h + 1
  3. lim h 0 f ( x + h ) - f ( x ) h = 5 x 2 + 10 x h + 5 h 2 - 4 x - 4 h + 1 - ( 5 x 2 - 4 x + 1 ) h = lim h 0 5 x 2 + 10 x h + 5 h 2 - 4 x - 4 h + 1 - 5 x 2 + 4 x - 1 h = lim h 0 10 x h + 5 h 2 - 4 h h = lim h 0 h ( 10 x + 5 h - 4 ) h = lim h 0 10 x + 5 h - 4 = 10 x - 4
  4. 10 x - 4 = 10 a - 5

  5. The gradient of the tangent to the curve f ( x ) = 5 x 2 - 4 x + 1 at x = 1 is 10 a - 5 .

Limits

Determine the following

  1. lim x 3 x 2 - 9 x + 3
  2. lim x 3 x + 3 x 2 + 3 x
  3. lim x 2 3 x 2 - 4 x 3 - x
  4. lim x 4 x 2 - x - 12 x - 4
  5. lim x 2 3 x + 1 3 x

Questions & Answers

what does preconceived mean
sammie Reply
physiological Psychology
Nwosu Reply
How can I develope my cognitive domain
Amanyire Reply
why is communication effective
Dakolo Reply
Communication is effective because it allows individuals to share ideas, thoughts, and information with others.
effective communication can lead to improved outcomes in various settings, including personal relationships, business environments, and educational settings. By communicating effectively, individuals can negotiate effectively, solve problems collaboratively, and work towards common goals.
it starts up serve and return practice/assessments.it helps find voice talking therapy also assessments through relaxed conversation.
miss
Every time someone flushes a toilet in the apartment building, the person begins to jumb back automatically after hearing the flush, before the water temperature changes. Identify the types of learning, if it is classical conditioning identify the NS, UCS, CS and CR. If it is operant conditioning, identify the type of consequence positive reinforcement, negative reinforcement or punishment
Wekolamo Reply
please i need answer
Wekolamo
because it helps many people around the world to understand how to interact with other people and understand them well, for example at work (job).
Manix Reply
Agreed 👍 There are many parts of our brains and behaviors, we really need to get to know. Blessings for everyone and happy Sunday!
ARC
A child is a member of community not society elucidate ?
JESSY Reply
Isn't practices worldwide, be it psychology, be it science. isn't much just a false belief of control over something the mind cannot truly comprehend?
Simon Reply
compare and contrast skinner's perspective on personality development on freud
namakula Reply
Skinner skipped the whole unconscious phenomenon and rather emphasized on classical conditioning
war
explain how nature and nurture affect the development and later the productivity of an individual.
Amesalu Reply
nature is an hereditary factor while nurture is an environmental factor which constitute an individual personality. so if an individual's parent has a deviant behavior and was also brought up in an deviant environment, observation of the behavior and the inborn trait we make the individual deviant.
Samuel
I am taking this course because I am hoping that I could somehow learn more about my chosen field of interest and due to the fact that being a PsyD really ignites my passion as an individual the more I hope to learn about developing and literally explore the complexity of my critical thinking skills
Zyryn Reply
good👍
Jonathan
and having a good philosophy of the world is like a sandwich and a peanut butter 👍
Jonathan
generally amnesi how long yrs memory loss
Kelu Reply
interpersonal relationships
Abdulfatai Reply
What would be the best educational aid(s) for gifted kids/savants?
Heidi Reply
treat them normal, if they want help then give them. that will make everyone happy
Saurabh
What are the treatment for autism?
Magret Reply
hello. autism is a umbrella term. autistic kids have different disorder overlapping. for example. a kid may show symptoms of ADHD and also learning disabilities. before treatment please make sure the kid doesn't have physical disabilities like hearing..vision..speech problem. sometimes these
Jharna
continue.. sometimes due to these physical problems..the diagnosis may be misdiagnosed. treatment for autism. well it depends on the severity. since autistic kids have problems in communicating and adopting to the environment.. it's best to expose the child in situations where the child
Jharna
child interact with other kids under doc supervision. play therapy. speech therapy. Engaging in different activities that activate most parts of the brain.. like drawing..painting. matching color board game. string and beads game. the more you interact with the child the more effective
Jharna
results you'll get.. please consult a therapist to know what suits best on your child. and last as a parent. I know sometimes it's overwhelming to guide a special kid. but trust the process and be strong and patient as a parent.
Jharna
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Siyavula textbooks: grade 12 maths. OpenStax CNX. Aug 03, 2011 Download for free at http://cnx.org/content/col11242/1.2
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Siyavula textbooks: grade 12 maths' conversation and receive update notifications?

Ask