#finding area between two functions at interval

1 messages · Page 1 of 1 (latest)

iron sun
#

I got 22 but the guy in the video got 14. He doesnt show his working so i dont understand where i went wrong here?

sweet acornBOT
#
  1. Wait patiently for a helper to come along.
  2. Once someone helps you, say thank you and close the thread with:
+close
  1. Feel free to nominate the person for helper of the week in #helper-nominations
  2. Do not ping the mods, unless someone is breaking the rules.
  3. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
stable gale
#

how do u not know that omg

iron sun
#

just so you see the question more clearly, the question was:
find the area between y=3x^2+5 and y=-x+3 at interval 0 to 2

iron sun
stable gale
#

jk

candid bronze
#

A) When you do $\int ax + b dx$ you have to distribute evenly to get $c \int \frac{ax}{c} + \frac{b}{c} dx$

plain crestBOT
#

r•eⁱˣ = r•cos(x) + ri•sin(x)

candid bronze
#

You also do a few math mistakes, like doing 2^2 instead of 2^3 on line four

#

Try reintegrating but not distributing out any terms

loud grove
#

,w int (3x^2+5) - (-x+3), x=0..2

loud grove
#

a general technique to find out a mistake is by a "binary search" technique.
if n-th line is mistaken, then look at n/2-th line:

  • if it's good, then look at the lower half
  • if it's bad, then look at the upper half
    to do the testing, i suggest that you bring an examination board approved scientific calculator with numerical integration.
#

here's an example showing a model that i used for my secondary school

#

disclaimer: i'm not affiliated with CASIO

#

the button that i circled with yellow marker provides the numerical integration functionality, so that you can get an approximate numerical answer for your definite integral

#

the wolfram alpha is for quick self-checking at home, and the calculator technique is for exam/tests.

iron sun
#

alright thanks guys

#

looking back it was kind of a stupid question 😅

#

+close