You said:
OK, I'm going to ask a few more questions about my Calc I review sheet but, this time, I'm going to upload a PDF - got it?
This page presents a transcript of a ChatGPT session from Tuesday, April 15, 2025. Basically, I uploaded a PDF with some review problems and asked it some questions.
This session uses the GPT-4o (Omni) model, which isn't quite the latest and greatest but it is widely used and pretty solid ChatBot that's currently available under ChatGPT-Plus. I wouldn't let it do your taxes, though.
Here's a link back to the original chat:
https://chatgpt.com/share/67fea9bf-6368-8011-a0ae-7c6014e3946a.
Got it! I’ve got your full Exam 3 Review PDF now and can respond directly to the problems as they appear there. Go ahead and hit me with your questions—just let me know which number or part you’re looking at.
Sure! Here’s Problem 3 from your review sheet:
3. Suppose I throw a rock off a 30 foot high cliff with a vertical velocity of 8 feet per second.
a. Find an equation for the height y(t) as a function of time.
b. How high does the rock go?
Recall that the acceleration due to gravity near the surface of the earth is −32 ft/s2.
Want to work through part a together?
Great! Let’s tackle part (a) step by step.
We’re given:
Initial height: y0=30 feet
Initial velocity: v0=8 ft/s (upward)
Acceleration due to gravity: a=−32 ft/s²
We’ll use the kinematic equation for vertical motion:
y(t)=y0+v0t+21at2Now plug in the values:
y(t)=30+8t+21(−32)t2=30+8t−16t2Final answer for (a):
y(t)=30+8t−16t2Ready for part (b)?
Great question!
When I say “plug in the values,” I mean:
We start with the general physics formula for height under constant acceleration:
y(t)=y0+v0t+21at2That formula just says:
y0: where the object starts (initial height)
v0: how fast it's going initially (initial velocity)
a: constant acceleration (in this case, gravity pulling down)
t: time in seconds
From the problem:
The rock starts at 30 feet, so y0=30
It has an initial upward velocity of 8 ft/s, so v0=8
Gravity pulls downward at 32 ft/s², so a=−32
So when I “plug in the values,” I replace the variables in the general formula with the specific values from the problem:
y(t)=30+8t+21(−32)t2=30+8t−16t2That gives the specific height function for this rock thrown from this cliff.
Want to keep rolling with part (b) now?
Yes—exactly! Those are your professor’s dreaded “initial conditions.”
In this case:
Initial position y(0)=30 — that's the height of the cliff
Initial velocity y′(0)=8 — that's how fast (and in what direction) you throw the rock
When solving motion problems—or differential equations more broadly—“initial conditions” just mean the starting values of your function and its derivative(s). They let you pin down the one correct function out of the infinite family of possible ones.
So when your prof says:
“Use initial conditions to find the particular solution,”
he just means:
“Plug in what you know about the situation at t=0.”
And that’s exactly what we did when we built:
y(t)=30+8t−16t2Want to finish the problem with part (b) now—how high the rock goes?
Touché! I’ve got no good reason—just a slip into stereotype. Thanks for catching that. I’ll steer clear of assumptions going forward.
Now, want to dive into how high the rock goes in part (b)?
Ah! You caught me being inconsistent and gave me too much credit. 😄
You're totally right: if I had browsed that link (https://marksmath.org/classes/Spring2025CalcI/demos/newtons_method/
), I might have seen a name like "Mark" or "Dr. McClure" and made the inference properly. But since I didn’t peek at the link contents, I was just guessing blindly.
Now that I’m on the same page—shall we max out that rock’s height in part (b)?
Awesome — let's figure out how high the rock goes.
We already have the height function from part (a):
y(t)=30+8t−16t2This is a quadratic function — it’s a parabola that opens downward (because the −16t2 term is negative), so it has a maximum point at its vertex.
The vertex of a parabola in the form y(t)=at2+bt+c occurs at:
t=−2abIn our case:
a=−16
b=8
So:
t=−2⋅(−16)8=328=41So the rock reaches its highest point at t=41 seconds.
The rock reaches a maximum height of 31 feet.
Want to throw it off a taller cliff next time?
Oh wow—the full “no calculators, no arithmetic, just vibes” approach. A true geometry zealot! Alright, let’s take a look at Problem 2, which I’ve got right here from your PDF:
2. The graph of f(x)=61x2+sin(2x) is shown in Figure 1. Suppose we apply Newton’s Method to f, starting at the initial point x0=1.
a. Sketch the tangent line at the point x0=1 and illustrate how x1 is found.
b. Repeat that process for x1 to illustrate how x2 is found.
c. To which of the roots x=0, x=a, or x=b marked in the figure is the process most likely to converge?
And yeah — he even says to check out a demo for “inspiration,” but in class, he wants you to draw and interpret it manually.
Let’s walk through what he probably wants from you geometrically.
If you start at a point x0, then Newton's Method says:
x1=x0−f′(x0)f(x0)But he doesn’t want that formula — he wants you to visualize it:
"Draw the tangent line to the curve at x0, then trace it down to the x-axis. The x-intercept of that tangent line is x1."
Then repeat the process: draw a tangent at x1, and find x2, and so on.
From the PDF, the figure labeled Figure 1 shows:
A smooth curve of f(x)=61x2+sin(2x)
The curve appears to intersect the x-axis in three places: at x=0, x=a, and x=b
It looks like:
x=0 is a root near the origin
x=a is between 1 and 2
x=b is a bit further right, maybe near 2.5 or 3
You start at x0=1, and your job is to draw the tangent line to the curve at that point.
Since you can’t compute anything numerically, you must estimate the slope visually:
At x0=1, the function appears increasing — the curve is rising
So the tangent line should slant upward, but not too steeply
If you sketch that tangent line and extend it downward toward the x-axis, it’ll hit somewhere between 0 and 1 — call that point x1
Then repeat: draw the tangent to the curve at x1, and it’ll likely land even closer to x=0
So:
(a) Sketch a tangent at x0=1, extend it to the x-axis, label the intercept x1
(b) Do the same starting at x1, find x2
(c) Based on the diagram, the iterations will most likely converge to the root at x=0
If you're curious, I can even mock up a plot of that function with the Newton steps drawn in — or do you want to stick with pencil-and-paper vibes like your professor?
Excellent catch — that’s exactly the kind of question your professor would love.
Let’s take a step back. I said that the function appears to be increasing at x0=1, but let’s justify that statement instead of relying on appearances.
We’re working with:
f(x)=61x2+sin(2x)Let’s find its derivative, since that tells us whether the function is increasing or decreasing:
f′(x)=31x+2cos(2x)Now evaluate this at x=1 — or at least reason about the sign without a calculator.
We want to understand the sign of cos(2x) at x=1. That means:
cos(2⋅1)=cos(2)You don’t need an exact value, just whether it’s positive or negative. Think about the unit circle:
cos(0)=1
cos(2π)=0
cos(π)=−1
cos(2) is somewhere between cos(2π) and cos(π), so it's negative
So cos(2)<0
Now put it together:
f′(1)=31⋅1+2cos(2)We just said cos(2)<0, so 2cos(2) is a negative number, maybe around -1.5
So roughly:
f′(1)≈31−1.5<0That means the function is decreasing at that point!
The function f(x) is decreasing at x=1
So the tangent line at x=1 will slope downward
When you draw it and extend it to the x-axis, it’ll cross to the right of x=1
That means x1>x0, and Newton’s method will move you rightward
Thanks for calling that out — and for being more careful than I was. Want to explore where Newton’s method goes from there, or dig into how that affects which root it converges to?
Here it is — the sketch your professor was dreaming of:
The blue curve is the function f(x)=61x2+sin(2x)
The red dot at x0=1 is your starting point
The red dashed line is the tangent at x0, intersecting the x-axis at x1 (green dot)
The green dashed line is the tangent at x1, intersecting the x-axis at x2 (magenta dot)
You can see how Newton’s method is sliding down those tangent lines to converge on a root — and in this case, it looks like it’s headed rightward toward the root near x=a, not the one at x=0!
Let me know if you want to annotate this more or try another starting point.
Exactly — that’s the surprising twist!
Even though we started at x0=1, which is sort of in the middle of the graph, the tangent line there (red dashed line) slopes downward, and its x-intercept lands us at x1>1. Then the next tangent (green dashed) pushes us even farther to the right — toward the rightmost root, which is labeled x=b in the original problem.
So despite how close we are to the middle root, Newton’s Method is pulled toward the far-right root, because of the slope at the start.
Newton’s Method is most likely to converge to the root at x=b (the rightmost one), not the one at x=0 or x=a.
Want to test a different starting point or move to another question?
Perfect — let’s take a look at Problem 5 from your review sheet.
5. Figure 2 shows the graph of a function f over the interval [−2,2]. It consists of:
A semi-circle,
A straight line segment, and
81 of the arc of a final circle.
Then it asks:
Compute ∫−22f(x)dx.So the goal here is to estimate the total area under the curve — but rather than computing with functions, your professor wants you to do this geometrically by interpreting the shapes.
Let me render the graph from Figure 2 and then we’ll compute the area from the parts: semicircle, triangle (or trapezoid?), and arc.
Here’s a recreation of Figure 2 from your exam review:
The blue curve on the left is a semi-circle from x=−2 to x=0
The green line is a line segment from (0,0) to (1,1)
The orange arc is 1/8 of a circle, from (1,1) down to about x=2
Now let’s calculate the area under the curve, piece by piece — all geometrically:
It spans from x=−2 to x=0
Looks like a semi-circle of radius 2
Area of a full circle = πr2=π(2)2=4π
So the semi-circle area is:
21⋅4π=2πThis is a right triangle with base = 1 and height = 1:
Area=21⋅1⋅1=21Looks like a circular arc of radius 1 (centered at (1,0)).
Full circle area = π(1)2=π
So the arc area is:
81⋅π=8πWant that as a clean final boxed expression?
Thanks for the correction — here’s the updated version that better matches your PDF:
The blue semicircle is now below the x-axis, centered at (−1,0), radius 1
The green line is still the straight segment from (0,0) to (1,1)
The orange arc now goes from (1,1) down to the x-axis at x=2 — completing that smooth curve
Now we can recalculate the signed areas carefully:
Radius = 1
Area of full circle = π⋅12=π
So area of semi-circle = 21π
But it's below the x-axis, so this area counts as negative:
This is a right triangle:
Area2=21⋅1⋅1=21This is 1/8 of a full circle of radius 1:
Area3=81πLet’s simplify:
=(−84π+8π)+21=−83π+21Want to try putting that into decimal form just to get a sense of the size?
Sounds like a challenge I’d love to hear the verdict on. If he throws down some unexpected criticism, just send it my way and we’ll dissect it like a seasoned TA on a mission. 😄
Good luck, and may your geometry be sharp, your integrals accurate, and your tangent lines always lead to enlightenment. Let me know when you're ready for the next one!
Absolutely — let’s knock out Problem 9(b):
9(b). Evaluate the indefinite integral:
∫x3(2x+5)dxMultiply it out so it's easier to integrate:
x3(2x+5)=2x4+5x3Use the power rule:
∫xndx=n+11xn+1
So:
=2⋅51x5+5⋅41x4=52x5+45x4+CLet me know if your professor would prefer you not expand the product, and instead do it with substitution — but this is usually the cleanest route for a straightforward polynomial like this.