Skip to main content
Ch. 2 - Limits and Continuity
2์žฅ, ๋ฌธ์ œ 29b

[Technology Exercise] Roots


Let ฦ’(๐“) = ๐“ยณ โ€•๐“โ€• 1.


b. Solve the equation ฦ’(๐“) = 0 graphically with an error of magnitude at most 10โปโธ .

๊ฒ€์ฆ๋œ ๋‹จ๊ณ„๋ณ„ ์•ˆ๋‚ด
1
Start by understanding the function ฦ’(๐“) = ๐“ยณ - ๐“ - 1. This is a cubic function, and we are tasked with finding its roots, i.e., the values of ๐“ for which ฦ’(๐“) = 0.
Graph the function ฦ’(๐“) using a graphing tool or software. This will help visualize where the function crosses the x-axis, indicating the roots. Look for points where the curve intersects the x-axis.
Use a numerical method such as the Newton-Raphson method to refine the root estimates obtained from the graph. This method involves iterating using the formula: ๐“โ‚™โ‚Šโ‚ = ๐“โ‚™ - ฦ’(๐“โ‚™) / ฦ’'(๐“โ‚™), where ฦ’'(๐“) is the derivative of ฦ’(๐“).
Calculate the derivative of the function ฦ’(๐“) = ๐“ยณ - ๐“ - 1, which is ฦ’'(๐“) = 3๐“ยฒ - 1. Use this derivative in the Newton-Raphson formula to iteratively find a more accurate root.
Continue iterating using the Newton-Raphson method until the difference between successive approximations is less than 10โปโธ, ensuring the error magnitude is within the specified tolerance.

๋น„์Šทํ•œ ๋ฌธ์ œ์— ๋Œ€ํ•œ ๊ฒ€์ฆ๋œ ์˜์ƒ ๋‹ต๋ณ€:

์ด ์˜์ƒ ํ•ด๋ฒ•์€ ์œ„ ๋ฌธ์ œ์— ๋„์›€์ด ๋œ๋‹ค๊ณ  ํŠœํ„ฐ๋“ค์ด ์ถ”์ฒœํ•œ ๊ฒƒ์ž…๋‹ˆ๋‹ค.
์˜์ƒ ๊ธธ์ด:
5m
๋„์›€์ด ๋˜์—ˆ๋‚˜์š”?

์ฃผ์š” ๊ฐœ๋…

์งˆ๋ฌธ์— ์˜ฌ๋ฐ”๋ฅด๊ฒŒ ๋‹ตํ•˜๊ธฐ ์œ„ํ•ด ๋ฐ˜๋“œ์‹œ ์ดํ•ดํ•ด์•ผ ํ•˜๋Š” ํ•ต์‹ฌ ๊ฐœ๋…๋“ค์€ ๋‹ค์Œ๊ณผ ๊ฐ™์Šต๋‹ˆ๋‹ค.

Roots of a Function

The roots of a function are the values of the variable for which the function equals zero. In this case, we are looking for the values of ๐“ that satisfy the equation ฦ’(๐“) = 0. Finding roots is essential in understanding the behavior of functions and their intersections with the x-axis.
์ถ”์ฒœ ์˜์ƒ:
7:24
Multiplying & Dividing Functions

Graphical Method for Finding Roots

The graphical method involves plotting the function on a coordinate system and visually identifying where the curve intersects the x-axis. This method provides an intuitive understanding of the function's behavior and can be used to approximate roots, especially when combined with numerical techniques to achieve a specified error margin.
์ถ”์ฒœ ์˜์ƒ:
6:47
Finding Limits Numerically and Graphically

Error Tolerance in Numerical Methods

Error tolerance refers to the acceptable range of error when approximating solutions, in this case, a maximum of 10โปโธ. In numerical methods, achieving a solution within this tolerance ensures that the root found is sufficiently accurate for practical purposes, which is crucial when using graphical or iterative methods to solve equations.
์ถ”์ฒœ ์˜์ƒ:
04:57
Determining Error and Relative Error
๊ด€๋ จ ์‹ค์ฒœ
๊ต๊ณผ์„œ ์งˆ๋ฌธ

The accompanying graph shows the total distance s traveled by a bicyclist after t hours.

b. Estimate the bicyclistโ€™s instantaneous speed at the times t=1/2, t=2, and t=3.

400
views
๊ต๊ณผ์„œ ์งˆ๋ฌธ

The accompanying graph shows the total amount of gasoline A in the gas tank of an automobile after it has been driven for t days.

c. Estimate the maximum rate of gasoline consumption and the specific time at which it occurs.

315
views
๊ต๊ณผ์„œ ์งˆ๋ฌธ

Finding Deltas Algebraically


Each of Exercises 15โ€“30 gives a function f(x) and numbers L, c, and ฮต>0. In each case, find the largest open interval about c on which the inequality |f(x)โˆ’L| <ฮต holds. Then give a value for ฮด>0 such that for all x satisfying 0 < |xโˆ’c| < ฮด, the inequality |f(x)โˆ’L| < ฮต holds.


f(x) = mx, m > 0, L = 2m, c = 2, ฮต = 0.03

306
views
๊ต๊ณผ์„œ ์งˆ๋ฌธ

Continuous Extension


Explain why the function ฦ’(๐“) = sin(1/๐“) has no continuous extension to ๐“ = 0.

418
views
๊ต๊ณผ์„œ ์งˆ๋ฌธ

[Technology Exercise] Roots


Let ฦ’(๐“) = ๐“ยณ โ€•๐“โ€• 1.


c. It can be shown that the exact value of the solution in part (b) is


(1/2 + โˆš69/18)ยน/ยณ + (1/2 โ€• โˆš69/18)ยน/ยณ


Evaluate this exact answer and compare it with the value you found in part (b).

168
views
๊ต๊ณผ์„œ ์งˆ๋ฌธ

[Technology Exercise] In Exercises 33โ€“36, graph the function to see whether it appears to have a continuous extension to the given point a. If it does, use Trace and Zoom to find a good candidate for the extended functionโ€™s value at a. If the function does not appear to have a continuous extension, can it be extended to be continuous from the right or left? If so, what do you think the extended functionโ€™s value should be?


g(ฮธ) = 5 cos ฮธ / (4ฮธ โ€• 2ฯ€) , a = ฯ€/2

248
views