
Raj K.
asked 04/02/15Find point of f(x)
1 Expert Answer
Take any point on f(x) = x2 as (x, x2).
The line through the closest point (x, x2) to (4, 0) will have slope
equal to (x2 − 0)/(x − 4) or x2/(x − 4).
The line through (x, x2) tangent to the curve f(x) = x2 will have slope
(or first derivative) equal to 2x and will be perpendicular to the line
through the closest point (x, x2) to (4, 0). That is to say, 2x and
x2/(x − 4) are negative reciprocals or x2/(x − 4) = -1/(2x).
Then x2/(x − 4) = -1/(2x) can be taken to 4 − x = 2x3.
Next write 2x3 + x − 4 = 0 and use Newton's Method Of Root Approximation.
Build the expression x − (2x3 + x − 4)/(6x2 + 1) with 6x2 + 1 the first derivative of
2x3 + x − 4.
A programmable graphing calculator shows that a line from (1, 1) to (4,0) appears nearly
perpendicular (or normal) to the curve of f(x) = x2.
You would then program the calculator to evaluate the expression x − (2x3 + x − 4)/(6x2 + 1)
starting with x = 1. Each value of the expression obtained is fed back into the expression as
"the new x" until the results start to repeat. Here, values will not change past 1.128173898,
which squares to 1.272776344.
(1.128173898, 1.272776344) is then the point sought.
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Mitiku D.
04/02/15