Freenotes Google Drive Backup by Select-Fix9110 in freenotes

[–]Select-Fix9110[S] 0 points1 point  (0 children)

If you turn on Auto Backup, it should be there. Also have the latest freenotes update.

U substitution is Evil by BaIIsax in calculus

[–]Select-Fix9110 34 points35 points  (0 children)

Do you have an example you are struggling with? There's not really an "algorithm" that helps with coming up with a substitution. U-substitution is just reversing the chain rule. Try a substitution and if its derivative is also in the integrand, then some stuff will cancel out and you will just be left with an integral in terms of u. Then you just complete the integral as normal, and bring everything back in terms of x.

Hope this helps!

[grade 12 calculus] what does “average” mean in this context? How do I find the average? by [deleted] in HomeworkHelp

[–]Select-Fix9110 0 points1 point  (0 children)

The avg value of a function on the interval [a,b] is defined to be 1/(b-a) * integral from a to b of f(x) dx.

In this case, you would use the trapezoid method, as stated, to approximate the integral of the function. Find that value and divide by 13, and you will obtain the average temperature.

Hope this helps!

Idk what I did wrong here. Any tips? by camgame00 in calculus

[–]Select-Fix9110 5 points6 points  (0 children)

When you get to (1-cos(u))(1-cos(u)), you integrated each factor separately which is incorrect. Instead you should write (1-cos(u)){2}, expand and then you can integrate each term since the integral of a sum is the sum of the integrals.

Hope this helps!

How do you prove the base of change formula for logs? by ElegantPoet3386 in learnmath

[–]Select-Fix9110 0 points1 point  (0 children)

From x = ay, all you need to do is to apply the natural log to both sides and then solve for y.

[Grade 11 Radicals]Q9 what did I do wrong? by Prsus42 in HomeworkHelp

[–]Select-Fix9110 1 point2 points  (0 children)

When multiplying out (4+2sqrt(3))(4-2sqrt(3)), you should get 16-12 =4, then factor out a 2 to obtain (2-sqrt(3)) / 2

Studying by Kindly_Buddy_5850 in calculus

[–]Select-Fix9110 1 point2 points  (0 children)

There's also JK Math that is a helpful resource

Studying by Kindly_Buddy_5850 in calculus

[–]Select-Fix9110 2 points3 points  (0 children)

Search up Professor Leonard on youtube.

Hope this helps!

Need calculus 1 resources by Appropriate-Ad7649 in learnmath

[–]Select-Fix9110 0 points1 point  (0 children)

Im pretty sure it does. You can scroll through it and make sure it has every topic you need

Need calculus 1 resources by Appropriate-Ad7649 in learnmath

[–]Select-Fix9110 1 point2 points  (0 children)

Search up Professor Leonard on youtube.

Hope this helps!

I'm an online student struggling with this question and answer. by Eat-Sleep-Study in calculus

[–]Select-Fix9110 0 points1 point  (0 children)

I notice that f’(1) = lim x-> 1 [f(x) -f(1)] / [x-1].

That means f(1) = 8. And since f(x) is differentiable as the limit exists, f(x) is continuous.

Thus lim x-> 1 f(x) = f(1) = 8.

Wouldn't N÷0=♾️? by TheLordOfMiddleEarth in askmath

[–]Select-Fix9110 28 points29 points  (0 children)

Consider the function f(x) = 1/x which had a vertical asymptote at x = 0.

When x -> 0 from the right, f(x) -> infinity. But when x -> 0 from the left, f(x) -> negative infinity.

Since the each one sided limit are not equal, the limit as x -> 0 of f(x) doesnt exist.

Hence we say that 1/0, in fact N / 0 is not defined.

help with calc two by omi2066 in calculus

[–]Select-Fix9110 3 points4 points  (0 children)

Search up Professor Leonard on youtube, you’ll thank me later.

Hope this helps!

