Top answers


How do you integrate a fraction when x is on the numerator and denominator?

Firstly, ensure both numerator and denominator are factorised fully so that any possible cancellations can happen - making it easy for yourself is always a good idea. Now, turn it into partial fractions. If ...
JW
Answered by Jack W. Maths tutor
7788 Views

What would output this code? print(hello world)

It would be an error since you can only print a string. To make a string we must have "" or str() print("hello world")
TJ
Answered by Tanya J. Python tutor
2301 Views

Factorise x^(2)+5x+6

To factorise we must think what two numbers add up to 5 but times together to get 6. We know it is two numbers because it is x^(2). If it was x^(3) there could be 3 numbers, ect. We think what goes into 6: (...
TJ
Answered by Tanya J. Maths tutor
3968 Views

integrate (2x)/(x^2+1) dx with limits 1, 0

Firstly we notice that the numerator is the derivative of the denominator so we can use integration by subsitution method. Setting u=x^(2)+1. We can differentiate this to get du/dx=2x Subbing in dx=du/2x . T...
TJ
Answered by Tanya J. Maths tutor
5788 Views

What is a PESTLE analysis, and what is it used for?

PESTLE is a strategic analysis tool used to analyse the external elements affecting a business. It is a commonly used method that provides a comprehensive insight into the 6 major macro-environmental factors...
JN
2510 Views