Friday, October 19

Polynomials Calculator


An Algebraic expression is of the form axn is called a monomial. The variable a is called the coefficient of xn and n, the degree of monomial. For example, 7x3 is monomial in x of degree 3 and 7 is the coefficient of x3. The combination of two monomials is called a binomial and the combination of three monomials is called a trinomial. For example, 2x3 + 3x is a binomial and 2x5 – 3x2 + 3 is trinomial. The sum of n number of monomials, where n is finite and x is called a polynomial in x.
Illustration to Polynomials:

Polynomial Calculator Example 1:

The polynomial calculator of the equation x2 + ax + b gives the remainder 18, when divided by x – 2 and leaves the polynomial calculator of remainder –2 when that is been divided by (x + 3).

Find the values of a and b.

Solution to the polynomial calculator:

P(x) = x2 + ax + b.

In tyh is polynomial calculator,

When x – 2 divides P(x) then the remainder is P (2).

∴P (2) = 4 + 2a + b.

But remainder = 18 ⇒ 4 + 2a + b = 18;

2a + b = 14 (1)

When (x + 3) divides P(x)

, the remainder is P (–3).     ∴ P (–3) = (–3)2 + a (–3) + b

= 9 – 3a + b.

But remainder = –2;      ∴ 9 – 3a + b = –2;

⇒ –3a + b = –11 (2)

(1) ⇒   2a + b = 14

(2) ⇒ –3a + b = –11 (subtracting)

5a        = 25

(Or) a     = 5

Substituting a = 5 in equation (1) we get

10 + b = 14; b = 4, ∴ a = 5, b = 4
Subtraction of Polynomials Calculator:

Example for Polynomials calculator:

Subtract        2x3 – 3x2 – 1 from x3 + 5x2 – 4x – 6.

Solution:

Using associative and distributive properties, we have

( x3 + 5x2 – 4x – 6) – (2x3 – 3x2 – 1) = x3 + 5x2 – 4x – 6 – 2x3 + 3x2 + 1

= x3 – 2x3 + 5x2 + 3x2 – 4x – 6 + 1

= (x3 – 2x3) + (5x2 + 3x2) + (–4x) + (–6+1)

= –x3 + 8x2 – 4x – 5.

The subtraction can also be performed in the following way:

Line (1): x3 + 5x2 – 4x – 6.

Line (2): 2x3 – 3x2 – 1.

Changing the signs of the polynomial in Line (2), we get

Line (3): –2x3 + 3x2 + 1.

Adding the polynomials in Line (1) and Line (3), we get

–x3 + 8x2 – 4x – 5.

Thursday, October 18

Integral Part Definition


In geometrical and other applications of integral calculus it becomes necessary to find the difference in the valves of an integral of a function f(x) for two assigned values of the independent variable x, a and b. this difference is called the definite integral of f(x) over the range (a,b) and is denoted by $\int_{a}^{b}f(x)dx=F(b)-F(a)$, where F(x) is an integral of f(x), F(b) is the variable of F(x) at x=b, F(a) is the value of F(x) at x=a.

It is often written thus  : $\int_{a}^{b}f(x)dx=[F(x)]_{a}^{b}=F(b)-F(a)$.

Note 1. The integral $\int_{a}^{b}f(x)dx $ is read as the integral of f(x) from a to b.The number a is called the lower limit and the number b, the upper limit of integration.

Note 2. It should be seen that the value of a definite integral is perfectly unique and is independent of the particular form of integral which may employ to calculate it. Considering F(x)+c instead of F(x), we get

$\int_{a}^{b}f(x)dx=[F(x)+c]_{a}^{b}=[F(b)+c]-[F(a)+c]=F(b)-F(a)$

so that the arbitrary constant disappears in the process and we get the same values as on considering F(x). This is why the name is given as definite integral.

Note 3. It is assumed that a and b are finite.
Definition of Integration by Parts

When the given function cannot be integrated directly by using standard formulae, we try other methods. The process of integration is largely of tentative nature and no systematic procedure can be given as in differentiation. However, the following are two important methods opf integration.

1. Integration by Substitution           2. Integration by Parts

Here, we will discuss about Integration by parts

An Integration is the inverse process of differentiation.By differentiaon we find the derivative of the given function, whereas by integration we find the function whose derivative is known.

If the derivative of F(x) is f(x) then we say that the antiderivative or integral of f(x) is F(x),such that

int f( x ) dx= F( x )

Thusd/dx F(x) = f(x) => intf(x) dx = F(x)

Integration by Parts:

Theorem: if u and v are two differentiable function of x then

int ( u v ) dx = [ u * int v dx ] - int { du/dx * int v dx } dx .

We can express this result as given below:

Integral of product of two function

= ( 1st function ) * ( integral of 2nd function ) - int { ( derivative of 1st function ) * ( integral of 2nd function ) } dx .

