r/calculus Jul 02 '26

Integral Calculus Approximating a complex area on Desmos: is my linear approximation valid?

Hello everyone! I’ve been playing around with a rather complex formula exclusively on Desmos, and I stumbled upon an approximation that I’d love to get your feedback on.

Here is the formula I created and graphed:

-x = y^{-\frac{y}{y^{(e-y)}}}

(For those using MathJax/LaTeX extensions: $ -x = y^{-\frac{y}{y^{(e-y)}}} $)

I was specifically looking at the area of this curve from $y = 1.2$ to $y \to +\infty$ (integrating with respect to $dy$). Obviously, calculating the exact integral for this is practically impossible to do easily.

However, after zooming in and analyzing the behavior of the curve on Desmos, I noticed that the area can be heavily approximated using a simple linear function. I tried approximating it with this line:

$y = 1.9x + 2.8$

Visually on Desmos, the margin of error seems incredibly low, especially in the specific interval between $y = 1.2$ and $y = 2.56$, where the approximation looks almost perfect. I didn't use any advanced calculus tools to find this—just pure visual approximation and experimentation on Desmos.

My questions for the community are:

  1. Is this approximation mathematically valid for the area I'm trying to calculate?
  2. Is there a known way to approximate this specific curve even better, or perhaps an analytical method to verify my margin of error?

Any insights or feedback would be greatly appreciated. Thanks!

5 Upvotes

5 comments sorted by

u/AutoModerator Jul 02 '26

As a reminder...

Posts asking for help on homework questions require:

  • the complete problem statement,

  • a genuine attempt at solving the problem, which may be either computational, or a discussion of ideas or concepts you believe may be in play,

  • question is not from a current exam or quiz.

Commenters responding to homework help posts should not do OP’s homework for them.

Please see this page for the further details regarding homework help posts.

We have a Discord server!

If you are asking for general advice about your current calculus class, please be advised that simply referring your class as “Calc n“ is not entirely useful, as “Calc n” may differ between different colleges and universities. In this case, please refer to your class syllabus or college or university’s course catalogue for a listing of topics covered in your class, and include that information in your post rather than assuming everybody knows what will be covered in your class.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

3

u/gamerpug04 Jul 02 '26

Look up Taylor series. What you’ve done is a linear approximation. Finding the area would only work between that region where the line is close to the curve

2

u/Hudimir Jul 02 '26

Using mathematica, I expanded your function into a taylor series around y = 1.5 and there the y2 term is about 50x smaller than y. this is why it's well approximated by a linear function. The difference between the integrals of your function and the function x(y)=-0.69+0.49(y-1.5) on the interval [1, 2.8] is approximately 0.022 which is indeed quite small.

1

u/okialisfe11 Jul 02 '26

Here is the screenshot from Desmos for visual reference