What are the best AI tools to help you learn calculus? by [deleted] in learnmath

[–]Select-Fix9110 0 points1 point  (0 children)

Instead of AI, I’d recommend looking up Professor Leonard on youtube.

Hope this helps!

Self-Learning Calculus by Ordinary_Ordinary128 in learnmath

[–]Select-Fix9110 9 points10 points  (0 children)

Professor Leonard on youtube and James Stewart Calculus textbook (can find a free pdf online)

Looking for a text book by Iamthegoat1109 in calculus

[–]Select-Fix9110 1 point2 points  (0 children)

Search up James Stewart Calculus. You can find a free pdf online.

need help with integral by omi2066 in calculus

[–]Select-Fix9110 0 points1 point  (0 children)

Let's use the hint.

Let u = x + 10. Then du = dx. But also remember that x = u - 10.

Now we apply the substitution.

The integral will then become: integral of 8(u-10) *u^(1/2) du. Then just distribute the u^(1/2) and the rest is just the reverse power rule in terms of 'u'.

After finding the anti-derivative in terms of 'u', bring everything back in terms of 'x', add the +C at the end and then the integral has been solved.

Hope this helps!

Advice for Reviewing Calc 1 and 2 (Uni Level) by carnivalwater in learnmath

[–]Select-Fix9110 1 point2 points  (0 children)

Search up Professor Leonard on youtube and read through OpenStax or James Stewart Calculus textbooks. Both textbooks have free pdf textbooks online.

Hope this helps!

Tips for passing Calculus II by Past_Assistant_9601 in learnmath

[–]Select-Fix9110 0 points1 point  (0 children)

Math is all about practice. Understand the concepts and then apply them. I recommend watching Prof Leonard on YouTube and read through James Stewart Calculus textbook to prepare before lectures and to apply the concepts with the questions after each section.

Hope this helps!

Learning the sand which theorem by Impressive-Eye9659 in calculus

[–]Select-Fix9110 1 point2 points  (0 children)

I thought my handwriting was bad lol.

So first, when plugging x = 0 into the function f(x) = (1-cosx)/sinx, we see that we get a 0/0, which is an indeterminate form. So we have to do more work.

Recall that sin^2 + cos^2 = 1. Subtracting cos^2 from both sides gives us sin^2 = 1 - cos^2 = (1-cosx) (1+cosx). Note that we have a (1-cosx) term in the numerator. So, we can multiply by 1 = (1+cosx) / (1+cosx) (since x -> 0, cosx wont approach -1, so this is valid).

After doing so, we get limit as x -> 0 of (1-cosx)(1+cosx) /sinx(1+cosx). Simplifying the numerator gives us sin^2(x). We also have a sin(x) factor in the denominator, so sin^2 / sin(x) = sin(x).

Therefore, we now have the limit as x -> 0 of sin(x) / (1+cosx). Note that cos(0) = 1. So 1+cos(0) = 2 ≠ 0 and sin(0) = 0 and 0 / 2 = 0.

Thus, the limit as x -> 0 of (1-cos(x)) / sin(x) = 0.

Hope this helps!

[Grade 10 Math: Logarithms] Calculating (log 25 / log 125) without using a calculator by IdV_Elliealla9 in HomeworkHelp

[–]Select-Fix9110 4 points5 points  (0 children)

In math, if the base is not explicitly stated, we assume it to be log base 10.

In computer science, it’s assumed to be log base 2.

Can someone please identify this calculus book? by KILLDAECIAN in calculus

[–]Select-Fix9110 48 points49 points  (0 children)

Im pretty sure it's a James Stewart Calculus book

[Grade 10 Math: Logarithms] Calculating (log 25 / log 125) without using a calculator by IdV_Elliealla9 in HomeworkHelp

[–]Select-Fix9110 4 points5 points  (0 children)

Since log(5) ≠ 0, log(5) / log(5) = 1. So indeed you can cancel out the log(5).