WIR1 20B M150 V16
Dividing rational expressions and simplifying
Problem: Simplify \(g(x)\) for \(g(x)=\dfrac{f(x)}{x^2-1}\) with \(f(x)=x^4+5x^3+8x^2+x-15\). Evaluate \(g(1)\) before and after simplifying \(g(x).\)
Python Code:
from sympy import *
x=symbols('x')
f=x**4+5*x**3+8*x**2+x-15
print(f.factor())
f_factor=f.factor()
print(f_factor.expand())
g=f/(x**2-1)
print(g.simplify())
print(g.subs(x,1))
print(g.simplify().subs(x,1))
Open Python Notebook File
Dividing rational expressions and simplifying
Subtracting rational expressions and simplifying
Performing operations with rational expressions and simplifying
Performing operations with rational expressions and simplifying
Finding the limit of a three-dimensional vector function
Finding the difference quotient for a quadratic function
Subtracting rational functions and then simplifying the result
Multiplying two rational functions and simplifying the result
Dividing rational functions and simplifying the result
Dividing and subtraction rational functions and simplifying the result
Factoring a polynomial
Factoring a quadratic
Solving a polynomial equation using factoring by grouping
Finding properties of a polynomial including zeros and end behavior
Finding properties of a polynomial including zeros and end behavior
Finding properties of a polynomial including zeros and end behavior
Using properties of a polynomial to find its graph
Solving a nonlinear inequality
Review of the limit definition of a derivative and calculating the derivative
Related rates problems, differentials, linear and quadratic approximations
Review of the limit definition of a derivative and calculating the derivative
Mean Value Theorem and using derivatives to find the shape of curves
Evaluating limits of functions
Evaluating Limits of Functions
Review of the limit definition of a derivative and calculating the derivative
Review of the limit definition of a derivative and calculating the derivative
Using derivatives to find properties of graphs
Mean Value Theorem and properties of a graph
Mean Value Theorem and properties of a graph
Using derivatives to find properties of graphs
Using Reimann sums and the Fundamental Theorem of Calculus
Using Riemann sums and the Fundamental Theorem of Calculus
Using the Quotient Rule to differentiate a rational function
Related rates problems, differentials, linear and quadratic approximations
Review of the limit definition of a derivative and calculating the derivative
Mean Value Theorem and using derivatives to find the shape of curves
Evaluating limits of functions
Evaluating Limits of Functions
Proving a piecewise function and a polynomial are continuous
Review of the limit definition of a derivative and calculating the derivative
Review of the limit definition of a derivative and calculating the derivative
Using the Chain Rule to prove facts about derivatives
Using derivatives to find properties of graphs
Mean Value Theorem and properties of a graph
Mean Value Theorem and properties of a graph
Using derivatives to find properties of graphs
Using Reimann sums and the Fundamental Theorem of Calculus
Using Riemann sums and the Fundamental Theorem of Calculus
Solving a rational equation and checking the solutions
Factoring a quadratic polynomial
Factoring a quadratic function
Factoring a cubic polynomial by grouping
Finding the greatest common factor of a polynomial and then factoring it out
Factoring a quadratic where the leading coefficient is 1
Factoring quadratics where the leading coefficient is not 1
Factoring several polynomials by grouping
Factoring a sum of cubes and a difference of cubes
Simplifying a rational expression
Adding and then simplifying two rational expressions
Multiplying two rational expressions and then simplifying
Dividing rational expressions and then simplifying the answer
Adding two rational expressions and then simplifying the answer
Finding any holes, vertical asymptotes, and horizontal asymptotes of a rational function
Finding any holes, vertical asymptotes, and horizontal asymptotes of a rational function
Matching a rational function with its graph
Solving an inequality with a polynomial by factoring and using a sign diagram
Solving an inequality with a rational expression by factoring and using a sign diagram
Solving an inequality with two rational expressions using a sign diagram
Solving an inequality with a rational expression using a sign diagram
Graphing a piecewise function using Python
Finding the domain of a rational function using factoring
Solving quadratic equations with the difference of two squares formula
Finding horizontal asymptotes for rational functions
Finding horizontal asymptotes for rational functions
Determining the end behavior and horizontal asymptotes for rational functions
How to simplify rational expressions
Explaining how to do polynomial long division
Review of the limit definition of a derivative and calculating the derivative
Determining if functions are polynomials and finding their properties
Determining the end behavior, real zeros, domain, and y-intercept for a polynomial
Determining the end behavior, real zeros, domain, and y-intercept for a polynomial
Determining the end behavior, real zeros, domain, and y-intercept for a polynomial
Determining the end behavior, real zeros, domain, and y-intercept for a polynomial
Determining the end behavior, real zeros, domain, and y-intercept for a polynomial
Finding the domain of a piecewise function and evaluating it
Solving an equation with exponential functions
Identifying the parent function and transformations for a given graph
Computing and simplifying the difference quotient for a rational function
Finding the domain, intercepts, asymptotes, and holes of a rational function
Finding the domain, intercepts, asymptotes, and holes of a rational function
Finding the domain, intercepts, asymptotes, and holes of a rational function
Adding and simplifying rational functions
Finding the limit of a rational function algebraically
Finding the limit of a rational function algebraically
Solving a limit approaching negative infinity for a rational function
Solving the limits approaching infinity and negative infinity of a rational function
Solving the limits approaching infinity and negative infinity of a rational function
Finding the holes and vertical asymptotes of a rational function
Finding the exact value of the instantaneous rate of change
Using the limit definition to find the derivative of a polynomial
Using the limit definition to find the derivative of a rational function
Finding the derivative of a rational function by simplifying and using the power rule
Finding the derivative of a rational function using the Quotient Rule
Determining the intervals where a function is increasing and decreasing
Using the quotient rule twice to find the second derivative of a rational function
Finding the absolute maximum and minimum of a rational function on two closed intervals
Using the Intermediate Value Theorem and Bisection Method to approximate the solution of an equation
Calculating the derivative of a function with exponentials using the chain and product rule
Factoring an algebraic expression
Factoring a quadratic
Calculating the difference quotient for a rational function
Calculating the difference quotient for a rational function
Finding the domains of expressions
Finding the x-intercepts of quadratic functions
Finding the end behavior of a polynomial
Finding the end behavior of a polynomial
Finding the end behavior of a polynomial
Calculating polynomial long division
Determining the properties of a rational function and graphing it
Determining the properties of a rational function and graphing it
Solving a nonlinear inequality
Solving a nonlinear inequality
Solving a nonlinear inequality
Solving an equation with exponential functions by factoring
Solving a trigonometric equation by factoring
Solving a trigonometric equation
Cartesian equations and parametric equations of curves
Review of limits, continuity, and the Intermediate Value Theorem
Review of limits and derivatives of inverse trigonometric functions
Reviewing the chain rule and the derivatives and limits of trigonometric functions
Review of limits and derivatives of inverse trigonometric functions
Antiderivatives and physics applications
Properties and derivatives of inverse trigonometric functions
Continuity of Functions and the Intermediate Value Theorem
Approximation and Newton's Method, and limits and derivatives of exponential functions
Limits at infinity and asymptotes, along with physics applications
Limits at infinity, asymptotes, and tangent lines
Differentials, linear approximations and quadratic approximations
Derivatives of trigonometric functions and using the Chain Rule
Approximation and Newton's Method, and limits and derivatives of exponential functions
Derivatives of trigonometric functions and using the Chain Rule
Properties and derivatives of inverse trigonometric functions
Derivatives of exponential and logarithmic functions and the exponential model
Derivatives of exponential and logarithmic functions and the exponential model
Riemann sums, including approximating areas under curves.
Examples of integration by substitution
Finding the vertical and horizontal asymptotes for a rational function
Using the Product Rule to differentiate a function
Using the Product and Quotient Rules to differentiate a function
Using the Product Rule to find a first and second derivative
Differentiating functions using the Power Rule
Differentiating a function using the Power Rule
Differentiating a function with an exponential function and using the Power Rule
Using the Product Rule to differentiate a function
Using the Chain Rule to differentiate functions
Evaluating a limit using L'Hospital's Rule
Finding the antiderivative of a polynomial
Finding the antiderivative of a polynomial
Finding a function from its second derivative using antidifferentiation
Antidifferentiating to find a function from its derivative
Antidifferentiating twice to find a function from its second derivative
Using antidifferentiation to find the height of a cliff from the impact speed of a dropped stone
Evaluating a limit using logarithm properties
Evaluating a limit with an indeterminate difference using a common denominator
Finding the antiderivative of a polynomial
Finding the antiderivative of a rational function
Antidifferentiating twice to find a function from its second d
Antidifferentiating twice to find a function from its second d
Evaluating a a limit from the left for a rational function
Evaluating the limit of a rational function by factoring and cancelling
Using L'Hospital's Rule to evaluate a limit representing a derivative at a point
Evaluating the limit at infinity of a rational function
Evaluating a definite integral containing a polynomial
Evaluating a definite integral by first simplifying the integrand
Using u-substitution to evaluate an indefinite integral
Using u-substitution to evaluate an indefinite integral
Review of work and average value
Reviewing u-Substitution
Review of partial fractions
Review of partial fractions
Finding the length of a curve given by parametric equations
Integrating a rational function using u-substitution
Integrating a rational function using u-substitution
Using u-substitution to integrate a rational function
Explaining all four cases of partial fraction decomposition
Using partial fraction decomposition to rewrite and then integrate a rational function
Using partial fraction decomposition to rewrite and then integrate a rational function
Using partial fraction decomposition to rewrite and then integrate a rational function
Using partial fraction decomposition to rewrite and then integrate a rational function
Using partial fraction decomposition to rewrite and then integrate a rational function
Proving a certain parameterization gives the unit circle and showing vector equations of lines are parallel
Cartesian equations and parametric equations of curves
Calculating slopes of tangent lines to parametric curves
Review of limits and derivatives of inverse trigonometric functions
Reviewing the chain rule and the derivatives and limits of trigonometric functions
Antiderivatives and physics applications
Properties and derivatives of inverse trigonometric functions
Continuity of Functions and the Intermediate Value Theorem
Proving a product of continuous functions is continuous and using the Intermediate Value Theorem
Approximation and Newton's Method, and limits and derivatives of exponential functions
Limits at infinity and asymptotes, along with physics applications
Limits at infinity, asymptotes, and tangent lines
Using the limit definition to find derivatives of functions and vector functions
Differentials, linear approximations and quadratic approximations
Finding a formula for a higher order derivative and a formula for the second derivative of a product
Derivatives of trigonometric functions and using the Chain Rule
Approximation and Newton's Method, and limits and derivatives of exponential functions
Derivatives of trigonometric functions and using the Chain Rule
Properties and derivatives of inverse trigonometric functions
Using implicit differentiation to solve a problem and to prove the power rule for rational exponents
Derivatives of exponential and logarithmic functions and the exponential model
Using the Mean Value Theorem to prove facts about functions
Riemann sums, including approximating areas under curves.
The definition and properties of definite integrals
Examples of integration by substitution
Review of work and average value
Reviewing u-Substitution
Review of partial fractions
Review of partial fractions
Explaining all four cases of partial fraction decomposition
Finding a partial fraction decomposition and integrating using partial fractions
Determining the domain of a three-dimensional vector function
Finding a vector equation for the tangent line to a three-dimensional vector function
Finding the angle of intersection for two three-dimensional vector functions
Explaining all four cases of partial fraction decomposition
Finding all solutions to a trigonometric equation with sine
Solving a trigonometric equation with sine and cosine by factoring
Solving a trigonometric equation with secant by factoring
Solving a trigonometric equation with tangent and sine by factoring
Solving a trig equation with sine and cosine using aPythagorean Identity
Determining whether polynomials are linearly independent
Showing that a set of polynomials forms a basis for all polynomials with degree two or less
Solving an equation with logarithmic functions
Solving an equation with logarithmic functions
Solving an equation with logarithmic functions
Finding the domain, intercepts, holes, and vertical asymptotes for a rational function
Compute and simplify the difference quotient for a rational function
Finding properties of a polynomial function such as the degree, end behavior, y-intercept, etc.
Finding properties of a polynomial function such as the degree, end behavior, y-intercept, etc.
Factoring a difference of two squares
Finding the roots of a cubic polynomial
Finding the roots of a square root function
Finding the domain of a rational function
Finding the domain of a rational function
Finding the domain of a function with a quadratic inside a square root
Finding the composition of two functions
Finding the composition of a rational function and a quadratic
Finding the inverse of a rational function and its domain
Finding the inverse of a rational function and its domain
Finding and simplifying the difference quotient for a rational function
Finding and simplifying the difference quotient for a square root function
Solving an inequality with a quadratic by factoring and using a sign diagram
Solving an equation with exponential functions by factoring
Solving a equation with exponential functions by factoring
Solving an quadratic-like equation with sine by factoring
Solving equations symbolically in Python and interpreting the results
Defining variables in Python and using the variables in equations
An introduction to installing and getting started with Python
Performing basic numerical calculations in Python
Plotting an expression in Python and finding a numerical approximation for the solution
Using Python to plot an implicit curve and find a tangent line using implicit differentiation
Using Python to find the tangent line to a parametric equation and plot the two graphs
Using Python to numerically estimate a limit, graphically estimate a limit, and find the exact limit
Using Python's list comprehension tool to find several higher order derivatives of a function at once
Solving definite and indefinite integrals in Python
Using Python to find the absolute maximum and minimum of a function on a closed interval
Using Python to find the equation of the tangent line to a curve and graphing the result
Finding derivatives in Python and solving for the rate of change of a force
Finding when the tangent line to a function is horizontal in Python
Using Python to find the intervals where a function is increasing or decreasing
Using Python to approximate a definite integral using left endpoint Riemann sums
Using Python to plot a parametrized curve and its tangent line at a point
Using Python to simplify a difference quotient and find a derivative using the limit definition
Solving a multistep word problem in Python and graphing the resulting function
Finding the volume of a solid of revolution in Python
Using Python to find the radius and interval of convergence of a power series with the Ratio Test
Using Python to identify the region between curves and then evaluate the area of the region
Using Python to calculate the amount of work done in moving a spring using Hooke's Law
Using Python to calculate the work done in pumping the liquid from a tank whose ends are semicircles
Using for loops in Python to generate a recursively defined sequence
Using Python to calculate the partial sums of a series to estimate the value of the series
Using Python to numerically, graphically, and analytically find the limit of a sequence
Video 29 in a series of Python instructional videos
Finding the domain of several rational functions
Finding the domain of a rational function
Explaining how to find any holes and vertical asymptotes of a rational function
Finding the domain of a function with a denominator, square root, and logarithm
Finding the domain of a function with a natural logarithm and denominator
Finding the domain of a function with a square root in the denominator
Explaining the standard form for a quadratic equation and the possible number of solutions
Solving quadratic equations by factoring
Solving a quadratic equation by factoring
Solving a quadratic equation by factoring
Solving quadratic equations with the quadratic formula and discussing the number of possible solutions
Discussing parent functions of rational functions and their properties
Adding and subtracting rational expressions by finding a common denominator
Explaining how to multiply and divide rational expressions
Performing algebraic operations with rational expressions and simplifying the answer
Solving equations that contain rational expressions
Solving an equation that contains rational expressions
Solving an equation that contains rational expressions
Review of limits and derivatives of inverse trigonometric functions
Review of limits, continuity, and the Intermediate Value Theorem