• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Calculus project

shelaby

Golden Member
Quick i need a calculus project for tomorrow.

like a poster of some cool calc problem or maybe some 3d objects or sumthin.

If any calc wizards have any cool problems or anything cool to do with calc let me know

thanks guys

-Brendan
 
I dunno...
I found the following limit to be somewhat non-intuitive for the average calculus student. A proof of why may be interesting.

Lim (x -> 0+) Sqrt(x + sqrt(x + sqrt(x + sqrt(x + ...

= 1
(a lot of people think it would approach 0)

To prove, let L = sqrt(x + ...
add x to both sides
take the sqrt of both sides
sqrt(L + x) = same right side.
so, sqrt(L + x) = L
square both sides,
solve for L
take the limit as x->0 from the right

 
do some demos on the convergence of like...the bisection method vs secant method vs newton's method

if you're skilled, derive the convergence rates for those 3...this is kind of hard, so if you dont' get it, just make some graphs

edit: or talk about when the above mentioned methods can be made to fail/converge very poorly



edit2: or look up something called the "Romberg Method" and demonstrate how it can be used to speed up the trapezoid rule (integration), & when/why romberg will fail.


edit3: show why you CANNOT simply continue to decrease h when you do numerical derivatives to increase accuracy
 
Back
Top