Question: solve in C Language programming? full source code and comment 1- (30p) Harlan A. Brothers and John A. Knox discovered that as the value of

solve in C Language programming? full source code and comment
1- (30p) Harlan A. Brothers and John A. Knox discovered that as the value of x gets larger, gets larger, the value of the expression (2x + 1)* 2x - 1 gets closer and and closer toe. Write a program that evaluates this expression for x = 1, 2, 3, and So on until the the absolute difference between the expression's value and the real value of "e" is less than 0.000001 "Display the value of x" that causes your loop to exit along with both the final approximation of e and the real value of "e" . Show 6 decimal places. (Real =2.718281) [Do not use math.h library. For example, if you need to calculate power of number, write your own function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
