Approximating Square Roots with Linear Approximation

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
2 replies · 1K views
thushanthan
Messages
32
Reaction score
0

Homework Statement



Given f(x)=sqrt(2x+2)

Question : Find the linear approximation of f(x) at a=7 AND use it to approximate sqrt(18).


Homework Equations



L(x)=f(a)+f'(a)(x-a)

The Attempt at a Solution



Using the linear approximation formula I am getting the value 6.75, but when I checked with calculator the value of sqrt(18) is 4.2426...

Did my approximation is wrong?
 
Physics news on Phys.org
Thank you :smile:

I didn't solve 2x+2=18. I plugged in x=18 and (x-a) becomes (18-7) = 11.

Now I got it. Thanks.