Linear Approximation (2024)

This lesson is about using the tangent line to approximate another point on our curve.

Linear Approximation (1)

Jenn, Founder Calcworkshop®, 15+ Years Experience (Licensed & Certified Teacher)

What Is Linear Approximation

The idea behind local linear approximation, also called tangent line approximation or Linearization, is that we will zoom in on a point on the graph and notice that the graph now looks very similar to a line.

This means that we can use the tangent line, which rests in closeness to the curve around a point, to approximate other values along the curve as long as we stay near the particular point.

Consequently, the equation of the tangent line, L(x), of a function, f(x), at x = a is written:

\begin{equation}
L(x)=f(a)+f^{\prime}(a)(x-a)
\end{equation}

But in all honesty, this is nothing more than the equation of the tangent line we used in our previous lesson:

\begin{equation}
\begin{aligned}
&y-y_{1}=m\left(x-x_{1}\right)\\
&y=y_{1}+m\left(x-x_{1}\right), \text { and if }\left(x_{1}, y_{1}\right)=(a, f(a)) \text { and } m=f^{\prime}(a) \text { then }\\
&y=f(a)+f^{\prime}(a)(x-a)
\end{aligned}
\end{equation}

Simply put, linear approximation uses the fact that every curve will always look like a line if we zoom in small enough!

And it’s this fantastic fact that enables us to approximate another point on the curve that is close to our zoomed-in point.

How To Do Linear Approximation

  1. Find the point we want to zoom in on.
  2. Calculate the slope at that point using derivatives.
  3. Write the equation of the tangent line using point-slope form.
  4. Evaluate our tangent line to estimate another nearby point.

Example – Polynomial (Given An Initial Value)

Alright, so let’s put everything together and look at an example where we will use the equation of the tangent line to approximate a particular point on a curve.

Find the linearization of the function \(f(x)=3 x^{2} \text { at } a=1\) and use it to approximate \(f(0.9)\).

  • Step 1: Find the point by substituting into the function to find f(a).
  • \begin{equation}
    \begin{aligned}
    &f(1)=3(1)^{2}=3\\
    &(1,3)
    \end{aligned}
    \end{equation}

  • Step 2: Find the derivative f'(x).
  • \begin{equation}
    f^{\prime}(x)=6 x
    \end{equation}

  • Step 3: Substitute into the derivative to find f'(a).
  • \begin{equation}
    \begin{array}{l}
    f^{\prime}(1)=6(1)=6 \\
    m=6
    \end{array}
    \end{equation}

  • Step 4: Write the equation of the tangent line using the point and slope found in steps (1) and (3).
  • \begin{equation}
    \begin{array}{l}
    y-y_{1}=m\left(x-x_{1}\right) \\
    y-3=6(x-1)
    \end{array}
    \end{equation}

  • Step 5: Substitute x = 0.9 into the equation of tangent line found in step (4) and solve for y.
  • \begin{equation}
    \begin{array}{l}
    y-3=6(0.9-1) \\
    y=2.4
    \end{array}
    \end{equation}

That’s it!

I want to draw your attention to the fact that if we merely substituted 0.9 directly into our function, we would arrive at the value of 2.43. Using our new method, we calculated the value to be 2.4.

Isn’t it amazing to see how accurate the equation of the tangent line is in approximating a curve near the point of tangency?

Therefore, as long as we say near our given point, our linear approximation will be very accurate. So, make sure you don’t stray too far from the point, as Paul’s Online Notes nicely states.

Example – Cube Root (Given An Initial Value)

Let’s now find f(-8.1) given \(f(x)=\sqrt[3]{x}\) at a = -8.

Linear Approximation (2)

Linear Approximation Example

Nothing to it!

But the fun doesn’t stop here!

Did you know that the idea of differentials is based on the concept of linear approximation?

In fact, when we are asked to use differentials to estimate a given number, such as the square root or exponential, we are, in essence, being asked to use linearization to approximate the value.

In other words, with the help of tangent lines and a bit of calculus, we will become human calculators!

Example – Square Root

Let’s take a look at how we can use this method to approximate \(\sqrt{50}\).

  • Step 1: Find a suitable function and center.
  • Ask yourself, what is \(\sqrt{50}\) close to?

    Well, \(\sqrt{50}\) is close to \(\sqrt{49}\) which is a known perfect square. Therefore, let’s choose x = 49 to be our center.

    Now, determine the type of function we are dealing with: \(f(x)=\sqrt{x}\)

  • Step 2: Find the point by substituting x = 49 into \(f(x)=\sqrt{x}\).
  • $$
    \begin{array}{l}
    f(49)=\sqrt{49}=7 \\
    (49,7)
    \end{array}
    $$

  • Step 3: Find the derivative f'(x).
  • $$
    f^{\prime}(x)=\frac{1}{2} x^{-1 / 2}=\frac{1}{2 \sqrt{x}}
    $$

  • Step 4: Substitute x = 49 into the derivative f'(x).
  • $$
    \begin{array}{l}
    f^{\prime}(49)=\frac{1}{2 \sqrt{49}}=\frac{1}{2 \cdot 7}=\frac{1}{14} \\
    m=\frac{1}{14}
    \end{array}
    $$

  • Step 5: Write the equation of the tangent line using the point and slope found in steps (2) and (4).
  • $$
    \begin{array}{l}
    y-y_{1}=m\left(x-x_{1}\right) \\
    y-7=\frac{1}{14}(x-49)
    \end{array}
    $$

  • Step 6: Substitute x = 50 into the equation of tangent line found in step (5) and solve for y.
  • $$
    \begin{array}{l}
    y-7=\frac{1}{14}(50-49) \\
    y=7.07
    \end{array}
    $$