We should choose u and v in such a way that the second function v on the right hand side is easy to integrate. Sometimes, this rule has to be used repeatedly. This rule is also useful in integrating logarithmic and inverse t - functions of the type log x, log(ax2 + bs + c), sin-1 x, tan-1 x etc.The following guidelines will help you to see which of the two functions in the product should be taken as the first function.

Notes:

If the integrand is of the form f(x) * xn, we consider xn as the first function and f(x)as the second function.
If the integrand contains a logarithmic or an inverse trigonometric function, we take it as the first function. If the second function is not given in any case we take that as one.

Example Problems on Integration by Parts:

Pro 1: Evaluate, int xsin 2x dx

Sol : Given,

int   xsin 2x dx

=     int sin 2x dx - int { d/dx ( x ) * int sin 2x dx } dx

=     x * ( -(cos 2x)/2 ) - int 1 * ( -(cos 2x)/2 ) dx

=  (-x cos 2x)/2 + 1/2 int cos 2x dx

"-(x cos  + 1/2 * "(sin

= -(x cos 2x)/2 + 1/4 sin 2x + C , which is the Answer.

Pro 2: int logx/x^2 dx

Sol :   Integrating by parts, taking logx as the fi rst function and 1/x^2  as the second function, we get

int "log   dx

=  int (log x) * 1/x^2 dx

=   ( log x ) * int 1/x^2 dx - int { d/dx ( log x ) * int 1/x^2 dx } dx

=    ( log x )(-1/x )   - int 1/x  * ( -1/x ) dx

= - log x/x + int 1/x^2 dx

= - log x/x - 1/x + C, which  is the required Answer.

Practice problems on Integration by Parts:

Pro 1: Evaluate, int (  x cos x) dx    ( Answer:   x sinx +cosx+c )

Pro 2: Evaluate, int e2x sin x dx            ( Answer: 1/5 e2x ( 2 sin x - cos x ) + C )

Thursday, October 4

Natural Logarithmic Calculator


In mathematics, the natural logarithmic function is defined as the function contains three ports, namely the number, the base and logarithm itself,  now the natural logarithmic calculator is the function of  the logarithm function calculator which means we are using to the base of ‘e’ where e is constant, base of  ‘e’ value is given by

Understanding Definition of Logarithm is always challenging for me but thanks to all math help websites to help me out.

e = 2.718281828. and the numbers, and the logarithmic itself.

The logarithmic function calculator is represented as y = log_b^(x).

We take the value of base of ‘e’ is approximately e = 2.71.
Natural Logarithmic Calculator:

Here, we introduce the natural logarithmic calculator. The function of natural logarithmic calculator is represented as  y = ln(x)

Explanation about natural logarithmic calculator:

Input:

calcutor             given value

The given value is conversions by logarithmic calculator

Conversions:

 x =  conversion value.

Solution:

 y = calculated value will be displayed

Here we can the change the equation by x and y.

y = ln(x) for y i n natural logarithm

y = ln(x) for x  in natural logarithm

Note: we can calculate or perform the positive numbers only not negative numbers by natural logarithmic calculator.
Some Problems about Natural Logarithmic Calculator:

Problem1:

To solve the natural logarithmic function of ln(2)

Solution:

Input:

x = 2  given value

Conversion:

x = 2  the given value conversion by logarithmic calculator.

Solution:

y = 0.69 approximately

Problem 2:

To solve natural logarithmic function of  span style="font-size: small; " mce_style="font-size: small; ln(4)

Solution:

Input:

 x = 4 given value

Conversion:

 x = 4  the given value conversion by logarithmic calculator.

Solution:

 y = 1.38 approximately

Problem 3:

To solve natural logarithmic function of ln(6)

Solution

Input:

 x = 6 given value

Conversion:

 x = 6  the given value conversion by logarithmic calculator.

Solution:

 y = 1.79 approximately

Problem 4:

To solve the natural logarithmic function of in ln(10)

Solution:

Input:

x = 10 given value

Conversion:

 x = 10 the given value conversion by logarithmic calculator.

Solution:

 y = 2.30 approximately

Problem 5:

To solve the natural logarithmic function of ln(15)

Solution:

Input:

x = 15 given value

Conversion:

 x = 15 the given value conversion by logarithmic calculator.

Solution:

 y = 2.70  approximately


Practices problems for natural logarithmic function:

Problem1;

To solve the natural logarithmic of ln (20)

Answer is y = 2.99

Problem2

To solve natural logarithmic function of ln (50)

Answer is y = 3.91

Problem3

To solve natural logarithmic function of ln(100)

Answer is y = 4.60

Problem 4

To solve the natural logarithmic function of in ln(99)

Answer is y = 4.59

Hence, here we obtain the natural logarithmic calculator.