And guess what? If you plug \(\sqrt{50}\) into a calculator, you will get 7.07 as your answer!

WOW! Aren’t we clever!

And finding the differential for exponential functions follows almost the same process as seen for the linear approximation of square roots.

Example – Exponential Function

Suppose we want to find the linearization for \(e^{0.017}\).

  • Step 1: Find a suitable function and center.
  • What is 0.017 close to?

    0.017 is close to 0. Therefore, let’s choose x = 0 to be our center.

    What is our function?

    \begin{equation}
    f(x)=e^{x}
    \end{equation}

  • Step 2: Find the point by substituting it into \(x=0 \text { into } f(x)=e^{x}\).
  • \begin{equation}
    \begin{array}{l}
    f(0)=e^{0}=1 \\
    (0,1)
    \end{array}
    \end{equation}

  • Step 3: Find the derivative f'(x).
  • \begin{equation}
    f^{\prime}(x)=e^{x}
    \end{equation}

  • Step 4: Substitute into the derivative f'(x).
  • \begin{equation}
    \begin{array}{l}
    f^{\prime}(0)=e^{0}=1 \\
    m=1
    \end{array}
    \end{equation}

  • Step 5: Write the equation of the tangent line using the point and slope found in steps (2) and (4).
  • \begin{equation}
    \begin{array}{l}
    y-y_{1}=m\left(x-x_{1}\right) \\
    y-1=1(x-0) \\
    y=x+1
    \end{array}
    \end{equation}

  • Step 6: Substitute x = 0.017 into the equation of tangent line found in step (5) and solve for y.
  • \begin{equation}
    \begin{array}{l}
    y=(0.017)+1 \\
    y=1.017
    \end{array}
    \end{equation}

Summary

Isn’t it enthralling to know that you just did the same calculations as your calculator!

Gosh, we’re so talented!

So, together we will look at the overall process and idea behind linear approximation (i.e., linearization) and differentials.

Let’s get jump right in!

Video Tutorial w/ Full Lesson & Detailed Examples (Video)

Linear Approximation (3)

Get access to all the courses and over 450 HD videos with your subscription

Monthly and Yearly Plans Available

Get My Subscription Now

Still wondering if CalcWorkshop is right for you?
Take a Tour and find out how a membership can take the struggle out of learning math.

Linear Approximation (2024)
Top Articles
All new wilson beta things (updated 2.0 electric boogalo)
Miami Transit Bus Tracker
What Is Single Sign-on (SSO)? Meaning and How It Works? | Fortinet
Devotion Showtimes Near Xscape Theatres Blankenbaker 16
NYT Mini Crossword today: puzzle answers for Tuesday, September 17 | Digital Trends
2022 Apple Trade P36
Palace Pizza Joplin
Ncaaf Reference
Detroit Lions 50 50
Used Wood Cook Stoves For Sale Craigslist
Cpt 90677 Reimbursem*nt 2023
Slope Tyrones Unblocked Games
Epro Warrant Search
Velocity. The Revolutionary Way to Measure in Scrum
Georgia Vehicle Registration Fees Calculator
Jbf Wichita Falls
Daytonaskipthegames
Keci News
Directions To Cvs Pharmacy
Living Shard Calamity
Apartments / Housing For Rent near Lake Placid, FL - craigslist
Bento - A link in bio, but rich and beautiful.
Ticket To Paradise Showtimes Near Cinemark Mall Del Norte
Bayard Martensen
Buhl Park Summer Concert Series 2023 Schedule
Things to do in Pearl City: Honolulu, HI Travel Guide by 10Best
James Ingram | Biography, Songs, Hits, & Cause of Death
Rogold Extension
Workboy Kennel
Solve 100000div3= | Microsoft Math Solver
Of An Age Showtimes Near Alamo Drafthouse Sloans Lake
Microsoftlicentiespecialist.nl - Microcenter - ICT voor het MKB
Devin Mansen Obituary
Carespot Ocoee Photos
CVS Near Me | Somersworth, NH
The Blackening Showtimes Near Regal Edwards Santa Maria & Rpx
Craigs List Jonesboro Ar
Studio 22 Nashville Review
Planet Fitness Lebanon Nh
Mandy Rose - WWE News, Rumors, & Updates
About :: Town Of Saugerties
Www Craigslist Com Brooklyn
Guy Ritchie's The Covenant Showtimes Near Grand Theatres - Bismarck
Tommy Bahama Restaurant Bar & Store The Woodlands Menu
Fluffy Jacket Walmart
Stitch And Angel Tattoo Black And White
Marcel Boom X
Egg Inc Wiki
1990 cold case: Who killed Cheryl Henry and Andy Atkinson on Lovers Lane in west Houston?
Ippa 番号
Equinox Great Neck Class Schedule
Latest Posts
Article information

Author: Duncan Muller

Last Updated:

Views: 5583

Rating: 4.9 / 5 (59 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Duncan Muller

Birthday: 1997-01-13

Address: Apt. 505 914 Phillip Crossroad, O'Konborough, NV 62411

Phone: +8555305800947

Job: Construction Agent

Hobby: Shopping, Table tennis, Snowboarding, Rafting, Motor sports, Homebrewing, Taxidermy

Introduction: My name is Duncan Muller, I am a enchanting, good, gentle, modern, tasty, nice, elegant person who loves writing and wants to share my knowledge and understanding with you.